.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'MADEVoyagerPERSONAL_USE-Regular';
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'MADEVoyagerPERSONAL_USE-Regular';
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: '26905';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'MADEVoyagerPERSONAL_USE-Regular';
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: '26908';
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #c76d3f !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #f7f7f7 !important;
}
.bg-warning {
  background-color: #fbca8d !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c76d3f !important;
  border-color: #c76d3f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #d38b66 !important;
  border-color: #d38b66 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d38b66 !important;
  border-color: #d38b66 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c76d3f !important;
  border-color: #c76d3f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #d38b66 !important;
  border-color: #d38b66 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d38b66 !important;
  border-color: #d38b66 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #787878 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fbca8d !important;
  border-color: #fbca8d !important;
  color: #844b05 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fde1be !important;
  border-color: #fde1be !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #844b05 !important;
  background-color: #fde1be !important;
  border-color: #fde1be !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #c76d3f;
  color: #c76d3f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #884828 !important;
  background-color: transparent !important;
  border-color: #884828 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c76d3f !important;
  border-color: #c76d3f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #c76d3f;
  color: #c76d3f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #884828 !important;
  background-color: transparent !important;
  border-color: #884828 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c76d3f !important;
  border-color: #c76d3f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f7f7f7;
  color: #f7f7f7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #cccccc !important;
  background-color: transparent !important;
  border-color: #cccccc !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #787878 !important;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fbca8d;
  color: #fbca8d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #f8a339 !important;
  background-color: transparent !important;
  border-color: #f8a339 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #844b05 !important;
  background-color: #fbca8d !important;
  border-color: #fbca8d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #c76d3f !important;
}
.text-secondary {
  color: #c76d3f !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #f7f7f7 !important;
}
.text-warning {
  color: #fbca8d !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7c4224 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #7c4224 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c4c4c4 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #f89c2a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #c76d3f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f7f7f7;
}
.alert-warning {
  background-color: #fbca8d;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c76d3f;
  border-color: #c76d3f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c76d3f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e4b8a2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: '26908';
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #c76d3f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: '26908';
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #c76d3f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c76d3f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c76d3f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c76d3f;
  border-bottom-color: #c76d3f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #c76d3f !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: #c76d3f !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23c76d3f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-u8g1o5aDwv {
  z-index: 1000;
  width: 100%;
}
.cid-u8g1o5aDwv .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u8g1o5aDwv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u8g1o5aDwv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8g1o5aDwv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u8g1o5aDwv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u8g1o5aDwv .menu_box .navbar.opened,
  .cid-u8g1o5aDwv .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u8g1o5aDwv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u8g1o5aDwv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u8g1o5aDwv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8g1o5aDwv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u8g1o5aDwv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u8g1o5aDwv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u8g1o5aDwv .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u8g1o5aDwv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u8g1o5aDwv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u8g1o5aDwv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u8g1o5aDwv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u8g1o5aDwv .offcanvas-body .mbr-text,
  .cid-u8g1o5aDwv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u8g1o5aDwv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u8g1o5aDwv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u8g1o5aDwv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u8g1o5aDwv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u8g1o5aDwv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u8g1o5aDwv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u8g1o5aDwv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u8g1o5aDwv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u8g1o5aDwv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8g1o5aDwv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u8g1o5aDwv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u8g1o5aDwv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u8g1o5aDwv .lg_brand {
    margin: 0 1rem;
  }
  .cid-u8g1o5aDwv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u8g1o5aDwv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u8g1o5aDwv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u8g1o5aDwv .nav-item {
    margin: 0 !important;
  }
}
.cid-u8g1o5aDwv .nav-item .nav-link:hover,
.cid-u8g1o5aDwv .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u8g1o5aDwv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u8g1o5aDwv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u8g1o5aDwv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u8g1o5aDwv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8g1o5aDwv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u8g1o5aDwv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u8g1o5aDwv .offcanvas_box {
    display: none;
  }
}
.cid-u8g1o5aDwv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u8g1o5aDwv .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u8g1o5aDwv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u8g1o5aDwv .container {
  display: flex;
  margin: auto;
}
.cid-u8g1o5aDwv .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u8g1o5aDwv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u8g1o5aDwv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u8g1o5aDwv .navbar-caption {
  color: #2b2b2b;
}
.cid-u8g1o5aDwv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u8g1o5aDwv .navbar-nav {
    margin: 0;
  }
}
.cid-u8g1o5aDwv .dropdown-menu,
.cid-u8g1o5aDwv .navbar.opened {
  background-color: true !important;
}
.cid-u8g1o5aDwv .nav-item:focus,
.cid-u8g1o5aDwv .nav-link:focus {
  outline: none;
}
.cid-u8g1o5aDwv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8g1o5aDwv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8g1o5aDwv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8g1o5aDwv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8g1o5aDwv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8g1o5aDwv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8g1o5aDwv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u8g1o5aDwv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u8g1o5aDwv .navbar.opened {
  transition: all 0.3s;
}
.cid-u8g1o5aDwv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u8g1o5aDwv .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u8g1o5aDwv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u8g1o5aDwv .navbar.collapsed {
  justify-content: center;
}
.cid-u8g1o5aDwv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8g1o5aDwv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8g1o5aDwv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8g1o5aDwv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8g1o5aDwv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8g1o5aDwv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u8g1o5aDwv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u8g1o5aDwv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u8g1o5aDwv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u8g1o5aDwv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8g1o5aDwv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8g1o5aDwv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u8g1o5aDwv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8g1o5aDwv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u8g1o5aDwv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8g1o5aDwv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u8g1o5aDwv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u8g1o5aDwv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u8g1o5aDwv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u8g1o5aDwv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8g1o5aDwv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u8g1o5aDwv .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8g1o5aDwv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8g1o5aDwv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8g1o5aDwv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8g1o5aDwv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u8g1o5aDwv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8g1o5aDwv .dropdown-item.active,
.cid-u8g1o5aDwv .dropdown-item:active {
  background-color: transparent;
}
.cid-u8g1o5aDwv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8g1o5aDwv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8g1o5aDwv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8g1o5aDwv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8g1o5aDwv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u8g1o5aDwv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8g1o5aDwv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u8g1o5aDwv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u8g1o5aDwv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8g1o5aDwv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8g1o5aDwv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8g1o5aDwv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8g1o5aDwv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8g1o5aDwv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8g1o5aDwv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8g1o5aDwv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8g1o5aDwv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u8g1o5aDwv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8g1o5aDwv .navbar {
    height: 70px;
  }
  .cid-u8g1o5aDwv .navbar.opened {
    height: auto;
  }
  .cid-u8g1o5aDwv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8g1o5aDwv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u8g1o5aDwv .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u8g1o5aDwv .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u8g1o5aDwv .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u8g1o5aDwv .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u8g1o5aDwv .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u8g1o5aDwv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u8g1o5aDwv .text_widget {
  margin-bottom: 32px;
}
.cid-u8g1o5aDwv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u8g1o5aDwv .text_widget a:hover {
  opacity: .5;
}
.cid-u8g1o5aDwv .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u8g1o5aDwv .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u8g1o5aDwv .mbr-section-subtitle,
.cid-u8g1o5aDwv .text_widget,
.cid-u8g1o5aDwv .mbr-section-btn {
  text-align: center;
}
.cid-u8g1o5aDwv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u8g1o8Euhb {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #3a341c;
}
.cid-u8g1o8Euhb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8g1o8Euhb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8g1o8Euhb .row {
  justify-content: left;
}
.cid-u8g1o8Euhb .main-col {
  display: flex;
}
.cid-u8g1o8Euhb .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-u8g1o8Euhb .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-u8g1o8Euhb .item-container {
    flex-wrap: wrap;
  }
}
.cid-u8g1o8Euhb .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-u8g1o8Euhb .item-img {
    display: none;
  }
}
.cid-u8g1o8Euhb .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-u8g1o8Euhb .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-u8g1o8Euhb .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-u8g1o8Euhb .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-u8g1o8Euhb .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-u8g1o8Euhb .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-u8g1o8Euhb .mbr-text-1 {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .cid-u8g1o8Euhb .mbr-text-1 {
    margin: 0;
  }
}
.cid-u8g1o8Euhb .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-u8g1o8Euhb .mbr-text-2 {
    margin: 0;
  }
}
.cid-u8g1o8Euhb .item-container-2 {
  align-items: center;
  padding-left: 26px;
}
.cid-u8g1o8Euhb .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-u8g1o8Euhb .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
.cid-u8g1o8Euhb .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-u8g1o8Euhb .item-container-4 {
    justify-content: center !important;
  }
}
.cid-u8g1o8Euhb .mbr-section-title-1 {
  color: #fbca8d;
}
.cid-u8g1o8Euhb .mbr-section-title-2 {
  color: #fbca8d;
}
.cid-u8g1o8Euhb .mbr-section-title-3 {
  color: #fbca8d;
}
.cid-u8g1o8Euhb .mbr-section-title-4 {
  color: #c76d3f;
}
.cid-ua207K88Wz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ua207K88Wz .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ua207K88Wz img,
.cid-ua207K88Wz .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ua207K88Wz .item:focus,
.cid-ua207K88Wz span:focus {
  outline: none;
}
.cid-ua207K88Wz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ua207K88Wz .item {
    margin-bottom: 1rem;
  }
}
.cid-ua207K88Wz .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ua207K88Wz .mbr-section-title {
  color: #232323;
}
.cid-ua207K88Wz .mbr-text,
.cid-ua207K88Wz .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-ua207K88Wz .item-title {
  color: #232323;
  text-align: center;
}
.cid-ua207K88Wz .content-head {
  max-width: 800px;
}
.cid-ua22rsNOST {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ua22rsNOST .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ua22rsNOST img,
.cid-ua22rsNOST .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ua22rsNOST .item:focus,
.cid-ua22rsNOST span:focus {
  outline: none;
}
.cid-ua22rsNOST .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ua22rsNOST .item {
    margin-bottom: 1rem;
  }
}
.cid-ua22rsNOST .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ua22rsNOST .mbr-section-title {
  color: #232323;
}
.cid-ua22rsNOST .mbr-text,
.cid-ua22rsNOST .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-ua22rsNOST .item-title {
  color: #232323;
  text-align: center;
}
.cid-ua22rsNOST .content-head {
  max-width: 800px;
}
.cid-uLKsQPj6Kb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLKsQPj6Kb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLKsQPj6Kb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLKsQPj6Kb .mbr-section-title {
  color: #35341b;
}
.cid-uLKsVedZJv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLKsVedZJv .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uLKsVedZJv img,
.cid-uLKsVedZJv .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLKsVedZJv .item:focus,
.cid-uLKsVedZJv span:focus {
  outline: none;
}
.cid-uLKsVedZJv .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLKsVedZJv .item {
    margin-bottom: 1rem;
  }
}
.cid-uLKsVedZJv .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uLKsVedZJv .mbr-section-title {
  color: #232323;
}
.cid-uLKsVedZJv .mbr-text,
.cid-uLKsVedZJv .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uLKsVedZJv .item-title {
  color: #232323;
  text-align: center;
}
.cid-uLKsVedZJv .content-head {
  max-width: 800px;
}
.cid-ucKPJR1MGA {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKPJR1MGA .mbr-text {
  color: #ffffff;
}
.cid-ucKPJR1MGA .container {
  max-width: 1000px;
}
.cid-ucKPJR1MGA h4 {
  text-align: center;
}
.cid-ucKPJR1MGA p {
  text-align: center;
}
.cid-ucKPJR1MGA .row {
  justify-content: center;
}
.cid-ucKPJR1MGA .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKPJR1MGA .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKPJR1MGA .card-title,
.cid-ucKPJR1MGA .card-img {
  color: #b69b74;
}
.cid-ucKPJR1MGA .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKPJR1MGA .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKPJR1MGA img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u8g1oacB4I {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u8g1oacB4I .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9Fsz6nhW1 {
  z-index: 1000;
  width: 100%;
}
.cid-u9Fsz6nhW1 .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9Fsz6nhW1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9Fsz6nhW1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9Fsz6nhW1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9Fsz6nhW1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9Fsz6nhW1 .menu_box .navbar.opened,
  .cid-u9Fsz6nhW1 .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9Fsz6nhW1 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9Fsz6nhW1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9Fsz6nhW1 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9Fsz6nhW1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9Fsz6nhW1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9Fsz6nhW1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9Fsz6nhW1 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9Fsz6nhW1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9Fsz6nhW1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9Fsz6nhW1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9Fsz6nhW1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9Fsz6nhW1 .offcanvas-body .mbr-text,
  .cid-u9Fsz6nhW1 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9Fsz6nhW1 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9Fsz6nhW1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9Fsz6nhW1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9Fsz6nhW1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9Fsz6nhW1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9Fsz6nhW1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9Fsz6nhW1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9Fsz6nhW1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9Fsz6nhW1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9Fsz6nhW1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9Fsz6nhW1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9Fsz6nhW1 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9Fsz6nhW1 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9Fsz6nhW1 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9Fsz6nhW1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9Fsz6nhW1 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9Fsz6nhW1 .nav-item {
    margin: 0 !important;
  }
}
.cid-u9Fsz6nhW1 .nav-item .nav-link:hover,
.cid-u9Fsz6nhW1 .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9Fsz6nhW1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9Fsz6nhW1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9Fsz6nhW1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9Fsz6nhW1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9Fsz6nhW1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9Fsz6nhW1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9Fsz6nhW1 .offcanvas_box {
    display: none;
  }
}
.cid-u9Fsz6nhW1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9Fsz6nhW1 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9Fsz6nhW1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9Fsz6nhW1 .container {
  display: flex;
  margin: auto;
}
.cid-u9Fsz6nhW1 .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9Fsz6nhW1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9Fsz6nhW1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9Fsz6nhW1 .navbar-caption {
  color: #2b2b2b;
}
.cid-u9Fsz6nhW1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9Fsz6nhW1 .navbar-nav {
    margin: 0;
  }
}
.cid-u9Fsz6nhW1 .dropdown-menu,
.cid-u9Fsz6nhW1 .navbar.opened {
  background-color: true !important;
}
.cid-u9Fsz6nhW1 .nav-item:focus,
.cid-u9Fsz6nhW1 .nav-link:focus {
  outline: none;
}
.cid-u9Fsz6nhW1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9Fsz6nhW1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9Fsz6nhW1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9Fsz6nhW1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9Fsz6nhW1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9Fsz6nhW1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9Fsz6nhW1 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9Fsz6nhW1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9Fsz6nhW1 .navbar.opened {
  transition: all 0.3s;
}
.cid-u9Fsz6nhW1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9Fsz6nhW1 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9Fsz6nhW1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9Fsz6nhW1 .navbar.collapsed {
  justify-content: center;
}
.cid-u9Fsz6nhW1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9Fsz6nhW1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9Fsz6nhW1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9Fsz6nhW1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9Fsz6nhW1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9Fsz6nhW1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9Fsz6nhW1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9Fsz6nhW1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9Fsz6nhW1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9Fsz6nhW1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9Fsz6nhW1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9Fsz6nhW1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9Fsz6nhW1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9Fsz6nhW1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9Fsz6nhW1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9Fsz6nhW1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9Fsz6nhW1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9Fsz6nhW1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9Fsz6nhW1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9Fsz6nhW1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9Fsz6nhW1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9Fsz6nhW1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9Fsz6nhW1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9Fsz6nhW1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9Fsz6nhW1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9Fsz6nhW1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9Fsz6nhW1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9Fsz6nhW1 .dropdown-item.active,
.cid-u9Fsz6nhW1 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9Fsz6nhW1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9Fsz6nhW1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9Fsz6nhW1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9Fsz6nhW1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9Fsz6nhW1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9Fsz6nhW1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9Fsz6nhW1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9Fsz6nhW1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9Fsz6nhW1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9Fsz6nhW1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9Fsz6nhW1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9Fsz6nhW1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9Fsz6nhW1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9Fsz6nhW1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9Fsz6nhW1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9Fsz6nhW1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9Fsz6nhW1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9Fsz6nhW1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9Fsz6nhW1 .navbar {
    height: 70px;
  }
  .cid-u9Fsz6nhW1 .navbar.opened {
    height: auto;
  }
  .cid-u9Fsz6nhW1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9Fsz6nhW1 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9Fsz6nhW1 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9Fsz6nhW1 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9Fsz6nhW1 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9Fsz6nhW1 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9Fsz6nhW1 .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9Fsz6nhW1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9Fsz6nhW1 .text_widget {
  margin-bottom: 32px;
}
.cid-u9Fsz6nhW1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9Fsz6nhW1 .text_widget a:hover {
  opacity: .5;
}
.cid-u9Fsz6nhW1 .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9Fsz6nhW1 .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9Fsz6nhW1 .mbr-section-subtitle,
.cid-u9Fsz6nhW1 .text_widget,
.cid-u9Fsz6nhW1 .mbr-section-btn {
  text-align: center;
}
.cid-u9Fsz6nhW1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9Fsz6Ug0m {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9Fsz6Ug0m .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Fsz6Ug0m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Fsz6Ug0m .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9Fsz6Ug0m .label-text {
  color: #747474;
}
.cid-u9Fsz6Ug0m .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9Fsz6Ug0m .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9Fsz6Ug0m .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9Fsz6Ug0m .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9Fsz6Ug0m .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9Fsz7eY9c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9Fsz7eY9c .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9Fsz7eY9c .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9Fsz7eY9c .container {
    padding: 0 25px;
  }
}
.cid-u9Fsz7eY9c .row {
  margin: 0;
}
.cid-u9Fsz7eY9c .row .card {
  padding: 0;
}
.cid-u9Fsz7eY9c .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9Fsz7eY9c .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9Fsz7eY9c .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9Fsz7eY9c .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9Fsz7eY9c .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9Fsz7eY9c .item:focus,
.cid-u9Fsz7eY9c span:focus {
  outline: none;
}
.cid-u9Fsz7eY9c .item-wrapper {
  position: relative;
}
.cid-u9Fsz7eY9c .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9Fsz7eY9c .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9Fsz7eY9c .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9Fsz7eY9c .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9Fsz7eY9c .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9Fsz7eY9c .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9Fsz7eY9c .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9Fsz7eY9c .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9Fsz7eY9c .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9Fsz7eY9c .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9Fsz7eY9c .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9Fsz7eY9c .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9Fsz7eY9c .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9Fsz7eY9c .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9Fsz7eY9c .embla__button--next,
.cid-u9Fsz7eY9c .embla__button--prev {
  display: flex;
}
.cid-u9Fsz7eY9c .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9Fsz7eY9c .embla__button {
    display: none;
  }
}
.cid-u9Fsz7eY9c .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9Fsz7eY9c .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9Fsz7eY9c .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9Fsz7eY9c .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9Fsz7eY9c .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9Fsz7eY9c .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9Fsz7eY9c .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9Fsz7eY9c .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9Fsz7eY9c .embla__button {
    bottom: 1rem;
  }
}
.cid-u9Fsz7eY9c .embla {
  position: relative;
  width: 100%;
}
.cid-u9Fsz7eY9c .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9Fsz7eY9c .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9Fsz7eY9c .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9Fsz7eY9c .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9Fsz7eY9c .mbr-section-title {
  color: #ffffff;
}
.cid-u9Fsz7eY9c .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9Fsz7eY9c .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9Fsz7GpJv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9Fsz7GpJv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Fsz7GpJv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9Fsz7GpJv .container {
    padding: 0 30px;
  }
}
.cid-u9Fsz7GpJv .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9Fsz7GpJv .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9Fsz7GpJv .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9Fsz7GpJv .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9Fsz7GpJv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9Fsz7GpJv .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9Fsz7GpJv .items .item {
    padding: 20px 0;
  }
}
.cid-u9Fsz7GpJv .items .item:hover::after,
.cid-u9Fsz7GpJv .items .item:focus::after {
  height: 100%;
}
.cid-u9Fsz7GpJv .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9Fsz7GpJv .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9Fsz7GpJv .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9Fsz7GpJv .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9Fsz7GpJv .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9Fsz7GpJv .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9Fsz7GpJv .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9Fsz7GpJv .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9Fsz7GpJv .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9Fsz7GpJv .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9Fsz7GpJv .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9Fsz7GpJv .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9Fsz7GpJv .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9Fsz7GpJv .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9Fsz7GpJv .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9Fsz7GpJv .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9Fsz7GpJv .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9Fsz7GpJv .mbr-section-title {
  color: #3a341c;
}
.cid-u9Fsz7GpJv .card-title {
  color: #3a341c;
}
.cid-u9Fsz7GpJv .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9Fsz7GpJv .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uapNUgwF6C {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uapNUgwF6C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uapNUgwF6C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uapNUgwF6C .col-title {
  margin-bottom: 32px;
}
.cid-uapNUgwF6C .mbr-section-title {
  color: #24262b;
}
.cid-uapNUgwF6C .mbr-section-subtitle {
  color: #24262b;
}
.cid-uapNUgwF6C .cars-row {
  row-gap: 32px;
}
.cid-uapNUgwF6C .card {
  border-radius: 0;
}
.cid-uapNUgwF6C .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uapNUgwF6C .text-wrap {
  flex-grow: 1;
}
.cid-uapNUgwF6C .card-title {
  color: #24262b;
}
.cid-uapNUgwF6C .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uapNUgwF6C .mbr-section-btn {
  margin-top: 12px;
}
.cid-uapNUgwF6C .card-title,
.cid-uapNUgwF6C .card-wrapper {
  color: #35341b;
}
.cid-ucKTYeNun9 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKTYeNun9 .mbr-text {
  color: #ffffff;
}
.cid-ucKTYeNun9 .container {
  max-width: 1000px;
}
.cid-ucKTYeNun9 h4 {
  text-align: center;
}
.cid-ucKTYeNun9 p {
  text-align: center;
}
.cid-ucKTYeNun9 .row {
  justify-content: center;
}
.cid-ucKTYeNun9 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKTYeNun9 .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKTYeNun9 .card-title,
.cid-ucKTYeNun9 .card-img {
  color: #b69b74;
}
.cid-ucKTYeNun9 .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKTYeNun9 .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKTYeNun9 img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9Fsz8OArA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9Fsz8OArA .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9Fs7arEWi {
  z-index: 1000;
  width: 100%;
}
.cid-u9Fs7arEWi .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9Fs7arEWi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9Fs7arEWi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9Fs7arEWi .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9Fs7arEWi .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9Fs7arEWi .menu_box .navbar.opened,
  .cid-u9Fs7arEWi .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9Fs7arEWi nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9Fs7arEWi .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9Fs7arEWi .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9Fs7arEWi .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9Fs7arEWi .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9Fs7arEWi .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9Fs7arEWi .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9Fs7arEWi .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9Fs7arEWi .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9Fs7arEWi .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9Fs7arEWi .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9Fs7arEWi .offcanvas-body .mbr-text,
  .cid-u9Fs7arEWi .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9Fs7arEWi .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9Fs7arEWi .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9Fs7arEWi .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9Fs7arEWi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9Fs7arEWi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9Fs7arEWi .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9Fs7arEWi .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9Fs7arEWi ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9Fs7arEWi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9Fs7arEWi .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9Fs7arEWi .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9Fs7arEWi li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9Fs7arEWi .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9Fs7arEWi .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9Fs7arEWi .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9Fs7arEWi .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9Fs7arEWi .nav-item {
    margin: 0 !important;
  }
}
.cid-u9Fs7arEWi .nav-item .nav-link:hover,
.cid-u9Fs7arEWi .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9Fs7arEWi .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9Fs7arEWi .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9Fs7arEWi .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9Fs7arEWi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9Fs7arEWi .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9Fs7arEWi .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9Fs7arEWi .offcanvas_box {
    display: none;
  }
}
.cid-u9Fs7arEWi .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9Fs7arEWi .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9Fs7arEWi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9Fs7arEWi .container {
  display: flex;
  margin: auto;
}
.cid-u9Fs7arEWi .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9Fs7arEWi .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9Fs7arEWi .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9Fs7arEWi .navbar-caption {
  color: #2b2b2b;
}
.cid-u9Fs7arEWi .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9Fs7arEWi .navbar-nav {
    margin: 0;
  }
}
.cid-u9Fs7arEWi .dropdown-menu,
.cid-u9Fs7arEWi .navbar.opened {
  background-color: true !important;
}
.cid-u9Fs7arEWi .nav-item:focus,
.cid-u9Fs7arEWi .nav-link:focus {
  outline: none;
}
.cid-u9Fs7arEWi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9Fs7arEWi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9Fs7arEWi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9Fs7arEWi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9Fs7arEWi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9Fs7arEWi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9Fs7arEWi .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9Fs7arEWi .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9Fs7arEWi .navbar.opened {
  transition: all 0.3s;
}
.cid-u9Fs7arEWi .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9Fs7arEWi .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9Fs7arEWi .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9Fs7arEWi .navbar.collapsed {
  justify-content: center;
}
.cid-u9Fs7arEWi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9Fs7arEWi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9Fs7arEWi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9Fs7arEWi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9Fs7arEWi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9Fs7arEWi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9Fs7arEWi .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9Fs7arEWi .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9Fs7arEWi .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9Fs7arEWi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9Fs7arEWi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9Fs7arEWi .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9Fs7arEWi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9Fs7arEWi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9Fs7arEWi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9Fs7arEWi .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9Fs7arEWi .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9Fs7arEWi .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9Fs7arEWi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9Fs7arEWi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9Fs7arEWi .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9Fs7arEWi .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9Fs7arEWi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9Fs7arEWi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9Fs7arEWi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9Fs7arEWi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9Fs7arEWi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9Fs7arEWi .dropdown-item.active,
.cid-u9Fs7arEWi .dropdown-item:active {
  background-color: transparent;
}
.cid-u9Fs7arEWi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9Fs7arEWi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9Fs7arEWi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9Fs7arEWi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9Fs7arEWi ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9Fs7arEWi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9Fs7arEWi button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9Fs7arEWi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9Fs7arEWi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9Fs7arEWi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9Fs7arEWi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9Fs7arEWi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9Fs7arEWi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9Fs7arEWi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9Fs7arEWi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9Fs7arEWi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9Fs7arEWi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9Fs7arEWi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9Fs7arEWi .navbar {
    height: 70px;
  }
  .cid-u9Fs7arEWi .navbar.opened {
    height: auto;
  }
  .cid-u9Fs7arEWi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9Fs7arEWi .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9Fs7arEWi .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9Fs7arEWi .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9Fs7arEWi .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9Fs7arEWi .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9Fs7arEWi .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9Fs7arEWi .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9Fs7arEWi .text_widget {
  margin-bottom: 32px;
}
.cid-u9Fs7arEWi .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9Fs7arEWi .text_widget a:hover {
  opacity: .5;
}
.cid-u9Fs7arEWi .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9Fs7arEWi .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9Fs7arEWi .mbr-section-subtitle,
.cid-u9Fs7arEWi .text_widget,
.cid-u9Fs7arEWi .mbr-section-btn {
  text-align: center;
}
.cid-u9Fs7arEWi a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9Fs7aZuG2 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9Fs7aZuG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Fs7aZuG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Fs7aZuG2 .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9Fs7aZuG2 .label-text {
  color: #747474;
}
.cid-u9Fs7aZuG2 .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9Fs7aZuG2 .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9Fs7aZuG2 .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9Fs7aZuG2 .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9Fs7aZuG2 .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9Fs7bj5RK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9Fs7bj5RK .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9Fs7bj5RK .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9Fs7bj5RK .container {
    padding: 0 25px;
  }
}
.cid-u9Fs7bj5RK .row {
  margin: 0;
}
.cid-u9Fs7bj5RK .row .card {
  padding: 0;
}
.cid-u9Fs7bj5RK .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9Fs7bj5RK .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9Fs7bj5RK .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9Fs7bj5RK .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9Fs7bj5RK .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9Fs7bj5RK .item:focus,
.cid-u9Fs7bj5RK span:focus {
  outline: none;
}
.cid-u9Fs7bj5RK .item-wrapper {
  position: relative;
}
.cid-u9Fs7bj5RK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9Fs7bj5RK .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9Fs7bj5RK .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9Fs7bj5RK .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9Fs7bj5RK .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9Fs7bj5RK .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9Fs7bj5RK .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9Fs7bj5RK .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9Fs7bj5RK .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9Fs7bj5RK .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9Fs7bj5RK .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9Fs7bj5RK .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9Fs7bj5RK .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9Fs7bj5RK .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9Fs7bj5RK .embla__button--next,
.cid-u9Fs7bj5RK .embla__button--prev {
  display: flex;
}
.cid-u9Fs7bj5RK .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9Fs7bj5RK .embla__button {
    display: none;
  }
}
.cid-u9Fs7bj5RK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9Fs7bj5RK .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9Fs7bj5RK .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9Fs7bj5RK .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9Fs7bj5RK .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9Fs7bj5RK .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9Fs7bj5RK .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9Fs7bj5RK .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9Fs7bj5RK .embla__button {
    bottom: 1rem;
  }
}
.cid-u9Fs7bj5RK .embla {
  position: relative;
  width: 100%;
}
.cid-u9Fs7bj5RK .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9Fs7bj5RK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9Fs7bj5RK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9Fs7bj5RK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9Fs7bj5RK .mbr-section-title {
  color: #ffffff;
}
.cid-u9Fs7bj5RK .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9Fs7bj5RK .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9Fs7bPqGZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9Fs7bPqGZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Fs7bPqGZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9Fs7bPqGZ .container {
    padding: 0 30px;
  }
}
.cid-u9Fs7bPqGZ .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9Fs7bPqGZ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9Fs7bPqGZ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9Fs7bPqGZ .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9Fs7bPqGZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9Fs7bPqGZ .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9Fs7bPqGZ .items .item {
    padding: 20px 0;
  }
}
.cid-u9Fs7bPqGZ .items .item:hover::after,
.cid-u9Fs7bPqGZ .items .item:focus::after {
  height: 100%;
}
.cid-u9Fs7bPqGZ .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9Fs7bPqGZ .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9Fs7bPqGZ .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9Fs7bPqGZ .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9Fs7bPqGZ .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9Fs7bPqGZ .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9Fs7bPqGZ .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9Fs7bPqGZ .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9Fs7bPqGZ .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9Fs7bPqGZ .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9Fs7bPqGZ .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9Fs7bPqGZ .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9Fs7bPqGZ .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9Fs7bPqGZ .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9Fs7bPqGZ .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9Fs7bPqGZ .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9Fs7bPqGZ .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9Fs7bPqGZ .mbr-section-title {
  color: #3a341c;
}
.cid-u9Fs7bPqGZ .card-title {
  color: #3a341c;
}
.cid-u9Fs7bPqGZ .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9Fs7bPqGZ .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uapNMMxsth {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uapNMMxsth .mbr-fallback-image.disabled {
  display: none;
}
.cid-uapNMMxsth .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uapNMMxsth .col-title {
  margin-bottom: 32px;
}
.cid-uapNMMxsth .mbr-section-title {
  color: #24262b;
}
.cid-uapNMMxsth .mbr-section-subtitle {
  color: #24262b;
}
.cid-uapNMMxsth .cars-row {
  row-gap: 32px;
}
.cid-uapNMMxsth .card {
  border-radius: 0;
}
.cid-uapNMMxsth .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uapNMMxsth .text-wrap {
  flex-grow: 1;
}
.cid-uapNMMxsth .card-title {
  color: #24262b;
}
.cid-uapNMMxsth .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uapNMMxsth .mbr-section-btn {
  margin-top: 12px;
}
.cid-uapNMMxsth .card-title,
.cid-uapNMMxsth .card-wrapper {
  color: #35341b;
}
.cid-ucKTTDkTTD {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKTTDkTTD .mbr-text {
  color: #ffffff;
}
.cid-ucKTTDkTTD .container {
  max-width: 1000px;
}
.cid-ucKTTDkTTD h4 {
  text-align: center;
}
.cid-ucKTTDkTTD p {
  text-align: center;
}
.cid-ucKTTDkTTD .row {
  justify-content: center;
}
.cid-ucKTTDkTTD .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKTTDkTTD .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKTTDkTTD .card-title,
.cid-ucKTTDkTTD .card-img {
  color: #b69b74;
}
.cid-ucKTTDkTTD .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKTTDkTTD .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKTTDkTTD img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9Fs7cUd1S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9Fs7cUd1S .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9FrFVdZrD {
  z-index: 1000;
  width: 100%;
}
.cid-u9FrFVdZrD .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9FrFVdZrD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9FrFVdZrD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9FrFVdZrD .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9FrFVdZrD .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9FrFVdZrD .menu_box .navbar.opened,
  .cid-u9FrFVdZrD .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9FrFVdZrD nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9FrFVdZrD .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9FrFVdZrD .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9FrFVdZrD .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9FrFVdZrD .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9FrFVdZrD .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9FrFVdZrD .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9FrFVdZrD .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9FrFVdZrD .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9FrFVdZrD .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9FrFVdZrD .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9FrFVdZrD .offcanvas-body .mbr-text,
  .cid-u9FrFVdZrD .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9FrFVdZrD .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9FrFVdZrD .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9FrFVdZrD .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9FrFVdZrD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9FrFVdZrD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9FrFVdZrD .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9FrFVdZrD .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9FrFVdZrD ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9FrFVdZrD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9FrFVdZrD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9FrFVdZrD .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9FrFVdZrD li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9FrFVdZrD .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9FrFVdZrD .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9FrFVdZrD .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9FrFVdZrD .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9FrFVdZrD .nav-item {
    margin: 0 !important;
  }
}
.cid-u9FrFVdZrD .nav-item .nav-link:hover,
.cid-u9FrFVdZrD .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9FrFVdZrD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9FrFVdZrD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9FrFVdZrD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9FrFVdZrD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9FrFVdZrD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9FrFVdZrD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9FrFVdZrD .offcanvas_box {
    display: none;
  }
}
.cid-u9FrFVdZrD .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9FrFVdZrD .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9FrFVdZrD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9FrFVdZrD .container {
  display: flex;
  margin: auto;
}
.cid-u9FrFVdZrD .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9FrFVdZrD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9FrFVdZrD .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9FrFVdZrD .navbar-caption {
  color: #2b2b2b;
}
.cid-u9FrFVdZrD .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9FrFVdZrD .navbar-nav {
    margin: 0;
  }
}
.cid-u9FrFVdZrD .dropdown-menu,
.cid-u9FrFVdZrD .navbar.opened {
  background-color: true !important;
}
.cid-u9FrFVdZrD .nav-item:focus,
.cid-u9FrFVdZrD .nav-link:focus {
  outline: none;
}
.cid-u9FrFVdZrD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9FrFVdZrD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9FrFVdZrD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9FrFVdZrD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9FrFVdZrD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9FrFVdZrD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9FrFVdZrD .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9FrFVdZrD .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9FrFVdZrD .navbar.opened {
  transition: all 0.3s;
}
.cid-u9FrFVdZrD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9FrFVdZrD .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9FrFVdZrD .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9FrFVdZrD .navbar.collapsed {
  justify-content: center;
}
.cid-u9FrFVdZrD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9FrFVdZrD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9FrFVdZrD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9FrFVdZrD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9FrFVdZrD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9FrFVdZrD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9FrFVdZrD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9FrFVdZrD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9FrFVdZrD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9FrFVdZrD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9FrFVdZrD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9FrFVdZrD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9FrFVdZrD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9FrFVdZrD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9FrFVdZrD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9FrFVdZrD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9FrFVdZrD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9FrFVdZrD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9FrFVdZrD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9FrFVdZrD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9FrFVdZrD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9FrFVdZrD .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9FrFVdZrD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9FrFVdZrD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9FrFVdZrD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9FrFVdZrD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9FrFVdZrD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9FrFVdZrD .dropdown-item.active,
.cid-u9FrFVdZrD .dropdown-item:active {
  background-color: transparent;
}
.cid-u9FrFVdZrD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9FrFVdZrD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9FrFVdZrD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9FrFVdZrD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9FrFVdZrD ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9FrFVdZrD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9FrFVdZrD button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9FrFVdZrD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9FrFVdZrD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9FrFVdZrD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9FrFVdZrD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9FrFVdZrD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9FrFVdZrD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9FrFVdZrD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9FrFVdZrD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9FrFVdZrD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9FrFVdZrD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9FrFVdZrD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9FrFVdZrD .navbar {
    height: 70px;
  }
  .cid-u9FrFVdZrD .navbar.opened {
    height: auto;
  }
  .cid-u9FrFVdZrD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9FrFVdZrD .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9FrFVdZrD .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9FrFVdZrD .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9FrFVdZrD .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9FrFVdZrD .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9FrFVdZrD .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9FrFVdZrD .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9FrFVdZrD .text_widget {
  margin-bottom: 32px;
}
.cid-u9FrFVdZrD .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9FrFVdZrD .text_widget a:hover {
  opacity: .5;
}
.cid-u9FrFVdZrD .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9FrFVdZrD .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9FrFVdZrD .mbr-section-subtitle,
.cid-u9FrFVdZrD .text_widget,
.cid-u9FrFVdZrD .mbr-section-btn {
  text-align: center;
}
.cid-u9FrFVdZrD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9FrFVKgkT {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9FrFVKgkT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FrFVKgkT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9FrFVKgkT .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9FrFVKgkT .label-text {
  color: #747474;
}
.cid-u9FrFVKgkT .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9FrFVKgkT .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9FrFVKgkT .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9FrFVKgkT .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9FrFVKgkT .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9FrFW5lHI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9FrFW5lHI .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9FrFW5lHI .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9FrFW5lHI .container {
    padding: 0 25px;
  }
}
.cid-u9FrFW5lHI .row {
  margin: 0;
}
.cid-u9FrFW5lHI .row .card {
  padding: 0;
}
.cid-u9FrFW5lHI .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9FrFW5lHI .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9FrFW5lHI .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9FrFW5lHI .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9FrFW5lHI .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9FrFW5lHI .item:focus,
.cid-u9FrFW5lHI span:focus {
  outline: none;
}
.cid-u9FrFW5lHI .item-wrapper {
  position: relative;
}
.cid-u9FrFW5lHI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9FrFW5lHI .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9FrFW5lHI .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9FrFW5lHI .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9FrFW5lHI .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9FrFW5lHI .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9FrFW5lHI .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9FrFW5lHI .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9FrFW5lHI .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9FrFW5lHI .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9FrFW5lHI .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9FrFW5lHI .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9FrFW5lHI .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9FrFW5lHI .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9FrFW5lHI .embla__button--next,
.cid-u9FrFW5lHI .embla__button--prev {
  display: flex;
}
.cid-u9FrFW5lHI .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9FrFW5lHI .embla__button {
    display: none;
  }
}
.cid-u9FrFW5lHI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9FrFW5lHI .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9FrFW5lHI .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9FrFW5lHI .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9FrFW5lHI .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9FrFW5lHI .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9FrFW5lHI .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9FrFW5lHI .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9FrFW5lHI .embla__button {
    bottom: 1rem;
  }
}
.cid-u9FrFW5lHI .embla {
  position: relative;
  width: 100%;
}
.cid-u9FrFW5lHI .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9FrFW5lHI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9FrFW5lHI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9FrFW5lHI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9FrFW5lHI .mbr-section-title {
  color: #ffffff;
}
.cid-u9FrFW5lHI .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9FrFW5lHI .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9FrFWwUkP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9FrFWwUkP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FrFWwUkP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9FrFWwUkP .container {
    padding: 0 30px;
  }
}
.cid-u9FrFWwUkP .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9FrFWwUkP .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9FrFWwUkP .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9FrFWwUkP .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9FrFWwUkP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9FrFWwUkP .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9FrFWwUkP .items .item {
    padding: 20px 0;
  }
}
.cid-u9FrFWwUkP .items .item:hover::after,
.cid-u9FrFWwUkP .items .item:focus::after {
  height: 100%;
}
.cid-u9FrFWwUkP .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9FrFWwUkP .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9FrFWwUkP .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9FrFWwUkP .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9FrFWwUkP .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9FrFWwUkP .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9FrFWwUkP .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9FrFWwUkP .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9FrFWwUkP .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9FrFWwUkP .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9FrFWwUkP .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9FrFWwUkP .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9FrFWwUkP .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9FrFWwUkP .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9FrFWwUkP .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9FrFWwUkP .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9FrFWwUkP .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9FrFWwUkP .mbr-section-title {
  color: #3a341c;
}
.cid-u9FrFWwUkP .card-title {
  color: #3a341c;
}
.cid-u9FrFWwUkP .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9FrFWwUkP .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uapNB3MUnG {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uapNB3MUnG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uapNB3MUnG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uapNB3MUnG .col-title {
  margin-bottom: 32px;
}
.cid-uapNB3MUnG .mbr-section-title {
  color: #24262b;
}
.cid-uapNB3MUnG .mbr-section-subtitle {
  color: #24262b;
}
.cid-uapNB3MUnG .cars-row {
  row-gap: 32px;
}
.cid-uapNB3MUnG .card {
  border-radius: 0;
}
.cid-uapNB3MUnG .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uapNB3MUnG .text-wrap {
  flex-grow: 1;
}
.cid-uapNB3MUnG .card-title {
  color: #24262b;
}
.cid-uapNB3MUnG .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uapNB3MUnG .mbr-section-btn {
  margin-top: 12px;
}
.cid-uapNB3MUnG .card-title,
.cid-uapNB3MUnG .card-wrapper {
  color: #35341b;
}
.cid-ucKTNrG6V4 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKTNrG6V4 .mbr-text {
  color: #ffffff;
}
.cid-ucKTNrG6V4 .container {
  max-width: 1000px;
}
.cid-ucKTNrG6V4 h4 {
  text-align: center;
}
.cid-ucKTNrG6V4 p {
  text-align: center;
}
.cid-ucKTNrG6V4 .row {
  justify-content: center;
}
.cid-ucKTNrG6V4 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKTNrG6V4 .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKTNrG6V4 .card-title,
.cid-ucKTNrG6V4 .card-img {
  color: #b69b74;
}
.cid-ucKTNrG6V4 .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKTNrG6V4 .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKTNrG6V4 img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9FrFXBaiy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9FrFXBaiy .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9FrkU7P9I {
  z-index: 1000;
  width: 100%;
}
.cid-u9FrkU7P9I .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9FrkU7P9I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9FrkU7P9I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9FrkU7P9I .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9FrkU7P9I .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9FrkU7P9I .menu_box .navbar.opened,
  .cid-u9FrkU7P9I .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9FrkU7P9I nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9FrkU7P9I .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9FrkU7P9I .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9FrkU7P9I .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9FrkU7P9I .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9FrkU7P9I .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9FrkU7P9I .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9FrkU7P9I .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9FrkU7P9I .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9FrkU7P9I .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9FrkU7P9I .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9FrkU7P9I .offcanvas-body .mbr-text,
  .cid-u9FrkU7P9I .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9FrkU7P9I .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9FrkU7P9I .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9FrkU7P9I .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9FrkU7P9I .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9FrkU7P9I .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9FrkU7P9I .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9FrkU7P9I .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9FrkU7P9I ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9FrkU7P9I .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9FrkU7P9I .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9FrkU7P9I .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9FrkU7P9I li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9FrkU7P9I .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9FrkU7P9I .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9FrkU7P9I .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9FrkU7P9I .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9FrkU7P9I .nav-item {
    margin: 0 !important;
  }
}
.cid-u9FrkU7P9I .nav-item .nav-link:hover,
.cid-u9FrkU7P9I .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9FrkU7P9I .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9FrkU7P9I .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9FrkU7P9I .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9FrkU7P9I .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9FrkU7P9I .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9FrkU7P9I .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9FrkU7P9I .offcanvas_box {
    display: none;
  }
}
.cid-u9FrkU7P9I .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9FrkU7P9I .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9FrkU7P9I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9FrkU7P9I .container {
  display: flex;
  margin: auto;
}
.cid-u9FrkU7P9I .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9FrkU7P9I .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9FrkU7P9I .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9FrkU7P9I .navbar-caption {
  color: #2b2b2b;
}
.cid-u9FrkU7P9I .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9FrkU7P9I .navbar-nav {
    margin: 0;
  }
}
.cid-u9FrkU7P9I .dropdown-menu,
.cid-u9FrkU7P9I .navbar.opened {
  background-color: true !important;
}
.cid-u9FrkU7P9I .nav-item:focus,
.cid-u9FrkU7P9I .nav-link:focus {
  outline: none;
}
.cid-u9FrkU7P9I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9FrkU7P9I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9FrkU7P9I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9FrkU7P9I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9FrkU7P9I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9FrkU7P9I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9FrkU7P9I .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9FrkU7P9I .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9FrkU7P9I .navbar.opened {
  transition: all 0.3s;
}
.cid-u9FrkU7P9I .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9FrkU7P9I .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9FrkU7P9I .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9FrkU7P9I .navbar.collapsed {
  justify-content: center;
}
.cid-u9FrkU7P9I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9FrkU7P9I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9FrkU7P9I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9FrkU7P9I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9FrkU7P9I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9FrkU7P9I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9FrkU7P9I .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9FrkU7P9I .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9FrkU7P9I .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9FrkU7P9I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9FrkU7P9I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9FrkU7P9I .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9FrkU7P9I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9FrkU7P9I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9FrkU7P9I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9FrkU7P9I .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9FrkU7P9I .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9FrkU7P9I .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9FrkU7P9I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9FrkU7P9I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9FrkU7P9I .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9FrkU7P9I .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9FrkU7P9I .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9FrkU7P9I .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9FrkU7P9I .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9FrkU7P9I .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9FrkU7P9I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9FrkU7P9I .dropdown-item.active,
.cid-u9FrkU7P9I .dropdown-item:active {
  background-color: transparent;
}
.cid-u9FrkU7P9I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9FrkU7P9I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9FrkU7P9I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9FrkU7P9I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9FrkU7P9I ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9FrkU7P9I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9FrkU7P9I button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9FrkU7P9I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9FrkU7P9I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9FrkU7P9I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9FrkU7P9I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9FrkU7P9I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9FrkU7P9I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9FrkU7P9I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9FrkU7P9I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9FrkU7P9I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9FrkU7P9I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9FrkU7P9I .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9FrkU7P9I .navbar {
    height: 70px;
  }
  .cid-u9FrkU7P9I .navbar.opened {
    height: auto;
  }
  .cid-u9FrkU7P9I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9FrkU7P9I .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9FrkU7P9I .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9FrkU7P9I .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9FrkU7P9I .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9FrkU7P9I .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9FrkU7P9I .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9FrkU7P9I .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9FrkU7P9I .text_widget {
  margin-bottom: 32px;
}
.cid-u9FrkU7P9I .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9FrkU7P9I .text_widget a:hover {
  opacity: .5;
}
.cid-u9FrkU7P9I .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9FrkU7P9I .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9FrkU7P9I .mbr-section-subtitle,
.cid-u9FrkU7P9I .text_widget,
.cid-u9FrkU7P9I .mbr-section-btn {
  text-align: center;
}
.cid-u9FrkU7P9I a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9FrkUFGwy {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9FrkUFGwy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FrkUFGwy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9FrkUFGwy .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9FrkUFGwy .label-text {
  color: #747474;
}
.cid-u9FrkUFGwy .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9FrkUFGwy .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9FrkUFGwy .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9FrkUFGwy .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9FrkUFGwy .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9FrkV2Akn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9FrkV2Akn .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9FrkV2Akn .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9FrkV2Akn .container {
    padding: 0 25px;
  }
}
.cid-u9FrkV2Akn .row {
  margin: 0;
}
.cid-u9FrkV2Akn .row .card {
  padding: 0;
}
.cid-u9FrkV2Akn .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9FrkV2Akn .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9FrkV2Akn .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9FrkV2Akn .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9FrkV2Akn .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9FrkV2Akn .item:focus,
.cid-u9FrkV2Akn span:focus {
  outline: none;
}
.cid-u9FrkV2Akn .item-wrapper {
  position: relative;
}
.cid-u9FrkV2Akn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9FrkV2Akn .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9FrkV2Akn .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9FrkV2Akn .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9FrkV2Akn .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9FrkV2Akn .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9FrkV2Akn .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9FrkV2Akn .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9FrkV2Akn .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9FrkV2Akn .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9FrkV2Akn .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9FrkV2Akn .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9FrkV2Akn .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9FrkV2Akn .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9FrkV2Akn .embla__button--next,
.cid-u9FrkV2Akn .embla__button--prev {
  display: flex;
}
.cid-u9FrkV2Akn .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9FrkV2Akn .embla__button {
    display: none;
  }
}
.cid-u9FrkV2Akn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9FrkV2Akn .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9FrkV2Akn .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9FrkV2Akn .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9FrkV2Akn .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9FrkV2Akn .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9FrkV2Akn .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9FrkV2Akn .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9FrkV2Akn .embla__button {
    bottom: 1rem;
  }
}
.cid-u9FrkV2Akn .embla {
  position: relative;
  width: 100%;
}
.cid-u9FrkV2Akn .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9FrkV2Akn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9FrkV2Akn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9FrkV2Akn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9FrkV2Akn .mbr-section-title {
  color: #ffffff;
}
.cid-u9FrkV2Akn .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9FrkV2Akn .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9FrkVrcAR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9FrkVrcAR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FrkVrcAR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9FrkVrcAR .container {
    padding: 0 30px;
  }
}
.cid-u9FrkVrcAR .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9FrkVrcAR .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9FrkVrcAR .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9FrkVrcAR .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9FrkVrcAR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9FrkVrcAR .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9FrkVrcAR .items .item {
    padding: 20px 0;
  }
}
.cid-u9FrkVrcAR .items .item:hover::after,
.cid-u9FrkVrcAR .items .item:focus::after {
  height: 100%;
}
.cid-u9FrkVrcAR .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9FrkVrcAR .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9FrkVrcAR .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9FrkVrcAR .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9FrkVrcAR .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9FrkVrcAR .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9FrkVrcAR .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9FrkVrcAR .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9FrkVrcAR .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9FrkVrcAR .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9FrkVrcAR .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9FrkVrcAR .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9FrkVrcAR .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9FrkVrcAR .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9FrkVrcAR .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9FrkVrcAR .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9FrkVrcAR .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9FrkVrcAR .mbr-section-title {
  color: #3a341c;
}
.cid-u9FrkVrcAR .card-title {
  color: #3a341c;
}
.cid-u9FrkVrcAR .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9FrkVrcAR .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uapNfeJYXf {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uapNfeJYXf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uapNfeJYXf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uapNfeJYXf .col-title {
  margin-bottom: 32px;
}
.cid-uapNfeJYXf .mbr-section-title {
  color: #24262b;
}
.cid-uapNfeJYXf .mbr-section-subtitle {
  color: #24262b;
}
.cid-uapNfeJYXf .cars-row {
  row-gap: 32px;
}
.cid-uapNfeJYXf .card {
  border-radius: 0;
}
.cid-uapNfeJYXf .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uapNfeJYXf .text-wrap {
  flex-grow: 1;
}
.cid-uapNfeJYXf .card-title {
  color: #24262b;
}
.cid-uapNfeJYXf .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uapNfeJYXf .mbr-section-btn {
  margin-top: 12px;
}
.cid-uapNfeJYXf .card-title,
.cid-uapNfeJYXf .card-wrapper {
  color: #35341b;
}
.cid-ucKTITJXhQ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKTITJXhQ .mbr-text {
  color: #ffffff;
}
.cid-ucKTITJXhQ .container {
  max-width: 1000px;
}
.cid-ucKTITJXhQ h4 {
  text-align: center;
}
.cid-ucKTITJXhQ p {
  text-align: center;
}
.cid-ucKTITJXhQ .row {
  justify-content: center;
}
.cid-ucKTITJXhQ .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKTITJXhQ .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKTITJXhQ .card-title,
.cid-ucKTITJXhQ .card-img {
  color: #b69b74;
}
.cid-ucKTITJXhQ .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKTITJXhQ .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKTITJXhQ img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9FrkWxCdE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9FrkWxCdE .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9Fqkb1mRA {
  z-index: 1000;
  width: 100%;
}
.cid-u9Fqkb1mRA .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9Fqkb1mRA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9Fqkb1mRA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9Fqkb1mRA .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9Fqkb1mRA .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9Fqkb1mRA .menu_box .navbar.opened,
  .cid-u9Fqkb1mRA .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9Fqkb1mRA nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9Fqkb1mRA .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9Fqkb1mRA .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9Fqkb1mRA .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9Fqkb1mRA .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9Fqkb1mRA .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9Fqkb1mRA .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9Fqkb1mRA .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9Fqkb1mRA .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9Fqkb1mRA .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9Fqkb1mRA .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9Fqkb1mRA .offcanvas-body .mbr-text,
  .cid-u9Fqkb1mRA .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9Fqkb1mRA .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9Fqkb1mRA .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9Fqkb1mRA .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9Fqkb1mRA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9Fqkb1mRA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9Fqkb1mRA .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9Fqkb1mRA .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9Fqkb1mRA ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9Fqkb1mRA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9Fqkb1mRA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9Fqkb1mRA .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9Fqkb1mRA li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9Fqkb1mRA .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9Fqkb1mRA .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9Fqkb1mRA .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9Fqkb1mRA .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9Fqkb1mRA .nav-item {
    margin: 0 !important;
  }
}
.cid-u9Fqkb1mRA .nav-item .nav-link:hover,
.cid-u9Fqkb1mRA .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9Fqkb1mRA .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9Fqkb1mRA .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9Fqkb1mRA .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9Fqkb1mRA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9Fqkb1mRA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9Fqkb1mRA .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9Fqkb1mRA .offcanvas_box {
    display: none;
  }
}
.cid-u9Fqkb1mRA .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9Fqkb1mRA .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9Fqkb1mRA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9Fqkb1mRA .container {
  display: flex;
  margin: auto;
}
.cid-u9Fqkb1mRA .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9Fqkb1mRA .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9Fqkb1mRA .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9Fqkb1mRA .navbar-caption {
  color: #2b2b2b;
}
.cid-u9Fqkb1mRA .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9Fqkb1mRA .navbar-nav {
    margin: 0;
  }
}
.cid-u9Fqkb1mRA .dropdown-menu,
.cid-u9Fqkb1mRA .navbar.opened {
  background-color: true !important;
}
.cid-u9Fqkb1mRA .nav-item:focus,
.cid-u9Fqkb1mRA .nav-link:focus {
  outline: none;
}
.cid-u9Fqkb1mRA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9Fqkb1mRA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9Fqkb1mRA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9Fqkb1mRA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9Fqkb1mRA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9Fqkb1mRA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9Fqkb1mRA .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9Fqkb1mRA .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9Fqkb1mRA .navbar.opened {
  transition: all 0.3s;
}
.cid-u9Fqkb1mRA .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9Fqkb1mRA .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9Fqkb1mRA .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9Fqkb1mRA .navbar.collapsed {
  justify-content: center;
}
.cid-u9Fqkb1mRA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9Fqkb1mRA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9Fqkb1mRA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9Fqkb1mRA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9Fqkb1mRA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9Fqkb1mRA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9Fqkb1mRA .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9Fqkb1mRA .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9Fqkb1mRA .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9Fqkb1mRA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9Fqkb1mRA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9Fqkb1mRA .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9Fqkb1mRA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9Fqkb1mRA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9Fqkb1mRA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9Fqkb1mRA .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9Fqkb1mRA .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9Fqkb1mRA .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9Fqkb1mRA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9Fqkb1mRA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9Fqkb1mRA .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9Fqkb1mRA .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9Fqkb1mRA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9Fqkb1mRA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9Fqkb1mRA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9Fqkb1mRA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9Fqkb1mRA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9Fqkb1mRA .dropdown-item.active,
.cid-u9Fqkb1mRA .dropdown-item:active {
  background-color: transparent;
}
.cid-u9Fqkb1mRA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9Fqkb1mRA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9Fqkb1mRA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9Fqkb1mRA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9Fqkb1mRA ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9Fqkb1mRA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9Fqkb1mRA button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9Fqkb1mRA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9Fqkb1mRA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9Fqkb1mRA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9Fqkb1mRA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9Fqkb1mRA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9Fqkb1mRA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9Fqkb1mRA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9Fqkb1mRA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9Fqkb1mRA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9Fqkb1mRA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9Fqkb1mRA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9Fqkb1mRA .navbar {
    height: 70px;
  }
  .cid-u9Fqkb1mRA .navbar.opened {
    height: auto;
  }
  .cid-u9Fqkb1mRA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9Fqkb1mRA .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9Fqkb1mRA .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9Fqkb1mRA .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9Fqkb1mRA .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9Fqkb1mRA .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9Fqkb1mRA .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9Fqkb1mRA .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9Fqkb1mRA .text_widget {
  margin-bottom: 32px;
}
.cid-u9Fqkb1mRA .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9Fqkb1mRA .text_widget a:hover {
  opacity: .5;
}
.cid-u9Fqkb1mRA .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9Fqkb1mRA .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9Fqkb1mRA .mbr-section-subtitle,
.cid-u9Fqkb1mRA .text_widget,
.cid-u9Fqkb1mRA .mbr-section-btn {
  text-align: center;
}
.cid-u9Fqkb1mRA a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9Fqkbyq6f {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9Fqkbyq6f .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Fqkbyq6f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Fqkbyq6f .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9Fqkbyq6f .label-text {
  color: #747474;
}
.cid-u9Fqkbyq6f .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9Fqkbyq6f .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9Fqkbyq6f .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9Fqkbyq6f .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9Fqkbyq6f .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9FqkbSKCD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9FqkbSKCD .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9FqkbSKCD .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9FqkbSKCD .container {
    padding: 0 25px;
  }
}
.cid-u9FqkbSKCD .row {
  margin: 0;
}
.cid-u9FqkbSKCD .row .card {
  padding: 0;
}
.cid-u9FqkbSKCD .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9FqkbSKCD .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9FqkbSKCD .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9FqkbSKCD .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9FqkbSKCD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9FqkbSKCD .item:focus,
.cid-u9FqkbSKCD span:focus {
  outline: none;
}
.cid-u9FqkbSKCD .item-wrapper {
  position: relative;
}
.cid-u9FqkbSKCD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9FqkbSKCD .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9FqkbSKCD .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9FqkbSKCD .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9FqkbSKCD .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9FqkbSKCD .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9FqkbSKCD .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9FqkbSKCD .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9FqkbSKCD .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9FqkbSKCD .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9FqkbSKCD .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9FqkbSKCD .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9FqkbSKCD .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9FqkbSKCD .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9FqkbSKCD .embla__button--next,
.cid-u9FqkbSKCD .embla__button--prev {
  display: flex;
}
.cid-u9FqkbSKCD .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9FqkbSKCD .embla__button {
    display: none;
  }
}
.cid-u9FqkbSKCD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9FqkbSKCD .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9FqkbSKCD .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9FqkbSKCD .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9FqkbSKCD .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9FqkbSKCD .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9FqkbSKCD .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9FqkbSKCD .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9FqkbSKCD .embla__button {
    bottom: 1rem;
  }
}
.cid-u9FqkbSKCD .embla {
  position: relative;
  width: 100%;
}
.cid-u9FqkbSKCD .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9FqkbSKCD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9FqkbSKCD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9FqkbSKCD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9FqkbSKCD .mbr-section-title {
  color: #ffffff;
}
.cid-u9FqkbSKCD .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9FqkbSKCD .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9FqkcjtBZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9FqkcjtBZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FqkcjtBZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9FqkcjtBZ .container {
    padding: 0 30px;
  }
}
.cid-u9FqkcjtBZ .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9FqkcjtBZ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9FqkcjtBZ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9FqkcjtBZ .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9FqkcjtBZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9FqkcjtBZ .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9FqkcjtBZ .items .item {
    padding: 20px 0;
  }
}
.cid-u9FqkcjtBZ .items .item:hover::after,
.cid-u9FqkcjtBZ .items .item:focus::after {
  height: 100%;
}
.cid-u9FqkcjtBZ .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9FqkcjtBZ .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9FqkcjtBZ .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9FqkcjtBZ .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9FqkcjtBZ .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9FqkcjtBZ .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9FqkcjtBZ .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9FqkcjtBZ .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9FqkcjtBZ .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9FqkcjtBZ .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9FqkcjtBZ .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9FqkcjtBZ .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9FqkcjtBZ .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9FqkcjtBZ .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9FqkcjtBZ .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9FqkcjtBZ .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9FqkcjtBZ .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9FqkcjtBZ .mbr-section-title {
  color: #3a341c;
}
.cid-u9FqkcjtBZ .card-title {
  color: #3a341c;
}
.cid-u9FqkcjtBZ .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9FqkcjtBZ .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uapN2jLXrx {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uapN2jLXrx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uapN2jLXrx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uapN2jLXrx .col-title {
  margin-bottom: 32px;
}
.cid-uapN2jLXrx .mbr-section-title {
  color: #24262b;
}
.cid-uapN2jLXrx .mbr-section-subtitle {
  color: #24262b;
}
.cid-uapN2jLXrx .cars-row {
  row-gap: 32px;
}
.cid-uapN2jLXrx .card {
  border-radius: 0;
}
.cid-uapN2jLXrx .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uapN2jLXrx .text-wrap {
  flex-grow: 1;
}
.cid-uapN2jLXrx .card-title {
  color: #24262b;
}
.cid-uapN2jLXrx .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uapN2jLXrx .mbr-section-btn {
  margin-top: 12px;
}
.cid-uapN2jLXrx .card-title,
.cid-uapN2jLXrx .card-wrapper {
  color: #35341b;
}
.cid-ucKTFifvW4 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKTFifvW4 .mbr-text {
  color: #ffffff;
}
.cid-ucKTFifvW4 .container {
  max-width: 1000px;
}
.cid-ucKTFifvW4 h4 {
  text-align: center;
}
.cid-ucKTFifvW4 p {
  text-align: center;
}
.cid-ucKTFifvW4 .row {
  justify-content: center;
}
.cid-ucKTFifvW4 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKTFifvW4 .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKTFifvW4 .card-title,
.cid-ucKTFifvW4 .card-img {
  color: #b69b74;
}
.cid-ucKTFifvW4 .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKTFifvW4 .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKTFifvW4 img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9FqkdsbMR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9FqkdsbMR .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9FpPG8iZC {
  z-index: 1000;
  width: 100%;
}
.cid-u9FpPG8iZC .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9FpPG8iZC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9FpPG8iZC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9FpPG8iZC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9FpPG8iZC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9FpPG8iZC .menu_box .navbar.opened,
  .cid-u9FpPG8iZC .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9FpPG8iZC nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9FpPG8iZC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9FpPG8iZC .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9FpPG8iZC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9FpPG8iZC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9FpPG8iZC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9FpPG8iZC .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9FpPG8iZC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9FpPG8iZC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9FpPG8iZC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9FpPG8iZC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9FpPG8iZC .offcanvas-body .mbr-text,
  .cid-u9FpPG8iZC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9FpPG8iZC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9FpPG8iZC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9FpPG8iZC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9FpPG8iZC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9FpPG8iZC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9FpPG8iZC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9FpPG8iZC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9FpPG8iZC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9FpPG8iZC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9FpPG8iZC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9FpPG8iZC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9FpPG8iZC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9FpPG8iZC .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9FpPG8iZC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9FpPG8iZC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9FpPG8iZC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9FpPG8iZC .nav-item {
    margin: 0 !important;
  }
}
.cid-u9FpPG8iZC .nav-item .nav-link:hover,
.cid-u9FpPG8iZC .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9FpPG8iZC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9FpPG8iZC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9FpPG8iZC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9FpPG8iZC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9FpPG8iZC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9FpPG8iZC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9FpPG8iZC .offcanvas_box {
    display: none;
  }
}
.cid-u9FpPG8iZC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9FpPG8iZC .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9FpPG8iZC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9FpPG8iZC .container {
  display: flex;
  margin: auto;
}
.cid-u9FpPG8iZC .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9FpPG8iZC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9FpPG8iZC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9FpPG8iZC .navbar-caption {
  color: #2b2b2b;
}
.cid-u9FpPG8iZC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9FpPG8iZC .navbar-nav {
    margin: 0;
  }
}
.cid-u9FpPG8iZC .dropdown-menu,
.cid-u9FpPG8iZC .navbar.opened {
  background-color: true !important;
}
.cid-u9FpPG8iZC .nav-item:focus,
.cid-u9FpPG8iZC .nav-link:focus {
  outline: none;
}
.cid-u9FpPG8iZC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9FpPG8iZC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9FpPG8iZC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9FpPG8iZC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9FpPG8iZC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9FpPG8iZC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9FpPG8iZC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9FpPG8iZC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9FpPG8iZC .navbar.opened {
  transition: all 0.3s;
}
.cid-u9FpPG8iZC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9FpPG8iZC .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9FpPG8iZC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9FpPG8iZC .navbar.collapsed {
  justify-content: center;
}
.cid-u9FpPG8iZC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9FpPG8iZC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9FpPG8iZC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9FpPG8iZC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9FpPG8iZC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9FpPG8iZC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9FpPG8iZC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9FpPG8iZC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9FpPG8iZC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9FpPG8iZC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9FpPG8iZC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9FpPG8iZC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9FpPG8iZC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9FpPG8iZC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9FpPG8iZC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9FpPG8iZC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9FpPG8iZC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9FpPG8iZC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9FpPG8iZC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9FpPG8iZC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9FpPG8iZC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9FpPG8iZC .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9FpPG8iZC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9FpPG8iZC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9FpPG8iZC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9FpPG8iZC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9FpPG8iZC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9FpPG8iZC .dropdown-item.active,
.cid-u9FpPG8iZC .dropdown-item:active {
  background-color: transparent;
}
.cid-u9FpPG8iZC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9FpPG8iZC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9FpPG8iZC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9FpPG8iZC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9FpPG8iZC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9FpPG8iZC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9FpPG8iZC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9FpPG8iZC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9FpPG8iZC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9FpPG8iZC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9FpPG8iZC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9FpPG8iZC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9FpPG8iZC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9FpPG8iZC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9FpPG8iZC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9FpPG8iZC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9FpPG8iZC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9FpPG8iZC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9FpPG8iZC .navbar {
    height: 70px;
  }
  .cid-u9FpPG8iZC .navbar.opened {
    height: auto;
  }
  .cid-u9FpPG8iZC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9FpPG8iZC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9FpPG8iZC .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9FpPG8iZC .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9FpPG8iZC .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9FpPG8iZC .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9FpPG8iZC .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9FpPG8iZC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9FpPG8iZC .text_widget {
  margin-bottom: 32px;
}
.cid-u9FpPG8iZC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9FpPG8iZC .text_widget a:hover {
  opacity: .5;
}
.cid-u9FpPG8iZC .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9FpPG8iZC .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9FpPG8iZC .mbr-section-subtitle,
.cid-u9FpPG8iZC .text_widget,
.cid-u9FpPG8iZC .mbr-section-btn {
  text-align: center;
}
.cid-u9FpPG8iZC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9FpPGGzom {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9FpPGGzom .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FpPGGzom .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9FpPGGzom .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9FpPGGzom .label-text {
  color: #747474;
}
.cid-u9FpPGGzom .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9FpPGGzom .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9FpPGGzom .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9FpPGGzom .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9FpPGGzom .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9FpPH320B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9FpPH320B .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9FpPH320B .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9FpPH320B .container {
    padding: 0 25px;
  }
}
.cid-u9FpPH320B .row {
  margin: 0;
}
.cid-u9FpPH320B .row .card {
  padding: 0;
}
.cid-u9FpPH320B .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9FpPH320B .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9FpPH320B .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9FpPH320B .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9FpPH320B .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9FpPH320B .item:focus,
.cid-u9FpPH320B span:focus {
  outline: none;
}
.cid-u9FpPH320B .item-wrapper {
  position: relative;
}
.cid-u9FpPH320B .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9FpPH320B .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9FpPH320B .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9FpPH320B .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9FpPH320B .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9FpPH320B .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9FpPH320B .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9FpPH320B .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9FpPH320B .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9FpPH320B .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9FpPH320B .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9FpPH320B .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9FpPH320B .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9FpPH320B .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9FpPH320B .embla__button--next,
.cid-u9FpPH320B .embla__button--prev {
  display: flex;
}
.cid-u9FpPH320B .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9FpPH320B .embla__button {
    display: none;
  }
}
.cid-u9FpPH320B .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9FpPH320B .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9FpPH320B .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9FpPH320B .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9FpPH320B .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9FpPH320B .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9FpPH320B .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9FpPH320B .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9FpPH320B .embla__button {
    bottom: 1rem;
  }
}
.cid-u9FpPH320B .embla {
  position: relative;
  width: 100%;
}
.cid-u9FpPH320B .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9FpPH320B .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9FpPH320B .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9FpPH320B .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9FpPH320B .mbr-section-title {
  color: #ffffff;
}
.cid-u9FpPH320B .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9FpPH320B .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9FpPHtZPj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9FpPHtZPj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FpPHtZPj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9FpPHtZPj .container {
    padding: 0 30px;
  }
}
.cid-u9FpPHtZPj .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9FpPHtZPj .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9FpPHtZPj .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9FpPHtZPj .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9FpPHtZPj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9FpPHtZPj .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9FpPHtZPj .items .item {
    padding: 20px 0;
  }
}
.cid-u9FpPHtZPj .items .item:hover::after,
.cid-u9FpPHtZPj .items .item:focus::after {
  height: 100%;
}
.cid-u9FpPHtZPj .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9FpPHtZPj .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9FpPHtZPj .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9FpPHtZPj .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9FpPHtZPj .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9FpPHtZPj .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9FpPHtZPj .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9FpPHtZPj .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9FpPHtZPj .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9FpPHtZPj .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9FpPHtZPj .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9FpPHtZPj .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9FpPHtZPj .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9FpPHtZPj .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9FpPHtZPj .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9FpPHtZPj .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9FpPHtZPj .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9FpPHtZPj .mbr-section-title {
  color: #3a341c;
}
.cid-u9FpPHtZPj .card-title {
  color: #3a341c;
}
.cid-u9FpPHtZPj .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9FpPHtZPj .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uapMW67ubH {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uapMW67ubH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uapMW67ubH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uapMW67ubH .col-title {
  margin-bottom: 32px;
}
.cid-uapMW67ubH .mbr-section-title {
  color: #24262b;
}
.cid-uapMW67ubH .mbr-section-subtitle {
  color: #24262b;
}
.cid-uapMW67ubH .cars-row {
  row-gap: 32px;
}
.cid-uapMW67ubH .card {
  border-radius: 0;
}
.cid-uapMW67ubH .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uapMW67ubH .text-wrap {
  flex-grow: 1;
}
.cid-uapMW67ubH .card-title {
  color: #24262b;
}
.cid-uapMW67ubH .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uapMW67ubH .mbr-section-btn {
  margin-top: 12px;
}
.cid-uapMW67ubH .card-title,
.cid-uapMW67ubH .card-wrapper {
  color: #35341b;
}
.cid-ucKTBNGfOC {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKTBNGfOC .mbr-text {
  color: #ffffff;
}
.cid-ucKTBNGfOC .container {
  max-width: 1000px;
}
.cid-ucKTBNGfOC h4 {
  text-align: center;
}
.cid-ucKTBNGfOC p {
  text-align: center;
}
.cid-ucKTBNGfOC .row {
  justify-content: center;
}
.cid-ucKTBNGfOC .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKTBNGfOC .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKTBNGfOC .card-title,
.cid-ucKTBNGfOC .card-img {
  color: #b69b74;
}
.cid-ucKTBNGfOC .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKTBNGfOC .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKTBNGfOC img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9FpPIyUfw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9FpPIyUfw .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9FpmADAiC {
  z-index: 1000;
  width: 100%;
}
.cid-u9FpmADAiC .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9FpmADAiC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9FpmADAiC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9FpmADAiC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9FpmADAiC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9FpmADAiC .menu_box .navbar.opened,
  .cid-u9FpmADAiC .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9FpmADAiC nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9FpmADAiC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9FpmADAiC .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9FpmADAiC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9FpmADAiC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9FpmADAiC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9FpmADAiC .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9FpmADAiC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9FpmADAiC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9FpmADAiC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9FpmADAiC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9FpmADAiC .offcanvas-body .mbr-text,
  .cid-u9FpmADAiC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9FpmADAiC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9FpmADAiC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9FpmADAiC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9FpmADAiC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9FpmADAiC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9FpmADAiC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9FpmADAiC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9FpmADAiC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9FpmADAiC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9FpmADAiC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9FpmADAiC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9FpmADAiC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9FpmADAiC .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9FpmADAiC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9FpmADAiC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9FpmADAiC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9FpmADAiC .nav-item {
    margin: 0 !important;
  }
}
.cid-u9FpmADAiC .nav-item .nav-link:hover,
.cid-u9FpmADAiC .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9FpmADAiC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9FpmADAiC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9FpmADAiC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9FpmADAiC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9FpmADAiC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9FpmADAiC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9FpmADAiC .offcanvas_box {
    display: none;
  }
}
.cid-u9FpmADAiC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9FpmADAiC .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9FpmADAiC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9FpmADAiC .container {
  display: flex;
  margin: auto;
}
.cid-u9FpmADAiC .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9FpmADAiC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9FpmADAiC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9FpmADAiC .navbar-caption {
  color: #2b2b2b;
}
.cid-u9FpmADAiC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9FpmADAiC .navbar-nav {
    margin: 0;
  }
}
.cid-u9FpmADAiC .dropdown-menu,
.cid-u9FpmADAiC .navbar.opened {
  background-color: true !important;
}
.cid-u9FpmADAiC .nav-item:focus,
.cid-u9FpmADAiC .nav-link:focus {
  outline: none;
}
.cid-u9FpmADAiC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9FpmADAiC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9FpmADAiC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9FpmADAiC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9FpmADAiC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9FpmADAiC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9FpmADAiC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9FpmADAiC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9FpmADAiC .navbar.opened {
  transition: all 0.3s;
}
.cid-u9FpmADAiC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9FpmADAiC .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9FpmADAiC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9FpmADAiC .navbar.collapsed {
  justify-content: center;
}
.cid-u9FpmADAiC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9FpmADAiC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9FpmADAiC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9FpmADAiC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9FpmADAiC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9FpmADAiC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9FpmADAiC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9FpmADAiC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9FpmADAiC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9FpmADAiC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9FpmADAiC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9FpmADAiC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9FpmADAiC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9FpmADAiC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9FpmADAiC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9FpmADAiC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9FpmADAiC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9FpmADAiC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9FpmADAiC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9FpmADAiC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9FpmADAiC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9FpmADAiC .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9FpmADAiC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9FpmADAiC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9FpmADAiC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9FpmADAiC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9FpmADAiC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9FpmADAiC .dropdown-item.active,
.cid-u9FpmADAiC .dropdown-item:active {
  background-color: transparent;
}
.cid-u9FpmADAiC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9FpmADAiC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9FpmADAiC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9FpmADAiC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9FpmADAiC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9FpmADAiC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9FpmADAiC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9FpmADAiC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9FpmADAiC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9FpmADAiC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9FpmADAiC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9FpmADAiC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9FpmADAiC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9FpmADAiC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9FpmADAiC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9FpmADAiC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9FpmADAiC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9FpmADAiC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9FpmADAiC .navbar {
    height: 70px;
  }
  .cid-u9FpmADAiC .navbar.opened {
    height: auto;
  }
  .cid-u9FpmADAiC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9FpmADAiC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9FpmADAiC .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9FpmADAiC .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9FpmADAiC .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9FpmADAiC .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9FpmADAiC .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9FpmADAiC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9FpmADAiC .text_widget {
  margin-bottom: 32px;
}
.cid-u9FpmADAiC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9FpmADAiC .text_widget a:hover {
  opacity: .5;
}
.cid-u9FpmADAiC .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9FpmADAiC .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9FpmADAiC .mbr-section-subtitle,
.cid-u9FpmADAiC .text_widget,
.cid-u9FpmADAiC .mbr-section-btn {
  text-align: center;
}
.cid-u9FpmADAiC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9FpmBaXGv {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9FpmBaXGv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FpmBaXGv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9FpmBaXGv .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9FpmBaXGv .label-text {
  color: #747474;
}
.cid-u9FpmBaXGv .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9FpmBaXGv .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9FpmBaXGv .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9FpmBaXGv .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9FpmBaXGv .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9FpmBtKpQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9FpmBtKpQ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9FpmBtKpQ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9FpmBtKpQ .container {
    padding: 0 25px;
  }
}
.cid-u9FpmBtKpQ .row {
  margin: 0;
}
.cid-u9FpmBtKpQ .row .card {
  padding: 0;
}
.cid-u9FpmBtKpQ .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9FpmBtKpQ .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9FpmBtKpQ .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9FpmBtKpQ .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9FpmBtKpQ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9FpmBtKpQ .item:focus,
.cid-u9FpmBtKpQ span:focus {
  outline: none;
}
.cid-u9FpmBtKpQ .item-wrapper {
  position: relative;
}
.cid-u9FpmBtKpQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9FpmBtKpQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9FpmBtKpQ .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9FpmBtKpQ .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9FpmBtKpQ .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9FpmBtKpQ .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9FpmBtKpQ .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9FpmBtKpQ .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9FpmBtKpQ .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9FpmBtKpQ .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9FpmBtKpQ .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9FpmBtKpQ .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9FpmBtKpQ .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9FpmBtKpQ .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9FpmBtKpQ .embla__button--next,
.cid-u9FpmBtKpQ .embla__button--prev {
  display: flex;
}
.cid-u9FpmBtKpQ .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9FpmBtKpQ .embla__button {
    display: none;
  }
}
.cid-u9FpmBtKpQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9FpmBtKpQ .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9FpmBtKpQ .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9FpmBtKpQ .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9FpmBtKpQ .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9FpmBtKpQ .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9FpmBtKpQ .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9FpmBtKpQ .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9FpmBtKpQ .embla__button {
    bottom: 1rem;
  }
}
.cid-u9FpmBtKpQ .embla {
  position: relative;
  width: 100%;
}
.cid-u9FpmBtKpQ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9FpmBtKpQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9FpmBtKpQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9FpmBtKpQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9FpmBtKpQ .mbr-section-title {
  color: #ffffff;
}
.cid-u9FpmBtKpQ .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9FpmBtKpQ .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9FpmBWC8y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9FpmBWC8y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FpmBWC8y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9FpmBWC8y .container {
    padding: 0 30px;
  }
}
.cid-u9FpmBWC8y .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9FpmBWC8y .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9FpmBWC8y .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9FpmBWC8y .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9FpmBWC8y .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9FpmBWC8y .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9FpmBWC8y .items .item {
    padding: 20px 0;
  }
}
.cid-u9FpmBWC8y .items .item:hover::after,
.cid-u9FpmBWC8y .items .item:focus::after {
  height: 100%;
}
.cid-u9FpmBWC8y .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9FpmBWC8y .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9FpmBWC8y .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9FpmBWC8y .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9FpmBWC8y .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9FpmBWC8y .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9FpmBWC8y .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9FpmBWC8y .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9FpmBWC8y .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9FpmBWC8y .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9FpmBWC8y .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9FpmBWC8y .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9FpmBWC8y .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9FpmBWC8y .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9FpmBWC8y .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9FpmBWC8y .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9FpmBWC8y .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9FpmBWC8y .mbr-section-title {
  color: #3a341c;
}
.cid-u9FpmBWC8y .card-title {
  color: #3a341c;
}
.cid-u9FpmBWC8y .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9FpmBWC8y .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uapMFRxYrY {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uapMFRxYrY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uapMFRxYrY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uapMFRxYrY .col-title {
  margin-bottom: 32px;
}
.cid-uapMFRxYrY .mbr-section-title {
  color: #24262b;
}
.cid-uapMFRxYrY .mbr-section-subtitle {
  color: #24262b;
}
.cid-uapMFRxYrY .cars-row {
  row-gap: 32px;
}
.cid-uapMFRxYrY .card {
  border-radius: 0;
}
.cid-uapMFRxYrY .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uapMFRxYrY .text-wrap {
  flex-grow: 1;
}
.cid-uapMFRxYrY .card-title {
  color: #24262b;
}
.cid-uapMFRxYrY .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uapMFRxYrY .mbr-section-btn {
  margin-top: 12px;
}
.cid-uapMFRxYrY .card-title,
.cid-uapMFRxYrY .card-wrapper {
  color: #35341b;
}
.cid-ucKTyiaT3J {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKTyiaT3J .mbr-text {
  color: #ffffff;
}
.cid-ucKTyiaT3J .container {
  max-width: 1000px;
}
.cid-ucKTyiaT3J h4 {
  text-align: center;
}
.cid-ucKTyiaT3J p {
  text-align: center;
}
.cid-ucKTyiaT3J .row {
  justify-content: center;
}
.cid-ucKTyiaT3J .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKTyiaT3J .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKTyiaT3J .card-title,
.cid-ucKTyiaT3J .card-img {
  color: #b69b74;
}
.cid-ucKTyiaT3J .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKTyiaT3J .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKTyiaT3J img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9FpmD0Rh6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9FpmD0Rh6 .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9FoSfVXjH {
  z-index: 1000;
  width: 100%;
}
.cid-u9FoSfVXjH .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9FoSfVXjH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9FoSfVXjH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9FoSfVXjH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9FoSfVXjH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9FoSfVXjH .menu_box .navbar.opened,
  .cid-u9FoSfVXjH .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9FoSfVXjH nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9FoSfVXjH .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9FoSfVXjH .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9FoSfVXjH .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9FoSfVXjH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9FoSfVXjH .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9FoSfVXjH .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9FoSfVXjH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9FoSfVXjH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9FoSfVXjH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9FoSfVXjH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9FoSfVXjH .offcanvas-body .mbr-text,
  .cid-u9FoSfVXjH .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9FoSfVXjH .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9FoSfVXjH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9FoSfVXjH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9FoSfVXjH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9FoSfVXjH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9FoSfVXjH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9FoSfVXjH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9FoSfVXjH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9FoSfVXjH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9FoSfVXjH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9FoSfVXjH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9FoSfVXjH li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9FoSfVXjH .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9FoSfVXjH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9FoSfVXjH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9FoSfVXjH .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9FoSfVXjH .nav-item {
    margin: 0 !important;
  }
}
.cid-u9FoSfVXjH .nav-item .nav-link:hover,
.cid-u9FoSfVXjH .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9FoSfVXjH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9FoSfVXjH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9FoSfVXjH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9FoSfVXjH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9FoSfVXjH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9FoSfVXjH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9FoSfVXjH .offcanvas_box {
    display: none;
  }
}
.cid-u9FoSfVXjH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9FoSfVXjH .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9FoSfVXjH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9FoSfVXjH .container {
  display: flex;
  margin: auto;
}
.cid-u9FoSfVXjH .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9FoSfVXjH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9FoSfVXjH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9FoSfVXjH .navbar-caption {
  color: #2b2b2b;
}
.cid-u9FoSfVXjH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9FoSfVXjH .navbar-nav {
    margin: 0;
  }
}
.cid-u9FoSfVXjH .dropdown-menu,
.cid-u9FoSfVXjH .navbar.opened {
  background-color: true !important;
}
.cid-u9FoSfVXjH .nav-item:focus,
.cid-u9FoSfVXjH .nav-link:focus {
  outline: none;
}
.cid-u9FoSfVXjH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9FoSfVXjH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9FoSfVXjH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9FoSfVXjH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9FoSfVXjH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9FoSfVXjH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9FoSfVXjH .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9FoSfVXjH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9FoSfVXjH .navbar.opened {
  transition: all 0.3s;
}
.cid-u9FoSfVXjH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9FoSfVXjH .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9FoSfVXjH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9FoSfVXjH .navbar.collapsed {
  justify-content: center;
}
.cid-u9FoSfVXjH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9FoSfVXjH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9FoSfVXjH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9FoSfVXjH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9FoSfVXjH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9FoSfVXjH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9FoSfVXjH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9FoSfVXjH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9FoSfVXjH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9FoSfVXjH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9FoSfVXjH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9FoSfVXjH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9FoSfVXjH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9FoSfVXjH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9FoSfVXjH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9FoSfVXjH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9FoSfVXjH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9FoSfVXjH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9FoSfVXjH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9FoSfVXjH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9FoSfVXjH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9FoSfVXjH .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9FoSfVXjH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9FoSfVXjH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9FoSfVXjH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9FoSfVXjH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9FoSfVXjH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9FoSfVXjH .dropdown-item.active,
.cid-u9FoSfVXjH .dropdown-item:active {
  background-color: transparent;
}
.cid-u9FoSfVXjH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9FoSfVXjH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9FoSfVXjH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9FoSfVXjH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9FoSfVXjH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9FoSfVXjH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9FoSfVXjH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9FoSfVXjH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9FoSfVXjH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9FoSfVXjH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9FoSfVXjH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9FoSfVXjH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9FoSfVXjH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9FoSfVXjH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9FoSfVXjH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9FoSfVXjH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9FoSfVXjH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9FoSfVXjH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9FoSfVXjH .navbar {
    height: 70px;
  }
  .cid-u9FoSfVXjH .navbar.opened {
    height: auto;
  }
  .cid-u9FoSfVXjH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9FoSfVXjH .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9FoSfVXjH .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9FoSfVXjH .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9FoSfVXjH .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9FoSfVXjH .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9FoSfVXjH .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9FoSfVXjH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9FoSfVXjH .text_widget {
  margin-bottom: 32px;
}
.cid-u9FoSfVXjH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9FoSfVXjH .text_widget a:hover {
  opacity: .5;
}
.cid-u9FoSfVXjH .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9FoSfVXjH .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9FoSfVXjH .mbr-section-subtitle,
.cid-u9FoSfVXjH .text_widget,
.cid-u9FoSfVXjH .mbr-section-btn {
  text-align: center;
}
.cid-u9FoSfVXjH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9FoSgAEYO {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9FoSgAEYO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FoSgAEYO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9FoSgAEYO .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9FoSgAEYO .label-text {
  color: #747474;
}
.cid-u9FoSgAEYO .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9FoSgAEYO .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9FoSgAEYO .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9FoSgAEYO .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9FoSgAEYO .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9FoSgU72G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9FoSgU72G .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9FoSgU72G .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9FoSgU72G .container {
    padding: 0 25px;
  }
}
.cid-u9FoSgU72G .row {
  margin: 0;
}
.cid-u9FoSgU72G .row .card {
  padding: 0;
}
.cid-u9FoSgU72G .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9FoSgU72G .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9FoSgU72G .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9FoSgU72G .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9FoSgU72G .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9FoSgU72G .item:focus,
.cid-u9FoSgU72G span:focus {
  outline: none;
}
.cid-u9FoSgU72G .item-wrapper {
  position: relative;
}
.cid-u9FoSgU72G .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9FoSgU72G .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9FoSgU72G .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9FoSgU72G .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9FoSgU72G .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9FoSgU72G .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9FoSgU72G .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9FoSgU72G .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9FoSgU72G .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9FoSgU72G .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9FoSgU72G .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9FoSgU72G .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9FoSgU72G .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9FoSgU72G .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9FoSgU72G .embla__button--next,
.cid-u9FoSgU72G .embla__button--prev {
  display: flex;
}
.cid-u9FoSgU72G .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9FoSgU72G .embla__button {
    display: none;
  }
}
.cid-u9FoSgU72G .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9FoSgU72G .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9FoSgU72G .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9FoSgU72G .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9FoSgU72G .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9FoSgU72G .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9FoSgU72G .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9FoSgU72G .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9FoSgU72G .embla__button {
    bottom: 1rem;
  }
}
.cid-u9FoSgU72G .embla {
  position: relative;
  width: 100%;
}
.cid-u9FoSgU72G .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9FoSgU72G .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9FoSgU72G .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9FoSgU72G .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9FoSgU72G .mbr-section-title {
  color: #ffffff;
}
.cid-u9FoSgU72G .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9FoSgU72G .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9FoShlCat {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9FoShlCat .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FoShlCat .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9FoShlCat .container {
    padding: 0 30px;
  }
}
.cid-u9FoShlCat .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9FoShlCat .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9FoShlCat .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9FoShlCat .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9FoShlCat .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9FoShlCat .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9FoShlCat .items .item {
    padding: 20px 0;
  }
}
.cid-u9FoShlCat .items .item:hover::after,
.cid-u9FoShlCat .items .item:focus::after {
  height: 100%;
}
.cid-u9FoShlCat .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9FoShlCat .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9FoShlCat .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9FoShlCat .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9FoShlCat .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9FoShlCat .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9FoShlCat .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9FoShlCat .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9FoShlCat .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9FoShlCat .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9FoShlCat .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9FoShlCat .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9FoShlCat .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9FoShlCat .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9FoShlCat .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9FoShlCat .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9FoShlCat .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9FoShlCat .mbr-section-title {
  color: #3a341c;
}
.cid-u9FoShlCat .card-title {
  color: #3a341c;
}
.cid-u9FoShlCat .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9FoShlCat .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uapMuqcNlX {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uapMuqcNlX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uapMuqcNlX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uapMuqcNlX .col-title {
  margin-bottom: 32px;
}
.cid-uapMuqcNlX .mbr-section-title {
  color: #24262b;
}
.cid-uapMuqcNlX .mbr-section-subtitle {
  color: #24262b;
}
.cid-uapMuqcNlX .cars-row {
  row-gap: 32px;
}
.cid-uapMuqcNlX .card {
  border-radius: 0;
}
.cid-uapMuqcNlX .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uapMuqcNlX .text-wrap {
  flex-grow: 1;
}
.cid-uapMuqcNlX .card-title {
  color: #24262b;
}
.cid-uapMuqcNlX .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uapMuqcNlX .mbr-section-btn {
  margin-top: 12px;
}
.cid-uapMuqcNlX .card-title,
.cid-uapMuqcNlX .card-wrapper {
  color: #35341b;
}
.cid-ucKTuC9OtM {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKTuC9OtM .mbr-text {
  color: #ffffff;
}
.cid-ucKTuC9OtM .container {
  max-width: 1000px;
}
.cid-ucKTuC9OtM h4 {
  text-align: center;
}
.cid-ucKTuC9OtM p {
  text-align: center;
}
.cid-ucKTuC9OtM .row {
  justify-content: center;
}
.cid-ucKTuC9OtM .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKTuC9OtM .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKTuC9OtM .card-title,
.cid-ucKTuC9OtM .card-img {
  color: #b69b74;
}
.cid-ucKTuC9OtM .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKTuC9OtM .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKTuC9OtM img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9FoSixZul {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9FoSixZul .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9Foi04B7g {
  z-index: 1000;
  width: 100%;
}
.cid-u9Foi04B7g .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9Foi04B7g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9Foi04B7g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9Foi04B7g .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9Foi04B7g .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9Foi04B7g .menu_box .navbar.opened,
  .cid-u9Foi04B7g .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9Foi04B7g nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9Foi04B7g .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9Foi04B7g .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9Foi04B7g .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9Foi04B7g .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9Foi04B7g .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9Foi04B7g .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9Foi04B7g .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9Foi04B7g .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9Foi04B7g .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9Foi04B7g .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9Foi04B7g .offcanvas-body .mbr-text,
  .cid-u9Foi04B7g .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9Foi04B7g .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9Foi04B7g .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9Foi04B7g .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9Foi04B7g .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9Foi04B7g .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9Foi04B7g .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9Foi04B7g .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9Foi04B7g ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9Foi04B7g .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9Foi04B7g .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9Foi04B7g .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9Foi04B7g li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9Foi04B7g .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9Foi04B7g .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9Foi04B7g .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9Foi04B7g .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9Foi04B7g .nav-item {
    margin: 0 !important;
  }
}
.cid-u9Foi04B7g .nav-item .nav-link:hover,
.cid-u9Foi04B7g .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9Foi04B7g .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9Foi04B7g .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9Foi04B7g .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9Foi04B7g .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9Foi04B7g .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9Foi04B7g .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9Foi04B7g .offcanvas_box {
    display: none;
  }
}
.cid-u9Foi04B7g .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9Foi04B7g .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9Foi04B7g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9Foi04B7g .container {
  display: flex;
  margin: auto;
}
.cid-u9Foi04B7g .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9Foi04B7g .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9Foi04B7g .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9Foi04B7g .navbar-caption {
  color: #2b2b2b;
}
.cid-u9Foi04B7g .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9Foi04B7g .navbar-nav {
    margin: 0;
  }
}
.cid-u9Foi04B7g .dropdown-menu,
.cid-u9Foi04B7g .navbar.opened {
  background-color: true !important;
}
.cid-u9Foi04B7g .nav-item:focus,
.cid-u9Foi04B7g .nav-link:focus {
  outline: none;
}
.cid-u9Foi04B7g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9Foi04B7g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9Foi04B7g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9Foi04B7g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9Foi04B7g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9Foi04B7g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9Foi04B7g .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9Foi04B7g .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9Foi04B7g .navbar.opened {
  transition: all 0.3s;
}
.cid-u9Foi04B7g .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9Foi04B7g .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9Foi04B7g .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9Foi04B7g .navbar.collapsed {
  justify-content: center;
}
.cid-u9Foi04B7g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9Foi04B7g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9Foi04B7g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9Foi04B7g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9Foi04B7g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9Foi04B7g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9Foi04B7g .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9Foi04B7g .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9Foi04B7g .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9Foi04B7g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9Foi04B7g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9Foi04B7g .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9Foi04B7g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9Foi04B7g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9Foi04B7g .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9Foi04B7g .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9Foi04B7g .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9Foi04B7g .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9Foi04B7g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9Foi04B7g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9Foi04B7g .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9Foi04B7g .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9Foi04B7g .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9Foi04B7g .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9Foi04B7g .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9Foi04B7g .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9Foi04B7g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9Foi04B7g .dropdown-item.active,
.cid-u9Foi04B7g .dropdown-item:active {
  background-color: transparent;
}
.cid-u9Foi04B7g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9Foi04B7g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9Foi04B7g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9Foi04B7g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9Foi04B7g ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9Foi04B7g .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9Foi04B7g button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9Foi04B7g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9Foi04B7g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9Foi04B7g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9Foi04B7g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9Foi04B7g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9Foi04B7g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9Foi04B7g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9Foi04B7g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9Foi04B7g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9Foi04B7g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9Foi04B7g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9Foi04B7g .navbar {
    height: 70px;
  }
  .cid-u9Foi04B7g .navbar.opened {
    height: auto;
  }
  .cid-u9Foi04B7g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9Foi04B7g .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9Foi04B7g .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9Foi04B7g .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9Foi04B7g .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9Foi04B7g .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9Foi04B7g .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9Foi04B7g .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9Foi04B7g .text_widget {
  margin-bottom: 32px;
}
.cid-u9Foi04B7g .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9Foi04B7g .text_widget a:hover {
  opacity: .5;
}
.cid-u9Foi04B7g .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9Foi04B7g .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9Foi04B7g .mbr-section-subtitle,
.cid-u9Foi04B7g .text_widget,
.cid-u9Foi04B7g .mbr-section-btn {
  text-align: center;
}
.cid-u9Foi04B7g a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9Foi0y1Pe {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9Foi0y1Pe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Foi0y1Pe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Foi0y1Pe .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9Foi0y1Pe .label-text {
  color: #747474;
}
.cid-u9Foi0y1Pe .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9Foi0y1Pe .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9Foi0y1Pe .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9Foi0y1Pe .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9Foi0y1Pe .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9Foi0Sb2K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9Foi0Sb2K .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9Foi0Sb2K .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9Foi0Sb2K .container {
    padding: 0 25px;
  }
}
.cid-u9Foi0Sb2K .row {
  margin: 0;
}
.cid-u9Foi0Sb2K .row .card {
  padding: 0;
}
.cid-u9Foi0Sb2K .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9Foi0Sb2K .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9Foi0Sb2K .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9Foi0Sb2K .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9Foi0Sb2K .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9Foi0Sb2K .item:focus,
.cid-u9Foi0Sb2K span:focus {
  outline: none;
}
.cid-u9Foi0Sb2K .item-wrapper {
  position: relative;
}
.cid-u9Foi0Sb2K .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9Foi0Sb2K .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9Foi0Sb2K .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9Foi0Sb2K .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9Foi0Sb2K .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9Foi0Sb2K .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9Foi0Sb2K .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9Foi0Sb2K .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9Foi0Sb2K .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9Foi0Sb2K .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9Foi0Sb2K .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9Foi0Sb2K .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9Foi0Sb2K .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9Foi0Sb2K .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9Foi0Sb2K .embla__button--next,
.cid-u9Foi0Sb2K .embla__button--prev {
  display: flex;
}
.cid-u9Foi0Sb2K .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9Foi0Sb2K .embla__button {
    display: none;
  }
}
.cid-u9Foi0Sb2K .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9Foi0Sb2K .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9Foi0Sb2K .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9Foi0Sb2K .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9Foi0Sb2K .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9Foi0Sb2K .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9Foi0Sb2K .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9Foi0Sb2K .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9Foi0Sb2K .embla__button {
    bottom: 1rem;
  }
}
.cid-u9Foi0Sb2K .embla {
  position: relative;
  width: 100%;
}
.cid-u9Foi0Sb2K .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9Foi0Sb2K .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9Foi0Sb2K .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9Foi0Sb2K .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9Foi0Sb2K .mbr-section-title {
  color: #ffffff;
}
.cid-u9Foi0Sb2K .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9Foi0Sb2K .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9Foi1iIyR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9Foi1iIyR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Foi1iIyR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9Foi1iIyR .container {
    padding: 0 30px;
  }
}
.cid-u9Foi1iIyR .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9Foi1iIyR .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9Foi1iIyR .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9Foi1iIyR .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9Foi1iIyR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9Foi1iIyR .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9Foi1iIyR .items .item {
    padding: 20px 0;
  }
}
.cid-u9Foi1iIyR .items .item:hover::after,
.cid-u9Foi1iIyR .items .item:focus::after {
  height: 100%;
}
.cid-u9Foi1iIyR .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9Foi1iIyR .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9Foi1iIyR .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9Foi1iIyR .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9Foi1iIyR .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9Foi1iIyR .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9Foi1iIyR .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9Foi1iIyR .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9Foi1iIyR .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9Foi1iIyR .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9Foi1iIyR .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9Foi1iIyR .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9Foi1iIyR .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9Foi1iIyR .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9Foi1iIyR .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9Foi1iIyR .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9Foi1iIyR .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9Foi1iIyR .mbr-section-title {
  color: #3a341c;
}
.cid-u9Foi1iIyR .card-title {
  color: #3a341c;
}
.cid-u9Foi1iIyR .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9Foi1iIyR .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uapMoiI0l2 {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uapMoiI0l2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uapMoiI0l2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uapMoiI0l2 .col-title {
  margin-bottom: 32px;
}
.cid-uapMoiI0l2 .mbr-section-title {
  color: #24262b;
}
.cid-uapMoiI0l2 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uapMoiI0l2 .cars-row {
  row-gap: 32px;
}
.cid-uapMoiI0l2 .card {
  border-radius: 0;
}
.cid-uapMoiI0l2 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uapMoiI0l2 .text-wrap {
  flex-grow: 1;
}
.cid-uapMoiI0l2 .card-title {
  color: #24262b;
}
.cid-uapMoiI0l2 .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uapMoiI0l2 .mbr-section-btn {
  margin-top: 12px;
}
.cid-uapMoiI0l2 .card-title,
.cid-uapMoiI0l2 .card-wrapper {
  color: #35341b;
}
.cid-ucKTqSsrWa {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKTqSsrWa .mbr-text {
  color: #ffffff;
}
.cid-ucKTqSsrWa .container {
  max-width: 1000px;
}
.cid-ucKTqSsrWa h4 {
  text-align: center;
}
.cid-ucKTqSsrWa p {
  text-align: center;
}
.cid-ucKTqSsrWa .row {
  justify-content: center;
}
.cid-ucKTqSsrWa .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKTqSsrWa .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKTqSsrWa .card-title,
.cid-ucKTqSsrWa .card-img {
  color: #b69b74;
}
.cid-ucKTqSsrWa .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKTqSsrWa .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKTqSsrWa img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9Foi2wPUl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9Foi2wPUl .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9FnRxQezd {
  z-index: 1000;
  width: 100%;
}
.cid-u9FnRxQezd .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9FnRxQezd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9FnRxQezd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9FnRxQezd .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9FnRxQezd .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9FnRxQezd .menu_box .navbar.opened,
  .cid-u9FnRxQezd .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9FnRxQezd nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9FnRxQezd .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9FnRxQezd .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9FnRxQezd .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9FnRxQezd .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9FnRxQezd .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9FnRxQezd .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9FnRxQezd .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9FnRxQezd .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9FnRxQezd .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9FnRxQezd .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9FnRxQezd .offcanvas-body .mbr-text,
  .cid-u9FnRxQezd .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9FnRxQezd .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9FnRxQezd .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9FnRxQezd .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9FnRxQezd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9FnRxQezd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9FnRxQezd .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9FnRxQezd .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9FnRxQezd ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9FnRxQezd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9FnRxQezd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9FnRxQezd .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9FnRxQezd li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9FnRxQezd .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9FnRxQezd .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9FnRxQezd .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9FnRxQezd .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9FnRxQezd .nav-item {
    margin: 0 !important;
  }
}
.cid-u9FnRxQezd .nav-item .nav-link:hover,
.cid-u9FnRxQezd .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9FnRxQezd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9FnRxQezd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9FnRxQezd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9FnRxQezd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9FnRxQezd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9FnRxQezd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9FnRxQezd .offcanvas_box {
    display: none;
  }
}
.cid-u9FnRxQezd .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9FnRxQezd .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9FnRxQezd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9FnRxQezd .container {
  display: flex;
  margin: auto;
}
.cid-u9FnRxQezd .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9FnRxQezd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9FnRxQezd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9FnRxQezd .navbar-caption {
  color: #2b2b2b;
}
.cid-u9FnRxQezd .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9FnRxQezd .navbar-nav {
    margin: 0;
  }
}
.cid-u9FnRxQezd .dropdown-menu,
.cid-u9FnRxQezd .navbar.opened {
  background-color: true !important;
}
.cid-u9FnRxQezd .nav-item:focus,
.cid-u9FnRxQezd .nav-link:focus {
  outline: none;
}
.cid-u9FnRxQezd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9FnRxQezd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9FnRxQezd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9FnRxQezd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9FnRxQezd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9FnRxQezd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9FnRxQezd .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9FnRxQezd .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9FnRxQezd .navbar.opened {
  transition: all 0.3s;
}
.cid-u9FnRxQezd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9FnRxQezd .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9FnRxQezd .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9FnRxQezd .navbar.collapsed {
  justify-content: center;
}
.cid-u9FnRxQezd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9FnRxQezd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9FnRxQezd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9FnRxQezd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9FnRxQezd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9FnRxQezd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9FnRxQezd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9FnRxQezd .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9FnRxQezd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9FnRxQezd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9FnRxQezd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9FnRxQezd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9FnRxQezd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9FnRxQezd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9FnRxQezd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9FnRxQezd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9FnRxQezd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9FnRxQezd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9FnRxQezd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9FnRxQezd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9FnRxQezd .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9FnRxQezd .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9FnRxQezd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9FnRxQezd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9FnRxQezd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9FnRxQezd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9FnRxQezd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9FnRxQezd .dropdown-item.active,
.cid-u9FnRxQezd .dropdown-item:active {
  background-color: transparent;
}
.cid-u9FnRxQezd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9FnRxQezd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9FnRxQezd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9FnRxQezd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9FnRxQezd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9FnRxQezd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9FnRxQezd button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9FnRxQezd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9FnRxQezd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9FnRxQezd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9FnRxQezd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9FnRxQezd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9FnRxQezd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9FnRxQezd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9FnRxQezd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9FnRxQezd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9FnRxQezd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9FnRxQezd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9FnRxQezd .navbar {
    height: 70px;
  }
  .cid-u9FnRxQezd .navbar.opened {
    height: auto;
  }
  .cid-u9FnRxQezd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9FnRxQezd .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9FnRxQezd .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9FnRxQezd .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9FnRxQezd .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9FnRxQezd .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9FnRxQezd .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9FnRxQezd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9FnRxQezd .text_widget {
  margin-bottom: 32px;
}
.cid-u9FnRxQezd .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9FnRxQezd .text_widget a:hover {
  opacity: .5;
}
.cid-u9FnRxQezd .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9FnRxQezd .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9FnRxQezd .mbr-section-subtitle,
.cid-u9FnRxQezd .text_widget,
.cid-u9FnRxQezd .mbr-section-btn {
  text-align: center;
}
.cid-u9FnRxQezd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9FnRypCOi {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9FnRypCOi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FnRypCOi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9FnRypCOi .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9FnRypCOi .label-text {
  color: #747474;
}
.cid-u9FnRypCOi .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9FnRypCOi .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9FnRypCOi .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9FnRypCOi .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9FnRypCOi .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9FnRyLRVC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9FnRyLRVC .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9FnRyLRVC .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9FnRyLRVC .container {
    padding: 0 25px;
  }
}
.cid-u9FnRyLRVC .row {
  margin: 0;
}
.cid-u9FnRyLRVC .row .card {
  padding: 0;
}
.cid-u9FnRyLRVC .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9FnRyLRVC .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9FnRyLRVC .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9FnRyLRVC .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9FnRyLRVC .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9FnRyLRVC .item:focus,
.cid-u9FnRyLRVC span:focus {
  outline: none;
}
.cid-u9FnRyLRVC .item-wrapper {
  position: relative;
}
.cid-u9FnRyLRVC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9FnRyLRVC .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9FnRyLRVC .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9FnRyLRVC .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9FnRyLRVC .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9FnRyLRVC .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9FnRyLRVC .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9FnRyLRVC .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9FnRyLRVC .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9FnRyLRVC .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9FnRyLRVC .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9FnRyLRVC .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9FnRyLRVC .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9FnRyLRVC .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9FnRyLRVC .embla__button--next,
.cid-u9FnRyLRVC .embla__button--prev {
  display: flex;
}
.cid-u9FnRyLRVC .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9FnRyLRVC .embla__button {
    display: none;
  }
}
.cid-u9FnRyLRVC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9FnRyLRVC .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9FnRyLRVC .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9FnRyLRVC .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9FnRyLRVC .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9FnRyLRVC .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9FnRyLRVC .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9FnRyLRVC .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9FnRyLRVC .embla__button {
    bottom: 1rem;
  }
}
.cid-u9FnRyLRVC .embla {
  position: relative;
  width: 100%;
}
.cid-u9FnRyLRVC .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9FnRyLRVC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9FnRyLRVC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9FnRyLRVC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9FnRyLRVC .mbr-section-title {
  color: #ffffff;
}
.cid-u9FnRyLRVC .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9FnRyLRVC .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9FnRz8cwf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9FnRz8cwf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FnRz8cwf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9FnRz8cwf .container {
    padding: 0 30px;
  }
}
.cid-u9FnRz8cwf .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9FnRz8cwf .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9FnRz8cwf .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9FnRz8cwf .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9FnRz8cwf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9FnRz8cwf .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9FnRz8cwf .items .item {
    padding: 20px 0;
  }
}
.cid-u9FnRz8cwf .items .item:hover::after,
.cid-u9FnRz8cwf .items .item:focus::after {
  height: 100%;
}
.cid-u9FnRz8cwf .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9FnRz8cwf .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9FnRz8cwf .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9FnRz8cwf .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9FnRz8cwf .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9FnRz8cwf .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9FnRz8cwf .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9FnRz8cwf .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9FnRz8cwf .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9FnRz8cwf .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9FnRz8cwf .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9FnRz8cwf .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9FnRz8cwf .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9FnRz8cwf .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9FnRz8cwf .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9FnRz8cwf .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9FnRz8cwf .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9FnRz8cwf .mbr-section-title {
  color: #3a341c;
}
.cid-u9FnRz8cwf .card-title {
  color: #3a341c;
}
.cid-u9FnRz8cwf .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9FnRz8cwf .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uapLFiBh3f {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uapLFiBh3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uapLFiBh3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uapLFiBh3f .col-title {
  margin-bottom: 32px;
}
.cid-uapLFiBh3f .mbr-section-title {
  color: #24262b;
}
.cid-uapLFiBh3f .mbr-section-subtitle {
  color: #24262b;
}
.cid-uapLFiBh3f .cars-row {
  row-gap: 32px;
}
.cid-uapLFiBh3f .card {
  border-radius: 0;
}
.cid-uapLFiBh3f .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uapLFiBh3f .text-wrap {
  flex-grow: 1;
}
.cid-uapLFiBh3f .card-title {
  color: #24262b;
}
.cid-uapLFiBh3f .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uapLFiBh3f .mbr-section-btn {
  margin-top: 12px;
}
.cid-uapLFiBh3f .card-title,
.cid-uapLFiBh3f .card-wrapper {
  color: #35341b;
}
.cid-ucKTmGShP1 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKTmGShP1 .mbr-text {
  color: #ffffff;
}
.cid-ucKTmGShP1 .container {
  max-width: 1000px;
}
.cid-ucKTmGShP1 h4 {
  text-align: center;
}
.cid-ucKTmGShP1 p {
  text-align: center;
}
.cid-ucKTmGShP1 .row {
  justify-content: center;
}
.cid-ucKTmGShP1 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKTmGShP1 .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKTmGShP1 .card-title,
.cid-ucKTmGShP1 .card-img {
  color: #b69b74;
}
.cid-ucKTmGShP1 .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKTmGShP1 .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKTmGShP1 img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9FnRAkjKt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9FnRAkjKt .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9FnksfnXs {
  z-index: 1000;
  width: 100%;
}
.cid-u9FnksfnXs .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9FnksfnXs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9FnksfnXs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9FnksfnXs .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9FnksfnXs .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9FnksfnXs .menu_box .navbar.opened,
  .cid-u9FnksfnXs .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9FnksfnXs nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9FnksfnXs .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9FnksfnXs .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9FnksfnXs .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9FnksfnXs .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9FnksfnXs .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9FnksfnXs .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9FnksfnXs .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9FnksfnXs .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9FnksfnXs .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9FnksfnXs .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9FnksfnXs .offcanvas-body .mbr-text,
  .cid-u9FnksfnXs .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9FnksfnXs .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9FnksfnXs .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9FnksfnXs .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9FnksfnXs .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9FnksfnXs .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9FnksfnXs .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9FnksfnXs .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9FnksfnXs ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9FnksfnXs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9FnksfnXs .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9FnksfnXs .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9FnksfnXs li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9FnksfnXs .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9FnksfnXs .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9FnksfnXs .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9FnksfnXs .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9FnksfnXs .nav-item {
    margin: 0 !important;
  }
}
.cid-u9FnksfnXs .nav-item .nav-link:hover,
.cid-u9FnksfnXs .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9FnksfnXs .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9FnksfnXs .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9FnksfnXs .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9FnksfnXs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9FnksfnXs .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9FnksfnXs .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9FnksfnXs .offcanvas_box {
    display: none;
  }
}
.cid-u9FnksfnXs .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9FnksfnXs .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9FnksfnXs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9FnksfnXs .container {
  display: flex;
  margin: auto;
}
.cid-u9FnksfnXs .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9FnksfnXs .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9FnksfnXs .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9FnksfnXs .navbar-caption {
  color: #2b2b2b;
}
.cid-u9FnksfnXs .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9FnksfnXs .navbar-nav {
    margin: 0;
  }
}
.cid-u9FnksfnXs .dropdown-menu,
.cid-u9FnksfnXs .navbar.opened {
  background-color: true !important;
}
.cid-u9FnksfnXs .nav-item:focus,
.cid-u9FnksfnXs .nav-link:focus {
  outline: none;
}
.cid-u9FnksfnXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9FnksfnXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9FnksfnXs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9FnksfnXs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9FnksfnXs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9FnksfnXs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9FnksfnXs .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9FnksfnXs .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9FnksfnXs .navbar.opened {
  transition: all 0.3s;
}
.cid-u9FnksfnXs .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9FnksfnXs .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9FnksfnXs .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9FnksfnXs .navbar.collapsed {
  justify-content: center;
}
.cid-u9FnksfnXs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9FnksfnXs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9FnksfnXs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9FnksfnXs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9FnksfnXs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9FnksfnXs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9FnksfnXs .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9FnksfnXs .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9FnksfnXs .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9FnksfnXs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9FnksfnXs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9FnksfnXs .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9FnksfnXs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9FnksfnXs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9FnksfnXs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9FnksfnXs .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9FnksfnXs .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9FnksfnXs .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9FnksfnXs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9FnksfnXs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9FnksfnXs .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9FnksfnXs .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9FnksfnXs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9FnksfnXs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9FnksfnXs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9FnksfnXs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9FnksfnXs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9FnksfnXs .dropdown-item.active,
.cid-u9FnksfnXs .dropdown-item:active {
  background-color: transparent;
}
.cid-u9FnksfnXs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9FnksfnXs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9FnksfnXs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9FnksfnXs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9FnksfnXs ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9FnksfnXs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9FnksfnXs button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9FnksfnXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9FnksfnXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9FnksfnXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9FnksfnXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9FnksfnXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9FnksfnXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9FnksfnXs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9FnksfnXs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9FnksfnXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9FnksfnXs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9FnksfnXs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9FnksfnXs .navbar {
    height: 70px;
  }
  .cid-u9FnksfnXs .navbar.opened {
    height: auto;
  }
  .cid-u9FnksfnXs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9FnksfnXs .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9FnksfnXs .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9FnksfnXs .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9FnksfnXs .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9FnksfnXs .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9FnksfnXs .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9FnksfnXs .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9FnksfnXs .text_widget {
  margin-bottom: 32px;
}
.cid-u9FnksfnXs .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9FnksfnXs .text_widget a:hover {
  opacity: .5;
}
.cid-u9FnksfnXs .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9FnksfnXs .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9FnksfnXs .mbr-section-subtitle,
.cid-u9FnksfnXs .text_widget,
.cid-u9FnksfnXs .mbr-section-btn {
  text-align: center;
}
.cid-u9FnksfnXs a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9FnksOLwf {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9FnksOLwf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FnksOLwf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9FnksOLwf .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9FnksOLwf .label-text {
  color: #747474;
}
.cid-u9FnksOLwf .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9FnksOLwf .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9FnksOLwf .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9FnksOLwf .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9FnksOLwf .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9Fnkt79G0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9Fnkt79G0 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9Fnkt79G0 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9Fnkt79G0 .container {
    padding: 0 25px;
  }
}
.cid-u9Fnkt79G0 .row {
  margin: 0;
}
.cid-u9Fnkt79G0 .row .card {
  padding: 0;
}
.cid-u9Fnkt79G0 .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9Fnkt79G0 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9Fnkt79G0 .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9Fnkt79G0 .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9Fnkt79G0 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9Fnkt79G0 .item:focus,
.cid-u9Fnkt79G0 span:focus {
  outline: none;
}
.cid-u9Fnkt79G0 .item-wrapper {
  position: relative;
}
.cid-u9Fnkt79G0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9Fnkt79G0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9Fnkt79G0 .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9Fnkt79G0 .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9Fnkt79G0 .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9Fnkt79G0 .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9Fnkt79G0 .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9Fnkt79G0 .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9Fnkt79G0 .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9Fnkt79G0 .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9Fnkt79G0 .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9Fnkt79G0 .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9Fnkt79G0 .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9Fnkt79G0 .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9Fnkt79G0 .embla__button--next,
.cid-u9Fnkt79G0 .embla__button--prev {
  display: flex;
}
.cid-u9Fnkt79G0 .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9Fnkt79G0 .embla__button {
    display: none;
  }
}
.cid-u9Fnkt79G0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9Fnkt79G0 .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9Fnkt79G0 .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9Fnkt79G0 .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9Fnkt79G0 .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9Fnkt79G0 .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9Fnkt79G0 .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9Fnkt79G0 .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9Fnkt79G0 .embla__button {
    bottom: 1rem;
  }
}
.cid-u9Fnkt79G0 .embla {
  position: relative;
  width: 100%;
}
.cid-u9Fnkt79G0 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9Fnkt79G0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9Fnkt79G0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9Fnkt79G0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9Fnkt79G0 .mbr-section-title {
  color: #ffffff;
}
.cid-u9Fnkt79G0 .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9Fnkt79G0 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9Fnktx7v4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9Fnktx7v4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Fnktx7v4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9Fnktx7v4 .container {
    padding: 0 30px;
  }
}
.cid-u9Fnktx7v4 .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9Fnktx7v4 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9Fnktx7v4 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9Fnktx7v4 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9Fnktx7v4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9Fnktx7v4 .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9Fnktx7v4 .items .item {
    padding: 20px 0;
  }
}
.cid-u9Fnktx7v4 .items .item:hover::after,
.cid-u9Fnktx7v4 .items .item:focus::after {
  height: 100%;
}
.cid-u9Fnktx7v4 .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9Fnktx7v4 .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9Fnktx7v4 .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9Fnktx7v4 .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9Fnktx7v4 .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9Fnktx7v4 .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9Fnktx7v4 .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9Fnktx7v4 .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9Fnktx7v4 .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9Fnktx7v4 .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9Fnktx7v4 .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9Fnktx7v4 .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9Fnktx7v4 .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9Fnktx7v4 .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9Fnktx7v4 .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9Fnktx7v4 .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9Fnktx7v4 .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9Fnktx7v4 .mbr-section-title {
  color: #3a341c;
}
.cid-u9Fnktx7v4 .card-title {
  color: #3a341c;
}
.cid-u9Fnktx7v4 .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9Fnktx7v4 .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uapLvrqm9j {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uapLvrqm9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uapLvrqm9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uapLvrqm9j .col-title {
  margin-bottom: 32px;
}
.cid-uapLvrqm9j .mbr-section-title {
  color: #24262b;
}
.cid-uapLvrqm9j .mbr-section-subtitle {
  color: #24262b;
}
.cid-uapLvrqm9j .cars-row {
  row-gap: 32px;
}
.cid-uapLvrqm9j .card {
  border-radius: 0;
}
.cid-uapLvrqm9j .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uapLvrqm9j .text-wrap {
  flex-grow: 1;
}
.cid-uapLvrqm9j .card-title {
  color: #24262b;
}
.cid-uapLvrqm9j .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uapLvrqm9j .mbr-section-btn {
  margin-top: 12px;
}
.cid-uapLvrqm9j .card-title,
.cid-uapLvrqm9j .card-wrapper {
  color: #35341b;
}
.cid-ucKTj8UaXB {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKTj8UaXB .mbr-text {
  color: #ffffff;
}
.cid-ucKTj8UaXB .container {
  max-width: 1000px;
}
.cid-ucKTj8UaXB h4 {
  text-align: center;
}
.cid-ucKTj8UaXB p {
  text-align: center;
}
.cid-ucKTj8UaXB .row {
  justify-content: center;
}
.cid-ucKTj8UaXB .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKTj8UaXB .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKTj8UaXB .card-title,
.cid-ucKTj8UaXB .card-img {
  color: #b69b74;
}
.cid-ucKTj8UaXB .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKTj8UaXB .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKTj8UaXB img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9FnkuKHeo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9FnkuKHeo .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9FmH6eUVr {
  z-index: 1000;
  width: 100%;
}
.cid-u9FmH6eUVr .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9FmH6eUVr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9FmH6eUVr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9FmH6eUVr .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9FmH6eUVr .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9FmH6eUVr .menu_box .navbar.opened,
  .cid-u9FmH6eUVr .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9FmH6eUVr nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9FmH6eUVr .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9FmH6eUVr .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9FmH6eUVr .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9FmH6eUVr .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9FmH6eUVr .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9FmH6eUVr .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9FmH6eUVr .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9FmH6eUVr .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9FmH6eUVr .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9FmH6eUVr .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9FmH6eUVr .offcanvas-body .mbr-text,
  .cid-u9FmH6eUVr .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9FmH6eUVr .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9FmH6eUVr .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9FmH6eUVr .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9FmH6eUVr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9FmH6eUVr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9FmH6eUVr .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9FmH6eUVr .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9FmH6eUVr ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9FmH6eUVr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9FmH6eUVr .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9FmH6eUVr .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9FmH6eUVr li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9FmH6eUVr .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9FmH6eUVr .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9FmH6eUVr .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9FmH6eUVr .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9FmH6eUVr .nav-item {
    margin: 0 !important;
  }
}
.cid-u9FmH6eUVr .nav-item .nav-link:hover,
.cid-u9FmH6eUVr .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9FmH6eUVr .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9FmH6eUVr .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9FmH6eUVr .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9FmH6eUVr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9FmH6eUVr .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9FmH6eUVr .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9FmH6eUVr .offcanvas_box {
    display: none;
  }
}
.cid-u9FmH6eUVr .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9FmH6eUVr .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9FmH6eUVr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9FmH6eUVr .container {
  display: flex;
  margin: auto;
}
.cid-u9FmH6eUVr .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9FmH6eUVr .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9FmH6eUVr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9FmH6eUVr .navbar-caption {
  color: #2b2b2b;
}
.cid-u9FmH6eUVr .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9FmH6eUVr .navbar-nav {
    margin: 0;
  }
}
.cid-u9FmH6eUVr .dropdown-menu,
.cid-u9FmH6eUVr .navbar.opened {
  background-color: true !important;
}
.cid-u9FmH6eUVr .nav-item:focus,
.cid-u9FmH6eUVr .nav-link:focus {
  outline: none;
}
.cid-u9FmH6eUVr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9FmH6eUVr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9FmH6eUVr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9FmH6eUVr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9FmH6eUVr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9FmH6eUVr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9FmH6eUVr .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9FmH6eUVr .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9FmH6eUVr .navbar.opened {
  transition: all 0.3s;
}
.cid-u9FmH6eUVr .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9FmH6eUVr .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9FmH6eUVr .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9FmH6eUVr .navbar.collapsed {
  justify-content: center;
}
.cid-u9FmH6eUVr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9FmH6eUVr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9FmH6eUVr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9FmH6eUVr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9FmH6eUVr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9FmH6eUVr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9FmH6eUVr .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9FmH6eUVr .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9FmH6eUVr .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9FmH6eUVr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9FmH6eUVr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9FmH6eUVr .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9FmH6eUVr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9FmH6eUVr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9FmH6eUVr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9FmH6eUVr .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9FmH6eUVr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9FmH6eUVr .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9FmH6eUVr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9FmH6eUVr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9FmH6eUVr .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9FmH6eUVr .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9FmH6eUVr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9FmH6eUVr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9FmH6eUVr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9FmH6eUVr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9FmH6eUVr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9FmH6eUVr .dropdown-item.active,
.cid-u9FmH6eUVr .dropdown-item:active {
  background-color: transparent;
}
.cid-u9FmH6eUVr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9FmH6eUVr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9FmH6eUVr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9FmH6eUVr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9FmH6eUVr ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9FmH6eUVr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9FmH6eUVr button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9FmH6eUVr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9FmH6eUVr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9FmH6eUVr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9FmH6eUVr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9FmH6eUVr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9FmH6eUVr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9FmH6eUVr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9FmH6eUVr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9FmH6eUVr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9FmH6eUVr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9FmH6eUVr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9FmH6eUVr .navbar {
    height: 70px;
  }
  .cid-u9FmH6eUVr .navbar.opened {
    height: auto;
  }
  .cid-u9FmH6eUVr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9FmH6eUVr .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9FmH6eUVr .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9FmH6eUVr .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9FmH6eUVr .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9FmH6eUVr .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9FmH6eUVr .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9FmH6eUVr .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9FmH6eUVr .text_widget {
  margin-bottom: 32px;
}
.cid-u9FmH6eUVr .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9FmH6eUVr .text_widget a:hover {
  opacity: .5;
}
.cid-u9FmH6eUVr .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9FmH6eUVr .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9FmH6eUVr .mbr-section-subtitle,
.cid-u9FmH6eUVr .text_widget,
.cid-u9FmH6eUVr .mbr-section-btn {
  text-align: center;
}
.cid-u9FmH6eUVr a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9FmH6Mmgg {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9FmH6Mmgg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FmH6Mmgg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9FmH6Mmgg .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9FmH6Mmgg .label-text {
  color: #747474;
}
.cid-u9FmH6Mmgg .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9FmH6Mmgg .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9FmH6Mmgg .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9FmH6Mmgg .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9FmH6Mmgg .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9FmH756lG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9FmH756lG .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9FmH756lG .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9FmH756lG .container {
    padding: 0 25px;
  }
}
.cid-u9FmH756lG .row {
  margin: 0;
}
.cid-u9FmH756lG .row .card {
  padding: 0;
}
.cid-u9FmH756lG .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9FmH756lG .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9FmH756lG .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9FmH756lG .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9FmH756lG .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9FmH756lG .item:focus,
.cid-u9FmH756lG span:focus {
  outline: none;
}
.cid-u9FmH756lG .item-wrapper {
  position: relative;
}
.cid-u9FmH756lG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9FmH756lG .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9FmH756lG .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9FmH756lG .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9FmH756lG .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9FmH756lG .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9FmH756lG .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9FmH756lG .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9FmH756lG .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9FmH756lG .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9FmH756lG .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9FmH756lG .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9FmH756lG .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9FmH756lG .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9FmH756lG .embla__button--next,
.cid-u9FmH756lG .embla__button--prev {
  display: flex;
}
.cid-u9FmH756lG .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9FmH756lG .embla__button {
    display: none;
  }
}
.cid-u9FmH756lG .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9FmH756lG .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9FmH756lG .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9FmH756lG .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9FmH756lG .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9FmH756lG .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9FmH756lG .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9FmH756lG .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9FmH756lG .embla__button {
    bottom: 1rem;
  }
}
.cid-u9FmH756lG .embla {
  position: relative;
  width: 100%;
}
.cid-u9FmH756lG .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9FmH756lG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9FmH756lG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9FmH756lG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9FmH756lG .mbr-section-title {
  color: #ffffff;
}
.cid-u9FmH756lG .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9FmH756lG .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9FmH7ynXi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9FmH7ynXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FmH7ynXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9FmH7ynXi .container {
    padding: 0 30px;
  }
}
.cid-u9FmH7ynXi .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9FmH7ynXi .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9FmH7ynXi .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9FmH7ynXi .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9FmH7ynXi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9FmH7ynXi .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9FmH7ynXi .items .item {
    padding: 20px 0;
  }
}
.cid-u9FmH7ynXi .items .item:hover::after,
.cid-u9FmH7ynXi .items .item:focus::after {
  height: 100%;
}
.cid-u9FmH7ynXi .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9FmH7ynXi .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9FmH7ynXi .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9FmH7ynXi .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9FmH7ynXi .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9FmH7ynXi .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9FmH7ynXi .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9FmH7ynXi .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9FmH7ynXi .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9FmH7ynXi .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9FmH7ynXi .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9FmH7ynXi .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9FmH7ynXi .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9FmH7ynXi .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9FmH7ynXi .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9FmH7ynXi .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9FmH7ynXi .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9FmH7ynXi .mbr-section-title {
  color: #3a341c;
}
.cid-u9FmH7ynXi .card-title {
  color: #3a341c;
}
.cid-u9FmH7ynXi .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9FmH7ynXi .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uapLkFjErl {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uapLkFjErl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uapLkFjErl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uapLkFjErl .col-title {
  margin-bottom: 32px;
}
.cid-uapLkFjErl .mbr-section-title {
  color: #24262b;
}
.cid-uapLkFjErl .mbr-section-subtitle {
  color: #24262b;
}
.cid-uapLkFjErl .cars-row {
  row-gap: 32px;
}
.cid-uapLkFjErl .card {
  border-radius: 0;
}
.cid-uapLkFjErl .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uapLkFjErl .text-wrap {
  flex-grow: 1;
}
.cid-uapLkFjErl .card-title {
  color: #24262b;
}
.cid-uapLkFjErl .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uapLkFjErl .mbr-section-btn {
  margin-top: 12px;
}
.cid-uapLkFjErl .card-title,
.cid-uapLkFjErl .card-wrapper {
  color: #35341b;
}
.cid-ucKTfcx4Ty {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKTfcx4Ty .mbr-text {
  color: #ffffff;
}
.cid-ucKTfcx4Ty .container {
  max-width: 1000px;
}
.cid-ucKTfcx4Ty h4 {
  text-align: center;
}
.cid-ucKTfcx4Ty p {
  text-align: center;
}
.cid-ucKTfcx4Ty .row {
  justify-content: center;
}
.cid-ucKTfcx4Ty .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKTfcx4Ty .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKTfcx4Ty .card-title,
.cid-ucKTfcx4Ty .card-img {
  color: #b69b74;
}
.cid-ucKTfcx4Ty .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKTfcx4Ty .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKTfcx4Ty img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9FmH8Kq8y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9FmH8Kq8y .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9Fm7EHvFZ {
  z-index: 1000;
  width: 100%;
}
.cid-u9Fm7EHvFZ .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9Fm7EHvFZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9Fm7EHvFZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9Fm7EHvFZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9Fm7EHvFZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9Fm7EHvFZ .menu_box .navbar.opened,
  .cid-u9Fm7EHvFZ .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9Fm7EHvFZ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9Fm7EHvFZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9Fm7EHvFZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9Fm7EHvFZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9Fm7EHvFZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9Fm7EHvFZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9Fm7EHvFZ .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9Fm7EHvFZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9Fm7EHvFZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9Fm7EHvFZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9Fm7EHvFZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9Fm7EHvFZ .offcanvas-body .mbr-text,
  .cid-u9Fm7EHvFZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9Fm7EHvFZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9Fm7EHvFZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9Fm7EHvFZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9Fm7EHvFZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9Fm7EHvFZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9Fm7EHvFZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9Fm7EHvFZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9Fm7EHvFZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9Fm7EHvFZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9Fm7EHvFZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9Fm7EHvFZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9Fm7EHvFZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9Fm7EHvFZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9Fm7EHvFZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9Fm7EHvFZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9Fm7EHvFZ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9Fm7EHvFZ .nav-item {
    margin: 0 !important;
  }
}
.cid-u9Fm7EHvFZ .nav-item .nav-link:hover,
.cid-u9Fm7EHvFZ .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9Fm7EHvFZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9Fm7EHvFZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9Fm7EHvFZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9Fm7EHvFZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9Fm7EHvFZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9Fm7EHvFZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9Fm7EHvFZ .offcanvas_box {
    display: none;
  }
}
.cid-u9Fm7EHvFZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9Fm7EHvFZ .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9Fm7EHvFZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9Fm7EHvFZ .container {
  display: flex;
  margin: auto;
}
.cid-u9Fm7EHvFZ .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9Fm7EHvFZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9Fm7EHvFZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9Fm7EHvFZ .navbar-caption {
  color: #2b2b2b;
}
.cid-u9Fm7EHvFZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9Fm7EHvFZ .navbar-nav {
    margin: 0;
  }
}
.cid-u9Fm7EHvFZ .dropdown-menu,
.cid-u9Fm7EHvFZ .navbar.opened {
  background-color: true !important;
}
.cid-u9Fm7EHvFZ .nav-item:focus,
.cid-u9Fm7EHvFZ .nav-link:focus {
  outline: none;
}
.cid-u9Fm7EHvFZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9Fm7EHvFZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9Fm7EHvFZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9Fm7EHvFZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9Fm7EHvFZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9Fm7EHvFZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9Fm7EHvFZ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9Fm7EHvFZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9Fm7EHvFZ .navbar.opened {
  transition: all 0.3s;
}
.cid-u9Fm7EHvFZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9Fm7EHvFZ .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9Fm7EHvFZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9Fm7EHvFZ .navbar.collapsed {
  justify-content: center;
}
.cid-u9Fm7EHvFZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9Fm7EHvFZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9Fm7EHvFZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9Fm7EHvFZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9Fm7EHvFZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9Fm7EHvFZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9Fm7EHvFZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9Fm7EHvFZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9Fm7EHvFZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9Fm7EHvFZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9Fm7EHvFZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9Fm7EHvFZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9Fm7EHvFZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9Fm7EHvFZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9Fm7EHvFZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9Fm7EHvFZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9Fm7EHvFZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9Fm7EHvFZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9Fm7EHvFZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9Fm7EHvFZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9Fm7EHvFZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9Fm7EHvFZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9Fm7EHvFZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9Fm7EHvFZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9Fm7EHvFZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9Fm7EHvFZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9Fm7EHvFZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9Fm7EHvFZ .dropdown-item.active,
.cid-u9Fm7EHvFZ .dropdown-item:active {
  background-color: transparent;
}
.cid-u9Fm7EHvFZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9Fm7EHvFZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9Fm7EHvFZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9Fm7EHvFZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9Fm7EHvFZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9Fm7EHvFZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9Fm7EHvFZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9Fm7EHvFZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9Fm7EHvFZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9Fm7EHvFZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9Fm7EHvFZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9Fm7EHvFZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9Fm7EHvFZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9Fm7EHvFZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9Fm7EHvFZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9Fm7EHvFZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9Fm7EHvFZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9Fm7EHvFZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9Fm7EHvFZ .navbar {
    height: 70px;
  }
  .cid-u9Fm7EHvFZ .navbar.opened {
    height: auto;
  }
  .cid-u9Fm7EHvFZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9Fm7EHvFZ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9Fm7EHvFZ .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9Fm7EHvFZ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9Fm7EHvFZ .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9Fm7EHvFZ .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9Fm7EHvFZ .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9Fm7EHvFZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9Fm7EHvFZ .text_widget {
  margin-bottom: 32px;
}
.cid-u9Fm7EHvFZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9Fm7EHvFZ .text_widget a:hover {
  opacity: .5;
}
.cid-u9Fm7EHvFZ .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9Fm7EHvFZ .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9Fm7EHvFZ .mbr-section-subtitle,
.cid-u9Fm7EHvFZ .text_widget,
.cid-u9Fm7EHvFZ .mbr-section-btn {
  text-align: center;
}
.cid-u9Fm7EHvFZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9Fm7Ff8V4 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9Fm7Ff8V4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Fm7Ff8V4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Fm7Ff8V4 .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9Fm7Ff8V4 .label-text {
  color: #747474;
}
.cid-u9Fm7Ff8V4 .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9Fm7Ff8V4 .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9Fm7Ff8V4 .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9Fm7Ff8V4 .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9Fm7Ff8V4 .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9Fm7Fyy3N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9Fm7Fyy3N .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9Fm7Fyy3N .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9Fm7Fyy3N .container {
    padding: 0 25px;
  }
}
.cid-u9Fm7Fyy3N .row {
  margin: 0;
}
.cid-u9Fm7Fyy3N .row .card {
  padding: 0;
}
.cid-u9Fm7Fyy3N .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9Fm7Fyy3N .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9Fm7Fyy3N .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9Fm7Fyy3N .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9Fm7Fyy3N .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9Fm7Fyy3N .item:focus,
.cid-u9Fm7Fyy3N span:focus {
  outline: none;
}
.cid-u9Fm7Fyy3N .item-wrapper {
  position: relative;
}
.cid-u9Fm7Fyy3N .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9Fm7Fyy3N .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9Fm7Fyy3N .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9Fm7Fyy3N .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9Fm7Fyy3N .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9Fm7Fyy3N .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9Fm7Fyy3N .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9Fm7Fyy3N .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9Fm7Fyy3N .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9Fm7Fyy3N .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9Fm7Fyy3N .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9Fm7Fyy3N .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9Fm7Fyy3N .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9Fm7Fyy3N .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9Fm7Fyy3N .embla__button--next,
.cid-u9Fm7Fyy3N .embla__button--prev {
  display: flex;
}
.cid-u9Fm7Fyy3N .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9Fm7Fyy3N .embla__button {
    display: none;
  }
}
.cid-u9Fm7Fyy3N .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9Fm7Fyy3N .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9Fm7Fyy3N .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9Fm7Fyy3N .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9Fm7Fyy3N .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9Fm7Fyy3N .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9Fm7Fyy3N .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9Fm7Fyy3N .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9Fm7Fyy3N .embla__button {
    bottom: 1rem;
  }
}
.cid-u9Fm7Fyy3N .embla {
  position: relative;
  width: 100%;
}
.cid-u9Fm7Fyy3N .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9Fm7Fyy3N .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9Fm7Fyy3N .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9Fm7Fyy3N .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9Fm7Fyy3N .mbr-section-title {
  color: #ffffff;
}
.cid-u9Fm7Fyy3N .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9Fm7Fyy3N .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9Fm7G4fmF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9Fm7G4fmF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Fm7G4fmF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9Fm7G4fmF .container {
    padding: 0 30px;
  }
}
.cid-u9Fm7G4fmF .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9Fm7G4fmF .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9Fm7G4fmF .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9Fm7G4fmF .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9Fm7G4fmF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9Fm7G4fmF .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9Fm7G4fmF .items .item {
    padding: 20px 0;
  }
}
.cid-u9Fm7G4fmF .items .item:hover::after,
.cid-u9Fm7G4fmF .items .item:focus::after {
  height: 100%;
}
.cid-u9Fm7G4fmF .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9Fm7G4fmF .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9Fm7G4fmF .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9Fm7G4fmF .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9Fm7G4fmF .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9Fm7G4fmF .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9Fm7G4fmF .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9Fm7G4fmF .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9Fm7G4fmF .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9Fm7G4fmF .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9Fm7G4fmF .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9Fm7G4fmF .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9Fm7G4fmF .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9Fm7G4fmF .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9Fm7G4fmF .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9Fm7G4fmF .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9Fm7G4fmF .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9Fm7G4fmF .mbr-section-title {
  color: #3a341c;
}
.cid-u9Fm7G4fmF .card-title {
  color: #3a341c;
}
.cid-u9Fm7G4fmF .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9Fm7G4fmF .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uapL8jcreU {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uapL8jcreU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uapL8jcreU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uapL8jcreU .col-title {
  margin-bottom: 32px;
}
.cid-uapL8jcreU .mbr-section-title {
  color: #24262b;
}
.cid-uapL8jcreU .mbr-section-subtitle {
  color: #24262b;
}
.cid-uapL8jcreU .cars-row {
  row-gap: 32px;
}
.cid-uapL8jcreU .card {
  border-radius: 0;
}
.cid-uapL8jcreU .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uapL8jcreU .text-wrap {
  flex-grow: 1;
}
.cid-uapL8jcreU .card-title {
  color: #24262b;
}
.cid-uapL8jcreU .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uapL8jcreU .mbr-section-btn {
  margin-top: 12px;
}
.cid-uapL8jcreU .card-title,
.cid-uapL8jcreU .card-wrapper {
  color: #35341b;
}
.cid-ucKTb0GTB7 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKTb0GTB7 .mbr-text {
  color: #ffffff;
}
.cid-ucKTb0GTB7 .container {
  max-width: 1000px;
}
.cid-ucKTb0GTB7 h4 {
  text-align: center;
}
.cid-ucKTb0GTB7 p {
  text-align: center;
}
.cid-ucKTb0GTB7 .row {
  justify-content: center;
}
.cid-ucKTb0GTB7 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKTb0GTB7 .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKTb0GTB7 .card-title,
.cid-ucKTb0GTB7 .card-img {
  color: #b69b74;
}
.cid-ucKTb0GTB7 .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKTb0GTB7 .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKTb0GTB7 img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9Fm7HfcJ4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9Fm7HfcJ4 .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9FkbjIC0r {
  z-index: 1000;
  width: 100%;
}
.cid-u9FkbjIC0r .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9FkbjIC0r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9FkbjIC0r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9FkbjIC0r .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9FkbjIC0r .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9FkbjIC0r .menu_box .navbar.opened,
  .cid-u9FkbjIC0r .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9FkbjIC0r nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9FkbjIC0r .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9FkbjIC0r .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9FkbjIC0r .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9FkbjIC0r .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9FkbjIC0r .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9FkbjIC0r .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9FkbjIC0r .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9FkbjIC0r .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9FkbjIC0r .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9FkbjIC0r .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9FkbjIC0r .offcanvas-body .mbr-text,
  .cid-u9FkbjIC0r .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9FkbjIC0r .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9FkbjIC0r .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9FkbjIC0r .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9FkbjIC0r .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9FkbjIC0r .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9FkbjIC0r .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9FkbjIC0r .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9FkbjIC0r ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9FkbjIC0r .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9FkbjIC0r .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9FkbjIC0r .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9FkbjIC0r li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9FkbjIC0r .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9FkbjIC0r .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9FkbjIC0r .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9FkbjIC0r .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9FkbjIC0r .nav-item {
    margin: 0 !important;
  }
}
.cid-u9FkbjIC0r .nav-item .nav-link:hover,
.cid-u9FkbjIC0r .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9FkbjIC0r .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9FkbjIC0r .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9FkbjIC0r .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9FkbjIC0r .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9FkbjIC0r .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9FkbjIC0r .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9FkbjIC0r .offcanvas_box {
    display: none;
  }
}
.cid-u9FkbjIC0r .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9FkbjIC0r .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9FkbjIC0r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9FkbjIC0r .container {
  display: flex;
  margin: auto;
}
.cid-u9FkbjIC0r .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9FkbjIC0r .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9FkbjIC0r .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9FkbjIC0r .navbar-caption {
  color: #2b2b2b;
}
.cid-u9FkbjIC0r .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9FkbjIC0r .navbar-nav {
    margin: 0;
  }
}
.cid-u9FkbjIC0r .dropdown-menu,
.cid-u9FkbjIC0r .navbar.opened {
  background-color: true !important;
}
.cid-u9FkbjIC0r .nav-item:focus,
.cid-u9FkbjIC0r .nav-link:focus {
  outline: none;
}
.cid-u9FkbjIC0r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9FkbjIC0r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9FkbjIC0r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9FkbjIC0r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9FkbjIC0r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9FkbjIC0r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9FkbjIC0r .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9FkbjIC0r .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9FkbjIC0r .navbar.opened {
  transition: all 0.3s;
}
.cid-u9FkbjIC0r .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9FkbjIC0r .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9FkbjIC0r .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9FkbjIC0r .navbar.collapsed {
  justify-content: center;
}
.cid-u9FkbjIC0r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9FkbjIC0r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9FkbjIC0r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9FkbjIC0r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9FkbjIC0r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9FkbjIC0r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9FkbjIC0r .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9FkbjIC0r .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9FkbjIC0r .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9FkbjIC0r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9FkbjIC0r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9FkbjIC0r .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9FkbjIC0r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9FkbjIC0r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9FkbjIC0r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9FkbjIC0r .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9FkbjIC0r .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9FkbjIC0r .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9FkbjIC0r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9FkbjIC0r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9FkbjIC0r .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9FkbjIC0r .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9FkbjIC0r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9FkbjIC0r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9FkbjIC0r .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9FkbjIC0r .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9FkbjIC0r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9FkbjIC0r .dropdown-item.active,
.cid-u9FkbjIC0r .dropdown-item:active {
  background-color: transparent;
}
.cid-u9FkbjIC0r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9FkbjIC0r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9FkbjIC0r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9FkbjIC0r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9FkbjIC0r ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9FkbjIC0r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9FkbjIC0r button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9FkbjIC0r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9FkbjIC0r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9FkbjIC0r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9FkbjIC0r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9FkbjIC0r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9FkbjIC0r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9FkbjIC0r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9FkbjIC0r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9FkbjIC0r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9FkbjIC0r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9FkbjIC0r .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9FkbjIC0r .navbar {
    height: 70px;
  }
  .cid-u9FkbjIC0r .navbar.opened {
    height: auto;
  }
  .cid-u9FkbjIC0r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9FkbjIC0r .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9FkbjIC0r .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9FkbjIC0r .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9FkbjIC0r .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9FkbjIC0r .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9FkbjIC0r .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9FkbjIC0r .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9FkbjIC0r .text_widget {
  margin-bottom: 32px;
}
.cid-u9FkbjIC0r .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9FkbjIC0r .text_widget a:hover {
  opacity: .5;
}
.cid-u9FkbjIC0r .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9FkbjIC0r .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9FkbjIC0r .mbr-section-subtitle,
.cid-u9FkbjIC0r .text_widget,
.cid-u9FkbjIC0r .mbr-section-btn {
  text-align: center;
}
.cid-u9FkbjIC0r a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9FkbkgP8N {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9FkbkgP8N .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FkbkgP8N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9FkbkgP8N .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9FkbkgP8N .label-text {
  color: #747474;
}
.cid-u9FkbkgP8N .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9FkbkgP8N .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9FkbkgP8N .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9FkbkgP8N .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9FkbkgP8N .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9FkbkELKy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9FkbkELKy .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9FkbkELKy .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9FkbkELKy .container {
    padding: 0 25px;
  }
}
.cid-u9FkbkELKy .row {
  margin: 0;
}
.cid-u9FkbkELKy .row .card {
  padding: 0;
}
.cid-u9FkbkELKy .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9FkbkELKy .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9FkbkELKy .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9FkbkELKy .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9FkbkELKy .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9FkbkELKy .item:focus,
.cid-u9FkbkELKy span:focus {
  outline: none;
}
.cid-u9FkbkELKy .item-wrapper {
  position: relative;
}
.cid-u9FkbkELKy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9FkbkELKy .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9FkbkELKy .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9FkbkELKy .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9FkbkELKy .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9FkbkELKy .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9FkbkELKy .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9FkbkELKy .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9FkbkELKy .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9FkbkELKy .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9FkbkELKy .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9FkbkELKy .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9FkbkELKy .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9FkbkELKy .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9FkbkELKy .embla__button--next,
.cid-u9FkbkELKy .embla__button--prev {
  display: flex;
}
.cid-u9FkbkELKy .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9FkbkELKy .embla__button {
    display: none;
  }
}
.cid-u9FkbkELKy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9FkbkELKy .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9FkbkELKy .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9FkbkELKy .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9FkbkELKy .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9FkbkELKy .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9FkbkELKy .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9FkbkELKy .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9FkbkELKy .embla__button {
    bottom: 1rem;
  }
}
.cid-u9FkbkELKy .embla {
  position: relative;
  width: 100%;
}
.cid-u9FkbkELKy .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9FkbkELKy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9FkbkELKy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9FkbkELKy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9FkbkELKy .mbr-section-title {
  color: #ffffff;
}
.cid-u9FkbkELKy .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9FkbkELKy .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9Fkbl8kKQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9Fkbl8kKQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Fkbl8kKQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9Fkbl8kKQ .container {
    padding: 0 30px;
  }
}
.cid-u9Fkbl8kKQ .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9Fkbl8kKQ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9Fkbl8kKQ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9Fkbl8kKQ .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9Fkbl8kKQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9Fkbl8kKQ .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9Fkbl8kKQ .items .item {
    padding: 20px 0;
  }
}
.cid-u9Fkbl8kKQ .items .item:hover::after,
.cid-u9Fkbl8kKQ .items .item:focus::after {
  height: 100%;
}
.cid-u9Fkbl8kKQ .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9Fkbl8kKQ .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9Fkbl8kKQ .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9Fkbl8kKQ .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9Fkbl8kKQ .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9Fkbl8kKQ .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9Fkbl8kKQ .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9Fkbl8kKQ .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9Fkbl8kKQ .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9Fkbl8kKQ .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9Fkbl8kKQ .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9Fkbl8kKQ .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9Fkbl8kKQ .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9Fkbl8kKQ .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9Fkbl8kKQ .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9Fkbl8kKQ .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9Fkbl8kKQ .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9Fkbl8kKQ .mbr-section-title {
  color: #3a341c;
}
.cid-u9Fkbl8kKQ .card-title {
  color: #3a341c;
}
.cid-u9Fkbl8kKQ .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9Fkbl8kKQ .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uapKi7t1JX {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uapKi7t1JX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uapKi7t1JX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uapKi7t1JX .col-title {
  margin-bottom: 32px;
}
.cid-uapKi7t1JX .mbr-section-title {
  color: #24262b;
}
.cid-uapKi7t1JX .mbr-section-subtitle {
  color: #24262b;
}
.cid-uapKi7t1JX .cars-row {
  row-gap: 32px;
}
.cid-uapKi7t1JX .card {
  border-radius: 0;
}
.cid-uapKi7t1JX .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uapKi7t1JX .text-wrap {
  flex-grow: 1;
}
.cid-uapKi7t1JX .card-title {
  color: #24262b;
}
.cid-uapKi7t1JX .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uapKi7t1JX .mbr-section-btn {
  margin-top: 12px;
}
.cid-uapKi7t1JX .card-title,
.cid-uapKi7t1JX .card-wrapper {
  color: #35341b;
}
.cid-ucKT7vZxfx {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKT7vZxfx .mbr-text {
  color: #ffffff;
}
.cid-ucKT7vZxfx .container {
  max-width: 1000px;
}
.cid-ucKT7vZxfx h4 {
  text-align: center;
}
.cid-ucKT7vZxfx p {
  text-align: center;
}
.cid-ucKT7vZxfx .row {
  justify-content: center;
}
.cid-ucKT7vZxfx .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKT7vZxfx .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKT7vZxfx .card-title,
.cid-ucKT7vZxfx .card-img {
  color: #b69b74;
}
.cid-ucKT7vZxfx .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKT7vZxfx .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKT7vZxfx img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9FkbmiBID {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9FkbmiBID .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9FiIL0PR4 {
  z-index: 1000;
  width: 100%;
}
.cid-u9FiIL0PR4 .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9FiIL0PR4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9FiIL0PR4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9FiIL0PR4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9FiIL0PR4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9FiIL0PR4 .menu_box .navbar.opened,
  .cid-u9FiIL0PR4 .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9FiIL0PR4 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9FiIL0PR4 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9FiIL0PR4 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9FiIL0PR4 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9FiIL0PR4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9FiIL0PR4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9FiIL0PR4 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9FiIL0PR4 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9FiIL0PR4 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9FiIL0PR4 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9FiIL0PR4 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9FiIL0PR4 .offcanvas-body .mbr-text,
  .cid-u9FiIL0PR4 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9FiIL0PR4 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9FiIL0PR4 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9FiIL0PR4 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9FiIL0PR4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9FiIL0PR4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9FiIL0PR4 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9FiIL0PR4 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9FiIL0PR4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9FiIL0PR4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9FiIL0PR4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9FiIL0PR4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9FiIL0PR4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9FiIL0PR4 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9FiIL0PR4 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9FiIL0PR4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9FiIL0PR4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9FiIL0PR4 .nav-item {
    margin: 0 !important;
  }
}
.cid-u9FiIL0PR4 .nav-item .nav-link:hover,
.cid-u9FiIL0PR4 .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9FiIL0PR4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9FiIL0PR4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9FiIL0PR4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9FiIL0PR4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9FiIL0PR4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9FiIL0PR4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9FiIL0PR4 .offcanvas_box {
    display: none;
  }
}
.cid-u9FiIL0PR4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9FiIL0PR4 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9FiIL0PR4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9FiIL0PR4 .container {
  display: flex;
  margin: auto;
}
.cid-u9FiIL0PR4 .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9FiIL0PR4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9FiIL0PR4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9FiIL0PR4 .navbar-caption {
  color: #2b2b2b;
}
.cid-u9FiIL0PR4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9FiIL0PR4 .navbar-nav {
    margin: 0;
  }
}
.cid-u9FiIL0PR4 .dropdown-menu,
.cid-u9FiIL0PR4 .navbar.opened {
  background-color: true !important;
}
.cid-u9FiIL0PR4 .nav-item:focus,
.cid-u9FiIL0PR4 .nav-link:focus {
  outline: none;
}
.cid-u9FiIL0PR4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9FiIL0PR4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9FiIL0PR4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9FiIL0PR4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9FiIL0PR4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9FiIL0PR4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9FiIL0PR4 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9FiIL0PR4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9FiIL0PR4 .navbar.opened {
  transition: all 0.3s;
}
.cid-u9FiIL0PR4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9FiIL0PR4 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9FiIL0PR4 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9FiIL0PR4 .navbar.collapsed {
  justify-content: center;
}
.cid-u9FiIL0PR4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9FiIL0PR4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9FiIL0PR4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9FiIL0PR4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9FiIL0PR4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9FiIL0PR4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9FiIL0PR4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9FiIL0PR4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9FiIL0PR4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9FiIL0PR4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9FiIL0PR4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9FiIL0PR4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9FiIL0PR4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9FiIL0PR4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9FiIL0PR4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9FiIL0PR4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9FiIL0PR4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9FiIL0PR4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9FiIL0PR4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9FiIL0PR4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9FiIL0PR4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9FiIL0PR4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9FiIL0PR4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9FiIL0PR4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9FiIL0PR4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9FiIL0PR4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9FiIL0PR4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9FiIL0PR4 .dropdown-item.active,
.cid-u9FiIL0PR4 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9FiIL0PR4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9FiIL0PR4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9FiIL0PR4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9FiIL0PR4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9FiIL0PR4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9FiIL0PR4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9FiIL0PR4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9FiIL0PR4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9FiIL0PR4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9FiIL0PR4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9FiIL0PR4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9FiIL0PR4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9FiIL0PR4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9FiIL0PR4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9FiIL0PR4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9FiIL0PR4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9FiIL0PR4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9FiIL0PR4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9FiIL0PR4 .navbar {
    height: 70px;
  }
  .cid-u9FiIL0PR4 .navbar.opened {
    height: auto;
  }
  .cid-u9FiIL0PR4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9FiIL0PR4 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9FiIL0PR4 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9FiIL0PR4 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9FiIL0PR4 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9FiIL0PR4 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9FiIL0PR4 .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9FiIL0PR4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9FiIL0PR4 .text_widget {
  margin-bottom: 32px;
}
.cid-u9FiIL0PR4 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9FiIL0PR4 .text_widget a:hover {
  opacity: .5;
}
.cid-u9FiIL0PR4 .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9FiIL0PR4 .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9FiIL0PR4 .mbr-section-subtitle,
.cid-u9FiIL0PR4 .text_widget,
.cid-u9FiIL0PR4 .mbr-section-btn {
  text-align: center;
}
.cid-u9FiIL0PR4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9FiILxnpY {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9FiILxnpY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FiILxnpY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9FiILxnpY .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9FiILxnpY .label-text {
  color: #747474;
}
.cid-u9FiILxnpY .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9FiILxnpY .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9FiILxnpY .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9FiILxnpY .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9FiILxnpY .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9FiILRsCV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9FiILRsCV .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9FiILRsCV .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9FiILRsCV .container {
    padding: 0 25px;
  }
}
.cid-u9FiILRsCV .row {
  margin: 0;
}
.cid-u9FiILRsCV .row .card {
  padding: 0;
}
.cid-u9FiILRsCV .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9FiILRsCV .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9FiILRsCV .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9FiILRsCV .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9FiILRsCV .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9FiILRsCV .item:focus,
.cid-u9FiILRsCV span:focus {
  outline: none;
}
.cid-u9FiILRsCV .item-wrapper {
  position: relative;
}
.cid-u9FiILRsCV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9FiILRsCV .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9FiILRsCV .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9FiILRsCV .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9FiILRsCV .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9FiILRsCV .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9FiILRsCV .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9FiILRsCV .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9FiILRsCV .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9FiILRsCV .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9FiILRsCV .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9FiILRsCV .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9FiILRsCV .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9FiILRsCV .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9FiILRsCV .embla__button--next,
.cid-u9FiILRsCV .embla__button--prev {
  display: flex;
}
.cid-u9FiILRsCV .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9FiILRsCV .embla__button {
    display: none;
  }
}
.cid-u9FiILRsCV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9FiILRsCV .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9FiILRsCV .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9FiILRsCV .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9FiILRsCV .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9FiILRsCV .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9FiILRsCV .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9FiILRsCV .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9FiILRsCV .embla__button {
    bottom: 1rem;
  }
}
.cid-u9FiILRsCV .embla {
  position: relative;
  width: 100%;
}
.cid-u9FiILRsCV .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9FiILRsCV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9FiILRsCV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9FiILRsCV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9FiILRsCV .mbr-section-title {
  color: #ffffff;
}
.cid-u9FiILRsCV .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9FiILRsCV .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9FiIMl3IK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9FiIMl3IK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FiIMl3IK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9FiIMl3IK .container {
    padding: 0 30px;
  }
}
.cid-u9FiIMl3IK .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9FiIMl3IK .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9FiIMl3IK .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9FiIMl3IK .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9FiIMl3IK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9FiIMl3IK .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9FiIMl3IK .items .item {
    padding: 20px 0;
  }
}
.cid-u9FiIMl3IK .items .item:hover::after,
.cid-u9FiIMl3IK .items .item:focus::after {
  height: 100%;
}
.cid-u9FiIMl3IK .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9FiIMl3IK .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9FiIMl3IK .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9FiIMl3IK .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9FiIMl3IK .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9FiIMl3IK .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9FiIMl3IK .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9FiIMl3IK .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9FiIMl3IK .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9FiIMl3IK .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9FiIMl3IK .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9FiIMl3IK .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9FiIMl3IK .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9FiIMl3IK .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9FiIMl3IK .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9FiIMl3IK .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9FiIMl3IK .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9FiIMl3IK .mbr-section-title {
  color: #3a341c;
}
.cid-u9FiIMl3IK .card-title {
  color: #3a341c;
}
.cid-u9FiIMl3IK .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9FiIMl3IK .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uapK7b7gCy {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uapK7b7gCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uapK7b7gCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uapK7b7gCy .col-title {
  margin-bottom: 32px;
}
.cid-uapK7b7gCy .mbr-section-title {
  color: #24262b;
}
.cid-uapK7b7gCy .mbr-section-subtitle {
  color: #24262b;
}
.cid-uapK7b7gCy .cars-row {
  row-gap: 32px;
}
.cid-uapK7b7gCy .card {
  border-radius: 0;
}
.cid-uapK7b7gCy .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uapK7b7gCy .text-wrap {
  flex-grow: 1;
}
.cid-uapK7b7gCy .card-title {
  color: #24262b;
}
.cid-uapK7b7gCy .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uapK7b7gCy .mbr-section-btn {
  margin-top: 12px;
}
.cid-uapK7b7gCy .card-title,
.cid-uapK7b7gCy .card-wrapper {
  color: #35341b;
}
.cid-ucKT3O6HEK {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKT3O6HEK .mbr-text {
  color: #ffffff;
}
.cid-ucKT3O6HEK .container {
  max-width: 1000px;
}
.cid-ucKT3O6HEK h4 {
  text-align: center;
}
.cid-ucKT3O6HEK p {
  text-align: center;
}
.cid-ucKT3O6HEK .row {
  justify-content: center;
}
.cid-ucKT3O6HEK .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKT3O6HEK .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKT3O6HEK .card-title,
.cid-ucKT3O6HEK .card-img {
  color: #b69b74;
}
.cid-ucKT3O6HEK .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKT3O6HEK .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKT3O6HEK img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9FiINxRkw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9FiINxRkw .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9FhHIGdx9 {
  z-index: 1000;
  width: 100%;
}
.cid-u9FhHIGdx9 .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9FhHIGdx9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9FhHIGdx9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9FhHIGdx9 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9FhHIGdx9 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9FhHIGdx9 .menu_box .navbar.opened,
  .cid-u9FhHIGdx9 .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9FhHIGdx9 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9FhHIGdx9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9FhHIGdx9 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9FhHIGdx9 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9FhHIGdx9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9FhHIGdx9 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9FhHIGdx9 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9FhHIGdx9 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9FhHIGdx9 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9FhHIGdx9 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9FhHIGdx9 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9FhHIGdx9 .offcanvas-body .mbr-text,
  .cid-u9FhHIGdx9 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9FhHIGdx9 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9FhHIGdx9 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9FhHIGdx9 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9FhHIGdx9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9FhHIGdx9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9FhHIGdx9 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9FhHIGdx9 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9FhHIGdx9 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9FhHIGdx9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9FhHIGdx9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9FhHIGdx9 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9FhHIGdx9 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9FhHIGdx9 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9FhHIGdx9 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9FhHIGdx9 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9FhHIGdx9 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9FhHIGdx9 .nav-item {
    margin: 0 !important;
  }
}
.cid-u9FhHIGdx9 .nav-item .nav-link:hover,
.cid-u9FhHIGdx9 .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9FhHIGdx9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9FhHIGdx9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9FhHIGdx9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9FhHIGdx9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9FhHIGdx9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9FhHIGdx9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9FhHIGdx9 .offcanvas_box {
    display: none;
  }
}
.cid-u9FhHIGdx9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9FhHIGdx9 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9FhHIGdx9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9FhHIGdx9 .container {
  display: flex;
  margin: auto;
}
.cid-u9FhHIGdx9 .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9FhHIGdx9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9FhHIGdx9 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9FhHIGdx9 .navbar-caption {
  color: #2b2b2b;
}
.cid-u9FhHIGdx9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9FhHIGdx9 .navbar-nav {
    margin: 0;
  }
}
.cid-u9FhHIGdx9 .dropdown-menu,
.cid-u9FhHIGdx9 .navbar.opened {
  background-color: true !important;
}
.cid-u9FhHIGdx9 .nav-item:focus,
.cid-u9FhHIGdx9 .nav-link:focus {
  outline: none;
}
.cid-u9FhHIGdx9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9FhHIGdx9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9FhHIGdx9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9FhHIGdx9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9FhHIGdx9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9FhHIGdx9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9FhHIGdx9 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9FhHIGdx9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9FhHIGdx9 .navbar.opened {
  transition: all 0.3s;
}
.cid-u9FhHIGdx9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9FhHIGdx9 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9FhHIGdx9 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9FhHIGdx9 .navbar.collapsed {
  justify-content: center;
}
.cid-u9FhHIGdx9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9FhHIGdx9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9FhHIGdx9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9FhHIGdx9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9FhHIGdx9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9FhHIGdx9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9FhHIGdx9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9FhHIGdx9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9FhHIGdx9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9FhHIGdx9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9FhHIGdx9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9FhHIGdx9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9FhHIGdx9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9FhHIGdx9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9FhHIGdx9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9FhHIGdx9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9FhHIGdx9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9FhHIGdx9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9FhHIGdx9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9FhHIGdx9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9FhHIGdx9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9FhHIGdx9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9FhHIGdx9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9FhHIGdx9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9FhHIGdx9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9FhHIGdx9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9FhHIGdx9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9FhHIGdx9 .dropdown-item.active,
.cid-u9FhHIGdx9 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9FhHIGdx9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9FhHIGdx9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9FhHIGdx9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9FhHIGdx9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9FhHIGdx9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9FhHIGdx9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9FhHIGdx9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9FhHIGdx9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9FhHIGdx9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9FhHIGdx9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9FhHIGdx9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9FhHIGdx9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9FhHIGdx9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9FhHIGdx9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9FhHIGdx9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9FhHIGdx9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9FhHIGdx9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9FhHIGdx9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9FhHIGdx9 .navbar {
    height: 70px;
  }
  .cid-u9FhHIGdx9 .navbar.opened {
    height: auto;
  }
  .cid-u9FhHIGdx9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9FhHIGdx9 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9FhHIGdx9 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9FhHIGdx9 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9FhHIGdx9 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9FhHIGdx9 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9FhHIGdx9 .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9FhHIGdx9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9FhHIGdx9 .text_widget {
  margin-bottom: 32px;
}
.cid-u9FhHIGdx9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9FhHIGdx9 .text_widget a:hover {
  opacity: .5;
}
.cid-u9FhHIGdx9 .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9FhHIGdx9 .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9FhHIGdx9 .mbr-section-subtitle,
.cid-u9FhHIGdx9 .text_widget,
.cid-u9FhHIGdx9 .mbr-section-btn {
  text-align: center;
}
.cid-u9FhHIGdx9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9FhHJgQmX {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9FhHJgQmX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FhHJgQmX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9FhHJgQmX .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9FhHJgQmX .label-text {
  color: #747474;
}
.cid-u9FhHJgQmX .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9FhHJgQmX .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9FhHJgQmX .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9FhHJgQmX .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9FhHJgQmX .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9FhHJypAg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9FhHJypAg .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9FhHJypAg .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9FhHJypAg .container {
    padding: 0 25px;
  }
}
.cid-u9FhHJypAg .row {
  margin: 0;
}
.cid-u9FhHJypAg .row .card {
  padding: 0;
}
.cid-u9FhHJypAg .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9FhHJypAg .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9FhHJypAg .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9FhHJypAg .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9FhHJypAg .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9FhHJypAg .item:focus,
.cid-u9FhHJypAg span:focus {
  outline: none;
}
.cid-u9FhHJypAg .item-wrapper {
  position: relative;
}
.cid-u9FhHJypAg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9FhHJypAg .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9FhHJypAg .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9FhHJypAg .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9FhHJypAg .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9FhHJypAg .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9FhHJypAg .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9FhHJypAg .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9FhHJypAg .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9FhHJypAg .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9FhHJypAg .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9FhHJypAg .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9FhHJypAg .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9FhHJypAg .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9FhHJypAg .embla__button--next,
.cid-u9FhHJypAg .embla__button--prev {
  display: flex;
}
.cid-u9FhHJypAg .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9FhHJypAg .embla__button {
    display: none;
  }
}
.cid-u9FhHJypAg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9FhHJypAg .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9FhHJypAg .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9FhHJypAg .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9FhHJypAg .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9FhHJypAg .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9FhHJypAg .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9FhHJypAg .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9FhHJypAg .embla__button {
    bottom: 1rem;
  }
}
.cid-u9FhHJypAg .embla {
  position: relative;
  width: 100%;
}
.cid-u9FhHJypAg .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9FhHJypAg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9FhHJypAg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9FhHJypAg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9FhHJypAg .mbr-section-title {
  color: #ffffff;
}
.cid-u9FhHJypAg .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9FhHJypAg .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9FhHK5J5S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9FhHK5J5S .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FhHK5J5S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9FhHK5J5S .container {
    padding: 0 30px;
  }
}
.cid-u9FhHK5J5S .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9FhHK5J5S .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9FhHK5J5S .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9FhHK5J5S .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9FhHK5J5S .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9FhHK5J5S .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9FhHK5J5S .items .item {
    padding: 20px 0;
  }
}
.cid-u9FhHK5J5S .items .item:hover::after,
.cid-u9FhHK5J5S .items .item:focus::after {
  height: 100%;
}
.cid-u9FhHK5J5S .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9FhHK5J5S .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9FhHK5J5S .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9FhHK5J5S .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9FhHK5J5S .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9FhHK5J5S .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9FhHK5J5S .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9FhHK5J5S .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9FhHK5J5S .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9FhHK5J5S .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9FhHK5J5S .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9FhHK5J5S .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9FhHK5J5S .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9FhHK5J5S .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9FhHK5J5S .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9FhHK5J5S .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9FhHK5J5S .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9FhHK5J5S .mbr-section-title {
  color: #3a341c;
}
.cid-u9FhHK5J5S .card-title {
  color: #3a341c;
}
.cid-u9FhHK5J5S .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9FhHK5J5S .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uapJUjqWnh {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uapJUjqWnh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uapJUjqWnh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uapJUjqWnh .col-title {
  margin-bottom: 32px;
}
.cid-uapJUjqWnh .mbr-section-title {
  color: #24262b;
}
.cid-uapJUjqWnh .mbr-section-subtitle {
  color: #24262b;
}
.cid-uapJUjqWnh .cars-row {
  row-gap: 32px;
}
.cid-uapJUjqWnh .card {
  border-radius: 0;
}
.cid-uapJUjqWnh .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uapJUjqWnh .text-wrap {
  flex-grow: 1;
}
.cid-uapJUjqWnh .card-title {
  color: #24262b;
}
.cid-uapJUjqWnh .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uapJUjqWnh .mbr-section-btn {
  margin-top: 12px;
}
.cid-uapJUjqWnh .card-title,
.cid-uapJUjqWnh .card-wrapper {
  color: #35341b;
}
.cid-ucKT0iUkCF {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKT0iUkCF .mbr-text {
  color: #ffffff;
}
.cid-ucKT0iUkCF .container {
  max-width: 1000px;
}
.cid-ucKT0iUkCF h4 {
  text-align: center;
}
.cid-ucKT0iUkCF p {
  text-align: center;
}
.cid-ucKT0iUkCF .row {
  justify-content: center;
}
.cid-ucKT0iUkCF .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKT0iUkCF .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKT0iUkCF .card-title,
.cid-ucKT0iUkCF .card-img {
  color: #b69b74;
}
.cid-ucKT0iUkCF .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKT0iUkCF .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKT0iUkCF img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9FhHLlgQ0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9FhHLlgQ0 .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9Fh2NGVQH {
  z-index: 1000;
  width: 100%;
}
.cid-u9Fh2NGVQH .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9Fh2NGVQH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9Fh2NGVQH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9Fh2NGVQH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9Fh2NGVQH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9Fh2NGVQH .menu_box .navbar.opened,
  .cid-u9Fh2NGVQH .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9Fh2NGVQH nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9Fh2NGVQH .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9Fh2NGVQH .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9Fh2NGVQH .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9Fh2NGVQH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9Fh2NGVQH .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9Fh2NGVQH .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9Fh2NGVQH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9Fh2NGVQH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9Fh2NGVQH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9Fh2NGVQH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9Fh2NGVQH .offcanvas-body .mbr-text,
  .cid-u9Fh2NGVQH .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9Fh2NGVQH .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9Fh2NGVQH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9Fh2NGVQH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9Fh2NGVQH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9Fh2NGVQH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9Fh2NGVQH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9Fh2NGVQH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9Fh2NGVQH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9Fh2NGVQH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9Fh2NGVQH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9Fh2NGVQH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9Fh2NGVQH li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9Fh2NGVQH .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9Fh2NGVQH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9Fh2NGVQH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9Fh2NGVQH .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9Fh2NGVQH .nav-item {
    margin: 0 !important;
  }
}
.cid-u9Fh2NGVQH .nav-item .nav-link:hover,
.cid-u9Fh2NGVQH .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9Fh2NGVQH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9Fh2NGVQH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9Fh2NGVQH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9Fh2NGVQH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9Fh2NGVQH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9Fh2NGVQH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9Fh2NGVQH .offcanvas_box {
    display: none;
  }
}
.cid-u9Fh2NGVQH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9Fh2NGVQH .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9Fh2NGVQH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9Fh2NGVQH .container {
  display: flex;
  margin: auto;
}
.cid-u9Fh2NGVQH .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9Fh2NGVQH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9Fh2NGVQH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9Fh2NGVQH .navbar-caption {
  color: #2b2b2b;
}
.cid-u9Fh2NGVQH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9Fh2NGVQH .navbar-nav {
    margin: 0;
  }
}
.cid-u9Fh2NGVQH .dropdown-menu,
.cid-u9Fh2NGVQH .navbar.opened {
  background-color: true !important;
}
.cid-u9Fh2NGVQH .nav-item:focus,
.cid-u9Fh2NGVQH .nav-link:focus {
  outline: none;
}
.cid-u9Fh2NGVQH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9Fh2NGVQH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9Fh2NGVQH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9Fh2NGVQH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9Fh2NGVQH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9Fh2NGVQH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9Fh2NGVQH .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9Fh2NGVQH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9Fh2NGVQH .navbar.opened {
  transition: all 0.3s;
}
.cid-u9Fh2NGVQH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9Fh2NGVQH .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9Fh2NGVQH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9Fh2NGVQH .navbar.collapsed {
  justify-content: center;
}
.cid-u9Fh2NGVQH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9Fh2NGVQH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9Fh2NGVQH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9Fh2NGVQH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9Fh2NGVQH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9Fh2NGVQH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9Fh2NGVQH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9Fh2NGVQH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9Fh2NGVQH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9Fh2NGVQH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9Fh2NGVQH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9Fh2NGVQH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9Fh2NGVQH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9Fh2NGVQH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9Fh2NGVQH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9Fh2NGVQH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9Fh2NGVQH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9Fh2NGVQH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9Fh2NGVQH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9Fh2NGVQH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9Fh2NGVQH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9Fh2NGVQH .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9Fh2NGVQH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9Fh2NGVQH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9Fh2NGVQH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9Fh2NGVQH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9Fh2NGVQH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9Fh2NGVQH .dropdown-item.active,
.cid-u9Fh2NGVQH .dropdown-item:active {
  background-color: transparent;
}
.cid-u9Fh2NGVQH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9Fh2NGVQH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9Fh2NGVQH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9Fh2NGVQH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9Fh2NGVQH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9Fh2NGVQH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9Fh2NGVQH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9Fh2NGVQH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9Fh2NGVQH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9Fh2NGVQH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9Fh2NGVQH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9Fh2NGVQH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9Fh2NGVQH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9Fh2NGVQH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9Fh2NGVQH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9Fh2NGVQH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9Fh2NGVQH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9Fh2NGVQH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9Fh2NGVQH .navbar {
    height: 70px;
  }
  .cid-u9Fh2NGVQH .navbar.opened {
    height: auto;
  }
  .cid-u9Fh2NGVQH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9Fh2NGVQH .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9Fh2NGVQH .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9Fh2NGVQH .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9Fh2NGVQH .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9Fh2NGVQH .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9Fh2NGVQH .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9Fh2NGVQH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9Fh2NGVQH .text_widget {
  margin-bottom: 32px;
}
.cid-u9Fh2NGVQH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9Fh2NGVQH .text_widget a:hover {
  opacity: .5;
}
.cid-u9Fh2NGVQH .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9Fh2NGVQH .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9Fh2NGVQH .mbr-section-subtitle,
.cid-u9Fh2NGVQH .text_widget,
.cid-u9Fh2NGVQH .mbr-section-btn {
  text-align: center;
}
.cid-u9Fh2NGVQH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9Fh2Okkj6 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9Fh2Okkj6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Fh2Okkj6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Fh2Okkj6 .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9Fh2Okkj6 .label-text {
  color: #747474;
}
.cid-u9Fh2Okkj6 .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9Fh2Okkj6 .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9Fh2Okkj6 .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9Fh2Okkj6 .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9Fh2Okkj6 .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9Fh2OJWcC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9Fh2OJWcC .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9Fh2OJWcC .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9Fh2OJWcC .container {
    padding: 0 25px;
  }
}
.cid-u9Fh2OJWcC .row {
  margin: 0;
}
.cid-u9Fh2OJWcC .row .card {
  padding: 0;
}
.cid-u9Fh2OJWcC .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9Fh2OJWcC .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9Fh2OJWcC .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9Fh2OJWcC .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9Fh2OJWcC .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9Fh2OJWcC .item:focus,
.cid-u9Fh2OJWcC span:focus {
  outline: none;
}
.cid-u9Fh2OJWcC .item-wrapper {
  position: relative;
}
.cid-u9Fh2OJWcC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9Fh2OJWcC .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9Fh2OJWcC .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9Fh2OJWcC .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9Fh2OJWcC .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9Fh2OJWcC .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9Fh2OJWcC .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9Fh2OJWcC .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9Fh2OJWcC .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9Fh2OJWcC .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9Fh2OJWcC .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9Fh2OJWcC .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9Fh2OJWcC .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9Fh2OJWcC .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9Fh2OJWcC .embla__button--next,
.cid-u9Fh2OJWcC .embla__button--prev {
  display: flex;
}
.cid-u9Fh2OJWcC .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9Fh2OJWcC .embla__button {
    display: none;
  }
}
.cid-u9Fh2OJWcC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9Fh2OJWcC .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9Fh2OJWcC .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9Fh2OJWcC .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9Fh2OJWcC .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9Fh2OJWcC .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9Fh2OJWcC .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9Fh2OJWcC .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9Fh2OJWcC .embla__button {
    bottom: 1rem;
  }
}
.cid-u9Fh2OJWcC .embla {
  position: relative;
  width: 100%;
}
.cid-u9Fh2OJWcC .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9Fh2OJWcC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9Fh2OJWcC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9Fh2OJWcC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9Fh2OJWcC .mbr-section-title {
  color: #ffffff;
}
.cid-u9Fh2OJWcC .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9Fh2OJWcC .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9Fh2PkdNL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9Fh2PkdNL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Fh2PkdNL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9Fh2PkdNL .container {
    padding: 0 30px;
  }
}
.cid-u9Fh2PkdNL .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9Fh2PkdNL .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9Fh2PkdNL .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9Fh2PkdNL .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9Fh2PkdNL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9Fh2PkdNL .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9Fh2PkdNL .items .item {
    padding: 20px 0;
  }
}
.cid-u9Fh2PkdNL .items .item:hover::after,
.cid-u9Fh2PkdNL .items .item:focus::after {
  height: 100%;
}
.cid-u9Fh2PkdNL .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9Fh2PkdNL .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9Fh2PkdNL .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9Fh2PkdNL .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9Fh2PkdNL .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9Fh2PkdNL .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9Fh2PkdNL .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9Fh2PkdNL .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9Fh2PkdNL .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9Fh2PkdNL .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9Fh2PkdNL .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9Fh2PkdNL .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9Fh2PkdNL .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9Fh2PkdNL .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9Fh2PkdNL .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9Fh2PkdNL .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9Fh2PkdNL .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9Fh2PkdNL .mbr-section-title {
  color: #3a341c;
}
.cid-u9Fh2PkdNL .card-title {
  color: #3a341c;
}
.cid-u9Fh2PkdNL .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9Fh2PkdNL .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uapJ2oubzk {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uapJ2oubzk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uapJ2oubzk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uapJ2oubzk .col-title {
  margin-bottom: 32px;
}
.cid-uapJ2oubzk .mbr-section-title {
  color: #24262b;
}
.cid-uapJ2oubzk .mbr-section-subtitle {
  color: #24262b;
}
.cid-uapJ2oubzk .cars-row {
  row-gap: 32px;
}
.cid-uapJ2oubzk .card {
  border-radius: 0;
}
.cid-uapJ2oubzk .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uapJ2oubzk .text-wrap {
  flex-grow: 1;
}
.cid-uapJ2oubzk .card-title {
  color: #24262b;
}
.cid-uapJ2oubzk .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uapJ2oubzk .mbr-section-btn {
  margin-top: 12px;
}
.cid-uapJ2oubzk .card-title,
.cid-uapJ2oubzk .card-wrapper {
  color: #35341b;
}
.cid-ucKSW7v8IE {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKSW7v8IE .mbr-text {
  color: #ffffff;
}
.cid-ucKSW7v8IE .container {
  max-width: 1000px;
}
.cid-ucKSW7v8IE h4 {
  text-align: center;
}
.cid-ucKSW7v8IE p {
  text-align: center;
}
.cid-ucKSW7v8IE .row {
  justify-content: center;
}
.cid-ucKSW7v8IE .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKSW7v8IE .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKSW7v8IE .card-title,
.cid-ucKSW7v8IE .card-img {
  color: #b69b74;
}
.cid-ucKSW7v8IE .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKSW7v8IE .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKSW7v8IE img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9Fh2Qvifv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9Fh2Qvifv .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9Fg6iIJ5E {
  z-index: 1000;
  width: 100%;
}
.cid-u9Fg6iIJ5E .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9Fg6iIJ5E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9Fg6iIJ5E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9Fg6iIJ5E .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9Fg6iIJ5E .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9Fg6iIJ5E .menu_box .navbar.opened,
  .cid-u9Fg6iIJ5E .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9Fg6iIJ5E nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9Fg6iIJ5E .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9Fg6iIJ5E .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9Fg6iIJ5E .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9Fg6iIJ5E .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9Fg6iIJ5E .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9Fg6iIJ5E .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9Fg6iIJ5E .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9Fg6iIJ5E .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9Fg6iIJ5E .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9Fg6iIJ5E .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9Fg6iIJ5E .offcanvas-body .mbr-text,
  .cid-u9Fg6iIJ5E .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9Fg6iIJ5E .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9Fg6iIJ5E .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9Fg6iIJ5E .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9Fg6iIJ5E .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9Fg6iIJ5E .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9Fg6iIJ5E .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9Fg6iIJ5E .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9Fg6iIJ5E ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9Fg6iIJ5E .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9Fg6iIJ5E .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9Fg6iIJ5E .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9Fg6iIJ5E li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9Fg6iIJ5E .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9Fg6iIJ5E .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9Fg6iIJ5E .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9Fg6iIJ5E .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9Fg6iIJ5E .nav-item {
    margin: 0 !important;
  }
}
.cid-u9Fg6iIJ5E .nav-item .nav-link:hover,
.cid-u9Fg6iIJ5E .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9Fg6iIJ5E .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9Fg6iIJ5E .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9Fg6iIJ5E .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9Fg6iIJ5E .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9Fg6iIJ5E .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9Fg6iIJ5E .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9Fg6iIJ5E .offcanvas_box {
    display: none;
  }
}
.cid-u9Fg6iIJ5E .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9Fg6iIJ5E .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9Fg6iIJ5E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9Fg6iIJ5E .container {
  display: flex;
  margin: auto;
}
.cid-u9Fg6iIJ5E .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9Fg6iIJ5E .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9Fg6iIJ5E .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9Fg6iIJ5E .navbar-caption {
  color: #2b2b2b;
}
.cid-u9Fg6iIJ5E .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9Fg6iIJ5E .navbar-nav {
    margin: 0;
  }
}
.cid-u9Fg6iIJ5E .dropdown-menu,
.cid-u9Fg6iIJ5E .navbar.opened {
  background-color: true !important;
}
.cid-u9Fg6iIJ5E .nav-item:focus,
.cid-u9Fg6iIJ5E .nav-link:focus {
  outline: none;
}
.cid-u9Fg6iIJ5E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9Fg6iIJ5E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9Fg6iIJ5E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9Fg6iIJ5E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9Fg6iIJ5E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9Fg6iIJ5E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9Fg6iIJ5E .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9Fg6iIJ5E .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9Fg6iIJ5E .navbar.opened {
  transition: all 0.3s;
}
.cid-u9Fg6iIJ5E .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9Fg6iIJ5E .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9Fg6iIJ5E .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9Fg6iIJ5E .navbar.collapsed {
  justify-content: center;
}
.cid-u9Fg6iIJ5E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9Fg6iIJ5E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9Fg6iIJ5E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9Fg6iIJ5E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9Fg6iIJ5E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9Fg6iIJ5E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9Fg6iIJ5E .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9Fg6iIJ5E .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9Fg6iIJ5E .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9Fg6iIJ5E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9Fg6iIJ5E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9Fg6iIJ5E .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9Fg6iIJ5E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9Fg6iIJ5E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9Fg6iIJ5E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9Fg6iIJ5E .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9Fg6iIJ5E .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9Fg6iIJ5E .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9Fg6iIJ5E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9Fg6iIJ5E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9Fg6iIJ5E .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9Fg6iIJ5E .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9Fg6iIJ5E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9Fg6iIJ5E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9Fg6iIJ5E .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9Fg6iIJ5E .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9Fg6iIJ5E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9Fg6iIJ5E .dropdown-item.active,
.cid-u9Fg6iIJ5E .dropdown-item:active {
  background-color: transparent;
}
.cid-u9Fg6iIJ5E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9Fg6iIJ5E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9Fg6iIJ5E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9Fg6iIJ5E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9Fg6iIJ5E ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9Fg6iIJ5E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9Fg6iIJ5E button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9Fg6iIJ5E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9Fg6iIJ5E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9Fg6iIJ5E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9Fg6iIJ5E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9Fg6iIJ5E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9Fg6iIJ5E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9Fg6iIJ5E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9Fg6iIJ5E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9Fg6iIJ5E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9Fg6iIJ5E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9Fg6iIJ5E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9Fg6iIJ5E .navbar {
    height: 70px;
  }
  .cid-u9Fg6iIJ5E .navbar.opened {
    height: auto;
  }
  .cid-u9Fg6iIJ5E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9Fg6iIJ5E .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9Fg6iIJ5E .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9Fg6iIJ5E .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9Fg6iIJ5E .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9Fg6iIJ5E .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9Fg6iIJ5E .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9Fg6iIJ5E .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9Fg6iIJ5E .text_widget {
  margin-bottom: 32px;
}
.cid-u9Fg6iIJ5E .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9Fg6iIJ5E .text_widget a:hover {
  opacity: .5;
}
.cid-u9Fg6iIJ5E .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9Fg6iIJ5E .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9Fg6iIJ5E .mbr-section-subtitle,
.cid-u9Fg6iIJ5E .text_widget,
.cid-u9Fg6iIJ5E .mbr-section-btn {
  text-align: center;
}
.cid-u9Fg6iIJ5E a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9Fg6jcQxe {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9Fg6jcQxe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Fg6jcQxe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Fg6jcQxe .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9Fg6jcQxe .label-text {
  color: #747474;
}
.cid-u9Fg6jcQxe .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9Fg6jcQxe .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9Fg6jcQxe .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9Fg6jcQxe .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9Fg6jcQxe .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9Fg6jx1Tn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9Fg6jx1Tn .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9Fg6jx1Tn .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9Fg6jx1Tn .container {
    padding: 0 25px;
  }
}
.cid-u9Fg6jx1Tn .row {
  margin: 0;
}
.cid-u9Fg6jx1Tn .row .card {
  padding: 0;
}
.cid-u9Fg6jx1Tn .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9Fg6jx1Tn .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9Fg6jx1Tn .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9Fg6jx1Tn .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9Fg6jx1Tn .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9Fg6jx1Tn .item:focus,
.cid-u9Fg6jx1Tn span:focus {
  outline: none;
}
.cid-u9Fg6jx1Tn .item-wrapper {
  position: relative;
}
.cid-u9Fg6jx1Tn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9Fg6jx1Tn .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9Fg6jx1Tn .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9Fg6jx1Tn .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9Fg6jx1Tn .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9Fg6jx1Tn .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9Fg6jx1Tn .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9Fg6jx1Tn .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9Fg6jx1Tn .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9Fg6jx1Tn .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9Fg6jx1Tn .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9Fg6jx1Tn .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9Fg6jx1Tn .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9Fg6jx1Tn .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9Fg6jx1Tn .embla__button--next,
.cid-u9Fg6jx1Tn .embla__button--prev {
  display: flex;
}
.cid-u9Fg6jx1Tn .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9Fg6jx1Tn .embla__button {
    display: none;
  }
}
.cid-u9Fg6jx1Tn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9Fg6jx1Tn .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9Fg6jx1Tn .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9Fg6jx1Tn .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9Fg6jx1Tn .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9Fg6jx1Tn .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9Fg6jx1Tn .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9Fg6jx1Tn .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9Fg6jx1Tn .embla__button {
    bottom: 1rem;
  }
}
.cid-u9Fg6jx1Tn .embla {
  position: relative;
  width: 100%;
}
.cid-u9Fg6jx1Tn .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9Fg6jx1Tn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9Fg6jx1Tn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9Fg6jx1Tn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9Fg6jx1Tn .mbr-section-title {
  color: #ffffff;
}
.cid-u9Fg6jx1Tn .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9Fg6jx1Tn .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9Fg6k2v0i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9Fg6k2v0i .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Fg6k2v0i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9Fg6k2v0i .container {
    padding: 0 30px;
  }
}
.cid-u9Fg6k2v0i .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9Fg6k2v0i .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9Fg6k2v0i .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9Fg6k2v0i .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9Fg6k2v0i .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9Fg6k2v0i .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9Fg6k2v0i .items .item {
    padding: 20px 0;
  }
}
.cid-u9Fg6k2v0i .items .item:hover::after,
.cid-u9Fg6k2v0i .items .item:focus::after {
  height: 100%;
}
.cid-u9Fg6k2v0i .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9Fg6k2v0i .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9Fg6k2v0i .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9Fg6k2v0i .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9Fg6k2v0i .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9Fg6k2v0i .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9Fg6k2v0i .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9Fg6k2v0i .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9Fg6k2v0i .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9Fg6k2v0i .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9Fg6k2v0i .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9Fg6k2v0i .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9Fg6k2v0i .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9Fg6k2v0i .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9Fg6k2v0i .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9Fg6k2v0i .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9Fg6k2v0i .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9Fg6k2v0i .mbr-section-title {
  color: #3a341c;
}
.cid-u9Fg6k2v0i .card-title {
  color: #3a341c;
}
.cid-u9Fg6k2v0i .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9Fg6k2v0i .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uapIStebD6 {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uapIStebD6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uapIStebD6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uapIStebD6 .col-title {
  margin-bottom: 32px;
}
.cid-uapIStebD6 .mbr-section-title {
  color: #24262b;
}
.cid-uapIStebD6 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uapIStebD6 .cars-row {
  row-gap: 32px;
}
.cid-uapIStebD6 .card {
  border-radius: 0;
}
.cid-uapIStebD6 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uapIStebD6 .text-wrap {
  flex-grow: 1;
}
.cid-uapIStebD6 .card-title {
  color: #24262b;
}
.cid-uapIStebD6 .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uapIStebD6 .mbr-section-btn {
  margin-top: 12px;
}
.cid-uapIStebD6 .card-title,
.cid-uapIStebD6 .card-wrapper {
  color: #35341b;
}
.cid-ucKSS3ZVlN {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKSS3ZVlN .mbr-text {
  color: #ffffff;
}
.cid-ucKSS3ZVlN .container {
  max-width: 1000px;
}
.cid-ucKSS3ZVlN h4 {
  text-align: center;
}
.cid-ucKSS3ZVlN p {
  text-align: center;
}
.cid-ucKSS3ZVlN .row {
  justify-content: center;
}
.cid-ucKSS3ZVlN .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKSS3ZVlN .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKSS3ZVlN .card-title,
.cid-ucKSS3ZVlN .card-img {
  color: #b69b74;
}
.cid-ucKSS3ZVlN .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKSS3ZVlN .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKSS3ZVlN img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9Fg6lfXnR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9Fg6lfXnR .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9Ff641YS0 {
  z-index: 1000;
  width: 100%;
}
.cid-u9Ff641YS0 .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9Ff641YS0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9Ff641YS0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9Ff641YS0 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9Ff641YS0 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9Ff641YS0 .menu_box .navbar.opened,
  .cid-u9Ff641YS0 .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9Ff641YS0 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9Ff641YS0 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9Ff641YS0 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9Ff641YS0 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9Ff641YS0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9Ff641YS0 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9Ff641YS0 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9Ff641YS0 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9Ff641YS0 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9Ff641YS0 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9Ff641YS0 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9Ff641YS0 .offcanvas-body .mbr-text,
  .cid-u9Ff641YS0 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9Ff641YS0 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9Ff641YS0 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9Ff641YS0 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9Ff641YS0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9Ff641YS0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9Ff641YS0 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9Ff641YS0 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9Ff641YS0 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9Ff641YS0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9Ff641YS0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9Ff641YS0 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9Ff641YS0 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9Ff641YS0 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9Ff641YS0 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9Ff641YS0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9Ff641YS0 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9Ff641YS0 .nav-item {
    margin: 0 !important;
  }
}
.cid-u9Ff641YS0 .nav-item .nav-link:hover,
.cid-u9Ff641YS0 .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9Ff641YS0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9Ff641YS0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9Ff641YS0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9Ff641YS0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9Ff641YS0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9Ff641YS0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9Ff641YS0 .offcanvas_box {
    display: none;
  }
}
.cid-u9Ff641YS0 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9Ff641YS0 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9Ff641YS0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9Ff641YS0 .container {
  display: flex;
  margin: auto;
}
.cid-u9Ff641YS0 .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9Ff641YS0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9Ff641YS0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9Ff641YS0 .navbar-caption {
  color: #2b2b2b;
}
.cid-u9Ff641YS0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9Ff641YS0 .navbar-nav {
    margin: 0;
  }
}
.cid-u9Ff641YS0 .dropdown-menu,
.cid-u9Ff641YS0 .navbar.opened {
  background-color: true !important;
}
.cid-u9Ff641YS0 .nav-item:focus,
.cid-u9Ff641YS0 .nav-link:focus {
  outline: none;
}
.cid-u9Ff641YS0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9Ff641YS0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9Ff641YS0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9Ff641YS0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9Ff641YS0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9Ff641YS0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9Ff641YS0 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9Ff641YS0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9Ff641YS0 .navbar.opened {
  transition: all 0.3s;
}
.cid-u9Ff641YS0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9Ff641YS0 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9Ff641YS0 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9Ff641YS0 .navbar.collapsed {
  justify-content: center;
}
.cid-u9Ff641YS0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9Ff641YS0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9Ff641YS0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9Ff641YS0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9Ff641YS0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9Ff641YS0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9Ff641YS0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9Ff641YS0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9Ff641YS0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9Ff641YS0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9Ff641YS0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9Ff641YS0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9Ff641YS0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9Ff641YS0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9Ff641YS0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9Ff641YS0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9Ff641YS0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9Ff641YS0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9Ff641YS0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9Ff641YS0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9Ff641YS0 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9Ff641YS0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9Ff641YS0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9Ff641YS0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9Ff641YS0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9Ff641YS0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9Ff641YS0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9Ff641YS0 .dropdown-item.active,
.cid-u9Ff641YS0 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9Ff641YS0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9Ff641YS0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9Ff641YS0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9Ff641YS0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9Ff641YS0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9Ff641YS0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9Ff641YS0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9Ff641YS0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9Ff641YS0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9Ff641YS0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9Ff641YS0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9Ff641YS0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9Ff641YS0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9Ff641YS0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9Ff641YS0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9Ff641YS0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9Ff641YS0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9Ff641YS0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9Ff641YS0 .navbar {
    height: 70px;
  }
  .cid-u9Ff641YS0 .navbar.opened {
    height: auto;
  }
  .cid-u9Ff641YS0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9Ff641YS0 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9Ff641YS0 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9Ff641YS0 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9Ff641YS0 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9Ff641YS0 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9Ff641YS0 .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9Ff641YS0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9Ff641YS0 .text_widget {
  margin-bottom: 32px;
}
.cid-u9Ff641YS0 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9Ff641YS0 .text_widget a:hover {
  opacity: .5;
}
.cid-u9Ff641YS0 .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9Ff641YS0 .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9Ff641YS0 .mbr-section-subtitle,
.cid-u9Ff641YS0 .text_widget,
.cid-u9Ff641YS0 .mbr-section-btn {
  text-align: center;
}
.cid-u9Ff641YS0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9Ff64ARV1 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9Ff64ARV1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Ff64ARV1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Ff64ARV1 .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9Ff64ARV1 .label-text {
  color: #747474;
}
.cid-u9Ff64ARV1 .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9Ff64ARV1 .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9Ff64ARV1 .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9Ff64ARV1 .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9Ff64ARV1 .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9Ff64UIFL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9Ff64UIFL .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9Ff64UIFL .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9Ff64UIFL .container {
    padding: 0 25px;
  }
}
.cid-u9Ff64UIFL .row {
  margin: 0;
}
.cid-u9Ff64UIFL .row .card {
  padding: 0;
}
.cid-u9Ff64UIFL .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9Ff64UIFL .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9Ff64UIFL .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9Ff64UIFL .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9Ff64UIFL .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9Ff64UIFL .item:focus,
.cid-u9Ff64UIFL span:focus {
  outline: none;
}
.cid-u9Ff64UIFL .item-wrapper {
  position: relative;
}
.cid-u9Ff64UIFL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9Ff64UIFL .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9Ff64UIFL .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9Ff64UIFL .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9Ff64UIFL .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9Ff64UIFL .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9Ff64UIFL .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9Ff64UIFL .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9Ff64UIFL .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9Ff64UIFL .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9Ff64UIFL .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9Ff64UIFL .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9Ff64UIFL .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9Ff64UIFL .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9Ff64UIFL .embla__button--next,
.cid-u9Ff64UIFL .embla__button--prev {
  display: flex;
}
.cid-u9Ff64UIFL .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9Ff64UIFL .embla__button {
    display: none;
  }
}
.cid-u9Ff64UIFL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9Ff64UIFL .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9Ff64UIFL .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9Ff64UIFL .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9Ff64UIFL .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9Ff64UIFL .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9Ff64UIFL .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9Ff64UIFL .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9Ff64UIFL .embla__button {
    bottom: 1rem;
  }
}
.cid-u9Ff64UIFL .embla {
  position: relative;
  width: 100%;
}
.cid-u9Ff64UIFL .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9Ff64UIFL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9Ff64UIFL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9Ff64UIFL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9Ff64UIFL .mbr-section-title {
  color: #ffffff;
}
.cid-u9Ff64UIFL .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9Ff64UIFL .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9Ff65oKlN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9Ff65oKlN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Ff65oKlN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9Ff65oKlN .container {
    padding: 0 30px;
  }
}
.cid-u9Ff65oKlN .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9Ff65oKlN .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9Ff65oKlN .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9Ff65oKlN .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9Ff65oKlN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9Ff65oKlN .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9Ff65oKlN .items .item {
    padding: 20px 0;
  }
}
.cid-u9Ff65oKlN .items .item:hover::after,
.cid-u9Ff65oKlN .items .item:focus::after {
  height: 100%;
}
.cid-u9Ff65oKlN .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9Ff65oKlN .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9Ff65oKlN .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9Ff65oKlN .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9Ff65oKlN .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9Ff65oKlN .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9Ff65oKlN .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9Ff65oKlN .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9Ff65oKlN .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9Ff65oKlN .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9Ff65oKlN .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9Ff65oKlN .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9Ff65oKlN .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9Ff65oKlN .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9Ff65oKlN .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9Ff65oKlN .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9Ff65oKlN .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9Ff65oKlN .mbr-section-title {
  color: #3a341c;
}
.cid-u9Ff65oKlN .card-title {
  color: #3a341c;
}
.cid-u9Ff65oKlN .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9Ff65oKlN .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uapIzTLnRb {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uapIzTLnRb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uapIzTLnRb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uapIzTLnRb .col-title {
  margin-bottom: 32px;
}
.cid-uapIzTLnRb .mbr-section-title {
  color: #24262b;
}
.cid-uapIzTLnRb .mbr-section-subtitle {
  color: #24262b;
}
.cid-uapIzTLnRb .cars-row {
  row-gap: 32px;
}
.cid-uapIzTLnRb .card {
  border-radius: 0;
}
.cid-uapIzTLnRb .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uapIzTLnRb .text-wrap {
  flex-grow: 1;
}
.cid-uapIzTLnRb .card-title {
  color: #24262b;
}
.cid-uapIzTLnRb .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uapIzTLnRb .mbr-section-btn {
  margin-top: 12px;
}
.cid-uapIzTLnRb .card-title,
.cid-uapIzTLnRb .card-wrapper {
  color: #35341b;
}
.cid-ucKSKQCdGx {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKSKQCdGx .mbr-text {
  color: #ffffff;
}
.cid-ucKSKQCdGx .container {
  max-width: 1000px;
}
.cid-ucKSKQCdGx h4 {
  text-align: center;
}
.cid-ucKSKQCdGx p {
  text-align: center;
}
.cid-ucKSKQCdGx .row {
  justify-content: center;
}
.cid-ucKSKQCdGx .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKSKQCdGx .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKSKQCdGx .card-title,
.cid-ucKSKQCdGx .card-img {
  color: #b69b74;
}
.cid-ucKSKQCdGx .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKSKQCdGx .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKSKQCdGx img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9Ff66Aa2c {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9Ff66Aa2c .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9FelTcTbJ {
  z-index: 1000;
  width: 100%;
}
.cid-u9FelTcTbJ .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9FelTcTbJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9FelTcTbJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9FelTcTbJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9FelTcTbJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9FelTcTbJ .menu_box .navbar.opened,
  .cid-u9FelTcTbJ .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9FelTcTbJ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9FelTcTbJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9FelTcTbJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9FelTcTbJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9FelTcTbJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9FelTcTbJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9FelTcTbJ .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9FelTcTbJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9FelTcTbJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9FelTcTbJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9FelTcTbJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9FelTcTbJ .offcanvas-body .mbr-text,
  .cid-u9FelTcTbJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9FelTcTbJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9FelTcTbJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9FelTcTbJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9FelTcTbJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9FelTcTbJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9FelTcTbJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9FelTcTbJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9FelTcTbJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9FelTcTbJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9FelTcTbJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9FelTcTbJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9FelTcTbJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9FelTcTbJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9FelTcTbJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9FelTcTbJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9FelTcTbJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9FelTcTbJ .nav-item {
    margin: 0 !important;
  }
}
.cid-u9FelTcTbJ .nav-item .nav-link:hover,
.cid-u9FelTcTbJ .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9FelTcTbJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9FelTcTbJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9FelTcTbJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9FelTcTbJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9FelTcTbJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9FelTcTbJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9FelTcTbJ .offcanvas_box {
    display: none;
  }
}
.cid-u9FelTcTbJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9FelTcTbJ .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9FelTcTbJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9FelTcTbJ .container {
  display: flex;
  margin: auto;
}
.cid-u9FelTcTbJ .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9FelTcTbJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9FelTcTbJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9FelTcTbJ .navbar-caption {
  color: #2b2b2b;
}
.cid-u9FelTcTbJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9FelTcTbJ .navbar-nav {
    margin: 0;
  }
}
.cid-u9FelTcTbJ .dropdown-menu,
.cid-u9FelTcTbJ .navbar.opened {
  background-color: true !important;
}
.cid-u9FelTcTbJ .nav-item:focus,
.cid-u9FelTcTbJ .nav-link:focus {
  outline: none;
}
.cid-u9FelTcTbJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9FelTcTbJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9FelTcTbJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9FelTcTbJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9FelTcTbJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9FelTcTbJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9FelTcTbJ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9FelTcTbJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9FelTcTbJ .navbar.opened {
  transition: all 0.3s;
}
.cid-u9FelTcTbJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9FelTcTbJ .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9FelTcTbJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9FelTcTbJ .navbar.collapsed {
  justify-content: center;
}
.cid-u9FelTcTbJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9FelTcTbJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9FelTcTbJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9FelTcTbJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9FelTcTbJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9FelTcTbJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9FelTcTbJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9FelTcTbJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9FelTcTbJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9FelTcTbJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9FelTcTbJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9FelTcTbJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9FelTcTbJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9FelTcTbJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9FelTcTbJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9FelTcTbJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9FelTcTbJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9FelTcTbJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9FelTcTbJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9FelTcTbJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9FelTcTbJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9FelTcTbJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9FelTcTbJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9FelTcTbJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9FelTcTbJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9FelTcTbJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9FelTcTbJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9FelTcTbJ .dropdown-item.active,
.cid-u9FelTcTbJ .dropdown-item:active {
  background-color: transparent;
}
.cid-u9FelTcTbJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9FelTcTbJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9FelTcTbJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9FelTcTbJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9FelTcTbJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9FelTcTbJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9FelTcTbJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9FelTcTbJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9FelTcTbJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9FelTcTbJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9FelTcTbJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9FelTcTbJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9FelTcTbJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9FelTcTbJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9FelTcTbJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9FelTcTbJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9FelTcTbJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9FelTcTbJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9FelTcTbJ .navbar {
    height: 70px;
  }
  .cid-u9FelTcTbJ .navbar.opened {
    height: auto;
  }
  .cid-u9FelTcTbJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9FelTcTbJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9FelTcTbJ .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9FelTcTbJ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9FelTcTbJ .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9FelTcTbJ .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9FelTcTbJ .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9FelTcTbJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9FelTcTbJ .text_widget {
  margin-bottom: 32px;
}
.cid-u9FelTcTbJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9FelTcTbJ .text_widget a:hover {
  opacity: .5;
}
.cid-u9FelTcTbJ .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9FelTcTbJ .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9FelTcTbJ .mbr-section-subtitle,
.cid-u9FelTcTbJ .text_widget,
.cid-u9FelTcTbJ .mbr-section-btn {
  text-align: center;
}
.cid-u9FelTcTbJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9FelTI503 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9FelTI503 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FelTI503 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9FelTI503 .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9FelTI503 .label-text {
  color: #747474;
}
.cid-u9FelTI503 .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9FelTI503 .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9FelTI503 .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9FelTI503 .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9FelTI503 .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9FelU36v1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9FelU36v1 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9FelU36v1 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9FelU36v1 .container {
    padding: 0 25px;
  }
}
.cid-u9FelU36v1 .row {
  margin: 0;
}
.cid-u9FelU36v1 .row .card {
  padding: 0;
}
.cid-u9FelU36v1 .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9FelU36v1 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9FelU36v1 .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9FelU36v1 .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9FelU36v1 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9FelU36v1 .item:focus,
.cid-u9FelU36v1 span:focus {
  outline: none;
}
.cid-u9FelU36v1 .item-wrapper {
  position: relative;
}
.cid-u9FelU36v1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9FelU36v1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9FelU36v1 .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9FelU36v1 .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9FelU36v1 .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9FelU36v1 .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9FelU36v1 .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9FelU36v1 .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9FelU36v1 .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9FelU36v1 .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9FelU36v1 .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9FelU36v1 .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9FelU36v1 .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9FelU36v1 .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9FelU36v1 .embla__button--next,
.cid-u9FelU36v1 .embla__button--prev {
  display: flex;
}
.cid-u9FelU36v1 .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9FelU36v1 .embla__button {
    display: none;
  }
}
.cid-u9FelU36v1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9FelU36v1 .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9FelU36v1 .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9FelU36v1 .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9FelU36v1 .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9FelU36v1 .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9FelU36v1 .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9FelU36v1 .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9FelU36v1 .embla__button {
    bottom: 1rem;
  }
}
.cid-u9FelU36v1 .embla {
  position: relative;
  width: 100%;
}
.cid-u9FelU36v1 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9FelU36v1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9FelU36v1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9FelU36v1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9FelU36v1 .mbr-section-title {
  color: #ffffff;
}
.cid-u9FelU36v1 .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9FelU36v1 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9FelUxLSd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9FelUxLSd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FelUxLSd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9FelUxLSd .container {
    padding: 0 30px;
  }
}
.cid-u9FelUxLSd .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9FelUxLSd .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9FelUxLSd .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9FelUxLSd .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9FelUxLSd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9FelUxLSd .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9FelUxLSd .items .item {
    padding: 20px 0;
  }
}
.cid-u9FelUxLSd .items .item:hover::after,
.cid-u9FelUxLSd .items .item:focus::after {
  height: 100%;
}
.cid-u9FelUxLSd .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9FelUxLSd .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9FelUxLSd .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9FelUxLSd .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9FelUxLSd .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9FelUxLSd .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9FelUxLSd .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9FelUxLSd .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9FelUxLSd .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9FelUxLSd .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9FelUxLSd .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9FelUxLSd .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9FelUxLSd .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9FelUxLSd .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9FelUxLSd .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9FelUxLSd .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9FelUxLSd .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9FelUxLSd .mbr-section-title {
  color: #3a341c;
}
.cid-u9FelUxLSd .card-title {
  color: #3a341c;
}
.cid-u9FelUxLSd .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9FelUxLSd .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uapIsl9mbW {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uapIsl9mbW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uapIsl9mbW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uapIsl9mbW .col-title {
  margin-bottom: 32px;
}
.cid-uapIsl9mbW .mbr-section-title {
  color: #24262b;
}
.cid-uapIsl9mbW .mbr-section-subtitle {
  color: #24262b;
}
.cid-uapIsl9mbW .cars-row {
  row-gap: 32px;
}
.cid-uapIsl9mbW .card {
  border-radius: 0;
}
.cid-uapIsl9mbW .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uapIsl9mbW .text-wrap {
  flex-grow: 1;
}
.cid-uapIsl9mbW .card-title {
  color: #24262b;
}
.cid-uapIsl9mbW .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uapIsl9mbW .mbr-section-btn {
  margin-top: 12px;
}
.cid-uapIsl9mbW .card-title,
.cid-uapIsl9mbW .card-wrapper {
  color: #35341b;
}
.cid-ucKSx26Xa7 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKSx26Xa7 .mbr-text {
  color: #ffffff;
}
.cid-ucKSx26Xa7 .container {
  max-width: 1000px;
}
.cid-ucKSx26Xa7 h4 {
  text-align: center;
}
.cid-ucKSx26Xa7 p {
  text-align: center;
}
.cid-ucKSx26Xa7 .row {
  justify-content: center;
}
.cid-ucKSx26Xa7 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKSx26Xa7 .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKSx26Xa7 .card-title,
.cid-ucKSx26Xa7 .card-img {
  color: #b69b74;
}
.cid-ucKSx26Xa7 .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKSx26Xa7 .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKSx26Xa7 img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9FelVLwfl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9FelVLwfl .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9FdKXswf6 {
  z-index: 1000;
  width: 100%;
}
.cid-u9FdKXswf6 .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9FdKXswf6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9FdKXswf6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9FdKXswf6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9FdKXswf6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9FdKXswf6 .menu_box .navbar.opened,
  .cid-u9FdKXswf6 .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9FdKXswf6 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9FdKXswf6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9FdKXswf6 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9FdKXswf6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9FdKXswf6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9FdKXswf6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9FdKXswf6 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9FdKXswf6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9FdKXswf6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9FdKXswf6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9FdKXswf6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9FdKXswf6 .offcanvas-body .mbr-text,
  .cid-u9FdKXswf6 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9FdKXswf6 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9FdKXswf6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9FdKXswf6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9FdKXswf6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9FdKXswf6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9FdKXswf6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9FdKXswf6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9FdKXswf6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9FdKXswf6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9FdKXswf6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9FdKXswf6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9FdKXswf6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9FdKXswf6 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9FdKXswf6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9FdKXswf6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9FdKXswf6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9FdKXswf6 .nav-item {
    margin: 0 !important;
  }
}
.cid-u9FdKXswf6 .nav-item .nav-link:hover,
.cid-u9FdKXswf6 .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9FdKXswf6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9FdKXswf6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9FdKXswf6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9FdKXswf6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9FdKXswf6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9FdKXswf6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9FdKXswf6 .offcanvas_box {
    display: none;
  }
}
.cid-u9FdKXswf6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9FdKXswf6 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9FdKXswf6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9FdKXswf6 .container {
  display: flex;
  margin: auto;
}
.cid-u9FdKXswf6 .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9FdKXswf6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9FdKXswf6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9FdKXswf6 .navbar-caption {
  color: #2b2b2b;
}
.cid-u9FdKXswf6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9FdKXswf6 .navbar-nav {
    margin: 0;
  }
}
.cid-u9FdKXswf6 .dropdown-menu,
.cid-u9FdKXswf6 .navbar.opened {
  background-color: true !important;
}
.cid-u9FdKXswf6 .nav-item:focus,
.cid-u9FdKXswf6 .nav-link:focus {
  outline: none;
}
.cid-u9FdKXswf6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9FdKXswf6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9FdKXswf6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9FdKXswf6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9FdKXswf6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9FdKXswf6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9FdKXswf6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9FdKXswf6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9FdKXswf6 .navbar.opened {
  transition: all 0.3s;
}
.cid-u9FdKXswf6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9FdKXswf6 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9FdKXswf6 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9FdKXswf6 .navbar.collapsed {
  justify-content: center;
}
.cid-u9FdKXswf6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9FdKXswf6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9FdKXswf6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9FdKXswf6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9FdKXswf6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9FdKXswf6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9FdKXswf6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9FdKXswf6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9FdKXswf6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9FdKXswf6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9FdKXswf6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9FdKXswf6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9FdKXswf6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9FdKXswf6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9FdKXswf6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9FdKXswf6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9FdKXswf6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9FdKXswf6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9FdKXswf6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9FdKXswf6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9FdKXswf6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9FdKXswf6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9FdKXswf6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9FdKXswf6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9FdKXswf6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9FdKXswf6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9FdKXswf6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9FdKXswf6 .dropdown-item.active,
.cid-u9FdKXswf6 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9FdKXswf6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9FdKXswf6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9FdKXswf6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9FdKXswf6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9FdKXswf6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9FdKXswf6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9FdKXswf6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9FdKXswf6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9FdKXswf6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9FdKXswf6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9FdKXswf6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9FdKXswf6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9FdKXswf6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9FdKXswf6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9FdKXswf6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9FdKXswf6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9FdKXswf6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9FdKXswf6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9FdKXswf6 .navbar {
    height: 70px;
  }
  .cid-u9FdKXswf6 .navbar.opened {
    height: auto;
  }
  .cid-u9FdKXswf6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9FdKXswf6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9FdKXswf6 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9FdKXswf6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9FdKXswf6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9FdKXswf6 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9FdKXswf6 .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9FdKXswf6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9FdKXswf6 .text_widget {
  margin-bottom: 32px;
}
.cid-u9FdKXswf6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9FdKXswf6 .text_widget a:hover {
  opacity: .5;
}
.cid-u9FdKXswf6 .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9FdKXswf6 .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9FdKXswf6 .mbr-section-subtitle,
.cid-u9FdKXswf6 .text_widget,
.cid-u9FdKXswf6 .mbr-section-btn {
  text-align: center;
}
.cid-u9FdKXswf6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9FdKXYOIu {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9FdKXYOIu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FdKXYOIu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9FdKXYOIu .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9FdKXYOIu .label-text {
  color: #747474;
}
.cid-u9FdKXYOIu .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9FdKXYOIu .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9FdKXYOIu .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9FdKXYOIu .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9FdKXYOIu .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9FdKYiiWp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9FdKYiiWp .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9FdKYiiWp .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9FdKYiiWp .container {
    padding: 0 25px;
  }
}
.cid-u9FdKYiiWp .row {
  margin: 0;
}
.cid-u9FdKYiiWp .row .card {
  padding: 0;
}
.cid-u9FdKYiiWp .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9FdKYiiWp .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9FdKYiiWp .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9FdKYiiWp .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9FdKYiiWp .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9FdKYiiWp .item:focus,
.cid-u9FdKYiiWp span:focus {
  outline: none;
}
.cid-u9FdKYiiWp .item-wrapper {
  position: relative;
}
.cid-u9FdKYiiWp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9FdKYiiWp .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9FdKYiiWp .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9FdKYiiWp .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9FdKYiiWp .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9FdKYiiWp .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9FdKYiiWp .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9FdKYiiWp .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9FdKYiiWp .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9FdKYiiWp .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9FdKYiiWp .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9FdKYiiWp .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9FdKYiiWp .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9FdKYiiWp .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9FdKYiiWp .embla__button--next,
.cid-u9FdKYiiWp .embla__button--prev {
  display: flex;
}
.cid-u9FdKYiiWp .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9FdKYiiWp .embla__button {
    display: none;
  }
}
.cid-u9FdKYiiWp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9FdKYiiWp .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9FdKYiiWp .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9FdKYiiWp .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9FdKYiiWp .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9FdKYiiWp .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9FdKYiiWp .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9FdKYiiWp .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9FdKYiiWp .embla__button {
    bottom: 1rem;
  }
}
.cid-u9FdKYiiWp .embla {
  position: relative;
  width: 100%;
}
.cid-u9FdKYiiWp .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9FdKYiiWp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9FdKYiiWp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9FdKYiiWp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9FdKYiiWp .mbr-section-title {
  color: #ffffff;
}
.cid-u9FdKYiiWp .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9FdKYiiWp .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9FdKYK4uQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9FdKYK4uQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FdKYK4uQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9FdKYK4uQ .container {
    padding: 0 30px;
  }
}
.cid-u9FdKYK4uQ .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9FdKYK4uQ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9FdKYK4uQ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9FdKYK4uQ .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9FdKYK4uQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9FdKYK4uQ .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9FdKYK4uQ .items .item {
    padding: 20px 0;
  }
}
.cid-u9FdKYK4uQ .items .item:hover::after,
.cid-u9FdKYK4uQ .items .item:focus::after {
  height: 100%;
}
.cid-u9FdKYK4uQ .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9FdKYK4uQ .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9FdKYK4uQ .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9FdKYK4uQ .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9FdKYK4uQ .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9FdKYK4uQ .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9FdKYK4uQ .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9FdKYK4uQ .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9FdKYK4uQ .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9FdKYK4uQ .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9FdKYK4uQ .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9FdKYK4uQ .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9FdKYK4uQ .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9FdKYK4uQ .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9FdKYK4uQ .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9FdKYK4uQ .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9FdKYK4uQ .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9FdKYK4uQ .mbr-section-title {
  color: #3a341c;
}
.cid-u9FdKYK4uQ .card-title {
  color: #3a341c;
}
.cid-u9FdKYK4uQ .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9FdKYK4uQ .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uap3bOdyPe {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uap3bOdyPe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uap3bOdyPe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uap3bOdyPe .col-title {
  margin-bottom: 32px;
}
.cid-uap3bOdyPe .mbr-section-title {
  color: #24262b;
}
.cid-uap3bOdyPe .mbr-section-subtitle {
  color: #24262b;
}
.cid-uap3bOdyPe .cars-row {
  row-gap: 32px;
}
.cid-uap3bOdyPe .card {
  border-radius: 0;
}
.cid-uap3bOdyPe .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uap3bOdyPe .text-wrap {
  flex-grow: 1;
}
.cid-uap3bOdyPe .card-title {
  color: #24262b;
}
.cid-uap3bOdyPe .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uap3bOdyPe .mbr-section-btn {
  margin-top: 12px;
}
.cid-uap3bOdyPe .card-title,
.cid-uap3bOdyPe .card-wrapper {
  color: #35341b;
}
.cid-ucKSsYfWCx {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKSsYfWCx .mbr-text {
  color: #ffffff;
}
.cid-ucKSsYfWCx .container {
  max-width: 1000px;
}
.cid-ucKSsYfWCx h4 {
  text-align: center;
}
.cid-ucKSsYfWCx p {
  text-align: center;
}
.cid-ucKSsYfWCx .row {
  justify-content: center;
}
.cid-ucKSsYfWCx .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKSsYfWCx .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKSsYfWCx .card-title,
.cid-ucKSsYfWCx .card-img {
  color: #b69b74;
}
.cid-ucKSsYfWCx .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKSsYfWCx .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKSsYfWCx img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9FdL01K9j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9FdL01K9j .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9FahJhQvf {
  z-index: 1000;
  width: 100%;
}
.cid-u9FahJhQvf .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9FahJhQvf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9FahJhQvf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9FahJhQvf .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9FahJhQvf .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9FahJhQvf .menu_box .navbar.opened,
  .cid-u9FahJhQvf .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9FahJhQvf nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9FahJhQvf .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9FahJhQvf .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9FahJhQvf .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9FahJhQvf .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9FahJhQvf .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9FahJhQvf .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9FahJhQvf .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9FahJhQvf .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9FahJhQvf .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9FahJhQvf .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9FahJhQvf .offcanvas-body .mbr-text,
  .cid-u9FahJhQvf .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9FahJhQvf .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9FahJhQvf .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9FahJhQvf .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9FahJhQvf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9FahJhQvf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9FahJhQvf .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9FahJhQvf .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9FahJhQvf ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9FahJhQvf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9FahJhQvf .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9FahJhQvf .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9FahJhQvf li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9FahJhQvf .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9FahJhQvf .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9FahJhQvf .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9FahJhQvf .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9FahJhQvf .nav-item {
    margin: 0 !important;
  }
}
.cid-u9FahJhQvf .nav-item .nav-link:hover,
.cid-u9FahJhQvf .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9FahJhQvf .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9FahJhQvf .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9FahJhQvf .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9FahJhQvf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9FahJhQvf .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9FahJhQvf .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9FahJhQvf .offcanvas_box {
    display: none;
  }
}
.cid-u9FahJhQvf .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9FahJhQvf .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9FahJhQvf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9FahJhQvf .container {
  display: flex;
  margin: auto;
}
.cid-u9FahJhQvf .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9FahJhQvf .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9FahJhQvf .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9FahJhQvf .navbar-caption {
  color: #2b2b2b;
}
.cid-u9FahJhQvf .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9FahJhQvf .navbar-nav {
    margin: 0;
  }
}
.cid-u9FahJhQvf .dropdown-menu,
.cid-u9FahJhQvf .navbar.opened {
  background-color: true !important;
}
.cid-u9FahJhQvf .nav-item:focus,
.cid-u9FahJhQvf .nav-link:focus {
  outline: none;
}
.cid-u9FahJhQvf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9FahJhQvf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9FahJhQvf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9FahJhQvf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9FahJhQvf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9FahJhQvf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9FahJhQvf .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9FahJhQvf .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9FahJhQvf .navbar.opened {
  transition: all 0.3s;
}
.cid-u9FahJhQvf .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9FahJhQvf .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9FahJhQvf .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9FahJhQvf .navbar.collapsed {
  justify-content: center;
}
.cid-u9FahJhQvf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9FahJhQvf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9FahJhQvf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9FahJhQvf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9FahJhQvf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9FahJhQvf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9FahJhQvf .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9FahJhQvf .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9FahJhQvf .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9FahJhQvf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9FahJhQvf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9FahJhQvf .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9FahJhQvf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9FahJhQvf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9FahJhQvf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9FahJhQvf .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9FahJhQvf .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9FahJhQvf .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9FahJhQvf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9FahJhQvf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9FahJhQvf .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9FahJhQvf .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9FahJhQvf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9FahJhQvf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9FahJhQvf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9FahJhQvf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9FahJhQvf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9FahJhQvf .dropdown-item.active,
.cid-u9FahJhQvf .dropdown-item:active {
  background-color: transparent;
}
.cid-u9FahJhQvf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9FahJhQvf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9FahJhQvf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9FahJhQvf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9FahJhQvf ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9FahJhQvf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9FahJhQvf button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9FahJhQvf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9FahJhQvf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9FahJhQvf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9FahJhQvf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9FahJhQvf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9FahJhQvf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9FahJhQvf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9FahJhQvf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9FahJhQvf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9FahJhQvf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9FahJhQvf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9FahJhQvf .navbar {
    height: 70px;
  }
  .cid-u9FahJhQvf .navbar.opened {
    height: auto;
  }
  .cid-u9FahJhQvf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9FahJhQvf .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9FahJhQvf .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9FahJhQvf .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9FahJhQvf .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9FahJhQvf .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9FahJhQvf .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9FahJhQvf .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9FahJhQvf .text_widget {
  margin-bottom: 32px;
}
.cid-u9FahJhQvf .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9FahJhQvf .text_widget a:hover {
  opacity: .5;
}
.cid-u9FahJhQvf .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9FahJhQvf .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9FahJhQvf .mbr-section-subtitle,
.cid-u9FahJhQvf .text_widget,
.cid-u9FahJhQvf .mbr-section-btn {
  text-align: center;
}
.cid-u9FahJhQvf a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9FahJPZRC {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9FahJPZRC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FahJPZRC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9FahJPZRC .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9FahJPZRC .label-text {
  color: #747474;
}
.cid-u9FahJPZRC .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9FahJPZRC .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9FahJPZRC .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9FahJPZRC .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9FahJPZRC .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9FahKatwI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9FahKatwI .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9FahKatwI .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9FahKatwI .container {
    padding: 0 25px;
  }
}
.cid-u9FahKatwI .row {
  margin: 0;
}
.cid-u9FahKatwI .row .card {
  padding: 0;
}
.cid-u9FahKatwI .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9FahKatwI .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9FahKatwI .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9FahKatwI .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9FahKatwI .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9FahKatwI .item:focus,
.cid-u9FahKatwI span:focus {
  outline: none;
}
.cid-u9FahKatwI .item-wrapper {
  position: relative;
}
.cid-u9FahKatwI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9FahKatwI .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9FahKatwI .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9FahKatwI .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9FahKatwI .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9FahKatwI .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9FahKatwI .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9FahKatwI .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9FahKatwI .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9FahKatwI .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9FahKatwI .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9FahKatwI .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9FahKatwI .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9FahKatwI .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9FahKatwI .embla__button--next,
.cid-u9FahKatwI .embla__button--prev {
  display: flex;
}
.cid-u9FahKatwI .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9FahKatwI .embla__button {
    display: none;
  }
}
.cid-u9FahKatwI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9FahKatwI .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9FahKatwI .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9FahKatwI .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9FahKatwI .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9FahKatwI .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9FahKatwI .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9FahKatwI .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9FahKatwI .embla__button {
    bottom: 1rem;
  }
}
.cid-u9FahKatwI .embla {
  position: relative;
  width: 100%;
}
.cid-u9FahKatwI .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9FahKatwI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9FahKatwI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9FahKatwI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9FahKatwI .mbr-section-title {
  color: #ffffff;
}
.cid-u9FahKatwI .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9FahKatwI .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9FahKFfdM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9FahKFfdM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FahKFfdM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9FahKFfdM .container {
    padding: 0 30px;
  }
}
.cid-u9FahKFfdM .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9FahKFfdM .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9FahKFfdM .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9FahKFfdM .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9FahKFfdM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9FahKFfdM .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9FahKFfdM .items .item {
    padding: 20px 0;
  }
}
.cid-u9FahKFfdM .items .item:hover::after,
.cid-u9FahKFfdM .items .item:focus::after {
  height: 100%;
}
.cid-u9FahKFfdM .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9FahKFfdM .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9FahKFfdM .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9FahKFfdM .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9FahKFfdM .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9FahKFfdM .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9FahKFfdM .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9FahKFfdM .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9FahKFfdM .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9FahKFfdM .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9FahKFfdM .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9FahKFfdM .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9FahKFfdM .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9FahKFfdM .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9FahKFfdM .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9FahKFfdM .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9FahKFfdM .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9FahKFfdM .mbr-section-title {
  color: #3a341c;
}
.cid-u9FahKFfdM .card-title {
  color: #3a341c;
}
.cid-u9FahKFfdM .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9FahKFfdM .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uap1CdeM2p {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uap1CdeM2p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uap1CdeM2p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uap1CdeM2p .col-title {
  margin-bottom: 32px;
}
.cid-uap1CdeM2p .mbr-section-title {
  color: #24262b;
}
.cid-uap1CdeM2p .mbr-section-subtitle {
  color: #24262b;
}
.cid-uap1CdeM2p .cars-row {
  row-gap: 32px;
}
.cid-uap1CdeM2p .card {
  border-radius: 0;
}
.cid-uap1CdeM2p .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uap1CdeM2p .text-wrap {
  flex-grow: 1;
}
.cid-uap1CdeM2p .card-title {
  color: #24262b;
}
.cid-uap1CdeM2p .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uap1CdeM2p .mbr-section-btn {
  margin-top: 12px;
}
.cid-uap1CdeM2p .card-title,
.cid-uap1CdeM2p .card-wrapper {
  color: #35341b;
}
.cid-ucKS98uNNC {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKS98uNNC .mbr-text {
  color: #ffffff;
}
.cid-ucKS98uNNC .container {
  max-width: 1000px;
}
.cid-ucKS98uNNC h4 {
  text-align: center;
}
.cid-ucKS98uNNC p {
  text-align: center;
}
.cid-ucKS98uNNC .row {
  justify-content: center;
}
.cid-ucKS98uNNC .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKS98uNNC .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKS98uNNC .card-title,
.cid-ucKS98uNNC .card-img {
  color: #b69b74;
}
.cid-ucKS98uNNC .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKS98uNNC .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKS98uNNC img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9FahLTici {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9FahLTici .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9F9fols22 {
  z-index: 1000;
  width: 100%;
}
.cid-u9F9fols22 .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9F9fols22 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9F9fols22 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9F9fols22 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9F9fols22 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9F9fols22 .menu_box .navbar.opened,
  .cid-u9F9fols22 .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9F9fols22 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9F9fols22 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9F9fols22 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9F9fols22 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9F9fols22 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9F9fols22 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9F9fols22 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9F9fols22 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9F9fols22 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9F9fols22 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9F9fols22 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9F9fols22 .offcanvas-body .mbr-text,
  .cid-u9F9fols22 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9F9fols22 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9F9fols22 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9F9fols22 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9F9fols22 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9F9fols22 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9F9fols22 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9F9fols22 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9F9fols22 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9F9fols22 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9F9fols22 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9F9fols22 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9F9fols22 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9F9fols22 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9F9fols22 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9F9fols22 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9F9fols22 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9F9fols22 .nav-item {
    margin: 0 !important;
  }
}
.cid-u9F9fols22 .nav-item .nav-link:hover,
.cid-u9F9fols22 .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9F9fols22 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9F9fols22 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9F9fols22 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9F9fols22 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9F9fols22 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9F9fols22 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9F9fols22 .offcanvas_box {
    display: none;
  }
}
.cid-u9F9fols22 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9F9fols22 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9F9fols22 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9F9fols22 .container {
  display: flex;
  margin: auto;
}
.cid-u9F9fols22 .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9F9fols22 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9F9fols22 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9F9fols22 .navbar-caption {
  color: #2b2b2b;
}
.cid-u9F9fols22 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9F9fols22 .navbar-nav {
    margin: 0;
  }
}
.cid-u9F9fols22 .dropdown-menu,
.cid-u9F9fols22 .navbar.opened {
  background-color: true !important;
}
.cid-u9F9fols22 .nav-item:focus,
.cid-u9F9fols22 .nav-link:focus {
  outline: none;
}
.cid-u9F9fols22 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9F9fols22 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9F9fols22 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9F9fols22 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9F9fols22 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9F9fols22 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9F9fols22 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9F9fols22 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9F9fols22 .navbar.opened {
  transition: all 0.3s;
}
.cid-u9F9fols22 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9F9fols22 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9F9fols22 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9F9fols22 .navbar.collapsed {
  justify-content: center;
}
.cid-u9F9fols22 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9F9fols22 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9F9fols22 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9F9fols22 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9F9fols22 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9F9fols22 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9F9fols22 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9F9fols22 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9F9fols22 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9F9fols22 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9F9fols22 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9F9fols22 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9F9fols22 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9F9fols22 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9F9fols22 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9F9fols22 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9F9fols22 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9F9fols22 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9F9fols22 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9F9fols22 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9F9fols22 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9F9fols22 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9F9fols22 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9F9fols22 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9F9fols22 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9F9fols22 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9F9fols22 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9F9fols22 .dropdown-item.active,
.cid-u9F9fols22 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9F9fols22 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9F9fols22 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9F9fols22 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9F9fols22 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9F9fols22 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9F9fols22 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9F9fols22 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9F9fols22 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9F9fols22 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9F9fols22 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9F9fols22 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9F9fols22 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9F9fols22 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9F9fols22 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9F9fols22 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9F9fols22 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9F9fols22 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9F9fols22 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9F9fols22 .navbar {
    height: 70px;
  }
  .cid-u9F9fols22 .navbar.opened {
    height: auto;
  }
  .cid-u9F9fols22 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9F9fols22 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9F9fols22 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9F9fols22 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9F9fols22 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9F9fols22 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9F9fols22 .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9F9fols22 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9F9fols22 .text_widget {
  margin-bottom: 32px;
}
.cid-u9F9fols22 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9F9fols22 .text_widget a:hover {
  opacity: .5;
}
.cid-u9F9fols22 .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9F9fols22 .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9F9fols22 .mbr-section-subtitle,
.cid-u9F9fols22 .text_widget,
.cid-u9F9fols22 .mbr-section-btn {
  text-align: center;
}
.cid-u9F9fols22 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9F9foTX44 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9F9foTX44 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9F9foTX44 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9F9foTX44 .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9F9foTX44 .label-text {
  color: #747474;
}
.cid-u9F9foTX44 .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9F9foTX44 .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9F9foTX44 .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9F9foTX44 .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9F9foTX44 .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9F9fpfhLR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9F9fpfhLR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9F9fpfhLR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9F9fpfhLR .container {
    padding: 0 25px;
  }
}
.cid-u9F9fpfhLR .row {
  margin: 0;
}
.cid-u9F9fpfhLR .row .card {
  padding: 0;
}
.cid-u9F9fpfhLR .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9F9fpfhLR .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9F9fpfhLR .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9F9fpfhLR .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9F9fpfhLR .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9F9fpfhLR .item:focus,
.cid-u9F9fpfhLR span:focus {
  outline: none;
}
.cid-u9F9fpfhLR .item-wrapper {
  position: relative;
}
.cid-u9F9fpfhLR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9F9fpfhLR .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9F9fpfhLR .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9F9fpfhLR .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9F9fpfhLR .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9F9fpfhLR .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9F9fpfhLR .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9F9fpfhLR .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9F9fpfhLR .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9F9fpfhLR .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9F9fpfhLR .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9F9fpfhLR .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9F9fpfhLR .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9F9fpfhLR .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9F9fpfhLR .embla__button--next,
.cid-u9F9fpfhLR .embla__button--prev {
  display: flex;
}
.cid-u9F9fpfhLR .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9F9fpfhLR .embla__button {
    display: none;
  }
}
.cid-u9F9fpfhLR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9F9fpfhLR .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9F9fpfhLR .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9F9fpfhLR .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9F9fpfhLR .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9F9fpfhLR .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9F9fpfhLR .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9F9fpfhLR .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9F9fpfhLR .embla__button {
    bottom: 1rem;
  }
}
.cid-u9F9fpfhLR .embla {
  position: relative;
  width: 100%;
}
.cid-u9F9fpfhLR .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9F9fpfhLR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9F9fpfhLR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9F9fpfhLR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9F9fpfhLR .mbr-section-title {
  color: #ffffff;
}
.cid-u9F9fpfhLR .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9F9fpfhLR .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9F9fpMfef {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9F9fpMfef .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9F9fpMfef .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9F9fpMfef .container {
    padding: 0 30px;
  }
}
.cid-u9F9fpMfef .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9F9fpMfef .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9F9fpMfef .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9F9fpMfef .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9F9fpMfef .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9F9fpMfef .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9F9fpMfef .items .item {
    padding: 20px 0;
  }
}
.cid-u9F9fpMfef .items .item:hover::after,
.cid-u9F9fpMfef .items .item:focus::after {
  height: 100%;
}
.cid-u9F9fpMfef .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9F9fpMfef .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9F9fpMfef .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9F9fpMfef .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9F9fpMfef .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9F9fpMfef .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9F9fpMfef .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9F9fpMfef .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9F9fpMfef .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9F9fpMfef .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9F9fpMfef .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9F9fpMfef .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9F9fpMfef .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9F9fpMfef .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9F9fpMfef .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9F9fpMfef .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9F9fpMfef .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9F9fpMfef .mbr-section-title {
  color: #3a341c;
}
.cid-u9F9fpMfef .card-title {
  color: #3a341c;
}
.cid-u9F9fpMfef .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9F9fpMfef .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uap1s39Cd0 {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uap1s39Cd0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uap1s39Cd0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uap1s39Cd0 .col-title {
  margin-bottom: 32px;
}
.cid-uap1s39Cd0 .mbr-section-title {
  color: #24262b;
}
.cid-uap1s39Cd0 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uap1s39Cd0 .cars-row {
  row-gap: 32px;
}
.cid-uap1s39Cd0 .card {
  border-radius: 0;
}
.cid-uap1s39Cd0 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uap1s39Cd0 .text-wrap {
  flex-grow: 1;
}
.cid-uap1s39Cd0 .card-title {
  color: #24262b;
}
.cid-uap1s39Cd0 .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uap1s39Cd0 .mbr-section-btn {
  margin-top: 12px;
}
.cid-uap1s39Cd0 .card-title,
.cid-uap1s39Cd0 .card-wrapper {
  color: #35341b;
}
.cid-ucKS5xSf0u {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKS5xSf0u .mbr-text {
  color: #ffffff;
}
.cid-ucKS5xSf0u .container {
  max-width: 1000px;
}
.cid-ucKS5xSf0u h4 {
  text-align: center;
}
.cid-ucKS5xSf0u p {
  text-align: center;
}
.cid-ucKS5xSf0u .row {
  justify-content: center;
}
.cid-ucKS5xSf0u .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKS5xSf0u .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKS5xSf0u .card-title,
.cid-ucKS5xSf0u .card-img {
  color: #b69b74;
}
.cid-ucKS5xSf0u .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKS5xSf0u .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKS5xSf0u img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9F9fqX6Cq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9F9fqX6Cq .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9F8H25rX1 {
  z-index: 1000;
  width: 100%;
}
.cid-u9F8H25rX1 .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9F8H25rX1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9F8H25rX1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9F8H25rX1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9F8H25rX1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9F8H25rX1 .menu_box .navbar.opened,
  .cid-u9F8H25rX1 .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9F8H25rX1 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9F8H25rX1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9F8H25rX1 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9F8H25rX1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9F8H25rX1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9F8H25rX1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9F8H25rX1 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9F8H25rX1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9F8H25rX1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9F8H25rX1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9F8H25rX1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9F8H25rX1 .offcanvas-body .mbr-text,
  .cid-u9F8H25rX1 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9F8H25rX1 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9F8H25rX1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9F8H25rX1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9F8H25rX1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9F8H25rX1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9F8H25rX1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9F8H25rX1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9F8H25rX1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9F8H25rX1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9F8H25rX1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9F8H25rX1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9F8H25rX1 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9F8H25rX1 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9F8H25rX1 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9F8H25rX1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9F8H25rX1 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9F8H25rX1 .nav-item {
    margin: 0 !important;
  }
}
.cid-u9F8H25rX1 .nav-item .nav-link:hover,
.cid-u9F8H25rX1 .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9F8H25rX1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9F8H25rX1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9F8H25rX1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9F8H25rX1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9F8H25rX1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9F8H25rX1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9F8H25rX1 .offcanvas_box {
    display: none;
  }
}
.cid-u9F8H25rX1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9F8H25rX1 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9F8H25rX1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9F8H25rX1 .container {
  display: flex;
  margin: auto;
}
.cid-u9F8H25rX1 .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9F8H25rX1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9F8H25rX1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9F8H25rX1 .navbar-caption {
  color: #2b2b2b;
}
.cid-u9F8H25rX1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9F8H25rX1 .navbar-nav {
    margin: 0;
  }
}
.cid-u9F8H25rX1 .dropdown-menu,
.cid-u9F8H25rX1 .navbar.opened {
  background-color: true !important;
}
.cid-u9F8H25rX1 .nav-item:focus,
.cid-u9F8H25rX1 .nav-link:focus {
  outline: none;
}
.cid-u9F8H25rX1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9F8H25rX1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9F8H25rX1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9F8H25rX1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9F8H25rX1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9F8H25rX1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9F8H25rX1 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9F8H25rX1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9F8H25rX1 .navbar.opened {
  transition: all 0.3s;
}
.cid-u9F8H25rX1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9F8H25rX1 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9F8H25rX1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9F8H25rX1 .navbar.collapsed {
  justify-content: center;
}
.cid-u9F8H25rX1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9F8H25rX1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9F8H25rX1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9F8H25rX1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9F8H25rX1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9F8H25rX1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9F8H25rX1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9F8H25rX1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9F8H25rX1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9F8H25rX1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9F8H25rX1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9F8H25rX1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9F8H25rX1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9F8H25rX1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9F8H25rX1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9F8H25rX1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9F8H25rX1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9F8H25rX1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9F8H25rX1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9F8H25rX1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9F8H25rX1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9F8H25rX1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9F8H25rX1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9F8H25rX1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9F8H25rX1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9F8H25rX1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9F8H25rX1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9F8H25rX1 .dropdown-item.active,
.cid-u9F8H25rX1 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9F8H25rX1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9F8H25rX1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9F8H25rX1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9F8H25rX1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9F8H25rX1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9F8H25rX1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9F8H25rX1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9F8H25rX1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9F8H25rX1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9F8H25rX1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9F8H25rX1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9F8H25rX1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9F8H25rX1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9F8H25rX1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9F8H25rX1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9F8H25rX1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9F8H25rX1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9F8H25rX1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9F8H25rX1 .navbar {
    height: 70px;
  }
  .cid-u9F8H25rX1 .navbar.opened {
    height: auto;
  }
  .cid-u9F8H25rX1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9F8H25rX1 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9F8H25rX1 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9F8H25rX1 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9F8H25rX1 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9F8H25rX1 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9F8H25rX1 .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9F8H25rX1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9F8H25rX1 .text_widget {
  margin-bottom: 32px;
}
.cid-u9F8H25rX1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9F8H25rX1 .text_widget a:hover {
  opacity: .5;
}
.cid-u9F8H25rX1 .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9F8H25rX1 .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9F8H25rX1 .mbr-section-subtitle,
.cid-u9F8H25rX1 .text_widget,
.cid-u9F8H25rX1 .mbr-section-btn {
  text-align: center;
}
.cid-u9F8H25rX1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9F8H2A2L6 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9F8H2A2L6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9F8H2A2L6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9F8H2A2L6 .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9F8H2A2L6 .label-text {
  color: #747474;
}
.cid-u9F8H2A2L6 .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9F8H2A2L6 .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9F8H2A2L6 .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9F8H2A2L6 .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9F8H2A2L6 .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9F8H2TY1p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9F8H2TY1p .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9F8H2TY1p .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9F8H2TY1p .container {
    padding: 0 25px;
  }
}
.cid-u9F8H2TY1p .row {
  margin: 0;
}
.cid-u9F8H2TY1p .row .card {
  padding: 0;
}
.cid-u9F8H2TY1p .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9F8H2TY1p .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9F8H2TY1p .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9F8H2TY1p .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9F8H2TY1p .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9F8H2TY1p .item:focus,
.cid-u9F8H2TY1p span:focus {
  outline: none;
}
.cid-u9F8H2TY1p .item-wrapper {
  position: relative;
}
.cid-u9F8H2TY1p .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9F8H2TY1p .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9F8H2TY1p .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9F8H2TY1p .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9F8H2TY1p .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9F8H2TY1p .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9F8H2TY1p .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9F8H2TY1p .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9F8H2TY1p .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9F8H2TY1p .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9F8H2TY1p .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9F8H2TY1p .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9F8H2TY1p .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9F8H2TY1p .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9F8H2TY1p .embla__button--next,
.cid-u9F8H2TY1p .embla__button--prev {
  display: flex;
}
.cid-u9F8H2TY1p .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9F8H2TY1p .embla__button {
    display: none;
  }
}
.cid-u9F8H2TY1p .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9F8H2TY1p .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9F8H2TY1p .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9F8H2TY1p .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9F8H2TY1p .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9F8H2TY1p .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9F8H2TY1p .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9F8H2TY1p .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9F8H2TY1p .embla__button {
    bottom: 1rem;
  }
}
.cid-u9F8H2TY1p .embla {
  position: relative;
  width: 100%;
}
.cid-u9F8H2TY1p .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9F8H2TY1p .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9F8H2TY1p .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9F8H2TY1p .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9F8H2TY1p .mbr-section-title {
  color: #ffffff;
}
.cid-u9F8H2TY1p .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9F8H2TY1p .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9F8H3n6iD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9F8H3n6iD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9F8H3n6iD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9F8H3n6iD .container {
    padding: 0 30px;
  }
}
.cid-u9F8H3n6iD .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9F8H3n6iD .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9F8H3n6iD .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9F8H3n6iD .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9F8H3n6iD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9F8H3n6iD .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9F8H3n6iD .items .item {
    padding: 20px 0;
  }
}
.cid-u9F8H3n6iD .items .item:hover::after,
.cid-u9F8H3n6iD .items .item:focus::after {
  height: 100%;
}
.cid-u9F8H3n6iD .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9F8H3n6iD .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9F8H3n6iD .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9F8H3n6iD .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9F8H3n6iD .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9F8H3n6iD .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9F8H3n6iD .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9F8H3n6iD .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9F8H3n6iD .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9F8H3n6iD .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9F8H3n6iD .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9F8H3n6iD .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9F8H3n6iD .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9F8H3n6iD .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9F8H3n6iD .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9F8H3n6iD .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9F8H3n6iD .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9F8H3n6iD .mbr-section-title {
  color: #3a341c;
}
.cid-u9F8H3n6iD .card-title {
  color: #3a341c;
}
.cid-u9F8H3n6iD .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9F8H3n6iD .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uaoZNy0VlI {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uaoZNy0VlI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaoZNy0VlI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaoZNy0VlI .col-title {
  margin-bottom: 32px;
}
.cid-uaoZNy0VlI .mbr-section-title {
  color: #24262b;
}
.cid-uaoZNy0VlI .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaoZNy0VlI .cars-row {
  row-gap: 32px;
}
.cid-uaoZNy0VlI .card {
  border-radius: 0;
}
.cid-uaoZNy0VlI .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uaoZNy0VlI .text-wrap {
  flex-grow: 1;
}
.cid-uaoZNy0VlI .card-title {
  color: #24262b;
}
.cid-uaoZNy0VlI .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uaoZNy0VlI .mbr-section-btn {
  margin-top: 12px;
}
.cid-uaoZNy0VlI .card-title,
.cid-uaoZNy0VlI .card-wrapper {
  color: #35341b;
}
.cid-ucKS0MpK80 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKS0MpK80 .mbr-text {
  color: #ffffff;
}
.cid-ucKS0MpK80 .container {
  max-width: 1000px;
}
.cid-ucKS0MpK80 h4 {
  text-align: center;
}
.cid-ucKS0MpK80 p {
  text-align: center;
}
.cid-ucKS0MpK80 .row {
  justify-content: center;
}
.cid-ucKS0MpK80 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKS0MpK80 .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKS0MpK80 .card-title,
.cid-ucKS0MpK80 .card-img {
  color: #b69b74;
}
.cid-ucKS0MpK80 .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKS0MpK80 .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKS0MpK80 img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9F8H4yjyh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9F8H4yjyh .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9F8j96uLn {
  z-index: 1000;
  width: 100%;
}
.cid-u9F8j96uLn .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9F8j96uLn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9F8j96uLn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9F8j96uLn .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9F8j96uLn .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9F8j96uLn .menu_box .navbar.opened,
  .cid-u9F8j96uLn .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9F8j96uLn nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9F8j96uLn .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9F8j96uLn .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9F8j96uLn .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9F8j96uLn .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9F8j96uLn .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9F8j96uLn .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9F8j96uLn .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9F8j96uLn .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9F8j96uLn .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9F8j96uLn .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9F8j96uLn .offcanvas-body .mbr-text,
  .cid-u9F8j96uLn .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9F8j96uLn .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9F8j96uLn .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9F8j96uLn .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9F8j96uLn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9F8j96uLn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9F8j96uLn .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9F8j96uLn .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9F8j96uLn ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9F8j96uLn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9F8j96uLn .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9F8j96uLn .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9F8j96uLn li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9F8j96uLn .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9F8j96uLn .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9F8j96uLn .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9F8j96uLn .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9F8j96uLn .nav-item {
    margin: 0 !important;
  }
}
.cid-u9F8j96uLn .nav-item .nav-link:hover,
.cid-u9F8j96uLn .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9F8j96uLn .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9F8j96uLn .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9F8j96uLn .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9F8j96uLn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9F8j96uLn .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9F8j96uLn .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9F8j96uLn .offcanvas_box {
    display: none;
  }
}
.cid-u9F8j96uLn .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9F8j96uLn .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9F8j96uLn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9F8j96uLn .container {
  display: flex;
  margin: auto;
}
.cid-u9F8j96uLn .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9F8j96uLn .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9F8j96uLn .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9F8j96uLn .navbar-caption {
  color: #2b2b2b;
}
.cid-u9F8j96uLn .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9F8j96uLn .navbar-nav {
    margin: 0;
  }
}
.cid-u9F8j96uLn .dropdown-menu,
.cid-u9F8j96uLn .navbar.opened {
  background-color: true !important;
}
.cid-u9F8j96uLn .nav-item:focus,
.cid-u9F8j96uLn .nav-link:focus {
  outline: none;
}
.cid-u9F8j96uLn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9F8j96uLn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9F8j96uLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9F8j96uLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9F8j96uLn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9F8j96uLn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9F8j96uLn .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9F8j96uLn .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9F8j96uLn .navbar.opened {
  transition: all 0.3s;
}
.cid-u9F8j96uLn .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9F8j96uLn .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9F8j96uLn .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9F8j96uLn .navbar.collapsed {
  justify-content: center;
}
.cid-u9F8j96uLn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9F8j96uLn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9F8j96uLn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9F8j96uLn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9F8j96uLn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9F8j96uLn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9F8j96uLn .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9F8j96uLn .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9F8j96uLn .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9F8j96uLn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9F8j96uLn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9F8j96uLn .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9F8j96uLn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9F8j96uLn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9F8j96uLn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9F8j96uLn .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9F8j96uLn .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9F8j96uLn .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9F8j96uLn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9F8j96uLn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9F8j96uLn .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9F8j96uLn .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9F8j96uLn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9F8j96uLn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9F8j96uLn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9F8j96uLn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9F8j96uLn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9F8j96uLn .dropdown-item.active,
.cid-u9F8j96uLn .dropdown-item:active {
  background-color: transparent;
}
.cid-u9F8j96uLn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9F8j96uLn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9F8j96uLn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9F8j96uLn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9F8j96uLn ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9F8j96uLn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9F8j96uLn button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9F8j96uLn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9F8j96uLn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9F8j96uLn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9F8j96uLn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9F8j96uLn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9F8j96uLn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9F8j96uLn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9F8j96uLn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9F8j96uLn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9F8j96uLn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9F8j96uLn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9F8j96uLn .navbar {
    height: 70px;
  }
  .cid-u9F8j96uLn .navbar.opened {
    height: auto;
  }
  .cid-u9F8j96uLn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9F8j96uLn .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9F8j96uLn .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9F8j96uLn .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9F8j96uLn .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9F8j96uLn .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9F8j96uLn .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9F8j96uLn .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9F8j96uLn .text_widget {
  margin-bottom: 32px;
}
.cid-u9F8j96uLn .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9F8j96uLn .text_widget a:hover {
  opacity: .5;
}
.cid-u9F8j96uLn .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9F8j96uLn .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9F8j96uLn .mbr-section-subtitle,
.cid-u9F8j96uLn .text_widget,
.cid-u9F8j96uLn .mbr-section-btn {
  text-align: center;
}
.cid-u9F8j96uLn a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9F8j9BHzd {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9F8j9BHzd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9F8j9BHzd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9F8j9BHzd .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9F8j9BHzd .label-text {
  color: #747474;
}
.cid-u9F8j9BHzd .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9F8j9BHzd .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9F8j9BHzd .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9F8j9BHzd .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9F8j9BHzd .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9F8j9UiCP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9F8j9UiCP .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9F8j9UiCP .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9F8j9UiCP .container {
    padding: 0 25px;
  }
}
.cid-u9F8j9UiCP .row {
  margin: 0;
}
.cid-u9F8j9UiCP .row .card {
  padding: 0;
}
.cid-u9F8j9UiCP .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9F8j9UiCP .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9F8j9UiCP .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9F8j9UiCP .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9F8j9UiCP .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9F8j9UiCP .item:focus,
.cid-u9F8j9UiCP span:focus {
  outline: none;
}
.cid-u9F8j9UiCP .item-wrapper {
  position: relative;
}
.cid-u9F8j9UiCP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9F8j9UiCP .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9F8j9UiCP .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9F8j9UiCP .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9F8j9UiCP .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9F8j9UiCP .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9F8j9UiCP .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9F8j9UiCP .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9F8j9UiCP .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9F8j9UiCP .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9F8j9UiCP .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9F8j9UiCP .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9F8j9UiCP .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9F8j9UiCP .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9F8j9UiCP .embla__button--next,
.cid-u9F8j9UiCP .embla__button--prev {
  display: flex;
}
.cid-u9F8j9UiCP .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9F8j9UiCP .embla__button {
    display: none;
  }
}
.cid-u9F8j9UiCP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9F8j9UiCP .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9F8j9UiCP .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9F8j9UiCP .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9F8j9UiCP .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9F8j9UiCP .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9F8j9UiCP .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9F8j9UiCP .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9F8j9UiCP .embla__button {
    bottom: 1rem;
  }
}
.cid-u9F8j9UiCP .embla {
  position: relative;
  width: 100%;
}
.cid-u9F8j9UiCP .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9F8j9UiCP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9F8j9UiCP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9F8j9UiCP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9F8j9UiCP .mbr-section-title {
  color: #ffffff;
}
.cid-u9F8j9UiCP .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9F8j9UiCP .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9F8jarEtk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9F8jarEtk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9F8jarEtk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9F8jarEtk .container {
    padding: 0 30px;
  }
}
.cid-u9F8jarEtk .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9F8jarEtk .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9F8jarEtk .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9F8jarEtk .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9F8jarEtk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9F8jarEtk .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9F8jarEtk .items .item {
    padding: 20px 0;
  }
}
.cid-u9F8jarEtk .items .item:hover::after,
.cid-u9F8jarEtk .items .item:focus::after {
  height: 100%;
}
.cid-u9F8jarEtk .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9F8jarEtk .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9F8jarEtk .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9F8jarEtk .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9F8jarEtk .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9F8jarEtk .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9F8jarEtk .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9F8jarEtk .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9F8jarEtk .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9F8jarEtk .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9F8jarEtk .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9F8jarEtk .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9F8jarEtk .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9F8jarEtk .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9F8jarEtk .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9F8jarEtk .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9F8jarEtk .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9F8jarEtk .mbr-section-title {
  color: #3a341c;
}
.cid-u9F8jarEtk .card-title {
  color: #3a341c;
}
.cid-u9F8jarEtk .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9F8jarEtk .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uaoZz231hT {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uaoZz231hT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaoZz231hT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaoZz231hT .col-title {
  margin-bottom: 32px;
}
.cid-uaoZz231hT .mbr-section-title {
  color: #24262b;
}
.cid-uaoZz231hT .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaoZz231hT .cars-row {
  row-gap: 32px;
}
.cid-uaoZz231hT .card {
  border-radius: 0;
}
.cid-uaoZz231hT .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uaoZz231hT .text-wrap {
  flex-grow: 1;
}
.cid-uaoZz231hT .card-title {
  color: #24262b;
}
.cid-uaoZz231hT .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uaoZz231hT .mbr-section-btn {
  margin-top: 12px;
}
.cid-uaoZz231hT .card-title,
.cid-uaoZz231hT .card-wrapper {
  color: #35341b;
}
.cid-ucKRWrQpl1 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKRWrQpl1 .mbr-text {
  color: #ffffff;
}
.cid-ucKRWrQpl1 .container {
  max-width: 1000px;
}
.cid-ucKRWrQpl1 h4 {
  text-align: center;
}
.cid-ucKRWrQpl1 p {
  text-align: center;
}
.cid-ucKRWrQpl1 .row {
  justify-content: center;
}
.cid-ucKRWrQpl1 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKRWrQpl1 .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKRWrQpl1 .card-title,
.cid-ucKRWrQpl1 .card-img {
  color: #b69b74;
}
.cid-ucKRWrQpl1 .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKRWrQpl1 .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKRWrQpl1 img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9F8jbB6Zq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9F8jbB6Zq .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9F7SDMvWv {
  z-index: 1000;
  width: 100%;
}
.cid-u9F7SDMvWv .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9F7SDMvWv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9F7SDMvWv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9F7SDMvWv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9F7SDMvWv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9F7SDMvWv .menu_box .navbar.opened,
  .cid-u9F7SDMvWv .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9F7SDMvWv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9F7SDMvWv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9F7SDMvWv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9F7SDMvWv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9F7SDMvWv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9F7SDMvWv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9F7SDMvWv .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9F7SDMvWv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9F7SDMvWv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9F7SDMvWv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9F7SDMvWv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9F7SDMvWv .offcanvas-body .mbr-text,
  .cid-u9F7SDMvWv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9F7SDMvWv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9F7SDMvWv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9F7SDMvWv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9F7SDMvWv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9F7SDMvWv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9F7SDMvWv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9F7SDMvWv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9F7SDMvWv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9F7SDMvWv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9F7SDMvWv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9F7SDMvWv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9F7SDMvWv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9F7SDMvWv .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9F7SDMvWv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9F7SDMvWv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9F7SDMvWv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9F7SDMvWv .nav-item {
    margin: 0 !important;
  }
}
.cid-u9F7SDMvWv .nav-item .nav-link:hover,
.cid-u9F7SDMvWv .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9F7SDMvWv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9F7SDMvWv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9F7SDMvWv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9F7SDMvWv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9F7SDMvWv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9F7SDMvWv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9F7SDMvWv .offcanvas_box {
    display: none;
  }
}
.cid-u9F7SDMvWv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9F7SDMvWv .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9F7SDMvWv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9F7SDMvWv .container {
  display: flex;
  margin: auto;
}
.cid-u9F7SDMvWv .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9F7SDMvWv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9F7SDMvWv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9F7SDMvWv .navbar-caption {
  color: #2b2b2b;
}
.cid-u9F7SDMvWv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9F7SDMvWv .navbar-nav {
    margin: 0;
  }
}
.cid-u9F7SDMvWv .dropdown-menu,
.cid-u9F7SDMvWv .navbar.opened {
  background-color: true !important;
}
.cid-u9F7SDMvWv .nav-item:focus,
.cid-u9F7SDMvWv .nav-link:focus {
  outline: none;
}
.cid-u9F7SDMvWv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9F7SDMvWv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9F7SDMvWv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9F7SDMvWv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9F7SDMvWv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9F7SDMvWv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9F7SDMvWv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9F7SDMvWv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9F7SDMvWv .navbar.opened {
  transition: all 0.3s;
}
.cid-u9F7SDMvWv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9F7SDMvWv .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9F7SDMvWv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9F7SDMvWv .navbar.collapsed {
  justify-content: center;
}
.cid-u9F7SDMvWv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9F7SDMvWv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9F7SDMvWv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9F7SDMvWv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9F7SDMvWv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9F7SDMvWv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9F7SDMvWv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9F7SDMvWv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9F7SDMvWv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9F7SDMvWv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9F7SDMvWv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9F7SDMvWv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9F7SDMvWv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9F7SDMvWv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9F7SDMvWv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9F7SDMvWv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9F7SDMvWv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9F7SDMvWv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9F7SDMvWv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9F7SDMvWv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9F7SDMvWv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9F7SDMvWv .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9F7SDMvWv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9F7SDMvWv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9F7SDMvWv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9F7SDMvWv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9F7SDMvWv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9F7SDMvWv .dropdown-item.active,
.cid-u9F7SDMvWv .dropdown-item:active {
  background-color: transparent;
}
.cid-u9F7SDMvWv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9F7SDMvWv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9F7SDMvWv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9F7SDMvWv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9F7SDMvWv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9F7SDMvWv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9F7SDMvWv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9F7SDMvWv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9F7SDMvWv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9F7SDMvWv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9F7SDMvWv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9F7SDMvWv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9F7SDMvWv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9F7SDMvWv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9F7SDMvWv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9F7SDMvWv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9F7SDMvWv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9F7SDMvWv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9F7SDMvWv .navbar {
    height: 70px;
  }
  .cid-u9F7SDMvWv .navbar.opened {
    height: auto;
  }
  .cid-u9F7SDMvWv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9F7SDMvWv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9F7SDMvWv .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9F7SDMvWv .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9F7SDMvWv .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9F7SDMvWv .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9F7SDMvWv .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9F7SDMvWv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9F7SDMvWv .text_widget {
  margin-bottom: 32px;
}
.cid-u9F7SDMvWv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9F7SDMvWv .text_widget a:hover {
  opacity: .5;
}
.cid-u9F7SDMvWv .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9F7SDMvWv .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9F7SDMvWv .mbr-section-subtitle,
.cid-u9F7SDMvWv .text_widget,
.cid-u9F7SDMvWv .mbr-section-btn {
  text-align: center;
}
.cid-u9F7SDMvWv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9F7SEit3K {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9F7SEit3K .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9F7SEit3K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9F7SEit3K .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9F7SEit3K .label-text {
  color: #747474;
}
.cid-u9F7SEit3K .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9F7SEit3K .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9F7SEit3K .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9F7SEit3K .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9F7SEit3K .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9F7SEGcW7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9F7SEGcW7 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9F7SEGcW7 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9F7SEGcW7 .container {
    padding: 0 25px;
  }
}
.cid-u9F7SEGcW7 .row {
  margin: 0;
}
.cid-u9F7SEGcW7 .row .card {
  padding: 0;
}
.cid-u9F7SEGcW7 .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9F7SEGcW7 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9F7SEGcW7 .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9F7SEGcW7 .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9F7SEGcW7 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9F7SEGcW7 .item:focus,
.cid-u9F7SEGcW7 span:focus {
  outline: none;
}
.cid-u9F7SEGcW7 .item-wrapper {
  position: relative;
}
.cid-u9F7SEGcW7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9F7SEGcW7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9F7SEGcW7 .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9F7SEGcW7 .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9F7SEGcW7 .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9F7SEGcW7 .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9F7SEGcW7 .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9F7SEGcW7 .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9F7SEGcW7 .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9F7SEGcW7 .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9F7SEGcW7 .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9F7SEGcW7 .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9F7SEGcW7 .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9F7SEGcW7 .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9F7SEGcW7 .embla__button--next,
.cid-u9F7SEGcW7 .embla__button--prev {
  display: flex;
}
.cid-u9F7SEGcW7 .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9F7SEGcW7 .embla__button {
    display: none;
  }
}
.cid-u9F7SEGcW7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9F7SEGcW7 .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9F7SEGcW7 .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9F7SEGcW7 .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9F7SEGcW7 .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9F7SEGcW7 .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9F7SEGcW7 .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9F7SEGcW7 .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9F7SEGcW7 .embla__button {
    bottom: 1rem;
  }
}
.cid-u9F7SEGcW7 .embla {
  position: relative;
  width: 100%;
}
.cid-u9F7SEGcW7 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9F7SEGcW7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9F7SEGcW7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9F7SEGcW7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9F7SEGcW7 .mbr-section-title {
  color: #ffffff;
}
.cid-u9F7SEGcW7 .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9F7SEGcW7 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9F7SFe6wA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9F7SFe6wA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9F7SFe6wA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9F7SFe6wA .container {
    padding: 0 30px;
  }
}
.cid-u9F7SFe6wA .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9F7SFe6wA .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9F7SFe6wA .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9F7SFe6wA .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9F7SFe6wA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9F7SFe6wA .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9F7SFe6wA .items .item {
    padding: 20px 0;
  }
}
.cid-u9F7SFe6wA .items .item:hover::after,
.cid-u9F7SFe6wA .items .item:focus::after {
  height: 100%;
}
.cid-u9F7SFe6wA .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9F7SFe6wA .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9F7SFe6wA .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9F7SFe6wA .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9F7SFe6wA .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9F7SFe6wA .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9F7SFe6wA .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9F7SFe6wA .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9F7SFe6wA .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9F7SFe6wA .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9F7SFe6wA .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9F7SFe6wA .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9F7SFe6wA .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9F7SFe6wA .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9F7SFe6wA .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9F7SFe6wA .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9F7SFe6wA .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9F7SFe6wA .mbr-section-title {
  color: #3a341c;
}
.cid-u9F7SFe6wA .card-title {
  color: #3a341c;
}
.cid-u9F7SFe6wA .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9F7SFe6wA .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uaoZbRWQbR {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uaoZbRWQbR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaoZbRWQbR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaoZbRWQbR .col-title {
  margin-bottom: 32px;
}
.cid-uaoZbRWQbR .mbr-section-title {
  color: #24262b;
}
.cid-uaoZbRWQbR .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaoZbRWQbR .cars-row {
  row-gap: 32px;
}
.cid-uaoZbRWQbR .card {
  border-radius: 0;
}
.cid-uaoZbRWQbR .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uaoZbRWQbR .text-wrap {
  flex-grow: 1;
}
.cid-uaoZbRWQbR .card-title {
  color: #24262b;
}
.cid-uaoZbRWQbR .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uaoZbRWQbR .mbr-section-btn {
  margin-top: 12px;
}
.cid-uaoZbRWQbR .card-title,
.cid-uaoZbRWQbR .card-wrapper {
  color: #35341b;
}
.cid-ucKRSaqLe8 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKRSaqLe8 .mbr-text {
  color: #ffffff;
}
.cid-ucKRSaqLe8 .container {
  max-width: 1000px;
}
.cid-ucKRSaqLe8 h4 {
  text-align: center;
}
.cid-ucKRSaqLe8 p {
  text-align: center;
}
.cid-ucKRSaqLe8 .row {
  justify-content: center;
}
.cid-ucKRSaqLe8 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKRSaqLe8 .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKRSaqLe8 .card-title,
.cid-ucKRSaqLe8 .card-img {
  color: #b69b74;
}
.cid-ucKRSaqLe8 .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKRSaqLe8 .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKRSaqLe8 img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9F7SGoZqK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9F7SGoZqK .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9F6jn9yp8 {
  z-index: 1000;
  width: 100%;
}
.cid-u9F6jn9yp8 .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9F6jn9yp8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9F6jn9yp8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9F6jn9yp8 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9F6jn9yp8 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9F6jn9yp8 .menu_box .navbar.opened,
  .cid-u9F6jn9yp8 .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9F6jn9yp8 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9F6jn9yp8 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9F6jn9yp8 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9F6jn9yp8 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9F6jn9yp8 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9F6jn9yp8 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9F6jn9yp8 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9F6jn9yp8 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9F6jn9yp8 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9F6jn9yp8 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9F6jn9yp8 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9F6jn9yp8 .offcanvas-body .mbr-text,
  .cid-u9F6jn9yp8 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9F6jn9yp8 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9F6jn9yp8 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9F6jn9yp8 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9F6jn9yp8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9F6jn9yp8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9F6jn9yp8 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9F6jn9yp8 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9F6jn9yp8 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9F6jn9yp8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9F6jn9yp8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9F6jn9yp8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9F6jn9yp8 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9F6jn9yp8 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9F6jn9yp8 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9F6jn9yp8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9F6jn9yp8 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9F6jn9yp8 .nav-item {
    margin: 0 !important;
  }
}
.cid-u9F6jn9yp8 .nav-item .nav-link:hover,
.cid-u9F6jn9yp8 .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9F6jn9yp8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9F6jn9yp8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9F6jn9yp8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9F6jn9yp8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9F6jn9yp8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9F6jn9yp8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9F6jn9yp8 .offcanvas_box {
    display: none;
  }
}
.cid-u9F6jn9yp8 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9F6jn9yp8 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9F6jn9yp8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9F6jn9yp8 .container {
  display: flex;
  margin: auto;
}
.cid-u9F6jn9yp8 .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9F6jn9yp8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9F6jn9yp8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9F6jn9yp8 .navbar-caption {
  color: #2b2b2b;
}
.cid-u9F6jn9yp8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9F6jn9yp8 .navbar-nav {
    margin: 0;
  }
}
.cid-u9F6jn9yp8 .dropdown-menu,
.cid-u9F6jn9yp8 .navbar.opened {
  background-color: true !important;
}
.cid-u9F6jn9yp8 .nav-item:focus,
.cid-u9F6jn9yp8 .nav-link:focus {
  outline: none;
}
.cid-u9F6jn9yp8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9F6jn9yp8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9F6jn9yp8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9F6jn9yp8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9F6jn9yp8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9F6jn9yp8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9F6jn9yp8 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9F6jn9yp8 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9F6jn9yp8 .navbar.opened {
  transition: all 0.3s;
}
.cid-u9F6jn9yp8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9F6jn9yp8 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9F6jn9yp8 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9F6jn9yp8 .navbar.collapsed {
  justify-content: center;
}
.cid-u9F6jn9yp8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9F6jn9yp8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9F6jn9yp8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9F6jn9yp8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9F6jn9yp8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9F6jn9yp8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9F6jn9yp8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9F6jn9yp8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9F6jn9yp8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9F6jn9yp8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9F6jn9yp8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9F6jn9yp8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9F6jn9yp8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9F6jn9yp8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9F6jn9yp8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9F6jn9yp8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9F6jn9yp8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9F6jn9yp8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9F6jn9yp8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9F6jn9yp8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9F6jn9yp8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9F6jn9yp8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9F6jn9yp8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9F6jn9yp8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9F6jn9yp8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9F6jn9yp8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9F6jn9yp8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9F6jn9yp8 .dropdown-item.active,
.cid-u9F6jn9yp8 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9F6jn9yp8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9F6jn9yp8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9F6jn9yp8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9F6jn9yp8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9F6jn9yp8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9F6jn9yp8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9F6jn9yp8 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9F6jn9yp8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9F6jn9yp8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9F6jn9yp8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9F6jn9yp8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9F6jn9yp8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9F6jn9yp8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9F6jn9yp8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9F6jn9yp8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9F6jn9yp8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9F6jn9yp8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9F6jn9yp8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9F6jn9yp8 .navbar {
    height: 70px;
  }
  .cid-u9F6jn9yp8 .navbar.opened {
    height: auto;
  }
  .cid-u9F6jn9yp8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9F6jn9yp8 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9F6jn9yp8 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9F6jn9yp8 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9F6jn9yp8 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9F6jn9yp8 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9F6jn9yp8 .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9F6jn9yp8 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9F6jn9yp8 .text_widget {
  margin-bottom: 32px;
}
.cid-u9F6jn9yp8 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9F6jn9yp8 .text_widget a:hover {
  opacity: .5;
}
.cid-u9F6jn9yp8 .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9F6jn9yp8 .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9F6jn9yp8 .mbr-section-subtitle,
.cid-u9F6jn9yp8 .text_widget,
.cid-u9F6jn9yp8 .mbr-section-btn {
  text-align: center;
}
.cid-u9F6jn9yp8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9F6jnGPdZ {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9F6jnGPdZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9F6jnGPdZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9F6jnGPdZ .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9F6jnGPdZ .label-text {
  color: #747474;
}
.cid-u9F6jnGPdZ .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9F6jnGPdZ .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9F6jnGPdZ .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9F6jnGPdZ .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9F6jnGPdZ .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9F6jnYzUd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9F6jnYzUd .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9F6jnYzUd .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9F6jnYzUd .container {
    padding: 0 25px;
  }
}
.cid-u9F6jnYzUd .row {
  margin: 0;
}
.cid-u9F6jnYzUd .row .card {
  padding: 0;
}
.cid-u9F6jnYzUd .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9F6jnYzUd .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9F6jnYzUd .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9F6jnYzUd .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9F6jnYzUd .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9F6jnYzUd .item:focus,
.cid-u9F6jnYzUd span:focus {
  outline: none;
}
.cid-u9F6jnYzUd .item-wrapper {
  position: relative;
}
.cid-u9F6jnYzUd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9F6jnYzUd .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9F6jnYzUd .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9F6jnYzUd .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9F6jnYzUd .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9F6jnYzUd .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9F6jnYzUd .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9F6jnYzUd .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9F6jnYzUd .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9F6jnYzUd .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9F6jnYzUd .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9F6jnYzUd .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9F6jnYzUd .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9F6jnYzUd .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9F6jnYzUd .embla__button--next,
.cid-u9F6jnYzUd .embla__button--prev {
  display: flex;
}
.cid-u9F6jnYzUd .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9F6jnYzUd .embla__button {
    display: none;
  }
}
.cid-u9F6jnYzUd .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9F6jnYzUd .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9F6jnYzUd .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9F6jnYzUd .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9F6jnYzUd .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9F6jnYzUd .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9F6jnYzUd .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9F6jnYzUd .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9F6jnYzUd .embla__button {
    bottom: 1rem;
  }
}
.cid-u9F6jnYzUd .embla {
  position: relative;
  width: 100%;
}
.cid-u9F6jnYzUd .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9F6jnYzUd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9F6jnYzUd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9F6jnYzUd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9F6jnYzUd .mbr-section-title {
  color: #ffffff;
}
.cid-u9F6jnYzUd .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9F6jnYzUd .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9F6joyXW7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9F6joyXW7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9F6joyXW7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9F6joyXW7 .container {
    padding: 0 30px;
  }
}
.cid-u9F6joyXW7 .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9F6joyXW7 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9F6joyXW7 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9F6joyXW7 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9F6joyXW7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9F6joyXW7 .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9F6joyXW7 .items .item {
    padding: 20px 0;
  }
}
.cid-u9F6joyXW7 .items .item:hover::after,
.cid-u9F6joyXW7 .items .item:focus::after {
  height: 100%;
}
.cid-u9F6joyXW7 .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9F6joyXW7 .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9F6joyXW7 .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9F6joyXW7 .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9F6joyXW7 .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9F6joyXW7 .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9F6joyXW7 .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9F6joyXW7 .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9F6joyXW7 .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9F6joyXW7 .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9F6joyXW7 .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9F6joyXW7 .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9F6joyXW7 .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9F6joyXW7 .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9F6joyXW7 .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9F6joyXW7 .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9F6joyXW7 .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9F6joyXW7 .mbr-section-title {
  color: #3a341c;
}
.cid-u9F6joyXW7 .card-title {
  color: #3a341c;
}
.cid-u9F6joyXW7 .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9F6joyXW7 .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uaoUY56ks4 {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uaoUY56ks4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaoUY56ks4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaoUY56ks4 .col-title {
  margin-bottom: 32px;
}
.cid-uaoUY56ks4 .mbr-section-title {
  color: #24262b;
}
.cid-uaoUY56ks4 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaoUY56ks4 .cars-row {
  row-gap: 32px;
}
.cid-uaoUY56ks4 .card {
  border-radius: 0;
}
.cid-uaoUY56ks4 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uaoUY56ks4 .text-wrap {
  flex-grow: 1;
}
.cid-uaoUY56ks4 .card-title {
  color: #24262b;
}
.cid-uaoUY56ks4 .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uaoUY56ks4 .mbr-section-btn {
  margin-top: 12px;
}
.cid-uaoUY56ks4 .card-title,
.cid-uaoUY56ks4 .card-wrapper {
  color: #35341b;
}
.cid-ucKRNZNDMG {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKRNZNDMG .mbr-text {
  color: #ffffff;
}
.cid-ucKRNZNDMG .container {
  max-width: 1000px;
}
.cid-ucKRNZNDMG h4 {
  text-align: center;
}
.cid-ucKRNZNDMG p {
  text-align: center;
}
.cid-ucKRNZNDMG .row {
  justify-content: center;
}
.cid-ucKRNZNDMG .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKRNZNDMG .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKRNZNDMG .card-title,
.cid-ucKRNZNDMG .card-img {
  color: #b69b74;
}
.cid-ucKRNZNDMG .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKRNZNDMG .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKRNZNDMG img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9F6jpJgxl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9F6jpJgxl .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9F5LtbQtm {
  z-index: 1000;
  width: 100%;
}
.cid-u9F5LtbQtm .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9F5LtbQtm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9F5LtbQtm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9F5LtbQtm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9F5LtbQtm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9F5LtbQtm .menu_box .navbar.opened,
  .cid-u9F5LtbQtm .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9F5LtbQtm nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9F5LtbQtm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9F5LtbQtm .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9F5LtbQtm .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9F5LtbQtm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9F5LtbQtm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9F5LtbQtm .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9F5LtbQtm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9F5LtbQtm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9F5LtbQtm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9F5LtbQtm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9F5LtbQtm .offcanvas-body .mbr-text,
  .cid-u9F5LtbQtm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9F5LtbQtm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9F5LtbQtm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9F5LtbQtm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9F5LtbQtm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9F5LtbQtm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9F5LtbQtm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9F5LtbQtm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9F5LtbQtm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9F5LtbQtm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9F5LtbQtm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9F5LtbQtm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9F5LtbQtm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9F5LtbQtm .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9F5LtbQtm .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9F5LtbQtm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9F5LtbQtm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9F5LtbQtm .nav-item {
    margin: 0 !important;
  }
}
.cid-u9F5LtbQtm .nav-item .nav-link:hover,
.cid-u9F5LtbQtm .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9F5LtbQtm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9F5LtbQtm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9F5LtbQtm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9F5LtbQtm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9F5LtbQtm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9F5LtbQtm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9F5LtbQtm .offcanvas_box {
    display: none;
  }
}
.cid-u9F5LtbQtm .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9F5LtbQtm .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9F5LtbQtm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9F5LtbQtm .container {
  display: flex;
  margin: auto;
}
.cid-u9F5LtbQtm .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9F5LtbQtm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9F5LtbQtm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9F5LtbQtm .navbar-caption {
  color: #2b2b2b;
}
.cid-u9F5LtbQtm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9F5LtbQtm .navbar-nav {
    margin: 0;
  }
}
.cid-u9F5LtbQtm .dropdown-menu,
.cid-u9F5LtbQtm .navbar.opened {
  background-color: true !important;
}
.cid-u9F5LtbQtm .nav-item:focus,
.cid-u9F5LtbQtm .nav-link:focus {
  outline: none;
}
.cid-u9F5LtbQtm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9F5LtbQtm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9F5LtbQtm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9F5LtbQtm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9F5LtbQtm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9F5LtbQtm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9F5LtbQtm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9F5LtbQtm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9F5LtbQtm .navbar.opened {
  transition: all 0.3s;
}
.cid-u9F5LtbQtm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9F5LtbQtm .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9F5LtbQtm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9F5LtbQtm .navbar.collapsed {
  justify-content: center;
}
.cid-u9F5LtbQtm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9F5LtbQtm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9F5LtbQtm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9F5LtbQtm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9F5LtbQtm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9F5LtbQtm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9F5LtbQtm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9F5LtbQtm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9F5LtbQtm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9F5LtbQtm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9F5LtbQtm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9F5LtbQtm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9F5LtbQtm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9F5LtbQtm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9F5LtbQtm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9F5LtbQtm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9F5LtbQtm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9F5LtbQtm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9F5LtbQtm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9F5LtbQtm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9F5LtbQtm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9F5LtbQtm .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9F5LtbQtm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9F5LtbQtm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9F5LtbQtm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9F5LtbQtm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9F5LtbQtm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9F5LtbQtm .dropdown-item.active,
.cid-u9F5LtbQtm .dropdown-item:active {
  background-color: transparent;
}
.cid-u9F5LtbQtm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9F5LtbQtm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9F5LtbQtm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9F5LtbQtm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9F5LtbQtm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9F5LtbQtm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9F5LtbQtm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9F5LtbQtm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9F5LtbQtm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9F5LtbQtm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9F5LtbQtm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9F5LtbQtm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9F5LtbQtm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9F5LtbQtm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9F5LtbQtm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9F5LtbQtm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9F5LtbQtm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9F5LtbQtm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9F5LtbQtm .navbar {
    height: 70px;
  }
  .cid-u9F5LtbQtm .navbar.opened {
    height: auto;
  }
  .cid-u9F5LtbQtm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9F5LtbQtm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9F5LtbQtm .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9F5LtbQtm .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9F5LtbQtm .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9F5LtbQtm .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9F5LtbQtm .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9F5LtbQtm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9F5LtbQtm .text_widget {
  margin-bottom: 32px;
}
.cid-u9F5LtbQtm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9F5LtbQtm .text_widget a:hover {
  opacity: .5;
}
.cid-u9F5LtbQtm .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9F5LtbQtm .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9F5LtbQtm .mbr-section-subtitle,
.cid-u9F5LtbQtm .text_widget,
.cid-u9F5LtbQtm .mbr-section-btn {
  text-align: center;
}
.cid-u9F5LtbQtm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9F5LtMopt {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9F5LtMopt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9F5LtMopt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9F5LtMopt .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9F5LtMopt .label-text {
  color: #747474;
}
.cid-u9F5LtMopt .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9F5LtMopt .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9F5LtMopt .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9F5LtMopt .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9F5LtMopt .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9F5Lu91aO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9F5Lu91aO .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9F5Lu91aO .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9F5Lu91aO .container {
    padding: 0 25px;
  }
}
.cid-u9F5Lu91aO .row {
  margin: 0;
}
.cid-u9F5Lu91aO .row .card {
  padding: 0;
}
.cid-u9F5Lu91aO .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9F5Lu91aO .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9F5Lu91aO .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9F5Lu91aO .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9F5Lu91aO .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9F5Lu91aO .item:focus,
.cid-u9F5Lu91aO span:focus {
  outline: none;
}
.cid-u9F5Lu91aO .item-wrapper {
  position: relative;
}
.cid-u9F5Lu91aO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9F5Lu91aO .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9F5Lu91aO .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9F5Lu91aO .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9F5Lu91aO .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9F5Lu91aO .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9F5Lu91aO .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9F5Lu91aO .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9F5Lu91aO .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9F5Lu91aO .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9F5Lu91aO .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9F5Lu91aO .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9F5Lu91aO .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9F5Lu91aO .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9F5Lu91aO .embla__button--next,
.cid-u9F5Lu91aO .embla__button--prev {
  display: flex;
}
.cid-u9F5Lu91aO .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9F5Lu91aO .embla__button {
    display: none;
  }
}
.cid-u9F5Lu91aO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9F5Lu91aO .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9F5Lu91aO .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9F5Lu91aO .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9F5Lu91aO .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9F5Lu91aO .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9F5Lu91aO .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9F5Lu91aO .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9F5Lu91aO .embla__button {
    bottom: 1rem;
  }
}
.cid-u9F5Lu91aO .embla {
  position: relative;
  width: 100%;
}
.cid-u9F5Lu91aO .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9F5Lu91aO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9F5Lu91aO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9F5Lu91aO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9F5Lu91aO .mbr-section-title {
  color: #ffffff;
}
.cid-u9F5Lu91aO .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9F5Lu91aO .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9F5LuESrT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9F5LuESrT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9F5LuESrT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9F5LuESrT .container {
    padding: 0 30px;
  }
}
.cid-u9F5LuESrT .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9F5LuESrT .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9F5LuESrT .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9F5LuESrT .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9F5LuESrT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9F5LuESrT .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9F5LuESrT .items .item {
    padding: 20px 0;
  }
}
.cid-u9F5LuESrT .items .item:hover::after,
.cid-u9F5LuESrT .items .item:focus::after {
  height: 100%;
}
.cid-u9F5LuESrT .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9F5LuESrT .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9F5LuESrT .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9F5LuESrT .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9F5LuESrT .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9F5LuESrT .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9F5LuESrT .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9F5LuESrT .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9F5LuESrT .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9F5LuESrT .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9F5LuESrT .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9F5LuESrT .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9F5LuESrT .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9F5LuESrT .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9F5LuESrT .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9F5LuESrT .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9F5LuESrT .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9F5LuESrT .mbr-section-title {
  color: #3a341c;
}
.cid-u9F5LuESrT .card-title {
  color: #3a341c;
}
.cid-u9F5LuESrT .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9F5LuESrT .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uaoUOWZdXN {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uaoUOWZdXN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaoUOWZdXN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaoUOWZdXN .col-title {
  margin-bottom: 32px;
}
.cid-uaoUOWZdXN .mbr-section-title {
  color: #24262b;
}
.cid-uaoUOWZdXN .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaoUOWZdXN .cars-row {
  row-gap: 32px;
}
.cid-uaoUOWZdXN .card {
  border-radius: 0;
}
.cid-uaoUOWZdXN .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uaoUOWZdXN .text-wrap {
  flex-grow: 1;
}
.cid-uaoUOWZdXN .card-title {
  color: #24262b;
}
.cid-uaoUOWZdXN .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uaoUOWZdXN .mbr-section-btn {
  margin-top: 12px;
}
.cid-uaoUOWZdXN .card-title,
.cid-uaoUOWZdXN .card-wrapper {
  color: #35341b;
}
.cid-ucKRJYLllN {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKRJYLllN .mbr-text {
  color: #ffffff;
}
.cid-ucKRJYLllN .container {
  max-width: 1000px;
}
.cid-ucKRJYLllN h4 {
  text-align: center;
}
.cid-ucKRJYLllN p {
  text-align: center;
}
.cid-ucKRJYLllN .row {
  justify-content: center;
}
.cid-ucKRJYLllN .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKRJYLllN .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKRJYLllN .card-title,
.cid-ucKRJYLllN .card-img {
  color: #b69b74;
}
.cid-ucKRJYLllN .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKRJYLllN .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKRJYLllN img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9F5LvR8OC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9F5LvR8OC .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9F4432D52 {
  z-index: 1000;
  width: 100%;
}
.cid-u9F4432D52 .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9F4432D52 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9F4432D52 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9F4432D52 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9F4432D52 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9F4432D52 .menu_box .navbar.opened,
  .cid-u9F4432D52 .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9F4432D52 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9F4432D52 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9F4432D52 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9F4432D52 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9F4432D52 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9F4432D52 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9F4432D52 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9F4432D52 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9F4432D52 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9F4432D52 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9F4432D52 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9F4432D52 .offcanvas-body .mbr-text,
  .cid-u9F4432D52 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9F4432D52 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9F4432D52 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9F4432D52 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9F4432D52 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9F4432D52 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9F4432D52 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9F4432D52 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9F4432D52 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9F4432D52 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9F4432D52 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9F4432D52 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9F4432D52 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9F4432D52 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9F4432D52 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9F4432D52 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9F4432D52 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9F4432D52 .nav-item {
    margin: 0 !important;
  }
}
.cid-u9F4432D52 .nav-item .nav-link:hover,
.cid-u9F4432D52 .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9F4432D52 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9F4432D52 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9F4432D52 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9F4432D52 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9F4432D52 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9F4432D52 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9F4432D52 .offcanvas_box {
    display: none;
  }
}
.cid-u9F4432D52 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9F4432D52 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9F4432D52 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9F4432D52 .container {
  display: flex;
  margin: auto;
}
.cid-u9F4432D52 .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9F4432D52 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9F4432D52 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9F4432D52 .navbar-caption {
  color: #2b2b2b;
}
.cid-u9F4432D52 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9F4432D52 .navbar-nav {
    margin: 0;
  }
}
.cid-u9F4432D52 .dropdown-menu,
.cid-u9F4432D52 .navbar.opened {
  background-color: true !important;
}
.cid-u9F4432D52 .nav-item:focus,
.cid-u9F4432D52 .nav-link:focus {
  outline: none;
}
.cid-u9F4432D52 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9F4432D52 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9F4432D52 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9F4432D52 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9F4432D52 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9F4432D52 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9F4432D52 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9F4432D52 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9F4432D52 .navbar.opened {
  transition: all 0.3s;
}
.cid-u9F4432D52 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9F4432D52 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9F4432D52 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9F4432D52 .navbar.collapsed {
  justify-content: center;
}
.cid-u9F4432D52 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9F4432D52 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9F4432D52 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9F4432D52 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9F4432D52 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9F4432D52 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9F4432D52 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9F4432D52 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9F4432D52 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9F4432D52 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9F4432D52 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9F4432D52 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9F4432D52 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9F4432D52 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9F4432D52 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9F4432D52 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9F4432D52 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9F4432D52 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9F4432D52 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9F4432D52 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9F4432D52 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9F4432D52 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9F4432D52 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9F4432D52 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9F4432D52 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9F4432D52 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9F4432D52 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9F4432D52 .dropdown-item.active,
.cid-u9F4432D52 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9F4432D52 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9F4432D52 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9F4432D52 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9F4432D52 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9F4432D52 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9F4432D52 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9F4432D52 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9F4432D52 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9F4432D52 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9F4432D52 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9F4432D52 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9F4432D52 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9F4432D52 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9F4432D52 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9F4432D52 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9F4432D52 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9F4432D52 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9F4432D52 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9F4432D52 .navbar {
    height: 70px;
  }
  .cid-u9F4432D52 .navbar.opened {
    height: auto;
  }
  .cid-u9F4432D52 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9F4432D52 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9F4432D52 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9F4432D52 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9F4432D52 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9F4432D52 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9F4432D52 .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9F4432D52 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9F4432D52 .text_widget {
  margin-bottom: 32px;
}
.cid-u9F4432D52 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9F4432D52 .text_widget a:hover {
  opacity: .5;
}
.cid-u9F4432D52 .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9F4432D52 .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9F4432D52 .mbr-section-subtitle,
.cid-u9F4432D52 .text_widget,
.cid-u9F4432D52 .mbr-section-btn {
  text-align: center;
}
.cid-u9F4432D52 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9F443AyF9 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9F443AyF9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9F443AyF9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9F443AyF9 .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9F443AyF9 .label-text {
  color: #747474;
}
.cid-u9F443AyF9 .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9F443AyF9 .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9F443AyF9 .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9F443AyF9 .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9F443AyF9 .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9F443Vaj1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9F443Vaj1 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9F443Vaj1 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9F443Vaj1 .container {
    padding: 0 25px;
  }
}
.cid-u9F443Vaj1 .row {
  margin: 0;
}
.cid-u9F443Vaj1 .row .card {
  padding: 0;
}
.cid-u9F443Vaj1 .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9F443Vaj1 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9F443Vaj1 .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9F443Vaj1 .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9F443Vaj1 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9F443Vaj1 .item:focus,
.cid-u9F443Vaj1 span:focus {
  outline: none;
}
.cid-u9F443Vaj1 .item-wrapper {
  position: relative;
}
.cid-u9F443Vaj1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9F443Vaj1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9F443Vaj1 .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9F443Vaj1 .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9F443Vaj1 .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9F443Vaj1 .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9F443Vaj1 .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9F443Vaj1 .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9F443Vaj1 .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9F443Vaj1 .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9F443Vaj1 .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9F443Vaj1 .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9F443Vaj1 .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9F443Vaj1 .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9F443Vaj1 .embla__button--next,
.cid-u9F443Vaj1 .embla__button--prev {
  display: flex;
}
.cid-u9F443Vaj1 .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9F443Vaj1 .embla__button {
    display: none;
  }
}
.cid-u9F443Vaj1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9F443Vaj1 .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9F443Vaj1 .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9F443Vaj1 .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9F443Vaj1 .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9F443Vaj1 .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9F443Vaj1 .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9F443Vaj1 .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9F443Vaj1 .embla__button {
    bottom: 1rem;
  }
}
.cid-u9F443Vaj1 .embla {
  position: relative;
  width: 100%;
}
.cid-u9F443Vaj1 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9F443Vaj1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9F443Vaj1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9F443Vaj1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9F443Vaj1 .mbr-section-title {
  color: #ffffff;
}
.cid-u9F443Vaj1 .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9F443Vaj1 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9F444qKkU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9F444qKkU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9F444qKkU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9F444qKkU .container {
    padding: 0 30px;
  }
}
.cid-u9F444qKkU .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9F444qKkU .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9F444qKkU .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9F444qKkU .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9F444qKkU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9F444qKkU .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9F444qKkU .items .item {
    padding: 20px 0;
  }
}
.cid-u9F444qKkU .items .item:hover::after,
.cid-u9F444qKkU .items .item:focus::after {
  height: 100%;
}
.cid-u9F444qKkU .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9F444qKkU .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9F444qKkU .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9F444qKkU .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9F444qKkU .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9F444qKkU .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9F444qKkU .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9F444qKkU .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9F444qKkU .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9F444qKkU .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9F444qKkU .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9F444qKkU .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9F444qKkU .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9F444qKkU .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9F444qKkU .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9F444qKkU .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9F444qKkU .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9F444qKkU .mbr-section-title {
  color: #3a341c;
}
.cid-u9F444qKkU .card-title {
  color: #3a341c;
}
.cid-u9F444qKkU .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9F444qKkU .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uaoTmyQrh8 {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uaoTmyQrh8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaoTmyQrh8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaoTmyQrh8 .col-title {
  margin-bottom: 32px;
}
.cid-uaoTmyQrh8 .mbr-section-title {
  color: #24262b;
}
.cid-uaoTmyQrh8 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaoTmyQrh8 .cars-row {
  row-gap: 32px;
}
.cid-uaoTmyQrh8 .card {
  border-radius: 0;
}
.cid-uaoTmyQrh8 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uaoTmyQrh8 .text-wrap {
  flex-grow: 1;
}
.cid-uaoTmyQrh8 .card-title {
  color: #24262b;
}
.cid-uaoTmyQrh8 .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uaoTmyQrh8 .mbr-section-btn {
  margin-top: 12px;
}
.cid-uaoTmyQrh8 .card-title,
.cid-uaoTmyQrh8 .card-wrapper {
  color: #35341b;
}
.cid-ucKRG0FQ8p {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKRG0FQ8p .mbr-text {
  color: #ffffff;
}
.cid-ucKRG0FQ8p .container {
  max-width: 1000px;
}
.cid-ucKRG0FQ8p h4 {
  text-align: center;
}
.cid-ucKRG0FQ8p p {
  text-align: center;
}
.cid-ucKRG0FQ8p .row {
  justify-content: center;
}
.cid-ucKRG0FQ8p .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKRG0FQ8p .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKRG0FQ8p .card-title,
.cid-ucKRG0FQ8p .card-img {
  color: #b69b74;
}
.cid-ucKRG0FQ8p .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKRG0FQ8p .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKRG0FQ8p img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9F445zPqQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9F445zPqQ .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9F2KNfRYz {
  z-index: 1000;
  width: 100%;
}
.cid-u9F2KNfRYz .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9F2KNfRYz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9F2KNfRYz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9F2KNfRYz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9F2KNfRYz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9F2KNfRYz .menu_box .navbar.opened,
  .cid-u9F2KNfRYz .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9F2KNfRYz nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9F2KNfRYz .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9F2KNfRYz .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9F2KNfRYz .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9F2KNfRYz .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9F2KNfRYz .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9F2KNfRYz .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9F2KNfRYz .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9F2KNfRYz .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9F2KNfRYz .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9F2KNfRYz .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9F2KNfRYz .offcanvas-body .mbr-text,
  .cid-u9F2KNfRYz .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9F2KNfRYz .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9F2KNfRYz .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9F2KNfRYz .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9F2KNfRYz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9F2KNfRYz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9F2KNfRYz .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9F2KNfRYz .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9F2KNfRYz ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9F2KNfRYz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9F2KNfRYz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9F2KNfRYz .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9F2KNfRYz li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9F2KNfRYz .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9F2KNfRYz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9F2KNfRYz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9F2KNfRYz .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9F2KNfRYz .nav-item {
    margin: 0 !important;
  }
}
.cid-u9F2KNfRYz .nav-item .nav-link:hover,
.cid-u9F2KNfRYz .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9F2KNfRYz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9F2KNfRYz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9F2KNfRYz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9F2KNfRYz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9F2KNfRYz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9F2KNfRYz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9F2KNfRYz .offcanvas_box {
    display: none;
  }
}
.cid-u9F2KNfRYz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9F2KNfRYz .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9F2KNfRYz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9F2KNfRYz .container {
  display: flex;
  margin: auto;
}
.cid-u9F2KNfRYz .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9F2KNfRYz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9F2KNfRYz .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9F2KNfRYz .navbar-caption {
  color: #2b2b2b;
}
.cid-u9F2KNfRYz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9F2KNfRYz .navbar-nav {
    margin: 0;
  }
}
.cid-u9F2KNfRYz .dropdown-menu,
.cid-u9F2KNfRYz .navbar.opened {
  background-color: true !important;
}
.cid-u9F2KNfRYz .nav-item:focus,
.cid-u9F2KNfRYz .nav-link:focus {
  outline: none;
}
.cid-u9F2KNfRYz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9F2KNfRYz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9F2KNfRYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9F2KNfRYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9F2KNfRYz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9F2KNfRYz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9F2KNfRYz .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9F2KNfRYz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9F2KNfRYz .navbar.opened {
  transition: all 0.3s;
}
.cid-u9F2KNfRYz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9F2KNfRYz .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9F2KNfRYz .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9F2KNfRYz .navbar.collapsed {
  justify-content: center;
}
.cid-u9F2KNfRYz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9F2KNfRYz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9F2KNfRYz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9F2KNfRYz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9F2KNfRYz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9F2KNfRYz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9F2KNfRYz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9F2KNfRYz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9F2KNfRYz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9F2KNfRYz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9F2KNfRYz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9F2KNfRYz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9F2KNfRYz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9F2KNfRYz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9F2KNfRYz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9F2KNfRYz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9F2KNfRYz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9F2KNfRYz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9F2KNfRYz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9F2KNfRYz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9F2KNfRYz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9F2KNfRYz .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9F2KNfRYz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9F2KNfRYz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9F2KNfRYz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9F2KNfRYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9F2KNfRYz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9F2KNfRYz .dropdown-item.active,
.cid-u9F2KNfRYz .dropdown-item:active {
  background-color: transparent;
}
.cid-u9F2KNfRYz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9F2KNfRYz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9F2KNfRYz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9F2KNfRYz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9F2KNfRYz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9F2KNfRYz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9F2KNfRYz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9F2KNfRYz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9F2KNfRYz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9F2KNfRYz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9F2KNfRYz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9F2KNfRYz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9F2KNfRYz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9F2KNfRYz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9F2KNfRYz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9F2KNfRYz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9F2KNfRYz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9F2KNfRYz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9F2KNfRYz .navbar {
    height: 70px;
  }
  .cid-u9F2KNfRYz .navbar.opened {
    height: auto;
  }
  .cid-u9F2KNfRYz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9F2KNfRYz .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9F2KNfRYz .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9F2KNfRYz .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9F2KNfRYz .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9F2KNfRYz .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9F2KNfRYz .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9F2KNfRYz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9F2KNfRYz .text_widget {
  margin-bottom: 32px;
}
.cid-u9F2KNfRYz .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9F2KNfRYz .text_widget a:hover {
  opacity: .5;
}
.cid-u9F2KNfRYz .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9F2KNfRYz .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9F2KNfRYz .mbr-section-subtitle,
.cid-u9F2KNfRYz .text_widget,
.cid-u9F2KNfRYz .mbr-section-btn {
  text-align: center;
}
.cid-u9F2KNfRYz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9F2KNLiVP {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9F2KNLiVP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9F2KNLiVP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9F2KNLiVP .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9F2KNLiVP .label-text {
  color: #747474;
}
.cid-u9F2KNLiVP .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9F2KNLiVP .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9F2KNLiVP .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9F2KNLiVP .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9F2KNLiVP .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9F2KO4TMe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9F2KO4TMe .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9F2KO4TMe .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9F2KO4TMe .container {
    padding: 0 25px;
  }
}
.cid-u9F2KO4TMe .row {
  margin: 0;
}
.cid-u9F2KO4TMe .row .card {
  padding: 0;
}
.cid-u9F2KO4TMe .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9F2KO4TMe .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9F2KO4TMe .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9F2KO4TMe .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9F2KO4TMe .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9F2KO4TMe .item:focus,
.cid-u9F2KO4TMe span:focus {
  outline: none;
}
.cid-u9F2KO4TMe .item-wrapper {
  position: relative;
}
.cid-u9F2KO4TMe .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9F2KO4TMe .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9F2KO4TMe .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9F2KO4TMe .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9F2KO4TMe .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9F2KO4TMe .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9F2KO4TMe .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9F2KO4TMe .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9F2KO4TMe .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9F2KO4TMe .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9F2KO4TMe .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9F2KO4TMe .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9F2KO4TMe .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9F2KO4TMe .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9F2KO4TMe .embla__button--next,
.cid-u9F2KO4TMe .embla__button--prev {
  display: flex;
}
.cid-u9F2KO4TMe .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9F2KO4TMe .embla__button {
    display: none;
  }
}
.cid-u9F2KO4TMe .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9F2KO4TMe .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9F2KO4TMe .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9F2KO4TMe .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9F2KO4TMe .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9F2KO4TMe .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9F2KO4TMe .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9F2KO4TMe .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9F2KO4TMe .embla__button {
    bottom: 1rem;
  }
}
.cid-u9F2KO4TMe .embla {
  position: relative;
  width: 100%;
}
.cid-u9F2KO4TMe .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9F2KO4TMe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9F2KO4TMe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9F2KO4TMe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9F2KO4TMe .mbr-section-title {
  color: #ffffff;
}
.cid-u9F2KO4TMe .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9F2KO4TMe .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9F2KOBBmG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9F2KOBBmG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9F2KOBBmG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9F2KOBBmG .container {
    padding: 0 30px;
  }
}
.cid-u9F2KOBBmG .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9F2KOBBmG .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9F2KOBBmG .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9F2KOBBmG .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9F2KOBBmG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9F2KOBBmG .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9F2KOBBmG .items .item {
    padding: 20px 0;
  }
}
.cid-u9F2KOBBmG .items .item:hover::after,
.cid-u9F2KOBBmG .items .item:focus::after {
  height: 100%;
}
.cid-u9F2KOBBmG .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9F2KOBBmG .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9F2KOBBmG .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9F2KOBBmG .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9F2KOBBmG .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9F2KOBBmG .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9F2KOBBmG .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9F2KOBBmG .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9F2KOBBmG .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9F2KOBBmG .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9F2KOBBmG .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9F2KOBBmG .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9F2KOBBmG .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9F2KOBBmG .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9F2KOBBmG .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9F2KOBBmG .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9F2KOBBmG .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9F2KOBBmG .mbr-section-title {
  color: #3a341c;
}
.cid-u9F2KOBBmG .card-title {
  color: #3a341c;
}
.cid-u9F2KOBBmG .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9F2KOBBmG .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uaoREgm7j6 {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uaoREgm7j6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaoREgm7j6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaoREgm7j6 .col-title {
  margin-bottom: 32px;
}
.cid-uaoREgm7j6 .mbr-section-title {
  color: #24262b;
}
.cid-uaoREgm7j6 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaoREgm7j6 .cars-row {
  row-gap: 32px;
}
.cid-uaoREgm7j6 .card {
  border-radius: 0;
}
.cid-uaoREgm7j6 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uaoREgm7j6 .text-wrap {
  flex-grow: 1;
}
.cid-uaoREgm7j6 .card-title {
  color: #24262b;
}
.cid-uaoREgm7j6 .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uaoREgm7j6 .mbr-section-btn {
  margin-top: 12px;
}
.cid-uaoREgm7j6 .card-title,
.cid-uaoREgm7j6 .card-wrapper {
  color: #35341b;
}
.cid-ucKRC2KBfw {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKRC2KBfw .mbr-text {
  color: #ffffff;
}
.cid-ucKRC2KBfw .container {
  max-width: 1000px;
}
.cid-ucKRC2KBfw h4 {
  text-align: center;
}
.cid-ucKRC2KBfw p {
  text-align: center;
}
.cid-ucKRC2KBfw .row {
  justify-content: center;
}
.cid-ucKRC2KBfw .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKRC2KBfw .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKRC2KBfw .card-title,
.cid-ucKRC2KBfw .card-img {
  color: #b69b74;
}
.cid-ucKRC2KBfw .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKRC2KBfw .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKRC2KBfw img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9F2KPJN61 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9F2KPJN61 .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9F2dpXDt5 {
  z-index: 1000;
  width: 100%;
}
.cid-u9F2dpXDt5 .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9F2dpXDt5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9F2dpXDt5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9F2dpXDt5 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9F2dpXDt5 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9F2dpXDt5 .menu_box .navbar.opened,
  .cid-u9F2dpXDt5 .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9F2dpXDt5 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9F2dpXDt5 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9F2dpXDt5 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9F2dpXDt5 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9F2dpXDt5 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9F2dpXDt5 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9F2dpXDt5 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9F2dpXDt5 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9F2dpXDt5 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9F2dpXDt5 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9F2dpXDt5 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9F2dpXDt5 .offcanvas-body .mbr-text,
  .cid-u9F2dpXDt5 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9F2dpXDt5 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9F2dpXDt5 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9F2dpXDt5 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9F2dpXDt5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9F2dpXDt5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9F2dpXDt5 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9F2dpXDt5 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9F2dpXDt5 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9F2dpXDt5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9F2dpXDt5 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9F2dpXDt5 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9F2dpXDt5 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9F2dpXDt5 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9F2dpXDt5 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9F2dpXDt5 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9F2dpXDt5 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9F2dpXDt5 .nav-item {
    margin: 0 !important;
  }
}
.cid-u9F2dpXDt5 .nav-item .nav-link:hover,
.cid-u9F2dpXDt5 .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9F2dpXDt5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9F2dpXDt5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9F2dpXDt5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9F2dpXDt5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9F2dpXDt5 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9F2dpXDt5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9F2dpXDt5 .offcanvas_box {
    display: none;
  }
}
.cid-u9F2dpXDt5 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9F2dpXDt5 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9F2dpXDt5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9F2dpXDt5 .container {
  display: flex;
  margin: auto;
}
.cid-u9F2dpXDt5 .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9F2dpXDt5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9F2dpXDt5 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9F2dpXDt5 .navbar-caption {
  color: #2b2b2b;
}
.cid-u9F2dpXDt5 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9F2dpXDt5 .navbar-nav {
    margin: 0;
  }
}
.cid-u9F2dpXDt5 .dropdown-menu,
.cid-u9F2dpXDt5 .navbar.opened {
  background-color: true !important;
}
.cid-u9F2dpXDt5 .nav-item:focus,
.cid-u9F2dpXDt5 .nav-link:focus {
  outline: none;
}
.cid-u9F2dpXDt5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9F2dpXDt5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9F2dpXDt5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9F2dpXDt5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9F2dpXDt5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9F2dpXDt5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9F2dpXDt5 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9F2dpXDt5 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9F2dpXDt5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u9F2dpXDt5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9F2dpXDt5 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9F2dpXDt5 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9F2dpXDt5 .navbar.collapsed {
  justify-content: center;
}
.cid-u9F2dpXDt5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9F2dpXDt5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9F2dpXDt5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9F2dpXDt5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9F2dpXDt5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9F2dpXDt5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9F2dpXDt5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9F2dpXDt5 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9F2dpXDt5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9F2dpXDt5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9F2dpXDt5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9F2dpXDt5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9F2dpXDt5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9F2dpXDt5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9F2dpXDt5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9F2dpXDt5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9F2dpXDt5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9F2dpXDt5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9F2dpXDt5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9F2dpXDt5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9F2dpXDt5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9F2dpXDt5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9F2dpXDt5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9F2dpXDt5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9F2dpXDt5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9F2dpXDt5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9F2dpXDt5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9F2dpXDt5 .dropdown-item.active,
.cid-u9F2dpXDt5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9F2dpXDt5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9F2dpXDt5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9F2dpXDt5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9F2dpXDt5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9F2dpXDt5 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9F2dpXDt5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9F2dpXDt5 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9F2dpXDt5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9F2dpXDt5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9F2dpXDt5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9F2dpXDt5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9F2dpXDt5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9F2dpXDt5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9F2dpXDt5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9F2dpXDt5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9F2dpXDt5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9F2dpXDt5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9F2dpXDt5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9F2dpXDt5 .navbar {
    height: 70px;
  }
  .cid-u9F2dpXDt5 .navbar.opened {
    height: auto;
  }
  .cid-u9F2dpXDt5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9F2dpXDt5 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9F2dpXDt5 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9F2dpXDt5 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9F2dpXDt5 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9F2dpXDt5 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9F2dpXDt5 .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9F2dpXDt5 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9F2dpXDt5 .text_widget {
  margin-bottom: 32px;
}
.cid-u9F2dpXDt5 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9F2dpXDt5 .text_widget a:hover {
  opacity: .5;
}
.cid-u9F2dpXDt5 .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9F2dpXDt5 .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9F2dpXDt5 .mbr-section-subtitle,
.cid-u9F2dpXDt5 .text_widget,
.cid-u9F2dpXDt5 .mbr-section-btn {
  text-align: center;
}
.cid-u9F2dpXDt5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9F2dqqb7a {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9F2dqqb7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9F2dqqb7a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9F2dqqb7a .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9F2dqqb7a .label-text {
  color: #747474;
}
.cid-u9F2dqqb7a .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9F2dqqb7a .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9F2dqqb7a .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9F2dqqb7a .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9F2dqqb7a .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9F2dqKMny {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9F2dqKMny .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9F2dqKMny .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9F2dqKMny .container {
    padding: 0 25px;
  }
}
.cid-u9F2dqKMny .row {
  margin: 0;
}
.cid-u9F2dqKMny .row .card {
  padding: 0;
}
.cid-u9F2dqKMny .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9F2dqKMny .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9F2dqKMny .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9F2dqKMny .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9F2dqKMny .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9F2dqKMny .item:focus,
.cid-u9F2dqKMny span:focus {
  outline: none;
}
.cid-u9F2dqKMny .item-wrapper {
  position: relative;
}
.cid-u9F2dqKMny .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9F2dqKMny .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9F2dqKMny .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9F2dqKMny .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9F2dqKMny .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9F2dqKMny .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9F2dqKMny .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9F2dqKMny .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9F2dqKMny .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9F2dqKMny .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9F2dqKMny .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9F2dqKMny .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9F2dqKMny .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9F2dqKMny .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9F2dqKMny .embla__button--next,
.cid-u9F2dqKMny .embla__button--prev {
  display: flex;
}
.cid-u9F2dqKMny .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9F2dqKMny .embla__button {
    display: none;
  }
}
.cid-u9F2dqKMny .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9F2dqKMny .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9F2dqKMny .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9F2dqKMny .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9F2dqKMny .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9F2dqKMny .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9F2dqKMny .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9F2dqKMny .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9F2dqKMny .embla__button {
    bottom: 1rem;
  }
}
.cid-u9F2dqKMny .embla {
  position: relative;
  width: 100%;
}
.cid-u9F2dqKMny .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9F2dqKMny .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9F2dqKMny .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9F2dqKMny .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9F2dqKMny .mbr-section-title {
  color: #ffffff;
}
.cid-u9F2dqKMny .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9F2dqKMny .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9F2driHYq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9F2driHYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9F2driHYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9F2driHYq .container {
    padding: 0 30px;
  }
}
.cid-u9F2driHYq .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9F2driHYq .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9F2driHYq .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9F2driHYq .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9F2driHYq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9F2driHYq .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9F2driHYq .items .item {
    padding: 20px 0;
  }
}
.cid-u9F2driHYq .items .item:hover::after,
.cid-u9F2driHYq .items .item:focus::after {
  height: 100%;
}
.cid-u9F2driHYq .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9F2driHYq .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9F2driHYq .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9F2driHYq .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9F2driHYq .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9F2driHYq .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9F2driHYq .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9F2driHYq .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9F2driHYq .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9F2driHYq .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9F2driHYq .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9F2driHYq .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9F2driHYq .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9F2driHYq .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9F2driHYq .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9F2driHYq .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9F2driHYq .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9F2driHYq .mbr-section-title {
  color: #3a341c;
}
.cid-u9F2driHYq .card-title {
  color: #3a341c;
}
.cid-u9F2driHYq .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9F2driHYq .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uaoRszEHi4 {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uaoRszEHi4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaoRszEHi4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaoRszEHi4 .col-title {
  margin-bottom: 32px;
}
.cid-uaoRszEHi4 .mbr-section-title {
  color: #24262b;
}
.cid-uaoRszEHi4 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaoRszEHi4 .cars-row {
  row-gap: 32px;
}
.cid-uaoRszEHi4 .card {
  border-radius: 0;
}
.cid-uaoRszEHi4 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uaoRszEHi4 .text-wrap {
  flex-grow: 1;
}
.cid-uaoRszEHi4 .card-title {
  color: #24262b;
}
.cid-uaoRszEHi4 .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uaoRszEHi4 .mbr-section-btn {
  margin-top: 12px;
}
.cid-uaoRszEHi4 .card-title,
.cid-uaoRszEHi4 .card-wrapper {
  color: #35341b;
}
.cid-ucKRxVBMEl {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKRxVBMEl .mbr-text {
  color: #ffffff;
}
.cid-ucKRxVBMEl .container {
  max-width: 1000px;
}
.cid-ucKRxVBMEl h4 {
  text-align: center;
}
.cid-ucKRxVBMEl p {
  text-align: center;
}
.cid-ucKRxVBMEl .row {
  justify-content: center;
}
.cid-ucKRxVBMEl .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKRxVBMEl .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKRxVBMEl .card-title,
.cid-ucKRxVBMEl .card-img {
  color: #b69b74;
}
.cid-ucKRxVBMEl .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKRxVBMEl .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKRxVBMEl img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9F2dstWTo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9F2dstWTo .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9F170nXZ6 {
  z-index: 1000;
  width: 100%;
}
.cid-u9F170nXZ6 .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9F170nXZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9F170nXZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9F170nXZ6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9F170nXZ6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9F170nXZ6 .menu_box .navbar.opened,
  .cid-u9F170nXZ6 .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9F170nXZ6 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9F170nXZ6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9F170nXZ6 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9F170nXZ6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9F170nXZ6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9F170nXZ6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9F170nXZ6 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9F170nXZ6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9F170nXZ6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9F170nXZ6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9F170nXZ6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9F170nXZ6 .offcanvas-body .mbr-text,
  .cid-u9F170nXZ6 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9F170nXZ6 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9F170nXZ6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9F170nXZ6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9F170nXZ6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9F170nXZ6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9F170nXZ6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9F170nXZ6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9F170nXZ6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9F170nXZ6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9F170nXZ6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9F170nXZ6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9F170nXZ6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9F170nXZ6 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9F170nXZ6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9F170nXZ6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9F170nXZ6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9F170nXZ6 .nav-item {
    margin: 0 !important;
  }
}
.cid-u9F170nXZ6 .nav-item .nav-link:hover,
.cid-u9F170nXZ6 .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9F170nXZ6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9F170nXZ6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9F170nXZ6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9F170nXZ6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9F170nXZ6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9F170nXZ6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9F170nXZ6 .offcanvas_box {
    display: none;
  }
}
.cid-u9F170nXZ6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9F170nXZ6 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9F170nXZ6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9F170nXZ6 .container {
  display: flex;
  margin: auto;
}
.cid-u9F170nXZ6 .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9F170nXZ6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9F170nXZ6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9F170nXZ6 .navbar-caption {
  color: #2b2b2b;
}
.cid-u9F170nXZ6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9F170nXZ6 .navbar-nav {
    margin: 0;
  }
}
.cid-u9F170nXZ6 .dropdown-menu,
.cid-u9F170nXZ6 .navbar.opened {
  background-color: true !important;
}
.cid-u9F170nXZ6 .nav-item:focus,
.cid-u9F170nXZ6 .nav-link:focus {
  outline: none;
}
.cid-u9F170nXZ6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9F170nXZ6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9F170nXZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9F170nXZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9F170nXZ6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9F170nXZ6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9F170nXZ6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9F170nXZ6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9F170nXZ6 .navbar.opened {
  transition: all 0.3s;
}
.cid-u9F170nXZ6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9F170nXZ6 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9F170nXZ6 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9F170nXZ6 .navbar.collapsed {
  justify-content: center;
}
.cid-u9F170nXZ6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9F170nXZ6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9F170nXZ6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9F170nXZ6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9F170nXZ6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9F170nXZ6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9F170nXZ6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9F170nXZ6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9F170nXZ6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9F170nXZ6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9F170nXZ6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9F170nXZ6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9F170nXZ6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9F170nXZ6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9F170nXZ6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9F170nXZ6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9F170nXZ6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9F170nXZ6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9F170nXZ6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9F170nXZ6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9F170nXZ6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9F170nXZ6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9F170nXZ6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9F170nXZ6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9F170nXZ6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9F170nXZ6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9F170nXZ6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9F170nXZ6 .dropdown-item.active,
.cid-u9F170nXZ6 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9F170nXZ6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9F170nXZ6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9F170nXZ6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9F170nXZ6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9F170nXZ6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9F170nXZ6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9F170nXZ6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9F170nXZ6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9F170nXZ6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9F170nXZ6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9F170nXZ6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9F170nXZ6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9F170nXZ6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9F170nXZ6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9F170nXZ6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9F170nXZ6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9F170nXZ6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9F170nXZ6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9F170nXZ6 .navbar {
    height: 70px;
  }
  .cid-u9F170nXZ6 .navbar.opened {
    height: auto;
  }
  .cid-u9F170nXZ6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9F170nXZ6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9F170nXZ6 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9F170nXZ6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9F170nXZ6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9F170nXZ6 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9F170nXZ6 .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9F170nXZ6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9F170nXZ6 .text_widget {
  margin-bottom: 32px;
}
.cid-u9F170nXZ6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9F170nXZ6 .text_widget a:hover {
  opacity: .5;
}
.cid-u9F170nXZ6 .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9F170nXZ6 .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9F170nXZ6 .mbr-section-subtitle,
.cid-u9F170nXZ6 .text_widget,
.cid-u9F170nXZ6 .mbr-section-btn {
  text-align: center;
}
.cid-u9F170nXZ6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9F170UuJ7 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9F170UuJ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9F170UuJ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9F170UuJ7 .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9F170UuJ7 .label-text {
  color: #747474;
}
.cid-u9F170UuJ7 .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9F170UuJ7 .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9F170UuJ7 .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9F170UuJ7 .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9F170UuJ7 .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9F171fpT4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9F171fpT4 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9F171fpT4 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9F171fpT4 .container {
    padding: 0 25px;
  }
}
.cid-u9F171fpT4 .row {
  margin: 0;
}
.cid-u9F171fpT4 .row .card {
  padding: 0;
}
.cid-u9F171fpT4 .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9F171fpT4 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9F171fpT4 .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9F171fpT4 .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9F171fpT4 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9F171fpT4 .item:focus,
.cid-u9F171fpT4 span:focus {
  outline: none;
}
.cid-u9F171fpT4 .item-wrapper {
  position: relative;
}
.cid-u9F171fpT4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9F171fpT4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9F171fpT4 .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9F171fpT4 .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9F171fpT4 .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9F171fpT4 .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9F171fpT4 .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9F171fpT4 .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9F171fpT4 .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9F171fpT4 .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9F171fpT4 .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9F171fpT4 .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9F171fpT4 .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9F171fpT4 .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9F171fpT4 .embla__button--next,
.cid-u9F171fpT4 .embla__button--prev {
  display: flex;
}
.cid-u9F171fpT4 .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9F171fpT4 .embla__button {
    display: none;
  }
}
.cid-u9F171fpT4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9F171fpT4 .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9F171fpT4 .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9F171fpT4 .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9F171fpT4 .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9F171fpT4 .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9F171fpT4 .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9F171fpT4 .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9F171fpT4 .embla__button {
    bottom: 1rem;
  }
}
.cid-u9F171fpT4 .embla {
  position: relative;
  width: 100%;
}
.cid-u9F171fpT4 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9F171fpT4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9F171fpT4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9F171fpT4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9F171fpT4 .mbr-section-title {
  color: #ffffff;
}
.cid-u9F171fpT4 .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9F171fpT4 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9F171KyK4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9F171KyK4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9F171KyK4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9F171KyK4 .container {
    padding: 0 30px;
  }
}
.cid-u9F171KyK4 .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9F171KyK4 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9F171KyK4 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9F171KyK4 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9F171KyK4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9F171KyK4 .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9F171KyK4 .items .item {
    padding: 20px 0;
  }
}
.cid-u9F171KyK4 .items .item:hover::after,
.cid-u9F171KyK4 .items .item:focus::after {
  height: 100%;
}
.cid-u9F171KyK4 .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9F171KyK4 .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9F171KyK4 .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9F171KyK4 .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9F171KyK4 .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9F171KyK4 .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9F171KyK4 .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9F171KyK4 .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9F171KyK4 .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9F171KyK4 .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9F171KyK4 .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9F171KyK4 .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9F171KyK4 .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9F171KyK4 .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9F171KyK4 .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9F171KyK4 .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9F171KyK4 .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9F171KyK4 .mbr-section-title {
  color: #3a341c;
}
.cid-u9F171KyK4 .card-title {
  color: #3a341c;
}
.cid-u9F171KyK4 .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9F171KyK4 .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uaoR3nkL5d {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uaoR3nkL5d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaoR3nkL5d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaoR3nkL5d .col-title {
  margin-bottom: 32px;
}
.cid-uaoR3nkL5d .mbr-section-title {
  color: #24262b;
}
.cid-uaoR3nkL5d .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaoR3nkL5d .cars-row {
  row-gap: 32px;
}
.cid-uaoR3nkL5d .card {
  border-radius: 0;
}
.cid-uaoR3nkL5d .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uaoR3nkL5d .text-wrap {
  flex-grow: 1;
}
.cid-uaoR3nkL5d .card-title {
  color: #24262b;
}
.cid-uaoR3nkL5d .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uaoR3nkL5d .mbr-section-btn {
  margin-top: 12px;
}
.cid-uaoR3nkL5d .card-title,
.cid-uaoR3nkL5d .card-wrapper {
  color: #35341b;
}
.cid-ucKRqih6mn {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKRqih6mn .mbr-text {
  color: #ffffff;
}
.cid-ucKRqih6mn .container {
  max-width: 1000px;
}
.cid-ucKRqih6mn h4 {
  text-align: center;
}
.cid-ucKRqih6mn p {
  text-align: center;
}
.cid-ucKRqih6mn .row {
  justify-content: center;
}
.cid-ucKRqih6mn .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKRqih6mn .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKRqih6mn .card-title,
.cid-ucKRqih6mn .card-img {
  color: #b69b74;
}
.cid-ucKRqih6mn .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKRqih6mn .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKRqih6mn img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9F172TRYN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9F172TRYN .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9F0mb6sfw {
  z-index: 1000;
  width: 100%;
}
.cid-u9F0mb6sfw .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9F0mb6sfw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9F0mb6sfw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9F0mb6sfw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9F0mb6sfw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9F0mb6sfw .menu_box .navbar.opened,
  .cid-u9F0mb6sfw .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9F0mb6sfw nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9F0mb6sfw .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9F0mb6sfw .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9F0mb6sfw .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9F0mb6sfw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9F0mb6sfw .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9F0mb6sfw .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9F0mb6sfw .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9F0mb6sfw .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9F0mb6sfw .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9F0mb6sfw .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9F0mb6sfw .offcanvas-body .mbr-text,
  .cid-u9F0mb6sfw .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9F0mb6sfw .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9F0mb6sfw .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9F0mb6sfw .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9F0mb6sfw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9F0mb6sfw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9F0mb6sfw .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9F0mb6sfw .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9F0mb6sfw ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9F0mb6sfw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9F0mb6sfw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9F0mb6sfw .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9F0mb6sfw li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9F0mb6sfw .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9F0mb6sfw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9F0mb6sfw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9F0mb6sfw .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9F0mb6sfw .nav-item {
    margin: 0 !important;
  }
}
.cid-u9F0mb6sfw .nav-item .nav-link:hover,
.cid-u9F0mb6sfw .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9F0mb6sfw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9F0mb6sfw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9F0mb6sfw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9F0mb6sfw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9F0mb6sfw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9F0mb6sfw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9F0mb6sfw .offcanvas_box {
    display: none;
  }
}
.cid-u9F0mb6sfw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9F0mb6sfw .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9F0mb6sfw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9F0mb6sfw .container {
  display: flex;
  margin: auto;
}
.cid-u9F0mb6sfw .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9F0mb6sfw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9F0mb6sfw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9F0mb6sfw .navbar-caption {
  color: #2b2b2b;
}
.cid-u9F0mb6sfw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9F0mb6sfw .navbar-nav {
    margin: 0;
  }
}
.cid-u9F0mb6sfw .dropdown-menu,
.cid-u9F0mb6sfw .navbar.opened {
  background-color: true !important;
}
.cid-u9F0mb6sfw .nav-item:focus,
.cid-u9F0mb6sfw .nav-link:focus {
  outline: none;
}
.cid-u9F0mb6sfw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9F0mb6sfw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9F0mb6sfw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9F0mb6sfw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9F0mb6sfw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9F0mb6sfw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9F0mb6sfw .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9F0mb6sfw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9F0mb6sfw .navbar.opened {
  transition: all 0.3s;
}
.cid-u9F0mb6sfw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9F0mb6sfw .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9F0mb6sfw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9F0mb6sfw .navbar.collapsed {
  justify-content: center;
}
.cid-u9F0mb6sfw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9F0mb6sfw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9F0mb6sfw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9F0mb6sfw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9F0mb6sfw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9F0mb6sfw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9F0mb6sfw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9F0mb6sfw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9F0mb6sfw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9F0mb6sfw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9F0mb6sfw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9F0mb6sfw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9F0mb6sfw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9F0mb6sfw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9F0mb6sfw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9F0mb6sfw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9F0mb6sfw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9F0mb6sfw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9F0mb6sfw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9F0mb6sfw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9F0mb6sfw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9F0mb6sfw .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9F0mb6sfw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9F0mb6sfw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9F0mb6sfw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9F0mb6sfw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9F0mb6sfw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9F0mb6sfw .dropdown-item.active,
.cid-u9F0mb6sfw .dropdown-item:active {
  background-color: transparent;
}
.cid-u9F0mb6sfw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9F0mb6sfw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9F0mb6sfw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9F0mb6sfw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9F0mb6sfw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9F0mb6sfw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9F0mb6sfw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9F0mb6sfw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9F0mb6sfw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9F0mb6sfw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9F0mb6sfw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9F0mb6sfw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9F0mb6sfw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9F0mb6sfw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9F0mb6sfw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9F0mb6sfw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9F0mb6sfw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9F0mb6sfw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9F0mb6sfw .navbar {
    height: 70px;
  }
  .cid-u9F0mb6sfw .navbar.opened {
    height: auto;
  }
  .cid-u9F0mb6sfw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9F0mb6sfw .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9F0mb6sfw .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9F0mb6sfw .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9F0mb6sfw .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9F0mb6sfw .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9F0mb6sfw .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9F0mb6sfw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9F0mb6sfw .text_widget {
  margin-bottom: 32px;
}
.cid-u9F0mb6sfw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9F0mb6sfw .text_widget a:hover {
  opacity: .5;
}
.cid-u9F0mb6sfw .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9F0mb6sfw .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9F0mb6sfw .mbr-section-subtitle,
.cid-u9F0mb6sfw .text_widget,
.cid-u9F0mb6sfw .mbr-section-btn {
  text-align: center;
}
.cid-u9F0mb6sfw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9F0mbAgwQ {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9F0mbAgwQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9F0mbAgwQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9F0mbAgwQ .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9F0mbAgwQ .label-text {
  color: #747474;
}
.cid-u9F0mbAgwQ .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9F0mbAgwQ .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9F0mbAgwQ .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9F0mbAgwQ .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9F0mbAgwQ .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9F0mbUQfX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9F0mbUQfX .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9F0mbUQfX .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9F0mbUQfX .container {
    padding: 0 25px;
  }
}
.cid-u9F0mbUQfX .row {
  margin: 0;
}
.cid-u9F0mbUQfX .row .card {
  padding: 0;
}
.cid-u9F0mbUQfX .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9F0mbUQfX .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9F0mbUQfX .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9F0mbUQfX .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9F0mbUQfX .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9F0mbUQfX .item:focus,
.cid-u9F0mbUQfX span:focus {
  outline: none;
}
.cid-u9F0mbUQfX .item-wrapper {
  position: relative;
}
.cid-u9F0mbUQfX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9F0mbUQfX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9F0mbUQfX .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9F0mbUQfX .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9F0mbUQfX .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9F0mbUQfX .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9F0mbUQfX .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9F0mbUQfX .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9F0mbUQfX .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9F0mbUQfX .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9F0mbUQfX .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9F0mbUQfX .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9F0mbUQfX .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9F0mbUQfX .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9F0mbUQfX .embla__button--next,
.cid-u9F0mbUQfX .embla__button--prev {
  display: flex;
}
.cid-u9F0mbUQfX .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9F0mbUQfX .embla__button {
    display: none;
  }
}
.cid-u9F0mbUQfX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9F0mbUQfX .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9F0mbUQfX .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9F0mbUQfX .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9F0mbUQfX .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9F0mbUQfX .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9F0mbUQfX .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9F0mbUQfX .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9F0mbUQfX .embla__button {
    bottom: 1rem;
  }
}
.cid-u9F0mbUQfX .embla {
  position: relative;
  width: 100%;
}
.cid-u9F0mbUQfX .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9F0mbUQfX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9F0mbUQfX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9F0mbUQfX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9F0mbUQfX .mbr-section-title {
  color: #ffffff;
}
.cid-u9F0mbUQfX .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9F0mbUQfX .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9F0mcj1Rz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9F0mcj1Rz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9F0mcj1Rz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9F0mcj1Rz .container {
    padding: 0 30px;
  }
}
.cid-u9F0mcj1Rz .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9F0mcj1Rz .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9F0mcj1Rz .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9F0mcj1Rz .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9F0mcj1Rz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9F0mcj1Rz .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9F0mcj1Rz .items .item {
    padding: 20px 0;
  }
}
.cid-u9F0mcj1Rz .items .item:hover::after,
.cid-u9F0mcj1Rz .items .item:focus::after {
  height: 100%;
}
.cid-u9F0mcj1Rz .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9F0mcj1Rz .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9F0mcj1Rz .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9F0mcj1Rz .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9F0mcj1Rz .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9F0mcj1Rz .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9F0mcj1Rz .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9F0mcj1Rz .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9F0mcj1Rz .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9F0mcj1Rz .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9F0mcj1Rz .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9F0mcj1Rz .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9F0mcj1Rz .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9F0mcj1Rz .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9F0mcj1Rz .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9F0mcj1Rz .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9F0mcj1Rz .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9F0mcj1Rz .mbr-section-title {
  color: #3a341c;
}
.cid-u9F0mcj1Rz .card-title {
  color: #3a341c;
}
.cid-u9F0mcj1Rz .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9F0mcj1Rz .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uaoQR5V0DQ {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uaoQR5V0DQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaoQR5V0DQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaoQR5V0DQ .col-title {
  margin-bottom: 32px;
}
.cid-uaoQR5V0DQ .mbr-section-title {
  color: #24262b;
}
.cid-uaoQR5V0DQ .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaoQR5V0DQ .cars-row {
  row-gap: 32px;
}
.cid-uaoQR5V0DQ .card {
  border-radius: 0;
}
.cid-uaoQR5V0DQ .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uaoQR5V0DQ .text-wrap {
  flex-grow: 1;
}
.cid-uaoQR5V0DQ .card-title {
  color: #24262b;
}
.cid-uaoQR5V0DQ .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uaoQR5V0DQ .mbr-section-btn {
  margin-top: 12px;
}
.cid-uaoQR5V0DQ .card-title,
.cid-uaoQR5V0DQ .card-wrapper {
  color: #35341b;
}
.cid-ucKRkBonR3 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKRkBonR3 .mbr-text {
  color: #ffffff;
}
.cid-ucKRkBonR3 .container {
  max-width: 1000px;
}
.cid-ucKRkBonR3 h4 {
  text-align: center;
}
.cid-ucKRkBonR3 p {
  text-align: center;
}
.cid-ucKRkBonR3 .row {
  justify-content: center;
}
.cid-ucKRkBonR3 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKRkBonR3 .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKRkBonR3 .card-title,
.cid-ucKRkBonR3 .card-img {
  color: #b69b74;
}
.cid-ucKRkBonR3 .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKRkBonR3 .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKRkBonR3 img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9F0mdvwbF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9F0mdvwbF .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9EZtuDVuB {
  z-index: 1000;
  width: 100%;
}
.cid-u9EZtuDVuB .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9EZtuDVuB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9EZtuDVuB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9EZtuDVuB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9EZtuDVuB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9EZtuDVuB .menu_box .navbar.opened,
  .cid-u9EZtuDVuB .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9EZtuDVuB nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9EZtuDVuB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9EZtuDVuB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9EZtuDVuB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9EZtuDVuB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9EZtuDVuB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9EZtuDVuB .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9EZtuDVuB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9EZtuDVuB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9EZtuDVuB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9EZtuDVuB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9EZtuDVuB .offcanvas-body .mbr-text,
  .cid-u9EZtuDVuB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9EZtuDVuB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9EZtuDVuB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9EZtuDVuB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9EZtuDVuB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9EZtuDVuB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9EZtuDVuB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9EZtuDVuB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9EZtuDVuB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9EZtuDVuB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9EZtuDVuB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9EZtuDVuB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9EZtuDVuB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9EZtuDVuB .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9EZtuDVuB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9EZtuDVuB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9EZtuDVuB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9EZtuDVuB .nav-item {
    margin: 0 !important;
  }
}
.cid-u9EZtuDVuB .nav-item .nav-link:hover,
.cid-u9EZtuDVuB .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9EZtuDVuB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9EZtuDVuB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9EZtuDVuB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9EZtuDVuB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9EZtuDVuB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9EZtuDVuB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9EZtuDVuB .offcanvas_box {
    display: none;
  }
}
.cid-u9EZtuDVuB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9EZtuDVuB .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9EZtuDVuB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9EZtuDVuB .container {
  display: flex;
  margin: auto;
}
.cid-u9EZtuDVuB .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9EZtuDVuB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9EZtuDVuB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9EZtuDVuB .navbar-caption {
  color: #2b2b2b;
}
.cid-u9EZtuDVuB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9EZtuDVuB .navbar-nav {
    margin: 0;
  }
}
.cid-u9EZtuDVuB .dropdown-menu,
.cid-u9EZtuDVuB .navbar.opened {
  background-color: true !important;
}
.cid-u9EZtuDVuB .nav-item:focus,
.cid-u9EZtuDVuB .nav-link:focus {
  outline: none;
}
.cid-u9EZtuDVuB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9EZtuDVuB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9EZtuDVuB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9EZtuDVuB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9EZtuDVuB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9EZtuDVuB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9EZtuDVuB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9EZtuDVuB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9EZtuDVuB .navbar.opened {
  transition: all 0.3s;
}
.cid-u9EZtuDVuB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9EZtuDVuB .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9EZtuDVuB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9EZtuDVuB .navbar.collapsed {
  justify-content: center;
}
.cid-u9EZtuDVuB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9EZtuDVuB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9EZtuDVuB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9EZtuDVuB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9EZtuDVuB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9EZtuDVuB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9EZtuDVuB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9EZtuDVuB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9EZtuDVuB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9EZtuDVuB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9EZtuDVuB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9EZtuDVuB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9EZtuDVuB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9EZtuDVuB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9EZtuDVuB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9EZtuDVuB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9EZtuDVuB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9EZtuDVuB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9EZtuDVuB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9EZtuDVuB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9EZtuDVuB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9EZtuDVuB .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9EZtuDVuB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9EZtuDVuB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9EZtuDVuB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9EZtuDVuB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9EZtuDVuB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9EZtuDVuB .dropdown-item.active,
.cid-u9EZtuDVuB .dropdown-item:active {
  background-color: transparent;
}
.cid-u9EZtuDVuB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9EZtuDVuB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9EZtuDVuB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9EZtuDVuB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9EZtuDVuB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9EZtuDVuB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9EZtuDVuB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9EZtuDVuB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9EZtuDVuB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9EZtuDVuB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9EZtuDVuB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9EZtuDVuB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9EZtuDVuB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9EZtuDVuB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9EZtuDVuB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9EZtuDVuB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9EZtuDVuB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9EZtuDVuB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9EZtuDVuB .navbar {
    height: 70px;
  }
  .cid-u9EZtuDVuB .navbar.opened {
    height: auto;
  }
  .cid-u9EZtuDVuB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9EZtuDVuB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9EZtuDVuB .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9EZtuDVuB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9EZtuDVuB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9EZtuDVuB .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9EZtuDVuB .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9EZtuDVuB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9EZtuDVuB .text_widget {
  margin-bottom: 32px;
}
.cid-u9EZtuDVuB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9EZtuDVuB .text_widget a:hover {
  opacity: .5;
}
.cid-u9EZtuDVuB .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9EZtuDVuB .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9EZtuDVuB .mbr-section-subtitle,
.cid-u9EZtuDVuB .text_widget,
.cid-u9EZtuDVuB .mbr-section-btn {
  text-align: center;
}
.cid-u9EZtuDVuB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9EZtvaZdk {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9EZtvaZdk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9EZtvaZdk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9EZtvaZdk .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9EZtvaZdk .label-text {
  color: #747474;
}
.cid-u9EZtvaZdk .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9EZtvaZdk .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9EZtvaZdk .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9EZtvaZdk .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9EZtvaZdk .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9EZtvusBs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9EZtvusBs .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9EZtvusBs .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9EZtvusBs .container {
    padding: 0 25px;
  }
}
.cid-u9EZtvusBs .row {
  margin: 0;
}
.cid-u9EZtvusBs .row .card {
  padding: 0;
}
.cid-u9EZtvusBs .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9EZtvusBs .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9EZtvusBs .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9EZtvusBs .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9EZtvusBs .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9EZtvusBs .item:focus,
.cid-u9EZtvusBs span:focus {
  outline: none;
}
.cid-u9EZtvusBs .item-wrapper {
  position: relative;
}
.cid-u9EZtvusBs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9EZtvusBs .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9EZtvusBs .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9EZtvusBs .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9EZtvusBs .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9EZtvusBs .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9EZtvusBs .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9EZtvusBs .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9EZtvusBs .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9EZtvusBs .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9EZtvusBs .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9EZtvusBs .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9EZtvusBs .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9EZtvusBs .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9EZtvusBs .embla__button--next,
.cid-u9EZtvusBs .embla__button--prev {
  display: flex;
}
.cid-u9EZtvusBs .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9EZtvusBs .embla__button {
    display: none;
  }
}
.cid-u9EZtvusBs .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9EZtvusBs .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9EZtvusBs .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9EZtvusBs .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9EZtvusBs .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9EZtvusBs .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9EZtvusBs .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9EZtvusBs .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9EZtvusBs .embla__button {
    bottom: 1rem;
  }
}
.cid-u9EZtvusBs .embla {
  position: relative;
  width: 100%;
}
.cid-u9EZtvusBs .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9EZtvusBs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9EZtvusBs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9EZtvusBs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9EZtvusBs .mbr-section-title {
  color: #ffffff;
}
.cid-u9EZtvusBs .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9EZtvusBs .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9EZtvYoLH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9EZtvYoLH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9EZtvYoLH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9EZtvYoLH .container {
    padding: 0 30px;
  }
}
.cid-u9EZtvYoLH .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9EZtvYoLH .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9EZtvYoLH .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9EZtvYoLH .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9EZtvYoLH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9EZtvYoLH .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9EZtvYoLH .items .item {
    padding: 20px 0;
  }
}
.cid-u9EZtvYoLH .items .item:hover::after,
.cid-u9EZtvYoLH .items .item:focus::after {
  height: 100%;
}
.cid-u9EZtvYoLH .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9EZtvYoLH .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9EZtvYoLH .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9EZtvYoLH .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9EZtvYoLH .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9EZtvYoLH .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9EZtvYoLH .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9EZtvYoLH .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9EZtvYoLH .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9EZtvYoLH .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9EZtvYoLH .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9EZtvYoLH .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9EZtvYoLH .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9EZtvYoLH .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9EZtvYoLH .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9EZtvYoLH .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9EZtvYoLH .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9EZtvYoLH .mbr-section-title {
  color: #3a341c;
}
.cid-u9EZtvYoLH .card-title {
  color: #3a341c;
}
.cid-u9EZtvYoLH .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9EZtvYoLH .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uaoQBLv6qV {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uaoQBLv6qV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaoQBLv6qV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaoQBLv6qV .col-title {
  margin-bottom: 32px;
}
.cid-uaoQBLv6qV .mbr-section-title {
  color: #24262b;
}
.cid-uaoQBLv6qV .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaoQBLv6qV .cars-row {
  row-gap: 32px;
}
.cid-uaoQBLv6qV .card {
  border-radius: 0;
}
.cid-uaoQBLv6qV .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uaoQBLv6qV .text-wrap {
  flex-grow: 1;
}
.cid-uaoQBLv6qV .card-title {
  color: #24262b;
}
.cid-uaoQBLv6qV .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uaoQBLv6qV .mbr-section-btn {
  margin-top: 12px;
}
.cid-uaoQBLv6qV .card-title,
.cid-uaoQBLv6qV .card-wrapper {
  color: #35341b;
}
.cid-ucKRg8XHkW {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKRg8XHkW .mbr-text {
  color: #ffffff;
}
.cid-ucKRg8XHkW .container {
  max-width: 1000px;
}
.cid-ucKRg8XHkW h4 {
  text-align: center;
}
.cid-ucKRg8XHkW p {
  text-align: center;
}
.cid-ucKRg8XHkW .row {
  justify-content: center;
}
.cid-ucKRg8XHkW .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKRg8XHkW .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKRg8XHkW .card-title,
.cid-ucKRg8XHkW .card-img {
  color: #b69b74;
}
.cid-ucKRg8XHkW .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKRg8XHkW .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKRg8XHkW img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9EZtx6WIE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9EZtx6WIE .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9EYvEypKj {
  z-index: 1000;
  width: 100%;
}
.cid-u9EYvEypKj .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9EYvEypKj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9EYvEypKj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9EYvEypKj .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9EYvEypKj .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9EYvEypKj .menu_box .navbar.opened,
  .cid-u9EYvEypKj .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9EYvEypKj nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9EYvEypKj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9EYvEypKj .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9EYvEypKj .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9EYvEypKj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9EYvEypKj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9EYvEypKj .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9EYvEypKj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9EYvEypKj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9EYvEypKj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9EYvEypKj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9EYvEypKj .offcanvas-body .mbr-text,
  .cid-u9EYvEypKj .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9EYvEypKj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9EYvEypKj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9EYvEypKj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9EYvEypKj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9EYvEypKj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9EYvEypKj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9EYvEypKj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9EYvEypKj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9EYvEypKj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9EYvEypKj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9EYvEypKj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9EYvEypKj li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9EYvEypKj .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9EYvEypKj .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9EYvEypKj .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9EYvEypKj .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9EYvEypKj .nav-item {
    margin: 0 !important;
  }
}
.cid-u9EYvEypKj .nav-item .nav-link:hover,
.cid-u9EYvEypKj .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9EYvEypKj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9EYvEypKj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9EYvEypKj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9EYvEypKj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9EYvEypKj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9EYvEypKj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9EYvEypKj .offcanvas_box {
    display: none;
  }
}
.cid-u9EYvEypKj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9EYvEypKj .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9EYvEypKj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9EYvEypKj .container {
  display: flex;
  margin: auto;
}
.cid-u9EYvEypKj .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9EYvEypKj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9EYvEypKj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9EYvEypKj .navbar-caption {
  color: #2b2b2b;
}
.cid-u9EYvEypKj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9EYvEypKj .navbar-nav {
    margin: 0;
  }
}
.cid-u9EYvEypKj .dropdown-menu,
.cid-u9EYvEypKj .navbar.opened {
  background-color: true !important;
}
.cid-u9EYvEypKj .nav-item:focus,
.cid-u9EYvEypKj .nav-link:focus {
  outline: none;
}
.cid-u9EYvEypKj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9EYvEypKj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9EYvEypKj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9EYvEypKj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9EYvEypKj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9EYvEypKj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9EYvEypKj .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9EYvEypKj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9EYvEypKj .navbar.opened {
  transition: all 0.3s;
}
.cid-u9EYvEypKj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9EYvEypKj .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9EYvEypKj .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9EYvEypKj .navbar.collapsed {
  justify-content: center;
}
.cid-u9EYvEypKj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9EYvEypKj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9EYvEypKj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9EYvEypKj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9EYvEypKj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9EYvEypKj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9EYvEypKj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9EYvEypKj .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9EYvEypKj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9EYvEypKj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9EYvEypKj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9EYvEypKj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9EYvEypKj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9EYvEypKj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9EYvEypKj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9EYvEypKj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9EYvEypKj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9EYvEypKj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9EYvEypKj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9EYvEypKj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9EYvEypKj .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9EYvEypKj .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9EYvEypKj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9EYvEypKj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9EYvEypKj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9EYvEypKj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9EYvEypKj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9EYvEypKj .dropdown-item.active,
.cid-u9EYvEypKj .dropdown-item:active {
  background-color: transparent;
}
.cid-u9EYvEypKj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9EYvEypKj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9EYvEypKj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9EYvEypKj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9EYvEypKj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9EYvEypKj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9EYvEypKj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9EYvEypKj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9EYvEypKj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9EYvEypKj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9EYvEypKj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9EYvEypKj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9EYvEypKj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9EYvEypKj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9EYvEypKj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9EYvEypKj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9EYvEypKj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9EYvEypKj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9EYvEypKj .navbar {
    height: 70px;
  }
  .cid-u9EYvEypKj .navbar.opened {
    height: auto;
  }
  .cid-u9EYvEypKj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9EYvEypKj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9EYvEypKj .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9EYvEypKj .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9EYvEypKj .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9EYvEypKj .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9EYvEypKj .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9EYvEypKj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9EYvEypKj .text_widget {
  margin-bottom: 32px;
}
.cid-u9EYvEypKj .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9EYvEypKj .text_widget a:hover {
  opacity: .5;
}
.cid-u9EYvEypKj .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9EYvEypKj .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9EYvEypKj .mbr-section-subtitle,
.cid-u9EYvEypKj .text_widget,
.cid-u9EYvEypKj .mbr-section-btn {
  text-align: center;
}
.cid-u9EYvEypKj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9EYvF2TO2 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9EYvF2TO2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9EYvF2TO2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9EYvF2TO2 .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9EYvF2TO2 .label-text {
  color: #747474;
}
.cid-u9EYvF2TO2 .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9EYvF2TO2 .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9EYvF2TO2 .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9EYvF2TO2 .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9EYvF2TO2 .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9EYvFoHLu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9EYvFoHLu .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9EYvFoHLu .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9EYvFoHLu .container {
    padding: 0 25px;
  }
}
.cid-u9EYvFoHLu .row {
  margin: 0;
}
.cid-u9EYvFoHLu .row .card {
  padding: 0;
}
.cid-u9EYvFoHLu .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9EYvFoHLu .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9EYvFoHLu .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9EYvFoHLu .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9EYvFoHLu .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9EYvFoHLu .item:focus,
.cid-u9EYvFoHLu span:focus {
  outline: none;
}
.cid-u9EYvFoHLu .item-wrapper {
  position: relative;
}
.cid-u9EYvFoHLu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9EYvFoHLu .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9EYvFoHLu .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9EYvFoHLu .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9EYvFoHLu .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9EYvFoHLu .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9EYvFoHLu .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9EYvFoHLu .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9EYvFoHLu .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9EYvFoHLu .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9EYvFoHLu .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9EYvFoHLu .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9EYvFoHLu .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9EYvFoHLu .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9EYvFoHLu .embla__button--next,
.cid-u9EYvFoHLu .embla__button--prev {
  display: flex;
}
.cid-u9EYvFoHLu .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9EYvFoHLu .embla__button {
    display: none;
  }
}
.cid-u9EYvFoHLu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9EYvFoHLu .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9EYvFoHLu .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9EYvFoHLu .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9EYvFoHLu .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9EYvFoHLu .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9EYvFoHLu .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9EYvFoHLu .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9EYvFoHLu .embla__button {
    bottom: 1rem;
  }
}
.cid-u9EYvFoHLu .embla {
  position: relative;
  width: 100%;
}
.cid-u9EYvFoHLu .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9EYvFoHLu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9EYvFoHLu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9EYvFoHLu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9EYvFoHLu .mbr-section-title {
  color: #ffffff;
}
.cid-u9EYvFoHLu .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9EYvFoHLu .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9EYvFMhfj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9EYvFMhfj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9EYvFMhfj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9EYvFMhfj .container {
    padding: 0 30px;
  }
}
.cid-u9EYvFMhfj .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9EYvFMhfj .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9EYvFMhfj .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9EYvFMhfj .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9EYvFMhfj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9EYvFMhfj .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9EYvFMhfj .items .item {
    padding: 20px 0;
  }
}
.cid-u9EYvFMhfj .items .item:hover::after,
.cid-u9EYvFMhfj .items .item:focus::after {
  height: 100%;
}
.cid-u9EYvFMhfj .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9EYvFMhfj .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9EYvFMhfj .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9EYvFMhfj .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9EYvFMhfj .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9EYvFMhfj .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9EYvFMhfj .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9EYvFMhfj .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9EYvFMhfj .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9EYvFMhfj .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9EYvFMhfj .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9EYvFMhfj .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9EYvFMhfj .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9EYvFMhfj .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9EYvFMhfj .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9EYvFMhfj .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9EYvFMhfj .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9EYvFMhfj .mbr-section-title {
  color: #3a341c;
}
.cid-u9EYvFMhfj .card-title {
  color: #3a341c;
}
.cid-u9EYvFMhfj .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9EYvFMhfj .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uaoQnBeg2H {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uaoQnBeg2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaoQnBeg2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaoQnBeg2H .col-title {
  margin-bottom: 32px;
}
.cid-uaoQnBeg2H .mbr-section-title {
  color: #24262b;
}
.cid-uaoQnBeg2H .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaoQnBeg2H .cars-row {
  row-gap: 32px;
}
.cid-uaoQnBeg2H .card {
  border-radius: 0;
}
.cid-uaoQnBeg2H .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uaoQnBeg2H .text-wrap {
  flex-grow: 1;
}
.cid-uaoQnBeg2H .card-title {
  color: #24262b;
}
.cid-uaoQnBeg2H .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uaoQnBeg2H .mbr-section-btn {
  margin-top: 12px;
}
.cid-uaoQnBeg2H .card-title,
.cid-uaoQnBeg2H .card-wrapper {
  color: #35341b;
}
.cid-ucKRbGq6rQ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKRbGq6rQ .mbr-text {
  color: #ffffff;
}
.cid-ucKRbGq6rQ .container {
  max-width: 1000px;
}
.cid-ucKRbGq6rQ h4 {
  text-align: center;
}
.cid-ucKRbGq6rQ p {
  text-align: center;
}
.cid-ucKRbGq6rQ .row {
  justify-content: center;
}
.cid-ucKRbGq6rQ .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKRbGq6rQ .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKRbGq6rQ .card-title,
.cid-ucKRbGq6rQ .card-img {
  color: #b69b74;
}
.cid-ucKRbGq6rQ .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKRbGq6rQ .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKRbGq6rQ img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9EYvGUV3K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9EYvGUV3K .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9EXz4sYYn {
  z-index: 1000;
  width: 100%;
}
.cid-u9EXz4sYYn .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9EXz4sYYn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9EXz4sYYn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9EXz4sYYn .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9EXz4sYYn .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9EXz4sYYn .menu_box .navbar.opened,
  .cid-u9EXz4sYYn .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9EXz4sYYn nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9EXz4sYYn .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9EXz4sYYn .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9EXz4sYYn .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9EXz4sYYn .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9EXz4sYYn .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9EXz4sYYn .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9EXz4sYYn .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9EXz4sYYn .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9EXz4sYYn .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9EXz4sYYn .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9EXz4sYYn .offcanvas-body .mbr-text,
  .cid-u9EXz4sYYn .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9EXz4sYYn .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9EXz4sYYn .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9EXz4sYYn .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9EXz4sYYn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9EXz4sYYn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9EXz4sYYn .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9EXz4sYYn .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9EXz4sYYn ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9EXz4sYYn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9EXz4sYYn .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9EXz4sYYn .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9EXz4sYYn li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9EXz4sYYn .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9EXz4sYYn .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9EXz4sYYn .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9EXz4sYYn .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9EXz4sYYn .nav-item {
    margin: 0 !important;
  }
}
.cid-u9EXz4sYYn .nav-item .nav-link:hover,
.cid-u9EXz4sYYn .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9EXz4sYYn .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9EXz4sYYn .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9EXz4sYYn .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9EXz4sYYn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9EXz4sYYn .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9EXz4sYYn .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9EXz4sYYn .offcanvas_box {
    display: none;
  }
}
.cid-u9EXz4sYYn .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9EXz4sYYn .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9EXz4sYYn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9EXz4sYYn .container {
  display: flex;
  margin: auto;
}
.cid-u9EXz4sYYn .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9EXz4sYYn .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9EXz4sYYn .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9EXz4sYYn .navbar-caption {
  color: #2b2b2b;
}
.cid-u9EXz4sYYn .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9EXz4sYYn .navbar-nav {
    margin: 0;
  }
}
.cid-u9EXz4sYYn .dropdown-menu,
.cid-u9EXz4sYYn .navbar.opened {
  background-color: true !important;
}
.cid-u9EXz4sYYn .nav-item:focus,
.cid-u9EXz4sYYn .nav-link:focus {
  outline: none;
}
.cid-u9EXz4sYYn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9EXz4sYYn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9EXz4sYYn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9EXz4sYYn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9EXz4sYYn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9EXz4sYYn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9EXz4sYYn .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9EXz4sYYn .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9EXz4sYYn .navbar.opened {
  transition: all 0.3s;
}
.cid-u9EXz4sYYn .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9EXz4sYYn .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9EXz4sYYn .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9EXz4sYYn .navbar.collapsed {
  justify-content: center;
}
.cid-u9EXz4sYYn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9EXz4sYYn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9EXz4sYYn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9EXz4sYYn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9EXz4sYYn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9EXz4sYYn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9EXz4sYYn .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9EXz4sYYn .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9EXz4sYYn .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9EXz4sYYn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9EXz4sYYn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9EXz4sYYn .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9EXz4sYYn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9EXz4sYYn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9EXz4sYYn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9EXz4sYYn .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9EXz4sYYn .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9EXz4sYYn .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9EXz4sYYn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9EXz4sYYn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9EXz4sYYn .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9EXz4sYYn .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9EXz4sYYn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9EXz4sYYn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9EXz4sYYn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9EXz4sYYn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9EXz4sYYn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9EXz4sYYn .dropdown-item.active,
.cid-u9EXz4sYYn .dropdown-item:active {
  background-color: transparent;
}
.cid-u9EXz4sYYn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9EXz4sYYn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9EXz4sYYn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9EXz4sYYn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9EXz4sYYn ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9EXz4sYYn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9EXz4sYYn button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9EXz4sYYn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9EXz4sYYn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9EXz4sYYn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9EXz4sYYn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9EXz4sYYn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9EXz4sYYn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9EXz4sYYn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9EXz4sYYn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9EXz4sYYn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9EXz4sYYn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9EXz4sYYn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9EXz4sYYn .navbar {
    height: 70px;
  }
  .cid-u9EXz4sYYn .navbar.opened {
    height: auto;
  }
  .cid-u9EXz4sYYn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9EXz4sYYn .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9EXz4sYYn .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9EXz4sYYn .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9EXz4sYYn .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9EXz4sYYn .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9EXz4sYYn .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9EXz4sYYn .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9EXz4sYYn .text_widget {
  margin-bottom: 32px;
}
.cid-u9EXz4sYYn .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9EXz4sYYn .text_widget a:hover {
  opacity: .5;
}
.cid-u9EXz4sYYn .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9EXz4sYYn .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9EXz4sYYn .mbr-section-subtitle,
.cid-u9EXz4sYYn .text_widget,
.cid-u9EXz4sYYn .mbr-section-btn {
  text-align: center;
}
.cid-u9EXz4sYYn a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9EXz4XEB5 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9EXz4XEB5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9EXz4XEB5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9EXz4XEB5 .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9EXz4XEB5 .label-text {
  color: #747474;
}
.cid-u9EXz4XEB5 .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9EXz4XEB5 .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9EXz4XEB5 .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9EXz4XEB5 .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9EXz4XEB5 .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9EXz5gGjb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9EXz5gGjb .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9EXz5gGjb .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9EXz5gGjb .container {
    padding: 0 25px;
  }
}
.cid-u9EXz5gGjb .row {
  margin: 0;
}
.cid-u9EXz5gGjb .row .card {
  padding: 0;
}
.cid-u9EXz5gGjb .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9EXz5gGjb .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9EXz5gGjb .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9EXz5gGjb .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9EXz5gGjb .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9EXz5gGjb .item:focus,
.cid-u9EXz5gGjb span:focus {
  outline: none;
}
.cid-u9EXz5gGjb .item-wrapper {
  position: relative;
}
.cid-u9EXz5gGjb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9EXz5gGjb .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9EXz5gGjb .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9EXz5gGjb .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9EXz5gGjb .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9EXz5gGjb .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9EXz5gGjb .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9EXz5gGjb .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9EXz5gGjb .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9EXz5gGjb .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9EXz5gGjb .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9EXz5gGjb .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9EXz5gGjb .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9EXz5gGjb .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9EXz5gGjb .embla__button--next,
.cid-u9EXz5gGjb .embla__button--prev {
  display: flex;
}
.cid-u9EXz5gGjb .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9EXz5gGjb .embla__button {
    display: none;
  }
}
.cid-u9EXz5gGjb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9EXz5gGjb .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9EXz5gGjb .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9EXz5gGjb .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9EXz5gGjb .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9EXz5gGjb .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9EXz5gGjb .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9EXz5gGjb .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9EXz5gGjb .embla__button {
    bottom: 1rem;
  }
}
.cid-u9EXz5gGjb .embla {
  position: relative;
  width: 100%;
}
.cid-u9EXz5gGjb .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9EXz5gGjb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9EXz5gGjb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9EXz5gGjb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9EXz5gGjb .mbr-section-title {
  color: #ffffff;
}
.cid-u9EXz5gGjb .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9EXz5gGjb .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9EXz5H7rG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9EXz5H7rG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9EXz5H7rG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9EXz5H7rG .container {
    padding: 0 30px;
  }
}
.cid-u9EXz5H7rG .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9EXz5H7rG .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9EXz5H7rG .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9EXz5H7rG .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9EXz5H7rG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9EXz5H7rG .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9EXz5H7rG .items .item {
    padding: 20px 0;
  }
}
.cid-u9EXz5H7rG .items .item:hover::after,
.cid-u9EXz5H7rG .items .item:focus::after {
  height: 100%;
}
.cid-u9EXz5H7rG .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9EXz5H7rG .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9EXz5H7rG .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9EXz5H7rG .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9EXz5H7rG .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9EXz5H7rG .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9EXz5H7rG .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9EXz5H7rG .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9EXz5H7rG .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9EXz5H7rG .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9EXz5H7rG .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9EXz5H7rG .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9EXz5H7rG .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9EXz5H7rG .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9EXz5H7rG .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9EXz5H7rG .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9EXz5H7rG .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9EXz5H7rG .mbr-section-title {
  color: #3a341c;
}
.cid-u9EXz5H7rG .card-title {
  color: #3a341c;
}
.cid-u9EXz5H7rG .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9EXz5H7rG .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uaoQc8bwJo {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uaoQc8bwJo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaoQc8bwJo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaoQc8bwJo .col-title {
  margin-bottom: 32px;
}
.cid-uaoQc8bwJo .mbr-section-title {
  color: #24262b;
}
.cid-uaoQc8bwJo .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaoQc8bwJo .cars-row {
  row-gap: 32px;
}
.cid-uaoQc8bwJo .card {
  border-radius: 0;
}
.cid-uaoQc8bwJo .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uaoQc8bwJo .text-wrap {
  flex-grow: 1;
}
.cid-uaoQc8bwJo .card-title {
  color: #24262b;
}
.cid-uaoQc8bwJo .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uaoQc8bwJo .mbr-section-btn {
  margin-top: 12px;
}
.cid-uaoQc8bwJo .card-title,
.cid-uaoQc8bwJo .card-wrapper {
  color: #35341b;
}
.cid-ucKR7g79PZ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKR7g79PZ .mbr-text {
  color: #ffffff;
}
.cid-ucKR7g79PZ .container {
  max-width: 1000px;
}
.cid-ucKR7g79PZ h4 {
  text-align: center;
}
.cid-ucKR7g79PZ p {
  text-align: center;
}
.cid-ucKR7g79PZ .row {
  justify-content: center;
}
.cid-ucKR7g79PZ .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKR7g79PZ .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKR7g79PZ .card-title,
.cid-ucKR7g79PZ .card-img {
  color: #b69b74;
}
.cid-ucKR7g79PZ .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKR7g79PZ .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKR7g79PZ img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9EXz6XL5r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9EXz6XL5r .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9EVT0Unvr {
  z-index: 1000;
  width: 100%;
}
.cid-u9EVT0Unvr .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9EVT0Unvr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9EVT0Unvr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9EVT0Unvr .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9EVT0Unvr .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9EVT0Unvr .menu_box .navbar.opened,
  .cid-u9EVT0Unvr .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9EVT0Unvr nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9EVT0Unvr .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9EVT0Unvr .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9EVT0Unvr .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9EVT0Unvr .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9EVT0Unvr .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9EVT0Unvr .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9EVT0Unvr .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9EVT0Unvr .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9EVT0Unvr .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9EVT0Unvr .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9EVT0Unvr .offcanvas-body .mbr-text,
  .cid-u9EVT0Unvr .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9EVT0Unvr .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9EVT0Unvr .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9EVT0Unvr .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9EVT0Unvr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9EVT0Unvr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9EVT0Unvr .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9EVT0Unvr .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9EVT0Unvr ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9EVT0Unvr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9EVT0Unvr .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9EVT0Unvr .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9EVT0Unvr li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9EVT0Unvr .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9EVT0Unvr .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9EVT0Unvr .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9EVT0Unvr .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9EVT0Unvr .nav-item {
    margin: 0 !important;
  }
}
.cid-u9EVT0Unvr .nav-item .nav-link:hover,
.cid-u9EVT0Unvr .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9EVT0Unvr .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9EVT0Unvr .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9EVT0Unvr .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9EVT0Unvr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9EVT0Unvr .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9EVT0Unvr .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9EVT0Unvr .offcanvas_box {
    display: none;
  }
}
.cid-u9EVT0Unvr .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9EVT0Unvr .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9EVT0Unvr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9EVT0Unvr .container {
  display: flex;
  margin: auto;
}
.cid-u9EVT0Unvr .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9EVT0Unvr .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9EVT0Unvr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9EVT0Unvr .navbar-caption {
  color: #2b2b2b;
}
.cid-u9EVT0Unvr .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9EVT0Unvr .navbar-nav {
    margin: 0;
  }
}
.cid-u9EVT0Unvr .dropdown-menu,
.cid-u9EVT0Unvr .navbar.opened {
  background-color: true !important;
}
.cid-u9EVT0Unvr .nav-item:focus,
.cid-u9EVT0Unvr .nav-link:focus {
  outline: none;
}
.cid-u9EVT0Unvr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9EVT0Unvr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9EVT0Unvr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9EVT0Unvr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9EVT0Unvr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9EVT0Unvr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9EVT0Unvr .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9EVT0Unvr .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9EVT0Unvr .navbar.opened {
  transition: all 0.3s;
}
.cid-u9EVT0Unvr .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9EVT0Unvr .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9EVT0Unvr .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9EVT0Unvr .navbar.collapsed {
  justify-content: center;
}
.cid-u9EVT0Unvr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9EVT0Unvr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9EVT0Unvr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9EVT0Unvr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9EVT0Unvr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9EVT0Unvr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9EVT0Unvr .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9EVT0Unvr .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9EVT0Unvr .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9EVT0Unvr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9EVT0Unvr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9EVT0Unvr .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9EVT0Unvr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9EVT0Unvr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9EVT0Unvr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9EVT0Unvr .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9EVT0Unvr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9EVT0Unvr .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9EVT0Unvr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9EVT0Unvr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9EVT0Unvr .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9EVT0Unvr .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9EVT0Unvr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9EVT0Unvr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9EVT0Unvr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9EVT0Unvr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9EVT0Unvr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9EVT0Unvr .dropdown-item.active,
.cid-u9EVT0Unvr .dropdown-item:active {
  background-color: transparent;
}
.cid-u9EVT0Unvr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9EVT0Unvr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9EVT0Unvr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9EVT0Unvr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9EVT0Unvr ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9EVT0Unvr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9EVT0Unvr button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9EVT0Unvr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9EVT0Unvr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9EVT0Unvr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9EVT0Unvr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9EVT0Unvr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9EVT0Unvr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9EVT0Unvr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9EVT0Unvr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9EVT0Unvr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9EVT0Unvr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9EVT0Unvr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9EVT0Unvr .navbar {
    height: 70px;
  }
  .cid-u9EVT0Unvr .navbar.opened {
    height: auto;
  }
  .cid-u9EVT0Unvr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9EVT0Unvr .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9EVT0Unvr .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9EVT0Unvr .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9EVT0Unvr .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9EVT0Unvr .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9EVT0Unvr .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9EVT0Unvr .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9EVT0Unvr .text_widget {
  margin-bottom: 32px;
}
.cid-u9EVT0Unvr .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9EVT0Unvr .text_widget a:hover {
  opacity: .5;
}
.cid-u9EVT0Unvr .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9EVT0Unvr .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9EVT0Unvr .mbr-section-subtitle,
.cid-u9EVT0Unvr .text_widget,
.cid-u9EVT0Unvr .mbr-section-btn {
  text-align: center;
}
.cid-u9EVT0Unvr a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9EVT1rkVd {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9EVT1rkVd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9EVT1rkVd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9EVT1rkVd .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9EVT1rkVd .label-text {
  color: #747474;
}
.cid-u9EVT1rkVd .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9EVT1rkVd .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9EVT1rkVd .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9EVT1rkVd .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9EVT1rkVd .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9EVT1LV05 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9EVT1LV05 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9EVT1LV05 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9EVT1LV05 .container {
    padding: 0 25px;
  }
}
.cid-u9EVT1LV05 .row {
  margin: 0;
}
.cid-u9EVT1LV05 .row .card {
  padding: 0;
}
.cid-u9EVT1LV05 .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9EVT1LV05 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9EVT1LV05 .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9EVT1LV05 .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9EVT1LV05 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9EVT1LV05 .item:focus,
.cid-u9EVT1LV05 span:focus {
  outline: none;
}
.cid-u9EVT1LV05 .item-wrapper {
  position: relative;
}
.cid-u9EVT1LV05 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9EVT1LV05 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9EVT1LV05 .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9EVT1LV05 .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9EVT1LV05 .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9EVT1LV05 .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9EVT1LV05 .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9EVT1LV05 .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9EVT1LV05 .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9EVT1LV05 .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9EVT1LV05 .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9EVT1LV05 .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9EVT1LV05 .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9EVT1LV05 .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9EVT1LV05 .embla__button--next,
.cid-u9EVT1LV05 .embla__button--prev {
  display: flex;
}
.cid-u9EVT1LV05 .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9EVT1LV05 .embla__button {
    display: none;
  }
}
.cid-u9EVT1LV05 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9EVT1LV05 .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9EVT1LV05 .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9EVT1LV05 .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9EVT1LV05 .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9EVT1LV05 .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9EVT1LV05 .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9EVT1LV05 .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9EVT1LV05 .embla__button {
    bottom: 1rem;
  }
}
.cid-u9EVT1LV05 .embla {
  position: relative;
  width: 100%;
}
.cid-u9EVT1LV05 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9EVT1LV05 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9EVT1LV05 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9EVT1LV05 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9EVT1LV05 .mbr-section-title {
  color: #ffffff;
}
.cid-u9EVT1LV05 .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9EVT1LV05 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9EVT2dcAY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9EVT2dcAY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9EVT2dcAY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9EVT2dcAY .container {
    padding: 0 30px;
  }
}
.cid-u9EVT2dcAY .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9EVT2dcAY .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9EVT2dcAY .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9EVT2dcAY .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9EVT2dcAY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9EVT2dcAY .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9EVT2dcAY .items .item {
    padding: 20px 0;
  }
}
.cid-u9EVT2dcAY .items .item:hover::after,
.cid-u9EVT2dcAY .items .item:focus::after {
  height: 100%;
}
.cid-u9EVT2dcAY .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9EVT2dcAY .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9EVT2dcAY .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9EVT2dcAY .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9EVT2dcAY .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9EVT2dcAY .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9EVT2dcAY .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9EVT2dcAY .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9EVT2dcAY .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9EVT2dcAY .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9EVT2dcAY .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9EVT2dcAY .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9EVT2dcAY .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9EVT2dcAY .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9EVT2dcAY .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9EVT2dcAY .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9EVT2dcAY .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9EVT2dcAY .mbr-section-title {
  color: #3a341c;
}
.cid-u9EVT2dcAY .card-title {
  color: #3a341c;
}
.cid-u9EVT2dcAY .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9EVT2dcAY .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uaoPFuQSEX {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uaoPFuQSEX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaoPFuQSEX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaoPFuQSEX .col-title {
  margin-bottom: 32px;
}
.cid-uaoPFuQSEX .mbr-section-title {
  color: #24262b;
}
.cid-uaoPFuQSEX .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaoPFuQSEX .cars-row {
  row-gap: 32px;
}
.cid-uaoPFuQSEX .card {
  border-radius: 0;
}
.cid-uaoPFuQSEX .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uaoPFuQSEX .text-wrap {
  flex-grow: 1;
}
.cid-uaoPFuQSEX .card-title {
  color: #24262b;
}
.cid-uaoPFuQSEX .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uaoPFuQSEX .mbr-section-btn {
  margin-top: 12px;
}
.cid-uaoPFuQSEX .card-title,
.cid-uaoPFuQSEX .card-wrapper {
  color: #35341b;
}
.cid-ucKQXSDXVv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKQXSDXVv .mbr-text {
  color: #ffffff;
}
.cid-ucKQXSDXVv .container {
  max-width: 1000px;
}
.cid-ucKQXSDXVv h4 {
  text-align: center;
}
.cid-ucKQXSDXVv p {
  text-align: center;
}
.cid-ucKQXSDXVv .row {
  justify-content: center;
}
.cid-ucKQXSDXVv .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKQXSDXVv .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKQXSDXVv .card-title,
.cid-ucKQXSDXVv .card-img {
  color: #b69b74;
}
.cid-ucKQXSDXVv .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKQXSDXVv .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKQXSDXVv img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9EVT3ncXb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9EVT3ncXb .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9ERtqdWkY {
  z-index: 1000;
  width: 100%;
}
.cid-u9ERtqdWkY .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9ERtqdWkY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9ERtqdWkY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9ERtqdWkY .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9ERtqdWkY .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9ERtqdWkY .menu_box .navbar.opened,
  .cid-u9ERtqdWkY .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9ERtqdWkY nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9ERtqdWkY .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9ERtqdWkY .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ERtqdWkY .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9ERtqdWkY .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9ERtqdWkY .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9ERtqdWkY .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9ERtqdWkY .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9ERtqdWkY .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9ERtqdWkY .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9ERtqdWkY .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9ERtqdWkY .offcanvas-body .mbr-text,
  .cid-u9ERtqdWkY .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9ERtqdWkY .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9ERtqdWkY .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9ERtqdWkY .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9ERtqdWkY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9ERtqdWkY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9ERtqdWkY .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9ERtqdWkY .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9ERtqdWkY ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9ERtqdWkY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9ERtqdWkY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9ERtqdWkY .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9ERtqdWkY li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9ERtqdWkY .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9ERtqdWkY .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9ERtqdWkY .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9ERtqdWkY .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9ERtqdWkY .nav-item {
    margin: 0 !important;
  }
}
.cid-u9ERtqdWkY .nav-item .nav-link:hover,
.cid-u9ERtqdWkY .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9ERtqdWkY .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9ERtqdWkY .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9ERtqdWkY .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9ERtqdWkY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9ERtqdWkY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9ERtqdWkY .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9ERtqdWkY .offcanvas_box {
    display: none;
  }
}
.cid-u9ERtqdWkY .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9ERtqdWkY .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9ERtqdWkY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9ERtqdWkY .container {
  display: flex;
  margin: auto;
}
.cid-u9ERtqdWkY .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9ERtqdWkY .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9ERtqdWkY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9ERtqdWkY .navbar-caption {
  color: #2b2b2b;
}
.cid-u9ERtqdWkY .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9ERtqdWkY .navbar-nav {
    margin: 0;
  }
}
.cid-u9ERtqdWkY .dropdown-menu,
.cid-u9ERtqdWkY .navbar.opened {
  background-color: true !important;
}
.cid-u9ERtqdWkY .nav-item:focus,
.cid-u9ERtqdWkY .nav-link:focus {
  outline: none;
}
.cid-u9ERtqdWkY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9ERtqdWkY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9ERtqdWkY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9ERtqdWkY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9ERtqdWkY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9ERtqdWkY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9ERtqdWkY .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9ERtqdWkY .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9ERtqdWkY .navbar.opened {
  transition: all 0.3s;
}
.cid-u9ERtqdWkY .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9ERtqdWkY .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9ERtqdWkY .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9ERtqdWkY .navbar.collapsed {
  justify-content: center;
}
.cid-u9ERtqdWkY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9ERtqdWkY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9ERtqdWkY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9ERtqdWkY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9ERtqdWkY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9ERtqdWkY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9ERtqdWkY .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9ERtqdWkY .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9ERtqdWkY .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9ERtqdWkY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9ERtqdWkY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9ERtqdWkY .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9ERtqdWkY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9ERtqdWkY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9ERtqdWkY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9ERtqdWkY .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9ERtqdWkY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9ERtqdWkY .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9ERtqdWkY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9ERtqdWkY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9ERtqdWkY .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9ERtqdWkY .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9ERtqdWkY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9ERtqdWkY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9ERtqdWkY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9ERtqdWkY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9ERtqdWkY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9ERtqdWkY .dropdown-item.active,
.cid-u9ERtqdWkY .dropdown-item:active {
  background-color: transparent;
}
.cid-u9ERtqdWkY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9ERtqdWkY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9ERtqdWkY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9ERtqdWkY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9ERtqdWkY ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9ERtqdWkY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9ERtqdWkY button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9ERtqdWkY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9ERtqdWkY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9ERtqdWkY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9ERtqdWkY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9ERtqdWkY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9ERtqdWkY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9ERtqdWkY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9ERtqdWkY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9ERtqdWkY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9ERtqdWkY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9ERtqdWkY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9ERtqdWkY .navbar {
    height: 70px;
  }
  .cid-u9ERtqdWkY .navbar.opened {
    height: auto;
  }
  .cid-u9ERtqdWkY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9ERtqdWkY .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9ERtqdWkY .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9ERtqdWkY .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9ERtqdWkY .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9ERtqdWkY .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9ERtqdWkY .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9ERtqdWkY .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9ERtqdWkY .text_widget {
  margin-bottom: 32px;
}
.cid-u9ERtqdWkY .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9ERtqdWkY .text_widget a:hover {
  opacity: .5;
}
.cid-u9ERtqdWkY .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9ERtqdWkY .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9ERtqdWkY .mbr-section-subtitle,
.cid-u9ERtqdWkY .text_widget,
.cid-u9ERtqdWkY .mbr-section-btn {
  text-align: center;
}
.cid-u9ERtqdWkY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9ERtqJ8cF {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9ERtqJ8cF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ERtqJ8cF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ERtqJ8cF .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9ERtqJ8cF .label-text {
  color: #747474;
}
.cid-u9ERtqJ8cF .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9ERtqJ8cF .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9ERtqJ8cF .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9ERtqJ8cF .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9ERtqJ8cF .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9ERtr2cZ2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9ERtr2cZ2 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9ERtr2cZ2 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9ERtr2cZ2 .container {
    padding: 0 25px;
  }
}
.cid-u9ERtr2cZ2 .row {
  margin: 0;
}
.cid-u9ERtr2cZ2 .row .card {
  padding: 0;
}
.cid-u9ERtr2cZ2 .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9ERtr2cZ2 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9ERtr2cZ2 .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9ERtr2cZ2 .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9ERtr2cZ2 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9ERtr2cZ2 .item:focus,
.cid-u9ERtr2cZ2 span:focus {
  outline: none;
}
.cid-u9ERtr2cZ2 .item-wrapper {
  position: relative;
}
.cid-u9ERtr2cZ2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9ERtr2cZ2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9ERtr2cZ2 .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9ERtr2cZ2 .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9ERtr2cZ2 .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9ERtr2cZ2 .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9ERtr2cZ2 .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9ERtr2cZ2 .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9ERtr2cZ2 .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9ERtr2cZ2 .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9ERtr2cZ2 .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9ERtr2cZ2 .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9ERtr2cZ2 .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9ERtr2cZ2 .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9ERtr2cZ2 .embla__button--next,
.cid-u9ERtr2cZ2 .embla__button--prev {
  display: flex;
}
.cid-u9ERtr2cZ2 .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9ERtr2cZ2 .embla__button {
    display: none;
  }
}
.cid-u9ERtr2cZ2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9ERtr2cZ2 .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9ERtr2cZ2 .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9ERtr2cZ2 .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9ERtr2cZ2 .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9ERtr2cZ2 .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9ERtr2cZ2 .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9ERtr2cZ2 .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9ERtr2cZ2 .embla__button {
    bottom: 1rem;
  }
}
.cid-u9ERtr2cZ2 .embla {
  position: relative;
  width: 100%;
}
.cid-u9ERtr2cZ2 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9ERtr2cZ2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9ERtr2cZ2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9ERtr2cZ2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9ERtr2cZ2 .mbr-section-title {
  color: #ffffff;
}
.cid-u9ERtr2cZ2 .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9ERtr2cZ2 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9ERtrs5UM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9ERtrs5UM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ERtrs5UM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9ERtrs5UM .container {
    padding: 0 30px;
  }
}
.cid-u9ERtrs5UM .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9ERtrs5UM .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9ERtrs5UM .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9ERtrs5UM .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9ERtrs5UM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9ERtrs5UM .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9ERtrs5UM .items .item {
    padding: 20px 0;
  }
}
.cid-u9ERtrs5UM .items .item:hover::after,
.cid-u9ERtrs5UM .items .item:focus::after {
  height: 100%;
}
.cid-u9ERtrs5UM .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9ERtrs5UM .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9ERtrs5UM .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9ERtrs5UM .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9ERtrs5UM .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9ERtrs5UM .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9ERtrs5UM .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9ERtrs5UM .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9ERtrs5UM .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9ERtrs5UM .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9ERtrs5UM .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9ERtrs5UM .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9ERtrs5UM .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9ERtrs5UM .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9ERtrs5UM .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9ERtrs5UM .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9ERtrs5UM .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9ERtrs5UM .mbr-section-title {
  color: #3a341c;
}
.cid-u9ERtrs5UM .card-title {
  color: #3a341c;
}
.cid-u9ERtrs5UM .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9ERtrs5UM .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uaoPyjcZDv {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uaoPyjcZDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaoPyjcZDv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaoPyjcZDv .col-title {
  margin-bottom: 32px;
}
.cid-uaoPyjcZDv .mbr-section-title {
  color: #24262b;
}
.cid-uaoPyjcZDv .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaoPyjcZDv .cars-row {
  row-gap: 32px;
}
.cid-uaoPyjcZDv .card {
  border-radius: 0;
}
.cid-uaoPyjcZDv .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uaoPyjcZDv .text-wrap {
  flex-grow: 1;
}
.cid-uaoPyjcZDv .card-title {
  color: #24262b;
}
.cid-uaoPyjcZDv .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uaoPyjcZDv .mbr-section-btn {
  margin-top: 12px;
}
.cid-uaoPyjcZDv .card-title,
.cid-uaoPyjcZDv .card-wrapper {
  color: #35341b;
}
.cid-ucKQT1guLV {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKQT1guLV .mbr-text {
  color: #ffffff;
}
.cid-ucKQT1guLV .container {
  max-width: 1000px;
}
.cid-ucKQT1guLV h4 {
  text-align: center;
}
.cid-ucKQT1guLV p {
  text-align: center;
}
.cid-ucKQT1guLV .row {
  justify-content: center;
}
.cid-ucKQT1guLV .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKQT1guLV .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKQT1guLV .card-title,
.cid-ucKQT1guLV .card-img {
  color: #b69b74;
}
.cid-ucKQT1guLV .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKQT1guLV .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKQT1guLV img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9ERtsC5QC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9ERtsC5QC .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9EORdnPI9 {
  z-index: 1000;
  width: 100%;
}
.cid-u9EORdnPI9 .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9EORdnPI9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9EORdnPI9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9EORdnPI9 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9EORdnPI9 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9EORdnPI9 .menu_box .navbar.opened,
  .cid-u9EORdnPI9 .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9EORdnPI9 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9EORdnPI9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9EORdnPI9 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9EORdnPI9 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9EORdnPI9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9EORdnPI9 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9EORdnPI9 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9EORdnPI9 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9EORdnPI9 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9EORdnPI9 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9EORdnPI9 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9EORdnPI9 .offcanvas-body .mbr-text,
  .cid-u9EORdnPI9 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9EORdnPI9 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9EORdnPI9 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9EORdnPI9 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9EORdnPI9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9EORdnPI9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9EORdnPI9 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9EORdnPI9 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9EORdnPI9 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9EORdnPI9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9EORdnPI9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9EORdnPI9 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9EORdnPI9 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9EORdnPI9 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9EORdnPI9 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9EORdnPI9 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9EORdnPI9 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9EORdnPI9 .nav-item {
    margin: 0 !important;
  }
}
.cid-u9EORdnPI9 .nav-item .nav-link:hover,
.cid-u9EORdnPI9 .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9EORdnPI9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9EORdnPI9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9EORdnPI9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9EORdnPI9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9EORdnPI9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9EORdnPI9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9EORdnPI9 .offcanvas_box {
    display: none;
  }
}
.cid-u9EORdnPI9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9EORdnPI9 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9EORdnPI9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9EORdnPI9 .container {
  display: flex;
  margin: auto;
}
.cid-u9EORdnPI9 .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9EORdnPI9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9EORdnPI9 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9EORdnPI9 .navbar-caption {
  color: #2b2b2b;
}
.cid-u9EORdnPI9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9EORdnPI9 .navbar-nav {
    margin: 0;
  }
}
.cid-u9EORdnPI9 .dropdown-menu,
.cid-u9EORdnPI9 .navbar.opened {
  background-color: true !important;
}
.cid-u9EORdnPI9 .nav-item:focus,
.cid-u9EORdnPI9 .nav-link:focus {
  outline: none;
}
.cid-u9EORdnPI9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9EORdnPI9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9EORdnPI9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9EORdnPI9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9EORdnPI9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9EORdnPI9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9EORdnPI9 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9EORdnPI9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9EORdnPI9 .navbar.opened {
  transition: all 0.3s;
}
.cid-u9EORdnPI9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9EORdnPI9 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9EORdnPI9 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9EORdnPI9 .navbar.collapsed {
  justify-content: center;
}
.cid-u9EORdnPI9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9EORdnPI9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9EORdnPI9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9EORdnPI9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9EORdnPI9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9EORdnPI9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9EORdnPI9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9EORdnPI9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9EORdnPI9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9EORdnPI9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9EORdnPI9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9EORdnPI9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9EORdnPI9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9EORdnPI9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9EORdnPI9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9EORdnPI9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9EORdnPI9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9EORdnPI9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9EORdnPI9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9EORdnPI9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9EORdnPI9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9EORdnPI9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9EORdnPI9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9EORdnPI9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9EORdnPI9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9EORdnPI9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9EORdnPI9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9EORdnPI9 .dropdown-item.active,
.cid-u9EORdnPI9 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9EORdnPI9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9EORdnPI9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9EORdnPI9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9EORdnPI9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9EORdnPI9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9EORdnPI9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9EORdnPI9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9EORdnPI9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9EORdnPI9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9EORdnPI9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9EORdnPI9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9EORdnPI9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9EORdnPI9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9EORdnPI9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9EORdnPI9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9EORdnPI9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9EORdnPI9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9EORdnPI9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9EORdnPI9 .navbar {
    height: 70px;
  }
  .cid-u9EORdnPI9 .navbar.opened {
    height: auto;
  }
  .cid-u9EORdnPI9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9EORdnPI9 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9EORdnPI9 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9EORdnPI9 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9EORdnPI9 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9EORdnPI9 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9EORdnPI9 .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9EORdnPI9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9EORdnPI9 .text_widget {
  margin-bottom: 32px;
}
.cid-u9EORdnPI9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9EORdnPI9 .text_widget a:hover {
  opacity: .5;
}
.cid-u9EORdnPI9 .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9EORdnPI9 .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9EORdnPI9 .mbr-section-subtitle,
.cid-u9EORdnPI9 .text_widget,
.cid-u9EORdnPI9 .mbr-section-btn {
  text-align: center;
}
.cid-u9EORdnPI9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9EORdUxOo {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9EORdUxOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9EORdUxOo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9EORdUxOo .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9EORdUxOo .label-text {
  color: #747474;
}
.cid-u9EORdUxOo .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9EORdUxOo .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9EORdUxOo .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9EORdUxOo .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9EORdUxOo .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9EORef9wP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9EORef9wP .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9EORef9wP .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9EORef9wP .container {
    padding: 0 25px;
  }
}
.cid-u9EORef9wP .row {
  margin: 0;
}
.cid-u9EORef9wP .row .card {
  padding: 0;
}
.cid-u9EORef9wP .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9EORef9wP .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9EORef9wP .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9EORef9wP .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9EORef9wP .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9EORef9wP .item:focus,
.cid-u9EORef9wP span:focus {
  outline: none;
}
.cid-u9EORef9wP .item-wrapper {
  position: relative;
}
.cid-u9EORef9wP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9EORef9wP .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9EORef9wP .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9EORef9wP .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9EORef9wP .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9EORef9wP .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9EORef9wP .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9EORef9wP .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9EORef9wP .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9EORef9wP .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9EORef9wP .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9EORef9wP .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9EORef9wP .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9EORef9wP .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9EORef9wP .embla__button--next,
.cid-u9EORef9wP .embla__button--prev {
  display: flex;
}
.cid-u9EORef9wP .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9EORef9wP .embla__button {
    display: none;
  }
}
.cid-u9EORef9wP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9EORef9wP .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9EORef9wP .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9EORef9wP .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9EORef9wP .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9EORef9wP .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9EORef9wP .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9EORef9wP .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9EORef9wP .embla__button {
    bottom: 1rem;
  }
}
.cid-u9EORef9wP .embla {
  position: relative;
  width: 100%;
}
.cid-u9EORef9wP .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9EORef9wP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9EORef9wP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9EORef9wP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9EORef9wP .mbr-section-title {
  color: #ffffff;
}
.cid-u9EORef9wP .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9EORef9wP .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9EOReLZ2n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9EOReLZ2n .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9EOReLZ2n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9EOReLZ2n .container {
    padding: 0 30px;
  }
}
.cid-u9EOReLZ2n .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9EOReLZ2n .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9EOReLZ2n .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9EOReLZ2n .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9EOReLZ2n .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9EOReLZ2n .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9EOReLZ2n .items .item {
    padding: 20px 0;
  }
}
.cid-u9EOReLZ2n .items .item:hover::after,
.cid-u9EOReLZ2n .items .item:focus::after {
  height: 100%;
}
.cid-u9EOReLZ2n .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9EOReLZ2n .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9EOReLZ2n .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9EOReLZ2n .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9EOReLZ2n .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9EOReLZ2n .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9EOReLZ2n .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9EOReLZ2n .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9EOReLZ2n .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9EOReLZ2n .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9EOReLZ2n .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9EOReLZ2n .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9EOReLZ2n .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9EOReLZ2n .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9EOReLZ2n .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9EOReLZ2n .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9EOReLZ2n .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9EOReLZ2n .mbr-section-title {
  color: #3a341c;
}
.cid-u9EOReLZ2n .card-title {
  color: #3a341c;
}
.cid-u9EOReLZ2n .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9EOReLZ2n .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uaoOVEAA2F {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uaoOVEAA2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaoOVEAA2F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaoOVEAA2F .col-title {
  margin-bottom: 32px;
}
.cid-uaoOVEAA2F .mbr-section-title {
  color: #24262b;
}
.cid-uaoOVEAA2F .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaoOVEAA2F .cars-row {
  row-gap: 32px;
}
.cid-uaoOVEAA2F .card {
  border-radius: 0;
}
.cid-uaoOVEAA2F .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uaoOVEAA2F .text-wrap {
  flex-grow: 1;
}
.cid-uaoOVEAA2F .card-title {
  color: #24262b;
}
.cid-uaoOVEAA2F .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uaoOVEAA2F .mbr-section-btn {
  margin-top: 12px;
}
.cid-uaoOVEAA2F .card-title,
.cid-uaoOVEAA2F .card-wrapper {
  color: #35341b;
}
.cid-ucKQK8LBwV {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKQK8LBwV .mbr-text {
  color: #ffffff;
}
.cid-ucKQK8LBwV .container {
  max-width: 1000px;
}
.cid-ucKQK8LBwV h4 {
  text-align: center;
}
.cid-ucKQK8LBwV p {
  text-align: center;
}
.cid-ucKQK8LBwV .row {
  justify-content: center;
}
.cid-ucKQK8LBwV .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKQK8LBwV .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKQK8LBwV .card-title,
.cid-ucKQK8LBwV .card-img {
  color: #b69b74;
}
.cid-ucKQK8LBwV .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKQK8LBwV .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKQK8LBwV img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9EORfWuej {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9EORfWuej .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9ECXP1Qq9 {
  z-index: 1000;
  width: 100%;
}
.cid-u9ECXP1Qq9 .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9ECXP1Qq9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9ECXP1Qq9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9ECXP1Qq9 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9ECXP1Qq9 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9ECXP1Qq9 .menu_box .navbar.opened,
  .cid-u9ECXP1Qq9 .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9ECXP1Qq9 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9ECXP1Qq9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9ECXP1Qq9 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ECXP1Qq9 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9ECXP1Qq9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9ECXP1Qq9 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9ECXP1Qq9 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9ECXP1Qq9 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9ECXP1Qq9 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9ECXP1Qq9 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9ECXP1Qq9 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9ECXP1Qq9 .offcanvas-body .mbr-text,
  .cid-u9ECXP1Qq9 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9ECXP1Qq9 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9ECXP1Qq9 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9ECXP1Qq9 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9ECXP1Qq9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9ECXP1Qq9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9ECXP1Qq9 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9ECXP1Qq9 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9ECXP1Qq9 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9ECXP1Qq9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9ECXP1Qq9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9ECXP1Qq9 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9ECXP1Qq9 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9ECXP1Qq9 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9ECXP1Qq9 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9ECXP1Qq9 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9ECXP1Qq9 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9ECXP1Qq9 .nav-item {
    margin: 0 !important;
  }
}
.cid-u9ECXP1Qq9 .nav-item .nav-link:hover,
.cid-u9ECXP1Qq9 .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9ECXP1Qq9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9ECXP1Qq9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9ECXP1Qq9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9ECXP1Qq9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9ECXP1Qq9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9ECXP1Qq9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9ECXP1Qq9 .offcanvas_box {
    display: none;
  }
}
.cid-u9ECXP1Qq9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9ECXP1Qq9 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9ECXP1Qq9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9ECXP1Qq9 .container {
  display: flex;
  margin: auto;
}
.cid-u9ECXP1Qq9 .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9ECXP1Qq9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9ECXP1Qq9 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9ECXP1Qq9 .navbar-caption {
  color: #2b2b2b;
}
.cid-u9ECXP1Qq9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9ECXP1Qq9 .navbar-nav {
    margin: 0;
  }
}
.cid-u9ECXP1Qq9 .dropdown-menu,
.cid-u9ECXP1Qq9 .navbar.opened {
  background-color: true !important;
}
.cid-u9ECXP1Qq9 .nav-item:focus,
.cid-u9ECXP1Qq9 .nav-link:focus {
  outline: none;
}
.cid-u9ECXP1Qq9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9ECXP1Qq9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9ECXP1Qq9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9ECXP1Qq9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9ECXP1Qq9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9ECXP1Qq9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9ECXP1Qq9 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9ECXP1Qq9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9ECXP1Qq9 .navbar.opened {
  transition: all 0.3s;
}
.cid-u9ECXP1Qq9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9ECXP1Qq9 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9ECXP1Qq9 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9ECXP1Qq9 .navbar.collapsed {
  justify-content: center;
}
.cid-u9ECXP1Qq9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9ECXP1Qq9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9ECXP1Qq9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9ECXP1Qq9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9ECXP1Qq9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9ECXP1Qq9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9ECXP1Qq9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9ECXP1Qq9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9ECXP1Qq9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9ECXP1Qq9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9ECXP1Qq9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9ECXP1Qq9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9ECXP1Qq9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9ECXP1Qq9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9ECXP1Qq9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9ECXP1Qq9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9ECXP1Qq9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9ECXP1Qq9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9ECXP1Qq9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9ECXP1Qq9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9ECXP1Qq9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9ECXP1Qq9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9ECXP1Qq9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9ECXP1Qq9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9ECXP1Qq9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9ECXP1Qq9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9ECXP1Qq9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9ECXP1Qq9 .dropdown-item.active,
.cid-u9ECXP1Qq9 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9ECXP1Qq9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9ECXP1Qq9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9ECXP1Qq9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9ECXP1Qq9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9ECXP1Qq9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9ECXP1Qq9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9ECXP1Qq9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9ECXP1Qq9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9ECXP1Qq9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9ECXP1Qq9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9ECXP1Qq9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9ECXP1Qq9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9ECXP1Qq9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9ECXP1Qq9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9ECXP1Qq9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9ECXP1Qq9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9ECXP1Qq9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9ECXP1Qq9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9ECXP1Qq9 .navbar {
    height: 70px;
  }
  .cid-u9ECXP1Qq9 .navbar.opened {
    height: auto;
  }
  .cid-u9ECXP1Qq9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9ECXP1Qq9 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9ECXP1Qq9 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9ECXP1Qq9 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9ECXP1Qq9 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9ECXP1Qq9 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9ECXP1Qq9 .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9ECXP1Qq9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9ECXP1Qq9 .text_widget {
  margin-bottom: 32px;
}
.cid-u9ECXP1Qq9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9ECXP1Qq9 .text_widget a:hover {
  opacity: .5;
}
.cid-u9ECXP1Qq9 .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9ECXP1Qq9 .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9ECXP1Qq9 .mbr-section-subtitle,
.cid-u9ECXP1Qq9 .text_widget,
.cid-u9ECXP1Qq9 .mbr-section-btn {
  text-align: center;
}
.cid-u9ECXP1Qq9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9ECXPxAth {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9ECXPxAth .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ECXPxAth .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ECXPxAth .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9ECXPxAth .label-text {
  color: #747474;
}
.cid-u9ECXPxAth .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9ECXPxAth .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9ECXPxAth .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9ECXPxAth .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9ECXPxAth .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9ECXPPbpL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9ECXPPbpL .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9ECXPPbpL .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9ECXPPbpL .container {
    padding: 0 25px;
  }
}
.cid-u9ECXPPbpL .row {
  margin: 0;
}
.cid-u9ECXPPbpL .row .card {
  padding: 0;
}
.cid-u9ECXPPbpL .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9ECXPPbpL .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9ECXPPbpL .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9ECXPPbpL .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9ECXPPbpL .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9ECXPPbpL .item:focus,
.cid-u9ECXPPbpL span:focus {
  outline: none;
}
.cid-u9ECXPPbpL .item-wrapper {
  position: relative;
}
.cid-u9ECXPPbpL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9ECXPPbpL .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9ECXPPbpL .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9ECXPPbpL .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9ECXPPbpL .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9ECXPPbpL .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9ECXPPbpL .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9ECXPPbpL .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9ECXPPbpL .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9ECXPPbpL .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9ECXPPbpL .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9ECXPPbpL .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9ECXPPbpL .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9ECXPPbpL .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9ECXPPbpL .embla__button--next,
.cid-u9ECXPPbpL .embla__button--prev {
  display: flex;
}
.cid-u9ECXPPbpL .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9ECXPPbpL .embla__button {
    display: none;
  }
}
.cid-u9ECXPPbpL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9ECXPPbpL .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9ECXPPbpL .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9ECXPPbpL .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9ECXPPbpL .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9ECXPPbpL .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9ECXPPbpL .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9ECXPPbpL .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9ECXPPbpL .embla__button {
    bottom: 1rem;
  }
}
.cid-u9ECXPPbpL .embla {
  position: relative;
  width: 100%;
}
.cid-u9ECXPPbpL .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9ECXPPbpL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9ECXPPbpL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9ECXPPbpL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9ECXPPbpL .mbr-section-title {
  color: #ffffff;
}
.cid-u9ECXPPbpL .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9ECXPPbpL .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9ECXQg1kj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9ECXQg1kj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ECXQg1kj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9ECXQg1kj .container {
    padding: 0 30px;
  }
}
.cid-u9ECXQg1kj .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9ECXQg1kj .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9ECXQg1kj .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9ECXQg1kj .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9ECXQg1kj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9ECXQg1kj .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9ECXQg1kj .items .item {
    padding: 20px 0;
  }
}
.cid-u9ECXQg1kj .items .item:hover::after,
.cid-u9ECXQg1kj .items .item:focus::after {
  height: 100%;
}
.cid-u9ECXQg1kj .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9ECXQg1kj .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9ECXQg1kj .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9ECXQg1kj .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9ECXQg1kj .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9ECXQg1kj .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9ECXQg1kj .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9ECXQg1kj .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9ECXQg1kj .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9ECXQg1kj .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9ECXQg1kj .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9ECXQg1kj .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9ECXQg1kj .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9ECXQg1kj .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9ECXQg1kj .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9ECXQg1kj .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9ECXQg1kj .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9ECXQg1kj .mbr-section-title {
  color: #3a341c;
}
.cid-u9ECXQg1kj .card-title {
  color: #3a341c;
}
.cid-u9ECXQg1kj .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9ECXQg1kj .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uaoNYTBx4R {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uaoNYTBx4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaoNYTBx4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaoNYTBx4R .col-title {
  margin-bottom: 32px;
}
.cid-uaoNYTBx4R .mbr-section-title {
  color: #24262b;
}
.cid-uaoNYTBx4R .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaoNYTBx4R .cars-row {
  row-gap: 32px;
}
.cid-uaoNYTBx4R .card {
  border-radius: 0;
}
.cid-uaoNYTBx4R .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uaoNYTBx4R .text-wrap {
  flex-grow: 1;
}
.cid-uaoNYTBx4R .card-title {
  color: #24262b;
}
.cid-uaoNYTBx4R .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uaoNYTBx4R .mbr-section-btn {
  margin-top: 12px;
}
.cid-uaoNYTBx4R .card-title,
.cid-uaoNYTBx4R .card-wrapper {
  color: #35341b;
}
.cid-ucKQqYC1xr {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKQqYC1xr .mbr-text {
  color: #ffffff;
}
.cid-ucKQqYC1xr .container {
  max-width: 1000px;
}
.cid-ucKQqYC1xr h4 {
  text-align: center;
}
.cid-ucKQqYC1xr p {
  text-align: center;
}
.cid-ucKQqYC1xr .row {
  justify-content: center;
}
.cid-ucKQqYC1xr .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKQqYC1xr .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKQqYC1xr .card-title,
.cid-ucKQqYC1xr .card-img {
  color: #b69b74;
}
.cid-ucKQqYC1xr .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKQqYC1xr .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKQqYC1xr img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9ECXRmhie {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9ECXRmhie .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9EBkFIOUW {
  z-index: 1000;
  width: 100%;
}
.cid-u9EBkFIOUW .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9EBkFIOUW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9EBkFIOUW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9EBkFIOUW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9EBkFIOUW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9EBkFIOUW .menu_box .navbar.opened,
  .cid-u9EBkFIOUW .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9EBkFIOUW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9EBkFIOUW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9EBkFIOUW .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9EBkFIOUW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9EBkFIOUW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9EBkFIOUW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9EBkFIOUW .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9EBkFIOUW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9EBkFIOUW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9EBkFIOUW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9EBkFIOUW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9EBkFIOUW .offcanvas-body .mbr-text,
  .cid-u9EBkFIOUW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9EBkFIOUW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9EBkFIOUW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9EBkFIOUW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9EBkFIOUW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9EBkFIOUW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9EBkFIOUW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9EBkFIOUW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9EBkFIOUW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9EBkFIOUW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9EBkFIOUW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9EBkFIOUW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9EBkFIOUW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9EBkFIOUW .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9EBkFIOUW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9EBkFIOUW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9EBkFIOUW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9EBkFIOUW .nav-item {
    margin: 0 !important;
  }
}
.cid-u9EBkFIOUW .nav-item .nav-link:hover,
.cid-u9EBkFIOUW .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9EBkFIOUW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9EBkFIOUW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9EBkFIOUW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9EBkFIOUW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9EBkFIOUW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9EBkFIOUW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9EBkFIOUW .offcanvas_box {
    display: none;
  }
}
.cid-u9EBkFIOUW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9EBkFIOUW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9EBkFIOUW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9EBkFIOUW .container {
  display: flex;
  margin: auto;
}
.cid-u9EBkFIOUW .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9EBkFIOUW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9EBkFIOUW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9EBkFIOUW .navbar-caption {
  color: #2b2b2b;
}
.cid-u9EBkFIOUW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9EBkFIOUW .navbar-nav {
    margin: 0;
  }
}
.cid-u9EBkFIOUW .dropdown-menu,
.cid-u9EBkFIOUW .navbar.opened {
  background-color: true !important;
}
.cid-u9EBkFIOUW .nav-item:focus,
.cid-u9EBkFIOUW .nav-link:focus {
  outline: none;
}
.cid-u9EBkFIOUW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9EBkFIOUW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9EBkFIOUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9EBkFIOUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9EBkFIOUW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9EBkFIOUW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9EBkFIOUW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9EBkFIOUW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9EBkFIOUW .navbar.opened {
  transition: all 0.3s;
}
.cid-u9EBkFIOUW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9EBkFIOUW .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9EBkFIOUW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9EBkFIOUW .navbar.collapsed {
  justify-content: center;
}
.cid-u9EBkFIOUW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9EBkFIOUW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9EBkFIOUW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9EBkFIOUW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9EBkFIOUW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9EBkFIOUW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9EBkFIOUW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9EBkFIOUW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9EBkFIOUW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9EBkFIOUW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9EBkFIOUW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9EBkFIOUW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9EBkFIOUW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9EBkFIOUW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9EBkFIOUW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9EBkFIOUW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9EBkFIOUW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9EBkFIOUW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9EBkFIOUW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9EBkFIOUW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9EBkFIOUW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9EBkFIOUW .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9EBkFIOUW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9EBkFIOUW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9EBkFIOUW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9EBkFIOUW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9EBkFIOUW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9EBkFIOUW .dropdown-item.active,
.cid-u9EBkFIOUW .dropdown-item:active {
  background-color: transparent;
}
.cid-u9EBkFIOUW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9EBkFIOUW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9EBkFIOUW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9EBkFIOUW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9EBkFIOUW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9EBkFIOUW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9EBkFIOUW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9EBkFIOUW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9EBkFIOUW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9EBkFIOUW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9EBkFIOUW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9EBkFIOUW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9EBkFIOUW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9EBkFIOUW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9EBkFIOUW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9EBkFIOUW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9EBkFIOUW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9EBkFIOUW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9EBkFIOUW .navbar {
    height: 70px;
  }
  .cid-u9EBkFIOUW .navbar.opened {
    height: auto;
  }
  .cid-u9EBkFIOUW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9EBkFIOUW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9EBkFIOUW .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9EBkFIOUW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9EBkFIOUW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9EBkFIOUW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9EBkFIOUW .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9EBkFIOUW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9EBkFIOUW .text_widget {
  margin-bottom: 32px;
}
.cid-u9EBkFIOUW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9EBkFIOUW .text_widget a:hover {
  opacity: .5;
}
.cid-u9EBkFIOUW .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9EBkFIOUW .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9EBkFIOUW .mbr-section-subtitle,
.cid-u9EBkFIOUW .text_widget,
.cid-u9EBkFIOUW .mbr-section-btn {
  text-align: center;
}
.cid-u9EBkFIOUW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9EBkGfcb3 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9EBkGfcb3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9EBkGfcb3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9EBkGfcb3 .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9EBkGfcb3 .label-text {
  color: #747474;
}
.cid-u9EBkGfcb3 .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9EBkGfcb3 .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9EBkGfcb3 .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9EBkGfcb3 .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9EBkGfcb3 .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9EBkGyLVJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9EBkGyLVJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9EBkGyLVJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9EBkGyLVJ .container {
    padding: 0 25px;
  }
}
.cid-u9EBkGyLVJ .row {
  margin: 0;
}
.cid-u9EBkGyLVJ .row .card {
  padding: 0;
}
.cid-u9EBkGyLVJ .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9EBkGyLVJ .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9EBkGyLVJ .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9EBkGyLVJ .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9EBkGyLVJ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9EBkGyLVJ .item:focus,
.cid-u9EBkGyLVJ span:focus {
  outline: none;
}
.cid-u9EBkGyLVJ .item-wrapper {
  position: relative;
}
.cid-u9EBkGyLVJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9EBkGyLVJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9EBkGyLVJ .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9EBkGyLVJ .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9EBkGyLVJ .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9EBkGyLVJ .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9EBkGyLVJ .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9EBkGyLVJ .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9EBkGyLVJ .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9EBkGyLVJ .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9EBkGyLVJ .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9EBkGyLVJ .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9EBkGyLVJ .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9EBkGyLVJ .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9EBkGyLVJ .embla__button--next,
.cid-u9EBkGyLVJ .embla__button--prev {
  display: flex;
}
.cid-u9EBkGyLVJ .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9EBkGyLVJ .embla__button {
    display: none;
  }
}
.cid-u9EBkGyLVJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9EBkGyLVJ .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9EBkGyLVJ .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9EBkGyLVJ .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9EBkGyLVJ .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9EBkGyLVJ .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9EBkGyLVJ .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9EBkGyLVJ .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9EBkGyLVJ .embla__button {
    bottom: 1rem;
  }
}
.cid-u9EBkGyLVJ .embla {
  position: relative;
  width: 100%;
}
.cid-u9EBkGyLVJ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9EBkGyLVJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9EBkGyLVJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9EBkGyLVJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9EBkGyLVJ .mbr-section-title {
  color: #ffffff;
}
.cid-u9EBkGyLVJ .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9EBkGyLVJ .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9EBkGWcaJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9EBkGWcaJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9EBkGWcaJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9EBkGWcaJ .container {
    padding: 0 30px;
  }
}
.cid-u9EBkGWcaJ .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9EBkGWcaJ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9EBkGWcaJ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9EBkGWcaJ .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9EBkGWcaJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9EBkGWcaJ .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9EBkGWcaJ .items .item {
    padding: 20px 0;
  }
}
.cid-u9EBkGWcaJ .items .item:hover::after,
.cid-u9EBkGWcaJ .items .item:focus::after {
  height: 100%;
}
.cid-u9EBkGWcaJ .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9EBkGWcaJ .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9EBkGWcaJ .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9EBkGWcaJ .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9EBkGWcaJ .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9EBkGWcaJ .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9EBkGWcaJ .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9EBkGWcaJ .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9EBkGWcaJ .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9EBkGWcaJ .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9EBkGWcaJ .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9EBkGWcaJ .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9EBkGWcaJ .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9EBkGWcaJ .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9EBkGWcaJ .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9EBkGWcaJ .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9EBkGWcaJ .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9EBkGWcaJ .mbr-section-title {
  color: #3a341c;
}
.cid-u9EBkGWcaJ .card-title {
  color: #3a341c;
}
.cid-u9EBkGWcaJ .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9EBkGWcaJ .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uaoNun0qTb {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uaoNun0qTb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaoNun0qTb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaoNun0qTb .col-title {
  margin-bottom: 32px;
}
.cid-uaoNun0qTb .mbr-section-title {
  color: #24262b;
}
.cid-uaoNun0qTb .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaoNun0qTb .cars-row {
  row-gap: 32px;
}
.cid-uaoNun0qTb .card {
  border-radius: 0;
}
.cid-uaoNun0qTb .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uaoNun0qTb .text-wrap {
  flex-grow: 1;
}
.cid-uaoNun0qTb .card-title {
  color: #24262b;
}
.cid-uaoNun0qTb .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uaoNun0qTb .mbr-section-btn {
  margin-top: 12px;
}
.cid-uaoNun0qTb .card-title,
.cid-uaoNun0qTb .card-wrapper {
  color: #35341b;
}
.cid-ucKQmVT2NF {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKQmVT2NF .mbr-text {
  color: #ffffff;
}
.cid-ucKQmVT2NF .container {
  max-width: 1000px;
}
.cid-ucKQmVT2NF h4 {
  text-align: center;
}
.cid-ucKQmVT2NF p {
  text-align: center;
}
.cid-ucKQmVT2NF .row {
  justify-content: center;
}
.cid-ucKQmVT2NF .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKQmVT2NF .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKQmVT2NF .card-title,
.cid-ucKQmVT2NF .card-img {
  color: #b69b74;
}
.cid-ucKQmVT2NF .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKQmVT2NF .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKQmVT2NF img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9EBkI2e7y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9EBkI2e7y .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9Ec9AV1Zn {
  z-index: 1000;
  width: 100%;
}
.cid-u9Ec9AV1Zn .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9Ec9AV1Zn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9Ec9AV1Zn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9Ec9AV1Zn .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9Ec9AV1Zn .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9Ec9AV1Zn .menu_box .navbar.opened,
  .cid-u9Ec9AV1Zn .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9Ec9AV1Zn nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9Ec9AV1Zn .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9Ec9AV1Zn .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9Ec9AV1Zn .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9Ec9AV1Zn .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9Ec9AV1Zn .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9Ec9AV1Zn .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9Ec9AV1Zn .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9Ec9AV1Zn .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9Ec9AV1Zn .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9Ec9AV1Zn .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9Ec9AV1Zn .offcanvas-body .mbr-text,
  .cid-u9Ec9AV1Zn .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9Ec9AV1Zn .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9Ec9AV1Zn .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9Ec9AV1Zn .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9Ec9AV1Zn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9Ec9AV1Zn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9Ec9AV1Zn .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9Ec9AV1Zn .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9Ec9AV1Zn ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9Ec9AV1Zn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9Ec9AV1Zn .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9Ec9AV1Zn .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9Ec9AV1Zn li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9Ec9AV1Zn .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9Ec9AV1Zn .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9Ec9AV1Zn .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9Ec9AV1Zn .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9Ec9AV1Zn .nav-item {
    margin: 0 !important;
  }
}
.cid-u9Ec9AV1Zn .nav-item .nav-link:hover,
.cid-u9Ec9AV1Zn .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9Ec9AV1Zn .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9Ec9AV1Zn .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9Ec9AV1Zn .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9Ec9AV1Zn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9Ec9AV1Zn .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9Ec9AV1Zn .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9Ec9AV1Zn .offcanvas_box {
    display: none;
  }
}
.cid-u9Ec9AV1Zn .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9Ec9AV1Zn .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9Ec9AV1Zn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9Ec9AV1Zn .container {
  display: flex;
  margin: auto;
}
.cid-u9Ec9AV1Zn .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9Ec9AV1Zn .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9Ec9AV1Zn .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9Ec9AV1Zn .navbar-caption {
  color: #2b2b2b;
}
.cid-u9Ec9AV1Zn .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9Ec9AV1Zn .navbar-nav {
    margin: 0;
  }
}
.cid-u9Ec9AV1Zn .dropdown-menu,
.cid-u9Ec9AV1Zn .navbar.opened {
  background-color: true !important;
}
.cid-u9Ec9AV1Zn .nav-item:focus,
.cid-u9Ec9AV1Zn .nav-link:focus {
  outline: none;
}
.cid-u9Ec9AV1Zn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9Ec9AV1Zn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9Ec9AV1Zn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9Ec9AV1Zn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9Ec9AV1Zn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9Ec9AV1Zn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9Ec9AV1Zn .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9Ec9AV1Zn .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9Ec9AV1Zn .navbar.opened {
  transition: all 0.3s;
}
.cid-u9Ec9AV1Zn .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9Ec9AV1Zn .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9Ec9AV1Zn .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9Ec9AV1Zn .navbar.collapsed {
  justify-content: center;
}
.cid-u9Ec9AV1Zn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9Ec9AV1Zn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9Ec9AV1Zn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9Ec9AV1Zn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9Ec9AV1Zn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9Ec9AV1Zn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9Ec9AV1Zn .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9Ec9AV1Zn .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9Ec9AV1Zn .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9Ec9AV1Zn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9Ec9AV1Zn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9Ec9AV1Zn .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9Ec9AV1Zn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9Ec9AV1Zn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9Ec9AV1Zn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9Ec9AV1Zn .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9Ec9AV1Zn .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9Ec9AV1Zn .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9Ec9AV1Zn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9Ec9AV1Zn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9Ec9AV1Zn .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9Ec9AV1Zn .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9Ec9AV1Zn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9Ec9AV1Zn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9Ec9AV1Zn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9Ec9AV1Zn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9Ec9AV1Zn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9Ec9AV1Zn .dropdown-item.active,
.cid-u9Ec9AV1Zn .dropdown-item:active {
  background-color: transparent;
}
.cid-u9Ec9AV1Zn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9Ec9AV1Zn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9Ec9AV1Zn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9Ec9AV1Zn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9Ec9AV1Zn ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9Ec9AV1Zn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9Ec9AV1Zn button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9Ec9AV1Zn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9Ec9AV1Zn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9Ec9AV1Zn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9Ec9AV1Zn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9Ec9AV1Zn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9Ec9AV1Zn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9Ec9AV1Zn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9Ec9AV1Zn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9Ec9AV1Zn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9Ec9AV1Zn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9Ec9AV1Zn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9Ec9AV1Zn .navbar {
    height: 70px;
  }
  .cid-u9Ec9AV1Zn .navbar.opened {
    height: auto;
  }
  .cid-u9Ec9AV1Zn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9Ec9AV1Zn .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9Ec9AV1Zn .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9Ec9AV1Zn .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9Ec9AV1Zn .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9Ec9AV1Zn .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9Ec9AV1Zn .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9Ec9AV1Zn .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9Ec9AV1Zn .text_widget {
  margin-bottom: 32px;
}
.cid-u9Ec9AV1Zn .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9Ec9AV1Zn .text_widget a:hover {
  opacity: .5;
}
.cid-u9Ec9AV1Zn .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9Ec9AV1Zn .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9Ec9AV1Zn .mbr-section-subtitle,
.cid-u9Ec9AV1Zn .text_widget,
.cid-u9Ec9AV1Zn .mbr-section-btn {
  text-align: center;
}
.cid-u9Ec9AV1Zn a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9Ec9BtRr5 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9Ec9BtRr5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Ec9BtRr5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Ec9BtRr5 .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9Ec9BtRr5 .label-text {
  color: #747474;
}
.cid-u9Ec9BtRr5 .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9Ec9BtRr5 .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9Ec9BtRr5 .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9Ec9BtRr5 .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9Ec9BtRr5 .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9Ec9BMPQg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9Ec9BMPQg .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9Ec9BMPQg .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9Ec9BMPQg .container {
    padding: 0 25px;
  }
}
.cid-u9Ec9BMPQg .row {
  margin: 0;
}
.cid-u9Ec9BMPQg .row .card {
  padding: 0;
}
.cid-u9Ec9BMPQg .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9Ec9BMPQg .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9Ec9BMPQg .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9Ec9BMPQg .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9Ec9BMPQg .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9Ec9BMPQg .item:focus,
.cid-u9Ec9BMPQg span:focus {
  outline: none;
}
.cid-u9Ec9BMPQg .item-wrapper {
  position: relative;
}
.cid-u9Ec9BMPQg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9Ec9BMPQg .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9Ec9BMPQg .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9Ec9BMPQg .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9Ec9BMPQg .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9Ec9BMPQg .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9Ec9BMPQg .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9Ec9BMPQg .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9Ec9BMPQg .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9Ec9BMPQg .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9Ec9BMPQg .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9Ec9BMPQg .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9Ec9BMPQg .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9Ec9BMPQg .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9Ec9BMPQg .embla__button--next,
.cid-u9Ec9BMPQg .embla__button--prev {
  display: flex;
}
.cid-u9Ec9BMPQg .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9Ec9BMPQg .embla__button {
    display: none;
  }
}
.cid-u9Ec9BMPQg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9Ec9BMPQg .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9Ec9BMPQg .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9Ec9BMPQg .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9Ec9BMPQg .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9Ec9BMPQg .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9Ec9BMPQg .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9Ec9BMPQg .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9Ec9BMPQg .embla__button {
    bottom: 1rem;
  }
}
.cid-u9Ec9BMPQg .embla {
  position: relative;
  width: 100%;
}
.cid-u9Ec9BMPQg .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9Ec9BMPQg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9Ec9BMPQg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9Ec9BMPQg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9Ec9BMPQg .mbr-section-title {
  color: #ffffff;
}
.cid-u9Ec9BMPQg .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9Ec9BMPQg .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9Ec9Cc96x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9Ec9Cc96x .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Ec9Cc96x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9Ec9Cc96x .container {
    padding: 0 30px;
  }
}
.cid-u9Ec9Cc96x .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9Ec9Cc96x .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9Ec9Cc96x .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9Ec9Cc96x .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9Ec9Cc96x .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9Ec9Cc96x .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9Ec9Cc96x .items .item {
    padding: 20px 0;
  }
}
.cid-u9Ec9Cc96x .items .item:hover::after,
.cid-u9Ec9Cc96x .items .item:focus::after {
  height: 100%;
}
.cid-u9Ec9Cc96x .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9Ec9Cc96x .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9Ec9Cc96x .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9Ec9Cc96x .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9Ec9Cc96x .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9Ec9Cc96x .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9Ec9Cc96x .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9Ec9Cc96x .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9Ec9Cc96x .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9Ec9Cc96x .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9Ec9Cc96x .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9Ec9Cc96x .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9Ec9Cc96x .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9Ec9Cc96x .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9Ec9Cc96x .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9Ec9Cc96x .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9Ec9Cc96x .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9Ec9Cc96x .mbr-section-title {
  color: #3a341c;
}
.cid-u9Ec9Cc96x .card-title {
  color: #3a341c;
}
.cid-u9Ec9Cc96x .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9Ec9Cc96x .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uaoNk1W2Qh {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uaoNk1W2Qh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaoNk1W2Qh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaoNk1W2Qh .col-title {
  margin-bottom: 32px;
}
.cid-uaoNk1W2Qh .mbr-section-title {
  color: #24262b;
}
.cid-uaoNk1W2Qh .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaoNk1W2Qh .cars-row {
  row-gap: 32px;
}
.cid-uaoNk1W2Qh .card {
  border-radius: 0;
}
.cid-uaoNk1W2Qh .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uaoNk1W2Qh .text-wrap {
  flex-grow: 1;
}
.cid-uaoNk1W2Qh .card-title {
  color: #24262b;
}
.cid-uaoNk1W2Qh .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uaoNk1W2Qh .mbr-section-btn {
  margin-top: 12px;
}
.cid-uaoNk1W2Qh .card-title,
.cid-uaoNk1W2Qh .card-wrapper {
  color: #35341b;
}
.cid-ucKQiQeQ4m {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKQiQeQ4m .mbr-text {
  color: #ffffff;
}
.cid-ucKQiQeQ4m .container {
  max-width: 1000px;
}
.cid-ucKQiQeQ4m h4 {
  text-align: center;
}
.cid-ucKQiQeQ4m p {
  text-align: center;
}
.cid-ucKQiQeQ4m .row {
  justify-content: center;
}
.cid-ucKQiQeQ4m .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKQiQeQ4m .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKQiQeQ4m .card-title,
.cid-ucKQiQeQ4m .card-img {
  color: #b69b74;
}
.cid-ucKQiQeQ4m .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKQiQeQ4m .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKQiQeQ4m img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9Ec9DoVBd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9Ec9DoVBd .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9E5OSDXxO {
  z-index: 1000;
  width: 100%;
}
.cid-u9E5OSDXxO .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9E5OSDXxO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9E5OSDXxO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9E5OSDXxO .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9E5OSDXxO .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9E5OSDXxO .menu_box .navbar.opened,
  .cid-u9E5OSDXxO .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9E5OSDXxO nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9E5OSDXxO .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9E5OSDXxO .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9E5OSDXxO .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9E5OSDXxO .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9E5OSDXxO .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9E5OSDXxO .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9E5OSDXxO .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9E5OSDXxO .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9E5OSDXxO .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9E5OSDXxO .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9E5OSDXxO .offcanvas-body .mbr-text,
  .cid-u9E5OSDXxO .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9E5OSDXxO .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9E5OSDXxO .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9E5OSDXxO .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9E5OSDXxO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9E5OSDXxO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9E5OSDXxO .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9E5OSDXxO .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9E5OSDXxO ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9E5OSDXxO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9E5OSDXxO .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9E5OSDXxO .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9E5OSDXxO li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9E5OSDXxO .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9E5OSDXxO .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9E5OSDXxO .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9E5OSDXxO .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9E5OSDXxO .nav-item {
    margin: 0 !important;
  }
}
.cid-u9E5OSDXxO .nav-item .nav-link:hover,
.cid-u9E5OSDXxO .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9E5OSDXxO .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9E5OSDXxO .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9E5OSDXxO .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9E5OSDXxO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9E5OSDXxO .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9E5OSDXxO .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9E5OSDXxO .offcanvas_box {
    display: none;
  }
}
.cid-u9E5OSDXxO .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9E5OSDXxO .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9E5OSDXxO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9E5OSDXxO .container {
  display: flex;
  margin: auto;
}
.cid-u9E5OSDXxO .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9E5OSDXxO .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9E5OSDXxO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9E5OSDXxO .navbar-caption {
  color: #2b2b2b;
}
.cid-u9E5OSDXxO .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9E5OSDXxO .navbar-nav {
    margin: 0;
  }
}
.cid-u9E5OSDXxO .dropdown-menu,
.cid-u9E5OSDXxO .navbar.opened {
  background-color: true !important;
}
.cid-u9E5OSDXxO .nav-item:focus,
.cid-u9E5OSDXxO .nav-link:focus {
  outline: none;
}
.cid-u9E5OSDXxO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9E5OSDXxO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9E5OSDXxO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9E5OSDXxO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9E5OSDXxO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9E5OSDXxO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9E5OSDXxO .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9E5OSDXxO .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9E5OSDXxO .navbar.opened {
  transition: all 0.3s;
}
.cid-u9E5OSDXxO .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9E5OSDXxO .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9E5OSDXxO .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9E5OSDXxO .navbar.collapsed {
  justify-content: center;
}
.cid-u9E5OSDXxO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9E5OSDXxO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9E5OSDXxO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9E5OSDXxO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9E5OSDXxO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9E5OSDXxO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9E5OSDXxO .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9E5OSDXxO .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9E5OSDXxO .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9E5OSDXxO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9E5OSDXxO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9E5OSDXxO .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9E5OSDXxO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9E5OSDXxO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9E5OSDXxO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9E5OSDXxO .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9E5OSDXxO .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9E5OSDXxO .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9E5OSDXxO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9E5OSDXxO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9E5OSDXxO .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9E5OSDXxO .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9E5OSDXxO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9E5OSDXxO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9E5OSDXxO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9E5OSDXxO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9E5OSDXxO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9E5OSDXxO .dropdown-item.active,
.cid-u9E5OSDXxO .dropdown-item:active {
  background-color: transparent;
}
.cid-u9E5OSDXxO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9E5OSDXxO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9E5OSDXxO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9E5OSDXxO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9E5OSDXxO ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9E5OSDXxO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9E5OSDXxO button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9E5OSDXxO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9E5OSDXxO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9E5OSDXxO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9E5OSDXxO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9E5OSDXxO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9E5OSDXxO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9E5OSDXxO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9E5OSDXxO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9E5OSDXxO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9E5OSDXxO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9E5OSDXxO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9E5OSDXxO .navbar {
    height: 70px;
  }
  .cid-u9E5OSDXxO .navbar.opened {
    height: auto;
  }
  .cid-u9E5OSDXxO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9E5OSDXxO .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9E5OSDXxO .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9E5OSDXxO .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9E5OSDXxO .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9E5OSDXxO .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9E5OSDXxO .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9E5OSDXxO .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9E5OSDXxO .text_widget {
  margin-bottom: 32px;
}
.cid-u9E5OSDXxO .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9E5OSDXxO .text_widget a:hover {
  opacity: .5;
}
.cid-u9E5OSDXxO .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9E5OSDXxO .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9E5OSDXxO .mbr-section-subtitle,
.cid-u9E5OSDXxO .text_widget,
.cid-u9E5OSDXxO .mbr-section-btn {
  text-align: center;
}
.cid-u9E5OSDXxO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9E5OT9ox6 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9E5OT9ox6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9E5OT9ox6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9E5OT9ox6 .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9E5OT9ox6 .label-text {
  color: #747474;
}
.cid-u9E5OT9ox6 .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9E5OT9ox6 .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9E5OT9ox6 .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9E5OT9ox6 .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9E5OT9ox6 .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9E5OTrrD7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9E5OTrrD7 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9E5OTrrD7 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9E5OTrrD7 .container {
    padding: 0 25px;
  }
}
.cid-u9E5OTrrD7 .row {
  margin: 0;
}
.cid-u9E5OTrrD7 .row .card {
  padding: 0;
}
.cid-u9E5OTrrD7 .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9E5OTrrD7 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9E5OTrrD7 .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9E5OTrrD7 .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9E5OTrrD7 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9E5OTrrD7 .item:focus,
.cid-u9E5OTrrD7 span:focus {
  outline: none;
}
.cid-u9E5OTrrD7 .item-wrapper {
  position: relative;
}
.cid-u9E5OTrrD7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9E5OTrrD7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9E5OTrrD7 .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9E5OTrrD7 .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9E5OTrrD7 .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9E5OTrrD7 .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9E5OTrrD7 .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9E5OTrrD7 .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9E5OTrrD7 .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9E5OTrrD7 .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9E5OTrrD7 .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9E5OTrrD7 .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9E5OTrrD7 .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9E5OTrrD7 .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9E5OTrrD7 .embla__button--next,
.cid-u9E5OTrrD7 .embla__button--prev {
  display: flex;
}
.cid-u9E5OTrrD7 .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9E5OTrrD7 .embla__button {
    display: none;
  }
}
.cid-u9E5OTrrD7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9E5OTrrD7 .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9E5OTrrD7 .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9E5OTrrD7 .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9E5OTrrD7 .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9E5OTrrD7 .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9E5OTrrD7 .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9E5OTrrD7 .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9E5OTrrD7 .embla__button {
    bottom: 1rem;
  }
}
.cid-u9E5OTrrD7 .embla {
  position: relative;
  width: 100%;
}
.cid-u9E5OTrrD7 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9E5OTrrD7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9E5OTrrD7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9E5OTrrD7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9E5OTrrD7 .mbr-section-title {
  color: #ffffff;
}
.cid-u9E5OTrrD7 .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9E5OTrrD7 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9E5OTUmYN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9E5OTUmYN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9E5OTUmYN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9E5OTUmYN .container {
    padding: 0 30px;
  }
}
.cid-u9E5OTUmYN .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9E5OTUmYN .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9E5OTUmYN .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9E5OTUmYN .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9E5OTUmYN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9E5OTUmYN .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9E5OTUmYN .items .item {
    padding: 20px 0;
  }
}
.cid-u9E5OTUmYN .items .item:hover::after,
.cid-u9E5OTUmYN .items .item:focus::after {
  height: 100%;
}
.cid-u9E5OTUmYN .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9E5OTUmYN .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9E5OTUmYN .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9E5OTUmYN .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9E5OTUmYN .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9E5OTUmYN .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9E5OTUmYN .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9E5OTUmYN .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9E5OTUmYN .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9E5OTUmYN .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9E5OTUmYN .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9E5OTUmYN .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9E5OTUmYN .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9E5OTUmYN .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9E5OTUmYN .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9E5OTUmYN .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9E5OTUmYN .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9E5OTUmYN .mbr-section-title {
  color: #3a341c;
}
.cid-u9E5OTUmYN .card-title {
  color: #3a341c;
}
.cid-u9E5OTUmYN .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9E5OTUmYN .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uaoN7tdzX4 {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uaoN7tdzX4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaoN7tdzX4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaoN7tdzX4 .col-title {
  margin-bottom: 32px;
}
.cid-uaoN7tdzX4 .mbr-section-title {
  color: #24262b;
}
.cid-uaoN7tdzX4 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaoN7tdzX4 .cars-row {
  row-gap: 32px;
}
.cid-uaoN7tdzX4 .card {
  border-radius: 0;
}
.cid-uaoN7tdzX4 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uaoN7tdzX4 .text-wrap {
  flex-grow: 1;
}
.cid-uaoN7tdzX4 .card-title {
  color: #24262b;
}
.cid-uaoN7tdzX4 .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uaoN7tdzX4 .mbr-section-btn {
  margin-top: 12px;
}
.cid-uaoN7tdzX4 .card-title,
.cid-uaoN7tdzX4 .card-wrapper {
  color: #35341b;
}
.cid-ucKQf2XOjp {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKQf2XOjp .mbr-text {
  color: #ffffff;
}
.cid-ucKQf2XOjp .container {
  max-width: 1000px;
}
.cid-ucKQf2XOjp h4 {
  text-align: center;
}
.cid-ucKQf2XOjp p {
  text-align: center;
}
.cid-ucKQf2XOjp .row {
  justify-content: center;
}
.cid-ucKQf2XOjp .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKQf2XOjp .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKQf2XOjp .card-title,
.cid-ucKQf2XOjp .card-img {
  color: #b69b74;
}
.cid-ucKQf2XOjp .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKQf2XOjp .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKQf2XOjp img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9E5OV6jQV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9E5OV6jQV .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9E4YprUZv {
  z-index: 1000;
  width: 100%;
}
.cid-u9E4YprUZv .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9E4YprUZv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9E4YprUZv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9E4YprUZv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9E4YprUZv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9E4YprUZv .menu_box .navbar.opened,
  .cid-u9E4YprUZv .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9E4YprUZv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9E4YprUZv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9E4YprUZv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9E4YprUZv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9E4YprUZv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9E4YprUZv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9E4YprUZv .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9E4YprUZv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9E4YprUZv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9E4YprUZv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9E4YprUZv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9E4YprUZv .offcanvas-body .mbr-text,
  .cid-u9E4YprUZv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9E4YprUZv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9E4YprUZv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9E4YprUZv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9E4YprUZv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9E4YprUZv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9E4YprUZv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9E4YprUZv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9E4YprUZv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9E4YprUZv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9E4YprUZv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9E4YprUZv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9E4YprUZv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9E4YprUZv .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9E4YprUZv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9E4YprUZv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9E4YprUZv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9E4YprUZv .nav-item {
    margin: 0 !important;
  }
}
.cid-u9E4YprUZv .nav-item .nav-link:hover,
.cid-u9E4YprUZv .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9E4YprUZv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9E4YprUZv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9E4YprUZv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9E4YprUZv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9E4YprUZv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9E4YprUZv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9E4YprUZv .offcanvas_box {
    display: none;
  }
}
.cid-u9E4YprUZv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9E4YprUZv .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9E4YprUZv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9E4YprUZv .container {
  display: flex;
  margin: auto;
}
.cid-u9E4YprUZv .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9E4YprUZv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9E4YprUZv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9E4YprUZv .navbar-caption {
  color: #2b2b2b;
}
.cid-u9E4YprUZv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9E4YprUZv .navbar-nav {
    margin: 0;
  }
}
.cid-u9E4YprUZv .dropdown-menu,
.cid-u9E4YprUZv .navbar.opened {
  background-color: true !important;
}
.cid-u9E4YprUZv .nav-item:focus,
.cid-u9E4YprUZv .nav-link:focus {
  outline: none;
}
.cid-u9E4YprUZv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9E4YprUZv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9E4YprUZv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9E4YprUZv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9E4YprUZv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9E4YprUZv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9E4YprUZv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9E4YprUZv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9E4YprUZv .navbar.opened {
  transition: all 0.3s;
}
.cid-u9E4YprUZv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9E4YprUZv .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9E4YprUZv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9E4YprUZv .navbar.collapsed {
  justify-content: center;
}
.cid-u9E4YprUZv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9E4YprUZv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9E4YprUZv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9E4YprUZv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9E4YprUZv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9E4YprUZv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9E4YprUZv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9E4YprUZv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9E4YprUZv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9E4YprUZv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9E4YprUZv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9E4YprUZv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9E4YprUZv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9E4YprUZv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9E4YprUZv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9E4YprUZv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9E4YprUZv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9E4YprUZv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9E4YprUZv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9E4YprUZv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9E4YprUZv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9E4YprUZv .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9E4YprUZv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9E4YprUZv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9E4YprUZv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9E4YprUZv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9E4YprUZv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9E4YprUZv .dropdown-item.active,
.cid-u9E4YprUZv .dropdown-item:active {
  background-color: transparent;
}
.cid-u9E4YprUZv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9E4YprUZv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9E4YprUZv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9E4YprUZv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9E4YprUZv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9E4YprUZv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9E4YprUZv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9E4YprUZv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9E4YprUZv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9E4YprUZv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9E4YprUZv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9E4YprUZv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9E4YprUZv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9E4YprUZv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9E4YprUZv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9E4YprUZv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9E4YprUZv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9E4YprUZv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9E4YprUZv .navbar {
    height: 70px;
  }
  .cid-u9E4YprUZv .navbar.opened {
    height: auto;
  }
  .cid-u9E4YprUZv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9E4YprUZv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9E4YprUZv .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9E4YprUZv .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9E4YprUZv .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9E4YprUZv .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9E4YprUZv .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9E4YprUZv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9E4YprUZv .text_widget {
  margin-bottom: 32px;
}
.cid-u9E4YprUZv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9E4YprUZv .text_widget a:hover {
  opacity: .5;
}
.cid-u9E4YprUZv .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9E4YprUZv .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9E4YprUZv .mbr-section-subtitle,
.cid-u9E4YprUZv .text_widget,
.cid-u9E4YprUZv .mbr-section-btn {
  text-align: center;
}
.cid-u9E4YprUZv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9E4YpUTHu {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9E4YpUTHu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9E4YpUTHu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9E4YpUTHu .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9E4YpUTHu .label-text {
  color: #747474;
}
.cid-u9E4YpUTHu .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9E4YpUTHu .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9E4YpUTHu .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9E4YpUTHu .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9E4YpUTHu .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9E4Yqbkjs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9E4Yqbkjs .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9E4Yqbkjs .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9E4Yqbkjs .container {
    padding: 0 25px;
  }
}
.cid-u9E4Yqbkjs .row {
  margin: 0;
}
.cid-u9E4Yqbkjs .row .card {
  padding: 0;
}
.cid-u9E4Yqbkjs .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9E4Yqbkjs .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9E4Yqbkjs .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9E4Yqbkjs .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9E4Yqbkjs .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9E4Yqbkjs .item:focus,
.cid-u9E4Yqbkjs span:focus {
  outline: none;
}
.cid-u9E4Yqbkjs .item-wrapper {
  position: relative;
}
.cid-u9E4Yqbkjs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9E4Yqbkjs .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9E4Yqbkjs .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9E4Yqbkjs .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9E4Yqbkjs .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9E4Yqbkjs .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9E4Yqbkjs .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9E4Yqbkjs .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9E4Yqbkjs .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9E4Yqbkjs .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9E4Yqbkjs .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9E4Yqbkjs .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9E4Yqbkjs .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9E4Yqbkjs .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9E4Yqbkjs .embla__button--next,
.cid-u9E4Yqbkjs .embla__button--prev {
  display: flex;
}
.cid-u9E4Yqbkjs .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9E4Yqbkjs .embla__button {
    display: none;
  }
}
.cid-u9E4Yqbkjs .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9E4Yqbkjs .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9E4Yqbkjs .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9E4Yqbkjs .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9E4Yqbkjs .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9E4Yqbkjs .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9E4Yqbkjs .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9E4Yqbkjs .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9E4Yqbkjs .embla__button {
    bottom: 1rem;
  }
}
.cid-u9E4Yqbkjs .embla {
  position: relative;
  width: 100%;
}
.cid-u9E4Yqbkjs .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9E4Yqbkjs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9E4Yqbkjs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9E4Yqbkjs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9E4Yqbkjs .mbr-section-title {
  color: #ffffff;
}
.cid-u9E4Yqbkjs .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9E4Yqbkjs .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9E4YqDfDb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9E4YqDfDb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9E4YqDfDb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9E4YqDfDb .container {
    padding: 0 30px;
  }
}
.cid-u9E4YqDfDb .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9E4YqDfDb .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9E4YqDfDb .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9E4YqDfDb .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9E4YqDfDb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9E4YqDfDb .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9E4YqDfDb .items .item {
    padding: 20px 0;
  }
}
.cid-u9E4YqDfDb .items .item:hover::after,
.cid-u9E4YqDfDb .items .item:focus::after {
  height: 100%;
}
.cid-u9E4YqDfDb .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9E4YqDfDb .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9E4YqDfDb .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9E4YqDfDb .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9E4YqDfDb .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9E4YqDfDb .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9E4YqDfDb .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9E4YqDfDb .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9E4YqDfDb .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9E4YqDfDb .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9E4YqDfDb .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9E4YqDfDb .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9E4YqDfDb .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9E4YqDfDb .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9E4YqDfDb .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9E4YqDfDb .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9E4YqDfDb .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9E4YqDfDb .mbr-section-title {
  color: #3a341c;
}
.cid-u9E4YqDfDb .card-title {
  color: #3a341c;
}
.cid-u9E4YqDfDb .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9E4YqDfDb .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uaoMOHNcOt {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uaoMOHNcOt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaoMOHNcOt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaoMOHNcOt .col-title {
  margin-bottom: 32px;
}
.cid-uaoMOHNcOt .mbr-section-title {
  color: #24262b;
}
.cid-uaoMOHNcOt .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaoMOHNcOt .cars-row {
  row-gap: 32px;
}
.cid-uaoMOHNcOt .card {
  border-radius: 0;
}
.cid-uaoMOHNcOt .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uaoMOHNcOt .text-wrap {
  flex-grow: 1;
}
.cid-uaoMOHNcOt .card-title {
  color: #24262b;
}
.cid-uaoMOHNcOt .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uaoMOHNcOt .mbr-section-btn {
  margin-top: 12px;
}
.cid-uaoMOHNcOt .card-title,
.cid-uaoMOHNcOt .card-wrapper {
  color: #35341b;
}
.cid-ucKQaJB89p {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKQaJB89p .mbr-text {
  color: #ffffff;
}
.cid-ucKQaJB89p .container {
  max-width: 1000px;
}
.cid-ucKQaJB89p h4 {
  text-align: center;
}
.cid-ucKQaJB89p p {
  text-align: center;
}
.cid-ucKQaJB89p .row {
  justify-content: center;
}
.cid-ucKQaJB89p .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKQaJB89p .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKQaJB89p .card-title,
.cid-ucKQaJB89p .card-img {
  color: #b69b74;
}
.cid-ucKQaJB89p .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKQaJB89p .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKQaJB89p img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9E4YrJtsf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9E4YrJtsf .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9E1RfRyDd {
  z-index: 1000;
  width: 100%;
}
.cid-u9E1RfRyDd .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9E1RfRyDd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9E1RfRyDd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9E1RfRyDd .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9E1RfRyDd .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9E1RfRyDd .menu_box .navbar.opened,
  .cid-u9E1RfRyDd .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9E1RfRyDd nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9E1RfRyDd .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9E1RfRyDd .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9E1RfRyDd .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9E1RfRyDd .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9E1RfRyDd .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9E1RfRyDd .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9E1RfRyDd .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9E1RfRyDd .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9E1RfRyDd .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9E1RfRyDd .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9E1RfRyDd .offcanvas-body .mbr-text,
  .cid-u9E1RfRyDd .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9E1RfRyDd .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9E1RfRyDd .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9E1RfRyDd .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9E1RfRyDd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9E1RfRyDd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9E1RfRyDd .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9E1RfRyDd .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9E1RfRyDd ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9E1RfRyDd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9E1RfRyDd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9E1RfRyDd .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9E1RfRyDd li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9E1RfRyDd .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9E1RfRyDd .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9E1RfRyDd .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9E1RfRyDd .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9E1RfRyDd .nav-item {
    margin: 0 !important;
  }
}
.cid-u9E1RfRyDd .nav-item .nav-link:hover,
.cid-u9E1RfRyDd .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9E1RfRyDd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9E1RfRyDd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9E1RfRyDd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9E1RfRyDd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9E1RfRyDd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9E1RfRyDd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9E1RfRyDd .offcanvas_box {
    display: none;
  }
}
.cid-u9E1RfRyDd .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9E1RfRyDd .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9E1RfRyDd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9E1RfRyDd .container {
  display: flex;
  margin: auto;
}
.cid-u9E1RfRyDd .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9E1RfRyDd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9E1RfRyDd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9E1RfRyDd .navbar-caption {
  color: #2b2b2b;
}
.cid-u9E1RfRyDd .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9E1RfRyDd .navbar-nav {
    margin: 0;
  }
}
.cid-u9E1RfRyDd .dropdown-menu,
.cid-u9E1RfRyDd .navbar.opened {
  background-color: true !important;
}
.cid-u9E1RfRyDd .nav-item:focus,
.cid-u9E1RfRyDd .nav-link:focus {
  outline: none;
}
.cid-u9E1RfRyDd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9E1RfRyDd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9E1RfRyDd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9E1RfRyDd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9E1RfRyDd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9E1RfRyDd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9E1RfRyDd .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9E1RfRyDd .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9E1RfRyDd .navbar.opened {
  transition: all 0.3s;
}
.cid-u9E1RfRyDd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9E1RfRyDd .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9E1RfRyDd .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9E1RfRyDd .navbar.collapsed {
  justify-content: center;
}
.cid-u9E1RfRyDd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9E1RfRyDd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9E1RfRyDd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9E1RfRyDd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9E1RfRyDd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9E1RfRyDd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9E1RfRyDd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9E1RfRyDd .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9E1RfRyDd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9E1RfRyDd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9E1RfRyDd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9E1RfRyDd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9E1RfRyDd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9E1RfRyDd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9E1RfRyDd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9E1RfRyDd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9E1RfRyDd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9E1RfRyDd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9E1RfRyDd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9E1RfRyDd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9E1RfRyDd .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9E1RfRyDd .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9E1RfRyDd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9E1RfRyDd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9E1RfRyDd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9E1RfRyDd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9E1RfRyDd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9E1RfRyDd .dropdown-item.active,
.cid-u9E1RfRyDd .dropdown-item:active {
  background-color: transparent;
}
.cid-u9E1RfRyDd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9E1RfRyDd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9E1RfRyDd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9E1RfRyDd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9E1RfRyDd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9E1RfRyDd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9E1RfRyDd button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9E1RfRyDd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9E1RfRyDd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9E1RfRyDd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9E1RfRyDd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9E1RfRyDd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9E1RfRyDd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9E1RfRyDd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9E1RfRyDd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9E1RfRyDd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9E1RfRyDd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9E1RfRyDd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9E1RfRyDd .navbar {
    height: 70px;
  }
  .cid-u9E1RfRyDd .navbar.opened {
    height: auto;
  }
  .cid-u9E1RfRyDd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9E1RfRyDd .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9E1RfRyDd .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9E1RfRyDd .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9E1RfRyDd .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9E1RfRyDd .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9E1RfRyDd .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9E1RfRyDd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9E1RfRyDd .text_widget {
  margin-bottom: 32px;
}
.cid-u9E1RfRyDd .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9E1RfRyDd .text_widget a:hover {
  opacity: .5;
}
.cid-u9E1RfRyDd .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9E1RfRyDd .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9E1RfRyDd .mbr-section-subtitle,
.cid-u9E1RfRyDd .text_widget,
.cid-u9E1RfRyDd .mbr-section-btn {
  text-align: center;
}
.cid-u9E1RfRyDd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9E1Rgl7r2 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9E1Rgl7r2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9E1Rgl7r2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9E1Rgl7r2 .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9E1Rgl7r2 .label-text {
  color: #747474;
}
.cid-u9E1Rgl7r2 .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9E1Rgl7r2 .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9E1Rgl7r2 .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9E1Rgl7r2 .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9E1Rgl7r2 .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9E1RgDWjR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9E1RgDWjR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9E1RgDWjR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9E1RgDWjR .container {
    padding: 0 25px;
  }
}
.cid-u9E1RgDWjR .row {
  margin: 0;
}
.cid-u9E1RgDWjR .row .card {
  padding: 0;
}
.cid-u9E1RgDWjR .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9E1RgDWjR .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9E1RgDWjR .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9E1RgDWjR .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9E1RgDWjR .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9E1RgDWjR .item:focus,
.cid-u9E1RgDWjR span:focus {
  outline: none;
}
.cid-u9E1RgDWjR .item-wrapper {
  position: relative;
}
.cid-u9E1RgDWjR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9E1RgDWjR .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9E1RgDWjR .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9E1RgDWjR .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9E1RgDWjR .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9E1RgDWjR .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9E1RgDWjR .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9E1RgDWjR .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9E1RgDWjR .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9E1RgDWjR .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9E1RgDWjR .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9E1RgDWjR .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9E1RgDWjR .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9E1RgDWjR .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9E1RgDWjR .embla__button--next,
.cid-u9E1RgDWjR .embla__button--prev {
  display: flex;
}
.cid-u9E1RgDWjR .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9E1RgDWjR .embla__button {
    display: none;
  }
}
.cid-u9E1RgDWjR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9E1RgDWjR .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9E1RgDWjR .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9E1RgDWjR .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9E1RgDWjR .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9E1RgDWjR .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9E1RgDWjR .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9E1RgDWjR .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9E1RgDWjR .embla__button {
    bottom: 1rem;
  }
}
.cid-u9E1RgDWjR .embla {
  position: relative;
  width: 100%;
}
.cid-u9E1RgDWjR .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9E1RgDWjR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9E1RgDWjR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9E1RgDWjR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9E1RgDWjR .mbr-section-title {
  color: #ffffff;
}
.cid-u9E1RgDWjR .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9E1RgDWjR .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9E1Rh0IEu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9E1Rh0IEu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9E1Rh0IEu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9E1Rh0IEu .container {
    padding: 0 30px;
  }
}
.cid-u9E1Rh0IEu .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9E1Rh0IEu .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9E1Rh0IEu .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9E1Rh0IEu .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9E1Rh0IEu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9E1Rh0IEu .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9E1Rh0IEu .items .item {
    padding: 20px 0;
  }
}
.cid-u9E1Rh0IEu .items .item:hover::after,
.cid-u9E1Rh0IEu .items .item:focus::after {
  height: 100%;
}
.cid-u9E1Rh0IEu .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9E1Rh0IEu .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9E1Rh0IEu .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9E1Rh0IEu .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9E1Rh0IEu .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9E1Rh0IEu .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9E1Rh0IEu .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9E1Rh0IEu .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9E1Rh0IEu .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9E1Rh0IEu .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9E1Rh0IEu .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9E1Rh0IEu .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9E1Rh0IEu .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9E1Rh0IEu .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9E1Rh0IEu .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9E1Rh0IEu .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9E1Rh0IEu .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9E1Rh0IEu .mbr-section-title {
  color: #3a341c;
}
.cid-u9E1Rh0IEu .card-title {
  color: #3a341c;
}
.cid-u9E1Rh0IEu .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9E1Rh0IEu .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uaoMqWNSkB {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uaoMqWNSkB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaoMqWNSkB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaoMqWNSkB .col-title {
  margin-bottom: 32px;
}
.cid-uaoMqWNSkB .mbr-section-title {
  color: #24262b;
}
.cid-uaoMqWNSkB .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaoMqWNSkB .cars-row {
  row-gap: 32px;
}
.cid-uaoMqWNSkB .card {
  border-radius: 0;
}
.cid-uaoMqWNSkB .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uaoMqWNSkB .text-wrap {
  flex-grow: 1;
}
.cid-uaoMqWNSkB .card-title {
  color: #24262b;
}
.cid-uaoMqWNSkB .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uaoMqWNSkB .mbr-section-btn {
  margin-top: 12px;
}
.cid-uaoMqWNSkB .card-title,
.cid-uaoMqWNSkB .card-wrapper {
  color: #35341b;
}
.cid-ucKQ5Qm9WN {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKQ5Qm9WN .mbr-text {
  color: #ffffff;
}
.cid-ucKQ5Qm9WN .container {
  max-width: 1000px;
}
.cid-ucKQ5Qm9WN h4 {
  text-align: center;
}
.cid-ucKQ5Qm9WN p {
  text-align: center;
}
.cid-ucKQ5Qm9WN .row {
  justify-content: center;
}
.cid-ucKQ5Qm9WN .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKQ5Qm9WN .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKQ5Qm9WN .card-title,
.cid-ucKQ5Qm9WN .card-img {
  color: #b69b74;
}
.cid-ucKQ5Qm9WN .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKQ5Qm9WN .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKQ5Qm9WN img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9E1Ri4QJO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9E1Ri4QJO .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9E17Gv1xA {
  z-index: 1000;
  width: 100%;
}
.cid-u9E17Gv1xA .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9E17Gv1xA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9E17Gv1xA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9E17Gv1xA .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9E17Gv1xA .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9E17Gv1xA .menu_box .navbar.opened,
  .cid-u9E17Gv1xA .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9E17Gv1xA nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9E17Gv1xA .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9E17Gv1xA .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9E17Gv1xA .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9E17Gv1xA .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9E17Gv1xA .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9E17Gv1xA .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9E17Gv1xA .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9E17Gv1xA .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9E17Gv1xA .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9E17Gv1xA .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9E17Gv1xA .offcanvas-body .mbr-text,
  .cid-u9E17Gv1xA .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9E17Gv1xA .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9E17Gv1xA .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9E17Gv1xA .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9E17Gv1xA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9E17Gv1xA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9E17Gv1xA .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9E17Gv1xA .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9E17Gv1xA ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9E17Gv1xA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9E17Gv1xA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9E17Gv1xA .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9E17Gv1xA li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9E17Gv1xA .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9E17Gv1xA .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9E17Gv1xA .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9E17Gv1xA .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9E17Gv1xA .nav-item {
    margin: 0 !important;
  }
}
.cid-u9E17Gv1xA .nav-item .nav-link:hover,
.cid-u9E17Gv1xA .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9E17Gv1xA .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9E17Gv1xA .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9E17Gv1xA .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9E17Gv1xA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9E17Gv1xA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9E17Gv1xA .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9E17Gv1xA .offcanvas_box {
    display: none;
  }
}
.cid-u9E17Gv1xA .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9E17Gv1xA .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9E17Gv1xA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9E17Gv1xA .container {
  display: flex;
  margin: auto;
}
.cid-u9E17Gv1xA .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9E17Gv1xA .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9E17Gv1xA .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9E17Gv1xA .navbar-caption {
  color: #2b2b2b;
}
.cid-u9E17Gv1xA .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9E17Gv1xA .navbar-nav {
    margin: 0;
  }
}
.cid-u9E17Gv1xA .dropdown-menu,
.cid-u9E17Gv1xA .navbar.opened {
  background-color: true !important;
}
.cid-u9E17Gv1xA .nav-item:focus,
.cid-u9E17Gv1xA .nav-link:focus {
  outline: none;
}
.cid-u9E17Gv1xA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9E17Gv1xA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9E17Gv1xA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9E17Gv1xA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9E17Gv1xA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9E17Gv1xA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9E17Gv1xA .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9E17Gv1xA .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9E17Gv1xA .navbar.opened {
  transition: all 0.3s;
}
.cid-u9E17Gv1xA .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9E17Gv1xA .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9E17Gv1xA .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9E17Gv1xA .navbar.collapsed {
  justify-content: center;
}
.cid-u9E17Gv1xA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9E17Gv1xA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9E17Gv1xA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9E17Gv1xA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9E17Gv1xA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9E17Gv1xA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9E17Gv1xA .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9E17Gv1xA .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9E17Gv1xA .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9E17Gv1xA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9E17Gv1xA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9E17Gv1xA .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9E17Gv1xA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9E17Gv1xA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9E17Gv1xA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9E17Gv1xA .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9E17Gv1xA .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9E17Gv1xA .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9E17Gv1xA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9E17Gv1xA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9E17Gv1xA .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9E17Gv1xA .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9E17Gv1xA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9E17Gv1xA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9E17Gv1xA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9E17Gv1xA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9E17Gv1xA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9E17Gv1xA .dropdown-item.active,
.cid-u9E17Gv1xA .dropdown-item:active {
  background-color: transparent;
}
.cid-u9E17Gv1xA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9E17Gv1xA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9E17Gv1xA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9E17Gv1xA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9E17Gv1xA ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9E17Gv1xA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9E17Gv1xA button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9E17Gv1xA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9E17Gv1xA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9E17Gv1xA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9E17Gv1xA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9E17Gv1xA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9E17Gv1xA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9E17Gv1xA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9E17Gv1xA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9E17Gv1xA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9E17Gv1xA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9E17Gv1xA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9E17Gv1xA .navbar {
    height: 70px;
  }
  .cid-u9E17Gv1xA .navbar.opened {
    height: auto;
  }
  .cid-u9E17Gv1xA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9E17Gv1xA .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9E17Gv1xA .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9E17Gv1xA .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9E17Gv1xA .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9E17Gv1xA .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9E17Gv1xA .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9E17Gv1xA .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9E17Gv1xA .text_widget {
  margin-bottom: 32px;
}
.cid-u9E17Gv1xA .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9E17Gv1xA .text_widget a:hover {
  opacity: .5;
}
.cid-u9E17Gv1xA .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9E17Gv1xA .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9E17Gv1xA .mbr-section-subtitle,
.cid-u9E17Gv1xA .text_widget,
.cid-u9E17Gv1xA .mbr-section-btn {
  text-align: center;
}
.cid-u9E17Gv1xA a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9E17H61i6 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9E17H61i6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9E17H61i6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9E17H61i6 .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9E17H61i6 .label-text {
  color: #747474;
}
.cid-u9E17H61i6 .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9E17H61i6 .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9E17H61i6 .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9E17H61i6 .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9E17H61i6 .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9E17HpOwf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9E17HpOwf .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9E17HpOwf .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9E17HpOwf .container {
    padding: 0 25px;
  }
}
.cid-u9E17HpOwf .row {
  margin: 0;
}
.cid-u9E17HpOwf .row .card {
  padding: 0;
}
.cid-u9E17HpOwf .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9E17HpOwf .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9E17HpOwf .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9E17HpOwf .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9E17HpOwf .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9E17HpOwf .item:focus,
.cid-u9E17HpOwf span:focus {
  outline: none;
}
.cid-u9E17HpOwf .item-wrapper {
  position: relative;
}
.cid-u9E17HpOwf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9E17HpOwf .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9E17HpOwf .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9E17HpOwf .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9E17HpOwf .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9E17HpOwf .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9E17HpOwf .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9E17HpOwf .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9E17HpOwf .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9E17HpOwf .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9E17HpOwf .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9E17HpOwf .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9E17HpOwf .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9E17HpOwf .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9E17HpOwf .embla__button--next,
.cid-u9E17HpOwf .embla__button--prev {
  display: flex;
}
.cid-u9E17HpOwf .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9E17HpOwf .embla__button {
    display: none;
  }
}
.cid-u9E17HpOwf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9E17HpOwf .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9E17HpOwf .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9E17HpOwf .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9E17HpOwf .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9E17HpOwf .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9E17HpOwf .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9E17HpOwf .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9E17HpOwf .embla__button {
    bottom: 1rem;
  }
}
.cid-u9E17HpOwf .embla {
  position: relative;
  width: 100%;
}
.cid-u9E17HpOwf .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9E17HpOwf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9E17HpOwf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9E17HpOwf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9E17HpOwf .mbr-section-title {
  color: #ffffff;
}
.cid-u9E17HpOwf .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9E17HpOwf .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9E17HTMyA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9E17HTMyA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9E17HTMyA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9E17HTMyA .container {
    padding: 0 30px;
  }
}
.cid-u9E17HTMyA .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9E17HTMyA .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9E17HTMyA .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9E17HTMyA .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9E17HTMyA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9E17HTMyA .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9E17HTMyA .items .item {
    padding: 20px 0;
  }
}
.cid-u9E17HTMyA .items .item:hover::after,
.cid-u9E17HTMyA .items .item:focus::after {
  height: 100%;
}
.cid-u9E17HTMyA .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9E17HTMyA .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9E17HTMyA .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9E17HTMyA .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9E17HTMyA .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9E17HTMyA .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9E17HTMyA .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9E17HTMyA .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9E17HTMyA .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9E17HTMyA .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9E17HTMyA .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9E17HTMyA .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9E17HTMyA .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9E17HTMyA .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9E17HTMyA .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9E17HTMyA .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9E17HTMyA .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9E17HTMyA .mbr-section-title {
  color: #3a341c;
}
.cid-u9E17HTMyA .card-title {
  color: #3a341c;
}
.cid-u9E17HTMyA .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9E17HTMyA .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uaoM2iot7h {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uaoM2iot7h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaoM2iot7h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaoM2iot7h .col-title {
  margin-bottom: 32px;
}
.cid-uaoM2iot7h .mbr-section-title {
  color: #24262b;
}
.cid-uaoM2iot7h .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaoM2iot7h .cars-row {
  row-gap: 32px;
}
.cid-uaoM2iot7h .card {
  border-radius: 0;
}
.cid-uaoM2iot7h .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uaoM2iot7h .text-wrap {
  flex-grow: 1;
}
.cid-uaoM2iot7h .card-title {
  color: #24262b;
}
.cid-uaoM2iot7h .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uaoM2iot7h .mbr-section-btn {
  margin-top: 12px;
}
.cid-uaoM2iot7h .card-title,
.cid-uaoM2iot7h .card-wrapper {
  color: #35341b;
}
.cid-ucKPVtuUKj {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKPVtuUKj .mbr-text {
  color: #ffffff;
}
.cid-ucKPVtuUKj .container {
  max-width: 1000px;
}
.cid-ucKPVtuUKj h4 {
  text-align: center;
}
.cid-ucKPVtuUKj p {
  text-align: center;
}
.cid-ucKPVtuUKj .row {
  justify-content: center;
}
.cid-ucKPVtuUKj .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKPVtuUKj .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKPVtuUKj .card-title,
.cid-ucKPVtuUKj .card-img {
  color: #b69b74;
}
.cid-ucKPVtuUKj .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKPVtuUKj .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKPVtuUKj img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9E17J17d3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9E17J17d3 .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9DZ28Jtm7 {
  z-index: 1000;
  width: 100%;
}
.cid-u9DZ28Jtm7 .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9DZ28Jtm7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9DZ28Jtm7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9DZ28Jtm7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9DZ28Jtm7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9DZ28Jtm7 .menu_box .navbar.opened,
  .cid-u9DZ28Jtm7 .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9DZ28Jtm7 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9DZ28Jtm7 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9DZ28Jtm7 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9DZ28Jtm7 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9DZ28Jtm7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9DZ28Jtm7 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9DZ28Jtm7 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9DZ28Jtm7 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9DZ28Jtm7 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9DZ28Jtm7 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9DZ28Jtm7 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9DZ28Jtm7 .offcanvas-body .mbr-text,
  .cid-u9DZ28Jtm7 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9DZ28Jtm7 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9DZ28Jtm7 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9DZ28Jtm7 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9DZ28Jtm7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9DZ28Jtm7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9DZ28Jtm7 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9DZ28Jtm7 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9DZ28Jtm7 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9DZ28Jtm7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9DZ28Jtm7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9DZ28Jtm7 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9DZ28Jtm7 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9DZ28Jtm7 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9DZ28Jtm7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9DZ28Jtm7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9DZ28Jtm7 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9DZ28Jtm7 .nav-item {
    margin: 0 !important;
  }
}
.cid-u9DZ28Jtm7 .nav-item .nav-link:hover,
.cid-u9DZ28Jtm7 .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9DZ28Jtm7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9DZ28Jtm7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9DZ28Jtm7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9DZ28Jtm7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9DZ28Jtm7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9DZ28Jtm7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9DZ28Jtm7 .offcanvas_box {
    display: none;
  }
}
.cid-u9DZ28Jtm7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9DZ28Jtm7 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9DZ28Jtm7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9DZ28Jtm7 .container {
  display: flex;
  margin: auto;
}
.cid-u9DZ28Jtm7 .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9DZ28Jtm7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9DZ28Jtm7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9DZ28Jtm7 .navbar-caption {
  color: #2b2b2b;
}
.cid-u9DZ28Jtm7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9DZ28Jtm7 .navbar-nav {
    margin: 0;
  }
}
.cid-u9DZ28Jtm7 .dropdown-menu,
.cid-u9DZ28Jtm7 .navbar.opened {
  background-color: true !important;
}
.cid-u9DZ28Jtm7 .nav-item:focus,
.cid-u9DZ28Jtm7 .nav-link:focus {
  outline: none;
}
.cid-u9DZ28Jtm7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9DZ28Jtm7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9DZ28Jtm7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9DZ28Jtm7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9DZ28Jtm7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9DZ28Jtm7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9DZ28Jtm7 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9DZ28Jtm7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9DZ28Jtm7 .navbar.opened {
  transition: all 0.3s;
}
.cid-u9DZ28Jtm7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9DZ28Jtm7 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9DZ28Jtm7 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9DZ28Jtm7 .navbar.collapsed {
  justify-content: center;
}
.cid-u9DZ28Jtm7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9DZ28Jtm7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9DZ28Jtm7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9DZ28Jtm7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9DZ28Jtm7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9DZ28Jtm7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9DZ28Jtm7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9DZ28Jtm7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9DZ28Jtm7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9DZ28Jtm7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9DZ28Jtm7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9DZ28Jtm7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9DZ28Jtm7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9DZ28Jtm7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9DZ28Jtm7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9DZ28Jtm7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9DZ28Jtm7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9DZ28Jtm7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9DZ28Jtm7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9DZ28Jtm7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9DZ28Jtm7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9DZ28Jtm7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9DZ28Jtm7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9DZ28Jtm7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9DZ28Jtm7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9DZ28Jtm7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9DZ28Jtm7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9DZ28Jtm7 .dropdown-item.active,
.cid-u9DZ28Jtm7 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9DZ28Jtm7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9DZ28Jtm7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9DZ28Jtm7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9DZ28Jtm7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9DZ28Jtm7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9DZ28Jtm7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9DZ28Jtm7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9DZ28Jtm7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9DZ28Jtm7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9DZ28Jtm7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9DZ28Jtm7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9DZ28Jtm7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9DZ28Jtm7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9DZ28Jtm7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9DZ28Jtm7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9DZ28Jtm7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9DZ28Jtm7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9DZ28Jtm7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9DZ28Jtm7 .navbar {
    height: 70px;
  }
  .cid-u9DZ28Jtm7 .navbar.opened {
    height: auto;
  }
  .cid-u9DZ28Jtm7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9DZ28Jtm7 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9DZ28Jtm7 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9DZ28Jtm7 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9DZ28Jtm7 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9DZ28Jtm7 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9DZ28Jtm7 .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9DZ28Jtm7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9DZ28Jtm7 .text_widget {
  margin-bottom: 32px;
}
.cid-u9DZ28Jtm7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9DZ28Jtm7 .text_widget a:hover {
  opacity: .5;
}
.cid-u9DZ28Jtm7 .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9DZ28Jtm7 .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9DZ28Jtm7 .mbr-section-subtitle,
.cid-u9DZ28Jtm7 .text_widget,
.cid-u9DZ28Jtm7 .mbr-section-btn {
  text-align: center;
}
.cid-u9DZ28Jtm7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9DZ29cXSW {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9DZ29cXSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9DZ29cXSW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9DZ29cXSW .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9DZ29cXSW .label-text {
  color: #747474;
}
.cid-u9DZ29cXSW .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9DZ29cXSW .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9DZ29cXSW .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9DZ29cXSW .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9DZ29cXSW .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9DZ29vrxl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9DZ29vrxl .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9DZ29vrxl .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9DZ29vrxl .container {
    padding: 0 25px;
  }
}
.cid-u9DZ29vrxl .row {
  margin: 0;
}
.cid-u9DZ29vrxl .row .card {
  padding: 0;
}
.cid-u9DZ29vrxl .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9DZ29vrxl .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9DZ29vrxl .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9DZ29vrxl .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9DZ29vrxl .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9DZ29vrxl .item:focus,
.cid-u9DZ29vrxl span:focus {
  outline: none;
}
.cid-u9DZ29vrxl .item-wrapper {
  position: relative;
}
.cid-u9DZ29vrxl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9DZ29vrxl .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9DZ29vrxl .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9DZ29vrxl .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9DZ29vrxl .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9DZ29vrxl .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9DZ29vrxl .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9DZ29vrxl .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9DZ29vrxl .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9DZ29vrxl .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9DZ29vrxl .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9DZ29vrxl .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9DZ29vrxl .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9DZ29vrxl .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9DZ29vrxl .embla__button--next,
.cid-u9DZ29vrxl .embla__button--prev {
  display: flex;
}
.cid-u9DZ29vrxl .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9DZ29vrxl .embla__button {
    display: none;
  }
}
.cid-u9DZ29vrxl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9DZ29vrxl .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9DZ29vrxl .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9DZ29vrxl .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9DZ29vrxl .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9DZ29vrxl .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9DZ29vrxl .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9DZ29vrxl .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9DZ29vrxl .embla__button {
    bottom: 1rem;
  }
}
.cid-u9DZ29vrxl .embla {
  position: relative;
  width: 100%;
}
.cid-u9DZ29vrxl .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9DZ29vrxl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9DZ29vrxl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9DZ29vrxl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9DZ29vrxl .mbr-section-title {
  color: #ffffff;
}
.cid-u9DZ29vrxl .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9DZ29vrxl .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9DZ29WyIA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9DZ29WyIA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9DZ29WyIA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9DZ29WyIA .container {
    padding: 0 30px;
  }
}
.cid-u9DZ29WyIA .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9DZ29WyIA .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9DZ29WyIA .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9DZ29WyIA .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9DZ29WyIA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9DZ29WyIA .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9DZ29WyIA .items .item {
    padding: 20px 0;
  }
}
.cid-u9DZ29WyIA .items .item:hover::after,
.cid-u9DZ29WyIA .items .item:focus::after {
  height: 100%;
}
.cid-u9DZ29WyIA .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9DZ29WyIA .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9DZ29WyIA .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9DZ29WyIA .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9DZ29WyIA .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9DZ29WyIA .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9DZ29WyIA .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9DZ29WyIA .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9DZ29WyIA .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9DZ29WyIA .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9DZ29WyIA .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9DZ29WyIA .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9DZ29WyIA .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9DZ29WyIA .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9DZ29WyIA .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9DZ29WyIA .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9DZ29WyIA .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9DZ29WyIA .mbr-section-title {
  color: #3a341c;
}
.cid-u9DZ29WyIA .card-title {
  color: #3a341c;
}
.cid-u9DZ29WyIA .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9DZ29WyIA .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uaoLaOJjjd {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uaoLaOJjjd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaoLaOJjjd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaoLaOJjjd .col-title {
  margin-bottom: 32px;
}
.cid-uaoLaOJjjd .mbr-section-title {
  color: #24262b;
}
.cid-uaoLaOJjjd .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaoLaOJjjd .cars-row {
  row-gap: 32px;
}
.cid-uaoLaOJjjd .card {
  border-radius: 0;
}
.cid-uaoLaOJjjd .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uaoLaOJjjd .text-wrap {
  flex-grow: 1;
}
.cid-uaoLaOJjjd .card-title {
  color: #24262b;
}
.cid-uaoLaOJjjd .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uaoLaOJjjd .mbr-section-btn {
  margin-top: 12px;
}
.cid-uaoLaOJjjd .card-title,
.cid-uaoLaOJjjd .card-wrapper {
  color: #35341b;
}
.cid-ucKPSsCcLk {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKPSsCcLk .mbr-text {
  color: #ffffff;
}
.cid-ucKPSsCcLk .container {
  max-width: 1000px;
}
.cid-ucKPSsCcLk h4 {
  text-align: center;
}
.cid-ucKPSsCcLk p {
  text-align: center;
}
.cid-ucKPSsCcLk .row {
  justify-content: center;
}
.cid-ucKPSsCcLk .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKPSsCcLk .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKPSsCcLk .card-title,
.cid-ucKPSsCcLk .card-img {
  color: #b69b74;
}
.cid-ucKPSsCcLk .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKPSsCcLk .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKPSsCcLk img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9DZ2b3PoH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9DZ2b3PoH .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9nh8q1d0y {
  z-index: 1000;
  width: 100%;
}
.cid-u9nh8q1d0y .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9nh8q1d0y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9nh8q1d0y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9nh8q1d0y .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9nh8q1d0y .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9nh8q1d0y .menu_box .navbar.opened,
  .cid-u9nh8q1d0y .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9nh8q1d0y nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9nh8q1d0y .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9nh8q1d0y .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9nh8q1d0y .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9nh8q1d0y .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9nh8q1d0y .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9nh8q1d0y .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9nh8q1d0y .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9nh8q1d0y .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9nh8q1d0y .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9nh8q1d0y .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9nh8q1d0y .offcanvas-body .mbr-text,
  .cid-u9nh8q1d0y .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9nh8q1d0y .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9nh8q1d0y .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9nh8q1d0y .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9nh8q1d0y .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9nh8q1d0y .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9nh8q1d0y .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9nh8q1d0y .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9nh8q1d0y ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9nh8q1d0y .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9nh8q1d0y .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9nh8q1d0y .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9nh8q1d0y li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9nh8q1d0y .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9nh8q1d0y .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9nh8q1d0y .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9nh8q1d0y .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9nh8q1d0y .nav-item {
    margin: 0 !important;
  }
}
.cid-u9nh8q1d0y .nav-item .nav-link:hover,
.cid-u9nh8q1d0y .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9nh8q1d0y .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9nh8q1d0y .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9nh8q1d0y .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9nh8q1d0y .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9nh8q1d0y .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9nh8q1d0y .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9nh8q1d0y .offcanvas_box {
    display: none;
  }
}
.cid-u9nh8q1d0y .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9nh8q1d0y .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9nh8q1d0y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9nh8q1d0y .container {
  display: flex;
  margin: auto;
}
.cid-u9nh8q1d0y .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9nh8q1d0y .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9nh8q1d0y .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9nh8q1d0y .navbar-caption {
  color: #2b2b2b;
}
.cid-u9nh8q1d0y .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9nh8q1d0y .navbar-nav {
    margin: 0;
  }
}
.cid-u9nh8q1d0y .dropdown-menu,
.cid-u9nh8q1d0y .navbar.opened {
  background-color: true !important;
}
.cid-u9nh8q1d0y .nav-item:focus,
.cid-u9nh8q1d0y .nav-link:focus {
  outline: none;
}
.cid-u9nh8q1d0y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9nh8q1d0y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9nh8q1d0y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9nh8q1d0y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9nh8q1d0y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9nh8q1d0y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9nh8q1d0y .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9nh8q1d0y .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9nh8q1d0y .navbar.opened {
  transition: all 0.3s;
}
.cid-u9nh8q1d0y .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9nh8q1d0y .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9nh8q1d0y .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9nh8q1d0y .navbar.collapsed {
  justify-content: center;
}
.cid-u9nh8q1d0y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9nh8q1d0y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9nh8q1d0y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9nh8q1d0y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9nh8q1d0y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9nh8q1d0y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9nh8q1d0y .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9nh8q1d0y .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9nh8q1d0y .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9nh8q1d0y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9nh8q1d0y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9nh8q1d0y .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9nh8q1d0y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9nh8q1d0y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9nh8q1d0y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9nh8q1d0y .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9nh8q1d0y .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9nh8q1d0y .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9nh8q1d0y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9nh8q1d0y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9nh8q1d0y .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9nh8q1d0y .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9nh8q1d0y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9nh8q1d0y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9nh8q1d0y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9nh8q1d0y .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9nh8q1d0y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9nh8q1d0y .dropdown-item.active,
.cid-u9nh8q1d0y .dropdown-item:active {
  background-color: transparent;
}
.cid-u9nh8q1d0y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9nh8q1d0y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9nh8q1d0y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9nh8q1d0y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9nh8q1d0y ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9nh8q1d0y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9nh8q1d0y button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9nh8q1d0y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9nh8q1d0y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9nh8q1d0y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9nh8q1d0y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9nh8q1d0y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9nh8q1d0y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9nh8q1d0y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9nh8q1d0y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9nh8q1d0y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9nh8q1d0y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9nh8q1d0y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9nh8q1d0y .navbar {
    height: 70px;
  }
  .cid-u9nh8q1d0y .navbar.opened {
    height: auto;
  }
  .cid-u9nh8q1d0y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9nh8q1d0y .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9nh8q1d0y .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9nh8q1d0y .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9nh8q1d0y .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9nh8q1d0y .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9nh8q1d0y .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9nh8q1d0y .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9nh8q1d0y .text_widget {
  margin-bottom: 32px;
}
.cid-u9nh8q1d0y .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9nh8q1d0y .text_widget a:hover {
  opacity: .5;
}
.cid-u9nh8q1d0y .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9nh8q1d0y .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9nh8q1d0y .mbr-section-subtitle,
.cid-u9nh8q1d0y .text_widget,
.cid-u9nh8q1d0y .mbr-section-btn {
  text-align: center;
}
.cid-u9nh8q1d0y a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9niMIgcpc {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-u9niMIgcpc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9niMIgcpc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9niMIgcpc .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u9niMIgcpc .label-text {
  color: #747474;
}
.cid-u9niMIgcpc .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-u9niMIgcpc .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u9niMIgcpc .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-u9niMIgcpc .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u9niMIgcpc .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-u9npdBz95m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9npdBz95m .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9npdBz95m .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9npdBz95m .container {
    padding: 0 25px;
  }
}
.cid-u9npdBz95m .row {
  margin: 0;
}
.cid-u9npdBz95m .row .card {
  padding: 0;
}
.cid-u9npdBz95m .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-u9npdBz95m .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9npdBz95m .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9npdBz95m .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u9npdBz95m .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9npdBz95m .item:focus,
.cid-u9npdBz95m span:focus {
  outline: none;
}
.cid-u9npdBz95m .item-wrapper {
  position: relative;
}
.cid-u9npdBz95m .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-u9npdBz95m .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9npdBz95m .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-u9npdBz95m .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-u9npdBz95m .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-u9npdBz95m .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-u9npdBz95m .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-u9npdBz95m .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-u9npdBz95m .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-u9npdBz95m .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-u9npdBz95m .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u9npdBz95m .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-u9npdBz95m .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-u9npdBz95m .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9npdBz95m .embla__button--next,
.cid-u9npdBz95m .embla__button--prev {
  display: flex;
}
.cid-u9npdBz95m .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-u9npdBz95m .embla__button {
    display: none;
  }
}
.cid-u9npdBz95m .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9npdBz95m .embla__button:hover {
  opacity: .7 !important;
}
.cid-u9npdBz95m .embla__button.embla__button--prev {
  left: 105px;
}
.cid-u9npdBz95m .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9npdBz95m .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-u9npdBz95m .embla__button.embla__button--next {
  right: 105px;
}
.cid-u9npdBz95m .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-u9npdBz95m .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u9npdBz95m .embla__button {
    bottom: 1rem;
  }
}
.cid-u9npdBz95m .embla {
  position: relative;
  width: 100%;
}
.cid-u9npdBz95m .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9npdBz95m .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9npdBz95m .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9npdBz95m .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9npdBz95m .mbr-section-title {
  color: #ffffff;
}
.cid-u9npdBz95m .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9npdBz95m .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9njmsCKRJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-u9njmsCKRJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9njmsCKRJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9njmsCKRJ .container {
    padding: 0 30px;
  }
}
.cid-u9njmsCKRJ .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9njmsCKRJ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9njmsCKRJ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9njmsCKRJ .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9njmsCKRJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9njmsCKRJ .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9njmsCKRJ .items .item {
    padding: 20px 0;
  }
}
.cid-u9njmsCKRJ .items .item:hover::after,
.cid-u9njmsCKRJ .items .item:focus::after {
  height: 100%;
}
.cid-u9njmsCKRJ .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-u9njmsCKRJ .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-u9njmsCKRJ .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-u9njmsCKRJ .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-u9njmsCKRJ .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-u9njmsCKRJ .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-u9njmsCKRJ .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9njmsCKRJ .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9njmsCKRJ .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-u9njmsCKRJ .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-u9njmsCKRJ .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-u9njmsCKRJ .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9njmsCKRJ .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-u9njmsCKRJ .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u9njmsCKRJ .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-u9njmsCKRJ .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9njmsCKRJ .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-u9njmsCKRJ .mbr-section-title {
  color: #3a341c;
}
.cid-u9njmsCKRJ .card-title {
  color: #3a341c;
}
.cid-u9njmsCKRJ .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-u9njmsCKRJ .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uajU5lVcht {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uajU5lVcht .mbr-fallback-image.disabled {
  display: none;
}
.cid-uajU5lVcht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uajU5lVcht .col-title {
  margin-bottom: 32px;
}
.cid-uajU5lVcht .mbr-section-title {
  color: #24262b;
}
.cid-uajU5lVcht .mbr-section-subtitle {
  color: #24262b;
}
.cid-uajU5lVcht .cars-row {
  row-gap: 32px;
}
.cid-uajU5lVcht .card {
  border-radius: 0;
}
.cid-uajU5lVcht .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uajU5lVcht .text-wrap {
  flex-grow: 1;
}
.cid-uajU5lVcht .card-title {
  color: #24262b;
}
.cid-uajU5lVcht .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uajU5lVcht .mbr-section-btn {
  margin-top: 12px;
}
.cid-uajU5lVcht .card-title,
.cid-uajU5lVcht .card-wrapper {
  color: #35341b;
}
.cid-ucKPPPpDQZ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKPPPpDQZ .mbr-text {
  color: #ffffff;
}
.cid-ucKPPPpDQZ .container {
  max-width: 1000px;
}
.cid-ucKPPPpDQZ h4 {
  text-align: center;
}
.cid-ucKPPPpDQZ p {
  text-align: center;
}
.cid-ucKPPPpDQZ .row {
  justify-content: center;
}
.cid-ucKPPPpDQZ .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKPPPpDQZ .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKPPPpDQZ .card-title,
.cid-ucKPPPpDQZ .card-img {
  color: #b69b74;
}
.cid-ucKPPPpDQZ .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKPPPpDQZ .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKPPPpDQZ img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9nh8sBN7b {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9nh8sBN7b .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9KaMFdVnb {
  z-index: 1000;
  width: 100%;
}
.cid-u9KaMFdVnb .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9KaMFdVnb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9KaMFdVnb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9KaMFdVnb .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9KaMFdVnb .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9KaMFdVnb .menu_box .navbar.opened,
  .cid-u9KaMFdVnb .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9KaMFdVnb nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9KaMFdVnb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9KaMFdVnb .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9KaMFdVnb .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9KaMFdVnb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9KaMFdVnb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9KaMFdVnb .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9KaMFdVnb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9KaMFdVnb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9KaMFdVnb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9KaMFdVnb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9KaMFdVnb .offcanvas-body .mbr-text,
  .cid-u9KaMFdVnb .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9KaMFdVnb .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9KaMFdVnb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9KaMFdVnb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9KaMFdVnb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9KaMFdVnb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9KaMFdVnb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9KaMFdVnb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9KaMFdVnb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9KaMFdVnb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9KaMFdVnb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9KaMFdVnb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9KaMFdVnb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9KaMFdVnb .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9KaMFdVnb .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9KaMFdVnb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9KaMFdVnb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9KaMFdVnb .nav-item {
    margin: 0 !important;
  }
}
.cid-u9KaMFdVnb .nav-item .nav-link:hover,
.cid-u9KaMFdVnb .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9KaMFdVnb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9KaMFdVnb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9KaMFdVnb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9KaMFdVnb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9KaMFdVnb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9KaMFdVnb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9KaMFdVnb .offcanvas_box {
    display: none;
  }
}
.cid-u9KaMFdVnb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9KaMFdVnb .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9KaMFdVnb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9KaMFdVnb .container {
  display: flex;
  margin: auto;
}
.cid-u9KaMFdVnb .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9KaMFdVnb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9KaMFdVnb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9KaMFdVnb .navbar-caption {
  color: #2b2b2b;
}
.cid-u9KaMFdVnb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9KaMFdVnb .navbar-nav {
    margin: 0;
  }
}
.cid-u9KaMFdVnb .dropdown-menu,
.cid-u9KaMFdVnb .navbar.opened {
  background-color: true !important;
}
.cid-u9KaMFdVnb .nav-item:focus,
.cid-u9KaMFdVnb .nav-link:focus {
  outline: none;
}
.cid-u9KaMFdVnb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9KaMFdVnb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9KaMFdVnb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9KaMFdVnb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9KaMFdVnb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9KaMFdVnb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9KaMFdVnb .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9KaMFdVnb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9KaMFdVnb .navbar.opened {
  transition: all 0.3s;
}
.cid-u9KaMFdVnb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9KaMFdVnb .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9KaMFdVnb .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9KaMFdVnb .navbar.collapsed {
  justify-content: center;
}
.cid-u9KaMFdVnb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9KaMFdVnb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9KaMFdVnb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9KaMFdVnb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9KaMFdVnb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9KaMFdVnb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9KaMFdVnb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9KaMFdVnb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9KaMFdVnb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9KaMFdVnb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9KaMFdVnb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9KaMFdVnb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9KaMFdVnb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9KaMFdVnb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9KaMFdVnb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9KaMFdVnb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9KaMFdVnb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9KaMFdVnb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9KaMFdVnb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9KaMFdVnb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9KaMFdVnb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9KaMFdVnb .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9KaMFdVnb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9KaMFdVnb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9KaMFdVnb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9KaMFdVnb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9KaMFdVnb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9KaMFdVnb .dropdown-item.active,
.cid-u9KaMFdVnb .dropdown-item:active {
  background-color: transparent;
}
.cid-u9KaMFdVnb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9KaMFdVnb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9KaMFdVnb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9KaMFdVnb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9KaMFdVnb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9KaMFdVnb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9KaMFdVnb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9KaMFdVnb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9KaMFdVnb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9KaMFdVnb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9KaMFdVnb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9KaMFdVnb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9KaMFdVnb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9KaMFdVnb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9KaMFdVnb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9KaMFdVnb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9KaMFdVnb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9KaMFdVnb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9KaMFdVnb .navbar {
    height: 70px;
  }
  .cid-u9KaMFdVnb .navbar.opened {
    height: auto;
  }
  .cid-u9KaMFdVnb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9KaMFdVnb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9KaMFdVnb .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9KaMFdVnb .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9KaMFdVnb .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9KaMFdVnb .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9KaMFdVnb .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9KaMFdVnb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9KaMFdVnb .text_widget {
  margin-bottom: 32px;
}
.cid-u9KaMFdVnb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9KaMFdVnb .text_widget a:hover {
  opacity: .5;
}
.cid-u9KaMFdVnb .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9KaMFdVnb .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9KaMFdVnb .mbr-section-subtitle,
.cid-u9KaMFdVnb .text_widget,
.cid-u9KaMFdVnb .mbr-section-btn {
  text-align: center;
}
.cid-u9KaMFdVnb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9KaMFKYap {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #3a341c;
}
.cid-u9KaMFKYap .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9KaMFKYap .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9KaMFKYap .row {
  justify-content: left;
}
.cid-u9KaMFKYap .main-col {
  display: flex;
}
.cid-u9KaMFKYap .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-u9KaMFKYap .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-u9KaMFKYap .item-container {
    flex-wrap: wrap;
  }
}
.cid-u9KaMFKYap .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-u9KaMFKYap .item-img {
    display: none;
  }
}
.cid-u9KaMFKYap .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-u9KaMFKYap .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-u9KaMFKYap .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-u9KaMFKYap .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-u9KaMFKYap .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-u9KaMFKYap .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-u9KaMFKYap .mbr-text-1 {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .cid-u9KaMFKYap .mbr-text-1 {
    margin: 0;
  }
}
.cid-u9KaMFKYap .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-u9KaMFKYap .mbr-text-2 {
    margin: 0;
  }
}
.cid-u9KaMFKYap .item-container-2 {
  align-items: center;
  padding-left: 26px;
}
.cid-u9KaMFKYap .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-u9KaMFKYap .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
.cid-u9KaMFKYap .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-u9KaMFKYap .item-container-4 {
    justify-content: center !important;
  }
}
.cid-u9KaMFKYap .mbr-section-title-1 {
  color: #fbca8d;
}
.cid-u9KaMFKYap .mbr-section-title-2 {
  color: #fbca8d;
}
.cid-u9KaMFKYap .mbr-section-title-3 {
  color: #fbca8d;
}
.cid-u9KaMFKYap .mbr-section-title-4 {
  color: #c76d3f;
}
.cid-ua1IaevzQC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ua1IaevzQC .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ua1IaevzQC img,
.cid-ua1IaevzQC .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ua1IaevzQC .item:focus,
.cid-ua1IaevzQC span:focus {
  outline: none;
}
.cid-ua1IaevzQC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ua1IaevzQC .item {
    margin-bottom: 1rem;
  }
}
.cid-ua1IaevzQC .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ua1IaevzQC .mbr-section-title {
  color: #232323;
}
.cid-ua1IaevzQC .mbr-text,
.cid-ua1IaevzQC .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-ua1IaevzQC .item-title {
  color: #232323;
  text-align: center;
}
.cid-ua1IaevzQC .content-head {
  max-width: 800px;
}
.cid-ucKPMC7kcL {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKPMC7kcL .mbr-text {
  color: #ffffff;
}
.cid-ucKPMC7kcL .container {
  max-width: 1000px;
}
.cid-ucKPMC7kcL h4 {
  text-align: center;
}
.cid-ucKPMC7kcL p {
  text-align: center;
}
.cid-ucKPMC7kcL .row {
  justify-content: center;
}
.cid-ucKPMC7kcL .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKPMC7kcL .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKPMC7kcL .card-title,
.cid-ucKPMC7kcL .card-img {
  color: #b69b74;
}
.cid-ucKPMC7kcL .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKPMC7kcL .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKPMC7kcL img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9KaMHh6aN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9KaMHh6aN .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9JLoHsBOK {
  z-index: 1000;
  width: 100%;
}
.cid-u9JLoHsBOK .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9JLoHsBOK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9JLoHsBOK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9JLoHsBOK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9JLoHsBOK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9JLoHsBOK .menu_box .navbar.opened,
  .cid-u9JLoHsBOK .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9JLoHsBOK nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9JLoHsBOK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9JLoHsBOK .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9JLoHsBOK .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9JLoHsBOK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9JLoHsBOK .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9JLoHsBOK .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9JLoHsBOK .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9JLoHsBOK .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9JLoHsBOK .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9JLoHsBOK .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9JLoHsBOK .offcanvas-body .mbr-text,
  .cid-u9JLoHsBOK .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9JLoHsBOK .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9JLoHsBOK .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9JLoHsBOK .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9JLoHsBOK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9JLoHsBOK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9JLoHsBOK .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9JLoHsBOK .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9JLoHsBOK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9JLoHsBOK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9JLoHsBOK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9JLoHsBOK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9JLoHsBOK li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9JLoHsBOK .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9JLoHsBOK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9JLoHsBOK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9JLoHsBOK .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9JLoHsBOK .nav-item {
    margin: 0 !important;
  }
}
.cid-u9JLoHsBOK .nav-item .nav-link:hover,
.cid-u9JLoHsBOK .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9JLoHsBOK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9JLoHsBOK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9JLoHsBOK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9JLoHsBOK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9JLoHsBOK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9JLoHsBOK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9JLoHsBOK .offcanvas_box {
    display: none;
  }
}
.cid-u9JLoHsBOK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9JLoHsBOK .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9JLoHsBOK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9JLoHsBOK .container {
  display: flex;
  margin: auto;
}
.cid-u9JLoHsBOK .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9JLoHsBOK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9JLoHsBOK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9JLoHsBOK .navbar-caption {
  color: #2b2b2b;
}
.cid-u9JLoHsBOK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9JLoHsBOK .navbar-nav {
    margin: 0;
  }
}
.cid-u9JLoHsBOK .dropdown-menu,
.cid-u9JLoHsBOK .navbar.opened {
  background-color: true !important;
}
.cid-u9JLoHsBOK .nav-item:focus,
.cid-u9JLoHsBOK .nav-link:focus {
  outline: none;
}
.cid-u9JLoHsBOK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9JLoHsBOK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9JLoHsBOK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9JLoHsBOK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9JLoHsBOK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9JLoHsBOK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9JLoHsBOK .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9JLoHsBOK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9JLoHsBOK .navbar.opened {
  transition: all 0.3s;
}
.cid-u9JLoHsBOK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9JLoHsBOK .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9JLoHsBOK .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9JLoHsBOK .navbar.collapsed {
  justify-content: center;
}
.cid-u9JLoHsBOK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9JLoHsBOK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9JLoHsBOK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9JLoHsBOK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9JLoHsBOK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9JLoHsBOK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9JLoHsBOK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9JLoHsBOK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9JLoHsBOK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9JLoHsBOK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9JLoHsBOK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9JLoHsBOK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9JLoHsBOK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9JLoHsBOK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9JLoHsBOK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9JLoHsBOK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9JLoHsBOK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9JLoHsBOK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9JLoHsBOK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9JLoHsBOK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9JLoHsBOK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9JLoHsBOK .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9JLoHsBOK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9JLoHsBOK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9JLoHsBOK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9JLoHsBOK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9JLoHsBOK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9JLoHsBOK .dropdown-item.active,
.cid-u9JLoHsBOK .dropdown-item:active {
  background-color: transparent;
}
.cid-u9JLoHsBOK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9JLoHsBOK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9JLoHsBOK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9JLoHsBOK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9JLoHsBOK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9JLoHsBOK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9JLoHsBOK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9JLoHsBOK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9JLoHsBOK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9JLoHsBOK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9JLoHsBOK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9JLoHsBOK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9JLoHsBOK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9JLoHsBOK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9JLoHsBOK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9JLoHsBOK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9JLoHsBOK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9JLoHsBOK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9JLoHsBOK .navbar {
    height: 70px;
  }
  .cid-u9JLoHsBOK .navbar.opened {
    height: auto;
  }
  .cid-u9JLoHsBOK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9JLoHsBOK .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9JLoHsBOK .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9JLoHsBOK .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9JLoHsBOK .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9JLoHsBOK .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9JLoHsBOK .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9JLoHsBOK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9JLoHsBOK .text_widget {
  margin-bottom: 32px;
}
.cid-u9JLoHsBOK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9JLoHsBOK .text_widget a:hover {
  opacity: .5;
}
.cid-u9JLoHsBOK .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9JLoHsBOK .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9JLoHsBOK .mbr-section-subtitle,
.cid-u9JLoHsBOK .text_widget,
.cid-u9JLoHsBOK .mbr-section-btn {
  text-align: center;
}
.cid-u9JLoHsBOK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9JLoHY3EY {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #3a341c;
}
.cid-u9JLoHY3EY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JLoHY3EY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JLoHY3EY .row {
  justify-content: left;
}
.cid-u9JLoHY3EY .main-col {
  display: flex;
}
.cid-u9JLoHY3EY .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-u9JLoHY3EY .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-u9JLoHY3EY .item-container {
    flex-wrap: wrap;
  }
}
.cid-u9JLoHY3EY .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-u9JLoHY3EY .item-img {
    display: none;
  }
}
.cid-u9JLoHY3EY .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-u9JLoHY3EY .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-u9JLoHY3EY .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-u9JLoHY3EY .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-u9JLoHY3EY .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-u9JLoHY3EY .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-u9JLoHY3EY .mbr-text-1 {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .cid-u9JLoHY3EY .mbr-text-1 {
    margin: 0;
  }
}
.cid-u9JLoHY3EY .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-u9JLoHY3EY .mbr-text-2 {
    margin: 0;
  }
}
.cid-u9JLoHY3EY .item-container-2 {
  align-items: center;
  padding-left: 26px;
}
.cid-u9JLoHY3EY .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-u9JLoHY3EY .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
.cid-u9JLoHY3EY .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-u9JLoHY3EY .item-container-4 {
    justify-content: center !important;
  }
}
.cid-u9JLoHY3EY .mbr-section-title-1 {
  color: #fbca8d;
}
.cid-u9JLoHY3EY .mbr-section-title-2 {
  color: #fbca8d;
}
.cid-u9JLoHY3EY .mbr-section-title-3 {
  color: #fbca8d;
}
.cid-u9JLoHY3EY .mbr-section-title-4 {
  color: #c76d3f;
}
.cid-ua1FPWlqS8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ua1FPWlqS8 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ua1FPWlqS8 img,
.cid-ua1FPWlqS8 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ua1FPWlqS8 .item:focus,
.cid-ua1FPWlqS8 span:focus {
  outline: none;
}
.cid-ua1FPWlqS8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ua1FPWlqS8 .item {
    margin-bottom: 1rem;
  }
}
.cid-ua1FPWlqS8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ua1FPWlqS8 .mbr-section-title {
  color: #232323;
}
.cid-ua1FPWlqS8 .mbr-text,
.cid-ua1FPWlqS8 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-ua1FPWlqS8 .item-title {
  color: #232323;
  text-align: center;
}
.cid-ua1FPWlqS8 .content-head {
  max-width: 800px;
}
.cid-ucKPGSEsIR {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKPGSEsIR .mbr-text {
  color: #ffffff;
}
.cid-ucKPGSEsIR .container {
  max-width: 1000px;
}
.cid-ucKPGSEsIR h4 {
  text-align: center;
}
.cid-ucKPGSEsIR p {
  text-align: center;
}
.cid-ucKPGSEsIR .row {
  justify-content: center;
}
.cid-ucKPGSEsIR .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKPGSEsIR .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKPGSEsIR .card-title,
.cid-ucKPGSEsIR .card-img {
  color: #b69b74;
}
.cid-ucKPGSEsIR .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKPGSEsIR .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKPGSEsIR img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9JLoJb9e0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9JLoJb9e0 .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9K9fjEGM4 {
  z-index: 1000;
  width: 100%;
}
.cid-u9K9fjEGM4 .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9K9fjEGM4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9K9fjEGM4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9K9fjEGM4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9K9fjEGM4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9K9fjEGM4 .menu_box .navbar.opened,
  .cid-u9K9fjEGM4 .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9K9fjEGM4 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9K9fjEGM4 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9K9fjEGM4 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9K9fjEGM4 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9K9fjEGM4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9K9fjEGM4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9K9fjEGM4 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9K9fjEGM4 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9K9fjEGM4 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9K9fjEGM4 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9K9fjEGM4 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9K9fjEGM4 .offcanvas-body .mbr-text,
  .cid-u9K9fjEGM4 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9K9fjEGM4 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9K9fjEGM4 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9K9fjEGM4 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9K9fjEGM4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9K9fjEGM4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9K9fjEGM4 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9K9fjEGM4 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9K9fjEGM4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9K9fjEGM4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9K9fjEGM4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9K9fjEGM4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9K9fjEGM4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9K9fjEGM4 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9K9fjEGM4 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9K9fjEGM4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9K9fjEGM4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9K9fjEGM4 .nav-item {
    margin: 0 !important;
  }
}
.cid-u9K9fjEGM4 .nav-item .nav-link:hover,
.cid-u9K9fjEGM4 .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9K9fjEGM4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9K9fjEGM4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9K9fjEGM4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9K9fjEGM4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9K9fjEGM4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9K9fjEGM4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9K9fjEGM4 .offcanvas_box {
    display: none;
  }
}
.cid-u9K9fjEGM4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9K9fjEGM4 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9K9fjEGM4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9K9fjEGM4 .container {
  display: flex;
  margin: auto;
}
.cid-u9K9fjEGM4 .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9K9fjEGM4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9K9fjEGM4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9K9fjEGM4 .navbar-caption {
  color: #2b2b2b;
}
.cid-u9K9fjEGM4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9K9fjEGM4 .navbar-nav {
    margin: 0;
  }
}
.cid-u9K9fjEGM4 .dropdown-menu,
.cid-u9K9fjEGM4 .navbar.opened {
  background-color: true !important;
}
.cid-u9K9fjEGM4 .nav-item:focus,
.cid-u9K9fjEGM4 .nav-link:focus {
  outline: none;
}
.cid-u9K9fjEGM4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9K9fjEGM4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9K9fjEGM4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9K9fjEGM4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9K9fjEGM4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9K9fjEGM4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9K9fjEGM4 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9K9fjEGM4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9K9fjEGM4 .navbar.opened {
  transition: all 0.3s;
}
.cid-u9K9fjEGM4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9K9fjEGM4 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9K9fjEGM4 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9K9fjEGM4 .navbar.collapsed {
  justify-content: center;
}
.cid-u9K9fjEGM4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9K9fjEGM4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9K9fjEGM4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9K9fjEGM4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9K9fjEGM4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9K9fjEGM4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9K9fjEGM4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9K9fjEGM4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9K9fjEGM4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9K9fjEGM4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9K9fjEGM4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9K9fjEGM4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9K9fjEGM4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9K9fjEGM4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9K9fjEGM4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9K9fjEGM4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9K9fjEGM4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9K9fjEGM4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9K9fjEGM4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9K9fjEGM4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9K9fjEGM4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9K9fjEGM4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9K9fjEGM4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9K9fjEGM4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9K9fjEGM4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9K9fjEGM4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9K9fjEGM4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9K9fjEGM4 .dropdown-item.active,
.cid-u9K9fjEGM4 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9K9fjEGM4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9K9fjEGM4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9K9fjEGM4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9K9fjEGM4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9K9fjEGM4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9K9fjEGM4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9K9fjEGM4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9K9fjEGM4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9K9fjEGM4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9K9fjEGM4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9K9fjEGM4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9K9fjEGM4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9K9fjEGM4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9K9fjEGM4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9K9fjEGM4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9K9fjEGM4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9K9fjEGM4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9K9fjEGM4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9K9fjEGM4 .navbar {
    height: 70px;
  }
  .cid-u9K9fjEGM4 .navbar.opened {
    height: auto;
  }
  .cid-u9K9fjEGM4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9K9fjEGM4 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9K9fjEGM4 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9K9fjEGM4 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9K9fjEGM4 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9K9fjEGM4 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9K9fjEGM4 .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9K9fjEGM4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9K9fjEGM4 .text_widget {
  margin-bottom: 32px;
}
.cid-u9K9fjEGM4 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9K9fjEGM4 .text_widget a:hover {
  opacity: .5;
}
.cid-u9K9fjEGM4 .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9K9fjEGM4 .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9K9fjEGM4 .mbr-section-subtitle,
.cid-u9K9fjEGM4 .text_widget,
.cid-u9K9fjEGM4 .mbr-section-btn {
  text-align: center;
}
.cid-u9K9fjEGM4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9K9fkcCMR {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #3a341c;
}
.cid-u9K9fkcCMR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9K9fkcCMR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9K9fkcCMR .row {
  justify-content: left;
}
.cid-u9K9fkcCMR .main-col {
  display: flex;
}
.cid-u9K9fkcCMR .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-u9K9fkcCMR .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-u9K9fkcCMR .item-container {
    flex-wrap: wrap;
  }
}
.cid-u9K9fkcCMR .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-u9K9fkcCMR .item-img {
    display: none;
  }
}
.cid-u9K9fkcCMR .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-u9K9fkcCMR .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-u9K9fkcCMR .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-u9K9fkcCMR .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-u9K9fkcCMR .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-u9K9fkcCMR .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-u9K9fkcCMR .mbr-text-1 {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .cid-u9K9fkcCMR .mbr-text-1 {
    margin: 0;
  }
}
.cid-u9K9fkcCMR .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-u9K9fkcCMR .mbr-text-2 {
    margin: 0;
  }
}
.cid-u9K9fkcCMR .item-container-2 {
  align-items: center;
  padding-left: 26px;
}
.cid-u9K9fkcCMR .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-u9K9fkcCMR .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
.cid-u9K9fkcCMR .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-u9K9fkcCMR .item-container-4 {
    justify-content: center !important;
  }
}
.cid-u9K9fkcCMR .mbr-section-title-1 {
  color: #fbca8d;
}
.cid-u9K9fkcCMR .mbr-section-title-2 {
  color: #fbca8d;
}
.cid-u9K9fkcCMR .mbr-section-title-3 {
  color: #fbca8d;
  text-align: center;
}
.cid-u9K9fkcCMR .mbr-section-title-4 {
  color: #c76d3f;
}
.cid-ua1EczqJ6v {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ua1EczqJ6v .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ua1EczqJ6v img,
.cid-ua1EczqJ6v .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ua1EczqJ6v .item:focus,
.cid-ua1EczqJ6v span:focus {
  outline: none;
}
.cid-ua1EczqJ6v .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ua1EczqJ6v .item {
    margin-bottom: 1rem;
  }
}
.cid-ua1EczqJ6v .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ua1EczqJ6v .mbr-section-title {
  color: #232323;
}
.cid-ua1EczqJ6v .mbr-text,
.cid-ua1EczqJ6v .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-ua1EczqJ6v .item-title {
  color: #232323;
  text-align: center;
}
.cid-ua1EczqJ6v .content-head {
  max-width: 800px;
}
.cid-ucKPEgA57W {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKPEgA57W .mbr-text {
  color: #ffffff;
}
.cid-ucKPEgA57W .container {
  max-width: 1000px;
}
.cid-ucKPEgA57W h4 {
  text-align: center;
}
.cid-ucKPEgA57W p {
  text-align: center;
}
.cid-ucKPEgA57W .row {
  justify-content: center;
}
.cid-ucKPEgA57W .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKPEgA57W .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKPEgA57W .card-title,
.cid-ucKPEgA57W .card-img {
  color: #b69b74;
}
.cid-ucKPEgA57W .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKPEgA57W .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKPEgA57W img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9K9flemiJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9K9flemiJ .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9K8rPcizL {
  z-index: 1000;
  width: 100%;
}
.cid-u9K8rPcizL .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9K8rPcizL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9K8rPcizL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9K8rPcizL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9K8rPcizL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9K8rPcizL .menu_box .navbar.opened,
  .cid-u9K8rPcizL .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9K8rPcizL nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9K8rPcizL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9K8rPcizL .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9K8rPcizL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9K8rPcizL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9K8rPcizL .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9K8rPcizL .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9K8rPcizL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9K8rPcizL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9K8rPcizL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9K8rPcizL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9K8rPcizL .offcanvas-body .mbr-text,
  .cid-u9K8rPcizL .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9K8rPcizL .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9K8rPcizL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9K8rPcizL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9K8rPcizL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9K8rPcizL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9K8rPcizL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9K8rPcizL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9K8rPcizL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9K8rPcizL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9K8rPcizL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9K8rPcizL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9K8rPcizL li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9K8rPcizL .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9K8rPcizL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9K8rPcizL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9K8rPcizL .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9K8rPcizL .nav-item {
    margin: 0 !important;
  }
}
.cid-u9K8rPcizL .nav-item .nav-link:hover,
.cid-u9K8rPcizL .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9K8rPcizL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9K8rPcizL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9K8rPcizL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9K8rPcizL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9K8rPcizL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9K8rPcizL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9K8rPcizL .offcanvas_box {
    display: none;
  }
}
.cid-u9K8rPcizL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9K8rPcizL .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9K8rPcizL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9K8rPcizL .container {
  display: flex;
  margin: auto;
}
.cid-u9K8rPcizL .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9K8rPcizL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9K8rPcizL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9K8rPcizL .navbar-caption {
  color: #2b2b2b;
}
.cid-u9K8rPcizL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9K8rPcizL .navbar-nav {
    margin: 0;
  }
}
.cid-u9K8rPcizL .dropdown-menu,
.cid-u9K8rPcizL .navbar.opened {
  background-color: true !important;
}
.cid-u9K8rPcizL .nav-item:focus,
.cid-u9K8rPcizL .nav-link:focus {
  outline: none;
}
.cid-u9K8rPcizL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9K8rPcizL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9K8rPcizL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9K8rPcizL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9K8rPcizL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9K8rPcizL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9K8rPcizL .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9K8rPcizL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9K8rPcizL .navbar.opened {
  transition: all 0.3s;
}
.cid-u9K8rPcizL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9K8rPcizL .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9K8rPcizL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9K8rPcizL .navbar.collapsed {
  justify-content: center;
}
.cid-u9K8rPcizL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9K8rPcizL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9K8rPcizL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9K8rPcizL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9K8rPcizL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9K8rPcizL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9K8rPcizL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9K8rPcizL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9K8rPcizL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9K8rPcizL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9K8rPcizL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9K8rPcizL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9K8rPcizL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9K8rPcizL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9K8rPcizL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9K8rPcizL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9K8rPcizL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9K8rPcizL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9K8rPcizL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9K8rPcizL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9K8rPcizL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9K8rPcizL .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9K8rPcizL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9K8rPcizL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9K8rPcizL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9K8rPcizL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9K8rPcizL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9K8rPcizL .dropdown-item.active,
.cid-u9K8rPcizL .dropdown-item:active {
  background-color: transparent;
}
.cid-u9K8rPcizL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9K8rPcizL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9K8rPcizL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9K8rPcizL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9K8rPcizL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9K8rPcizL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9K8rPcizL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9K8rPcizL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9K8rPcizL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9K8rPcizL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9K8rPcizL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9K8rPcizL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9K8rPcizL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9K8rPcizL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9K8rPcizL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9K8rPcizL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9K8rPcizL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9K8rPcizL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9K8rPcizL .navbar {
    height: 70px;
  }
  .cid-u9K8rPcizL .navbar.opened {
    height: auto;
  }
  .cid-u9K8rPcizL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9K8rPcizL .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9K8rPcizL .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9K8rPcizL .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9K8rPcizL .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9K8rPcizL .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9K8rPcizL .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9K8rPcizL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9K8rPcizL .text_widget {
  margin-bottom: 32px;
}
.cid-u9K8rPcizL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9K8rPcizL .text_widget a:hover {
  opacity: .5;
}
.cid-u9K8rPcizL .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9K8rPcizL .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9K8rPcizL .mbr-section-subtitle,
.cid-u9K8rPcizL .text_widget,
.cid-u9K8rPcizL .mbr-section-btn {
  text-align: center;
}
.cid-u9K8rPcizL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9K8rPI523 {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #3a341c;
}
.cid-u9K8rPI523 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9K8rPI523 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9K8rPI523 .row {
  justify-content: left;
}
.cid-u9K8rPI523 .main-col {
  display: flex;
}
.cid-u9K8rPI523 .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-u9K8rPI523 .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-u9K8rPI523 .item-container {
    flex-wrap: wrap;
  }
}
.cid-u9K8rPI523 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-u9K8rPI523 .item-img {
    display: none;
  }
}
.cid-u9K8rPI523 .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-u9K8rPI523 .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-u9K8rPI523 .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-u9K8rPI523 .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-u9K8rPI523 .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-u9K8rPI523 .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-u9K8rPI523 .mbr-text-1 {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .cid-u9K8rPI523 .mbr-text-1 {
    margin: 0;
  }
}
.cid-u9K8rPI523 .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-u9K8rPI523 .mbr-text-2 {
    margin: 0;
  }
}
.cid-u9K8rPI523 .item-container-2 {
  align-items: center;
  padding-left: 26px;
}
.cid-u9K8rPI523 .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-u9K8rPI523 .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
.cid-u9K8rPI523 .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-u9K8rPI523 .item-container-4 {
    justify-content: center !important;
  }
}
.cid-u9K8rPI523 .mbr-section-title-1 {
  color: #fbca8d;
}
.cid-u9K8rPI523 .mbr-section-title-2 {
  color: #fbca8d;
}
.cid-u9K8rPI523 .mbr-section-title-3 {
  color: #c76d3f;
  text-align: left;
}
.cid-u9K8rPI523 .mbr-section-title-4 {
  color: #c76d3f;
}
.cid-ua1Ds96cHx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ua1Ds96cHx .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ua1Ds96cHx img,
.cid-ua1Ds96cHx .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ua1Ds96cHx .item:focus,
.cid-ua1Ds96cHx span:focus {
  outline: none;
}
.cid-ua1Ds96cHx .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ua1Ds96cHx .item {
    margin-bottom: 1rem;
  }
}
.cid-ua1Ds96cHx .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ua1Ds96cHx .mbr-section-title {
  color: #232323;
}
.cid-ua1Ds96cHx .mbr-text,
.cid-ua1Ds96cHx .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-ua1Ds96cHx .item-title {
  color: #232323;
  text-align: center;
}
.cid-ua1Ds96cHx .content-head {
  max-width: 800px;
}
.cid-ucKPBEGuxe {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKPBEGuxe .mbr-text {
  color: #ffffff;
}
.cid-ucKPBEGuxe .container {
  max-width: 1000px;
}
.cid-ucKPBEGuxe h4 {
  text-align: center;
}
.cid-ucKPBEGuxe p {
  text-align: center;
}
.cid-ucKPBEGuxe .row {
  justify-content: center;
}
.cid-ucKPBEGuxe .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKPBEGuxe .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKPBEGuxe .card-title,
.cid-ucKPBEGuxe .card-img {
  color: #b69b74;
}
.cid-ucKPBEGuxe .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKPBEGuxe .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKPBEGuxe img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9K8rRbE7U {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9K8rRbE7U .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9JUmHTRwr {
  z-index: 1000;
  width: 100%;
}
.cid-u9JUmHTRwr .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9JUmHTRwr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9JUmHTRwr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9JUmHTRwr .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9JUmHTRwr .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9JUmHTRwr .menu_box .navbar.opened,
  .cid-u9JUmHTRwr .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9JUmHTRwr nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9JUmHTRwr .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9JUmHTRwr .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9JUmHTRwr .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9JUmHTRwr .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9JUmHTRwr .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9JUmHTRwr .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9JUmHTRwr .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9JUmHTRwr .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9JUmHTRwr .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9JUmHTRwr .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9JUmHTRwr .offcanvas-body .mbr-text,
  .cid-u9JUmHTRwr .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9JUmHTRwr .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9JUmHTRwr .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9JUmHTRwr .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9JUmHTRwr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9JUmHTRwr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9JUmHTRwr .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9JUmHTRwr .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9JUmHTRwr ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9JUmHTRwr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9JUmHTRwr .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9JUmHTRwr .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9JUmHTRwr li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9JUmHTRwr .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9JUmHTRwr .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9JUmHTRwr .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9JUmHTRwr .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9JUmHTRwr .nav-item {
    margin: 0 !important;
  }
}
.cid-u9JUmHTRwr .nav-item .nav-link:hover,
.cid-u9JUmHTRwr .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9JUmHTRwr .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9JUmHTRwr .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9JUmHTRwr .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9JUmHTRwr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9JUmHTRwr .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9JUmHTRwr .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9JUmHTRwr .offcanvas_box {
    display: none;
  }
}
.cid-u9JUmHTRwr .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9JUmHTRwr .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9JUmHTRwr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9JUmHTRwr .container {
  display: flex;
  margin: auto;
}
.cid-u9JUmHTRwr .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9JUmHTRwr .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9JUmHTRwr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9JUmHTRwr .navbar-caption {
  color: #2b2b2b;
}
.cid-u9JUmHTRwr .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9JUmHTRwr .navbar-nav {
    margin: 0;
  }
}
.cid-u9JUmHTRwr .dropdown-menu,
.cid-u9JUmHTRwr .navbar.opened {
  background-color: true !important;
}
.cid-u9JUmHTRwr .nav-item:focus,
.cid-u9JUmHTRwr .nav-link:focus {
  outline: none;
}
.cid-u9JUmHTRwr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9JUmHTRwr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9JUmHTRwr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9JUmHTRwr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9JUmHTRwr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9JUmHTRwr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9JUmHTRwr .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9JUmHTRwr .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9JUmHTRwr .navbar.opened {
  transition: all 0.3s;
}
.cid-u9JUmHTRwr .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9JUmHTRwr .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9JUmHTRwr .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9JUmHTRwr .navbar.collapsed {
  justify-content: center;
}
.cid-u9JUmHTRwr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9JUmHTRwr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9JUmHTRwr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9JUmHTRwr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9JUmHTRwr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9JUmHTRwr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9JUmHTRwr .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9JUmHTRwr .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9JUmHTRwr .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9JUmHTRwr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9JUmHTRwr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9JUmHTRwr .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9JUmHTRwr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9JUmHTRwr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9JUmHTRwr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9JUmHTRwr .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9JUmHTRwr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9JUmHTRwr .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9JUmHTRwr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9JUmHTRwr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9JUmHTRwr .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9JUmHTRwr .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9JUmHTRwr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9JUmHTRwr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9JUmHTRwr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9JUmHTRwr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9JUmHTRwr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9JUmHTRwr .dropdown-item.active,
.cid-u9JUmHTRwr .dropdown-item:active {
  background-color: transparent;
}
.cid-u9JUmHTRwr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9JUmHTRwr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9JUmHTRwr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9JUmHTRwr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9JUmHTRwr ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9JUmHTRwr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9JUmHTRwr button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9JUmHTRwr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9JUmHTRwr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9JUmHTRwr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9JUmHTRwr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9JUmHTRwr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9JUmHTRwr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9JUmHTRwr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9JUmHTRwr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9JUmHTRwr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9JUmHTRwr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9JUmHTRwr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9JUmHTRwr .navbar {
    height: 70px;
  }
  .cid-u9JUmHTRwr .navbar.opened {
    height: auto;
  }
  .cid-u9JUmHTRwr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9JUmHTRwr .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9JUmHTRwr .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9JUmHTRwr .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9JUmHTRwr .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9JUmHTRwr .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9JUmHTRwr .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9JUmHTRwr .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9JUmHTRwr .text_widget {
  margin-bottom: 32px;
}
.cid-u9JUmHTRwr .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9JUmHTRwr .text_widget a:hover {
  opacity: .5;
}
.cid-u9JUmHTRwr .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9JUmHTRwr .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9JUmHTRwr .mbr-section-subtitle,
.cid-u9JUmHTRwr .text_widget,
.cid-u9JUmHTRwr .mbr-section-btn {
  text-align: center;
}
.cid-u9JUmHTRwr a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9JUmIq3mG {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #3a341c;
}
.cid-u9JUmIq3mG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JUmIq3mG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JUmIq3mG .row {
  justify-content: left;
}
.cid-u9JUmIq3mG .main-col {
  display: flex;
}
.cid-u9JUmIq3mG .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-u9JUmIq3mG .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-u9JUmIq3mG .item-container {
    flex-wrap: wrap;
  }
}
.cid-u9JUmIq3mG .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-u9JUmIq3mG .item-img {
    display: none;
  }
}
.cid-u9JUmIq3mG .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-u9JUmIq3mG .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-u9JUmIq3mG .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-u9JUmIq3mG .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-u9JUmIq3mG .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-u9JUmIq3mG .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-u9JUmIq3mG .mbr-text-1 {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .cid-u9JUmIq3mG .mbr-text-1 {
    margin: 0;
  }
}
.cid-u9JUmIq3mG .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-u9JUmIq3mG .mbr-text-2 {
    margin: 0;
  }
}
.cid-u9JUmIq3mG .item-container-2 {
  align-items: center;
  padding-left: 26px;
}
.cid-u9JUmIq3mG .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-u9JUmIq3mG .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
.cid-u9JUmIq3mG .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-u9JUmIq3mG .item-container-4 {
    justify-content: center !important;
  }
}
.cid-u9JUmIq3mG .mbr-section-title-1 {
  color: #fbca8d;
}
.cid-u9JUmIq3mG .mbr-section-title-2 {
  color: #fbca8d;
}
.cid-u9JUmIq3mG .mbr-section-title-3 {
  color: #c76d3f;
  text-align: left;
}
.cid-u9JUmIq3mG .mbr-section-title-4 {
  color: #c76d3f;
}
.cid-ua1pR9w5s3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ua1pR9w5s3 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ua1pR9w5s3 img,
.cid-ua1pR9w5s3 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ua1pR9w5s3 .item:focus,
.cid-ua1pR9w5s3 span:focus {
  outline: none;
}
.cid-ua1pR9w5s3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ua1pR9w5s3 .item {
    margin-bottom: 1rem;
  }
}
.cid-ua1pR9w5s3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ua1pR9w5s3 .mbr-section-title {
  color: #232323;
}
.cid-ua1pR9w5s3 .mbr-text,
.cid-ua1pR9w5s3 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-ua1pR9w5s3 .item-title {
  color: #232323;
  text-align: center;
}
.cid-ua1pR9w5s3 .content-head {
  max-width: 800px;
}
.cid-ua1rvV7834 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ua1rvV7834 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ua1rvV7834 img,
.cid-ua1rvV7834 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ua1rvV7834 .item:focus,
.cid-ua1rvV7834 span:focus {
  outline: none;
}
.cid-ua1rvV7834 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ua1rvV7834 .item {
    margin-bottom: 1rem;
  }
}
.cid-ua1rvV7834 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ua1rvV7834 .mbr-section-title {
  color: #232323;
}
.cid-ua1rvV7834 .mbr-text,
.cid-ua1rvV7834 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-ua1rvV7834 .item-title {
  color: #232323;
  text-align: center;
}
.cid-ua1rvV7834 .content-head {
  max-width: 800px;
}
.cid-ua1rT1f3rQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ua1rT1f3rQ .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ua1rT1f3rQ img,
.cid-ua1rT1f3rQ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ua1rT1f3rQ .item:focus,
.cid-ua1rT1f3rQ span:focus {
  outline: none;
}
.cid-ua1rT1f3rQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ua1rT1f3rQ .item {
    margin-bottom: 1rem;
  }
}
.cid-ua1rT1f3rQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ua1rT1f3rQ .mbr-section-title {
  color: #232323;
}
.cid-ua1rT1f3rQ .mbr-text,
.cid-ua1rT1f3rQ .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-ua1rT1f3rQ .item-title {
  color: #232323;
  text-align: center;
}
.cid-ua1rT1f3rQ .content-head {
  max-width: 800px;
}
.cid-ua1tRCyuFH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ua1tRCyuFH .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ua1tRCyuFH img,
.cid-ua1tRCyuFH .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ua1tRCyuFH .item:focus,
.cid-ua1tRCyuFH span:focus {
  outline: none;
}
.cid-ua1tRCyuFH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ua1tRCyuFH .item {
    margin-bottom: 1rem;
  }
}
.cid-ua1tRCyuFH .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ua1tRCyuFH .mbr-section-title {
  color: #232323;
}
.cid-ua1tRCyuFH .mbr-text,
.cid-ua1tRCyuFH .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-ua1tRCyuFH .item-title {
  color: #232323;
  text-align: center;
}
.cid-ua1tRCyuFH .content-head {
  max-width: 800px;
}
.cid-uLFCnhgH98 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLFCnhgH98 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFCnhgH98 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLFCnhgH98 .mbr-section-title {
  color: #35341b;
}
.cid-uLK6OKMXE1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLK6OKMXE1 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uLK6OKMXE1 img,
.cid-uLK6OKMXE1 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLK6OKMXE1 .item:focus,
.cid-uLK6OKMXE1 span:focus {
  outline: none;
}
.cid-uLK6OKMXE1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLK6OKMXE1 .item {
    margin-bottom: 1rem;
  }
}
.cid-uLK6OKMXE1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uLK6OKMXE1 .mbr-section-title {
  color: #232323;
}
.cid-uLK6OKMXE1 .mbr-text,
.cid-uLK6OKMXE1 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uLK6OKMXE1 .item-title {
  color: #232323;
  text-align: center;
}
.cid-uLK6OKMXE1 .content-head {
  max-width: 800px;
}
.cid-ucKPz6hSJR {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKPz6hSJR .mbr-text {
  color: #ffffff;
}
.cid-ucKPz6hSJR .container {
  max-width: 1000px;
}
.cid-ucKPz6hSJR h4 {
  text-align: center;
}
.cid-ucKPz6hSJR p {
  text-align: center;
}
.cid-ucKPz6hSJR .row {
  justify-content: center;
}
.cid-ucKPz6hSJR .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKPz6hSJR .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKPz6hSJR .card-title,
.cid-ucKPz6hSJR .card-img {
  color: #b69b74;
}
.cid-ucKPz6hSJR .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKPz6hSJR .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKPz6hSJR img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9JUmJtidt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9JUmJtidt .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9JSJPsgd7 {
  z-index: 1000;
  width: 100%;
}
.cid-u9JSJPsgd7 .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9JSJPsgd7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9JSJPsgd7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9JSJPsgd7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9JSJPsgd7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9JSJPsgd7 .menu_box .navbar.opened,
  .cid-u9JSJPsgd7 .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9JSJPsgd7 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9JSJPsgd7 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9JSJPsgd7 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9JSJPsgd7 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9JSJPsgd7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9JSJPsgd7 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9JSJPsgd7 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9JSJPsgd7 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9JSJPsgd7 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9JSJPsgd7 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9JSJPsgd7 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9JSJPsgd7 .offcanvas-body .mbr-text,
  .cid-u9JSJPsgd7 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9JSJPsgd7 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9JSJPsgd7 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9JSJPsgd7 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9JSJPsgd7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9JSJPsgd7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9JSJPsgd7 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9JSJPsgd7 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9JSJPsgd7 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9JSJPsgd7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9JSJPsgd7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9JSJPsgd7 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9JSJPsgd7 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9JSJPsgd7 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9JSJPsgd7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9JSJPsgd7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9JSJPsgd7 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9JSJPsgd7 .nav-item {
    margin: 0 !important;
  }
}
.cid-u9JSJPsgd7 .nav-item .nav-link:hover,
.cid-u9JSJPsgd7 .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9JSJPsgd7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9JSJPsgd7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9JSJPsgd7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9JSJPsgd7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9JSJPsgd7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9JSJPsgd7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9JSJPsgd7 .offcanvas_box {
    display: none;
  }
}
.cid-u9JSJPsgd7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9JSJPsgd7 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9JSJPsgd7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9JSJPsgd7 .container {
  display: flex;
  margin: auto;
}
.cid-u9JSJPsgd7 .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9JSJPsgd7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9JSJPsgd7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9JSJPsgd7 .navbar-caption {
  color: #2b2b2b;
}
.cid-u9JSJPsgd7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9JSJPsgd7 .navbar-nav {
    margin: 0;
  }
}
.cid-u9JSJPsgd7 .dropdown-menu,
.cid-u9JSJPsgd7 .navbar.opened {
  background-color: true !important;
}
.cid-u9JSJPsgd7 .nav-item:focus,
.cid-u9JSJPsgd7 .nav-link:focus {
  outline: none;
}
.cid-u9JSJPsgd7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9JSJPsgd7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9JSJPsgd7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9JSJPsgd7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9JSJPsgd7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9JSJPsgd7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9JSJPsgd7 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9JSJPsgd7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9JSJPsgd7 .navbar.opened {
  transition: all 0.3s;
}
.cid-u9JSJPsgd7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9JSJPsgd7 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9JSJPsgd7 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9JSJPsgd7 .navbar.collapsed {
  justify-content: center;
}
.cid-u9JSJPsgd7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9JSJPsgd7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9JSJPsgd7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9JSJPsgd7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9JSJPsgd7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9JSJPsgd7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9JSJPsgd7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9JSJPsgd7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9JSJPsgd7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9JSJPsgd7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9JSJPsgd7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9JSJPsgd7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9JSJPsgd7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9JSJPsgd7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9JSJPsgd7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9JSJPsgd7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9JSJPsgd7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9JSJPsgd7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9JSJPsgd7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9JSJPsgd7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9JSJPsgd7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9JSJPsgd7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9JSJPsgd7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9JSJPsgd7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9JSJPsgd7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9JSJPsgd7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9JSJPsgd7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9JSJPsgd7 .dropdown-item.active,
.cid-u9JSJPsgd7 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9JSJPsgd7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9JSJPsgd7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9JSJPsgd7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9JSJPsgd7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9JSJPsgd7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9JSJPsgd7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9JSJPsgd7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9JSJPsgd7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9JSJPsgd7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9JSJPsgd7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9JSJPsgd7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9JSJPsgd7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9JSJPsgd7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9JSJPsgd7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9JSJPsgd7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9JSJPsgd7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9JSJPsgd7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9JSJPsgd7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9JSJPsgd7 .navbar {
    height: 70px;
  }
  .cid-u9JSJPsgd7 .navbar.opened {
    height: auto;
  }
  .cid-u9JSJPsgd7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9JSJPsgd7 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9JSJPsgd7 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9JSJPsgd7 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9JSJPsgd7 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9JSJPsgd7 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9JSJPsgd7 .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9JSJPsgd7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9JSJPsgd7 .text_widget {
  margin-bottom: 32px;
}
.cid-u9JSJPsgd7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9JSJPsgd7 .text_widget a:hover {
  opacity: .5;
}
.cid-u9JSJPsgd7 .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9JSJPsgd7 .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9JSJPsgd7 .mbr-section-subtitle,
.cid-u9JSJPsgd7 .text_widget,
.cid-u9JSJPsgd7 .mbr-section-btn {
  text-align: center;
}
.cid-u9JSJPsgd7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9JSJPYyda {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #3a341c;
}
.cid-u9JSJPYyda .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JSJPYyda .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JSJPYyda .row {
  justify-content: left;
}
.cid-u9JSJPYyda .main-col {
  display: flex;
}
.cid-u9JSJPYyda .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-u9JSJPYyda .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-u9JSJPYyda .item-container {
    flex-wrap: wrap;
  }
}
.cid-u9JSJPYyda .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-u9JSJPYyda .item-img {
    display: none;
  }
}
.cid-u9JSJPYyda .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-u9JSJPYyda .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-u9JSJPYyda .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-u9JSJPYyda .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-u9JSJPYyda .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-u9JSJPYyda .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-u9JSJPYyda .mbr-text-1 {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .cid-u9JSJPYyda .mbr-text-1 {
    margin: 0;
  }
}
.cid-u9JSJPYyda .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-u9JSJPYyda .mbr-text-2 {
    margin: 0;
  }
}
.cid-u9JSJPYyda .item-container-2 {
  align-items: center;
  padding-left: 26px;
}
.cid-u9JSJPYyda .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-u9JSJPYyda .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
.cid-u9JSJPYyda .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-u9JSJPYyda .item-container-4 {
    justify-content: center !important;
  }
}
.cid-u9JSJPYyda .mbr-section-title-1 {
  color: #fbca8d;
}
.cid-u9JSJPYyda .mbr-section-title-2 {
  color: #fbca8d;
}
.cid-u9JSJPYyda .mbr-section-title-3 {
  color: #c76d3f;
  text-align: left;
}
.cid-u9JSJPYyda .mbr-section-title-4 {
  color: #c76d3f;
}
.cid-ua1oiV4XiA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ua1oiV4XiA .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ua1oiV4XiA img,
.cid-ua1oiV4XiA .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ua1oiV4XiA .item:focus,
.cid-ua1oiV4XiA span:focus {
  outline: none;
}
.cid-ua1oiV4XiA .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ua1oiV4XiA .item {
    margin-bottom: 1rem;
  }
}
.cid-ua1oiV4XiA .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ua1oiV4XiA .mbr-section-title {
  color: #232323;
}
.cid-ua1oiV4XiA .mbr-text,
.cid-ua1oiV4XiA .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-ua1oiV4XiA .item-title {
  color: #232323;
  text-align: center;
}
.cid-ua1oiV4XiA .content-head {
  max-width: 800px;
}
.cid-uLKxaLzHMA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLKxaLzHMA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLKxaLzHMA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLKxaLzHMA .mbr-section-title {
  color: #35341b;
}
.cid-uLKxcliLpA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLKxcliLpA .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uLKxcliLpA img,
.cid-uLKxcliLpA .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLKxcliLpA .item:focus,
.cid-uLKxcliLpA span:focus {
  outline: none;
}
.cid-uLKxcliLpA .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLKxcliLpA .item {
    margin-bottom: 1rem;
  }
}
.cid-uLKxcliLpA .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uLKxcliLpA .mbr-section-title {
  color: #232323;
}
.cid-uLKxcliLpA .mbr-text,
.cid-uLKxcliLpA .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uLKxcliLpA .item-title {
  color: #232323;
  text-align: center;
}
.cid-uLKxcliLpA .content-head {
  max-width: 800px;
}
.cid-ucKPwaPgYd {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKPwaPgYd .mbr-text {
  color: #ffffff;
}
.cid-ucKPwaPgYd .container {
  max-width: 1000px;
}
.cid-ucKPwaPgYd h4 {
  text-align: center;
}
.cid-ucKPwaPgYd p {
  text-align: center;
}
.cid-ucKPwaPgYd .row {
  justify-content: center;
}
.cid-ucKPwaPgYd .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKPwaPgYd .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKPwaPgYd .card-title,
.cid-ucKPwaPgYd .card-img {
  color: #b69b74;
}
.cid-ucKPwaPgYd .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKPwaPgYd .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKPwaPgYd img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9JSJR4ceB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9JSJR4ceB .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9JRfsctYG {
  z-index: 1000;
  width: 100%;
}
.cid-u9JRfsctYG .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9JRfsctYG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9JRfsctYG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9JRfsctYG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9JRfsctYG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9JRfsctYG .menu_box .navbar.opened,
  .cid-u9JRfsctYG .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9JRfsctYG nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9JRfsctYG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9JRfsctYG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9JRfsctYG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9JRfsctYG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9JRfsctYG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9JRfsctYG .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9JRfsctYG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9JRfsctYG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9JRfsctYG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9JRfsctYG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9JRfsctYG .offcanvas-body .mbr-text,
  .cid-u9JRfsctYG .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9JRfsctYG .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9JRfsctYG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9JRfsctYG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9JRfsctYG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9JRfsctYG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9JRfsctYG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9JRfsctYG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9JRfsctYG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9JRfsctYG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9JRfsctYG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9JRfsctYG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9JRfsctYG li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9JRfsctYG .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9JRfsctYG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9JRfsctYG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9JRfsctYG .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9JRfsctYG .nav-item {
    margin: 0 !important;
  }
}
.cid-u9JRfsctYG .nav-item .nav-link:hover,
.cid-u9JRfsctYG .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9JRfsctYG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9JRfsctYG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9JRfsctYG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9JRfsctYG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9JRfsctYG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9JRfsctYG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9JRfsctYG .offcanvas_box {
    display: none;
  }
}
.cid-u9JRfsctYG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9JRfsctYG .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9JRfsctYG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9JRfsctYG .container {
  display: flex;
  margin: auto;
}
.cid-u9JRfsctYG .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9JRfsctYG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9JRfsctYG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9JRfsctYG .navbar-caption {
  color: #2b2b2b;
}
.cid-u9JRfsctYG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9JRfsctYG .navbar-nav {
    margin: 0;
  }
}
.cid-u9JRfsctYG .dropdown-menu,
.cid-u9JRfsctYG .navbar.opened {
  background-color: true !important;
}
.cid-u9JRfsctYG .nav-item:focus,
.cid-u9JRfsctYG .nav-link:focus {
  outline: none;
}
.cid-u9JRfsctYG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9JRfsctYG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9JRfsctYG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9JRfsctYG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9JRfsctYG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9JRfsctYG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9JRfsctYG .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9JRfsctYG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9JRfsctYG .navbar.opened {
  transition: all 0.3s;
}
.cid-u9JRfsctYG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9JRfsctYG .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9JRfsctYG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9JRfsctYG .navbar.collapsed {
  justify-content: center;
}
.cid-u9JRfsctYG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9JRfsctYG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9JRfsctYG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9JRfsctYG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9JRfsctYG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9JRfsctYG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9JRfsctYG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9JRfsctYG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9JRfsctYG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9JRfsctYG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9JRfsctYG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9JRfsctYG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9JRfsctYG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9JRfsctYG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9JRfsctYG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9JRfsctYG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9JRfsctYG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9JRfsctYG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9JRfsctYG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9JRfsctYG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9JRfsctYG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9JRfsctYG .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9JRfsctYG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9JRfsctYG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9JRfsctYG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9JRfsctYG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9JRfsctYG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9JRfsctYG .dropdown-item.active,
.cid-u9JRfsctYG .dropdown-item:active {
  background-color: transparent;
}
.cid-u9JRfsctYG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9JRfsctYG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9JRfsctYG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9JRfsctYG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9JRfsctYG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9JRfsctYG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9JRfsctYG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9JRfsctYG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9JRfsctYG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9JRfsctYG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9JRfsctYG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9JRfsctYG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9JRfsctYG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9JRfsctYG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9JRfsctYG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9JRfsctYG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9JRfsctYG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9JRfsctYG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9JRfsctYG .navbar {
    height: 70px;
  }
  .cid-u9JRfsctYG .navbar.opened {
    height: auto;
  }
  .cid-u9JRfsctYG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9JRfsctYG .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9JRfsctYG .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9JRfsctYG .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9JRfsctYG .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9JRfsctYG .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9JRfsctYG .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9JRfsctYG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9JRfsctYG .text_widget {
  margin-bottom: 32px;
}
.cid-u9JRfsctYG .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9JRfsctYG .text_widget a:hover {
  opacity: .5;
}
.cid-u9JRfsctYG .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9JRfsctYG .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9JRfsctYG .mbr-section-subtitle,
.cid-u9JRfsctYG .text_widget,
.cid-u9JRfsctYG .mbr-section-btn {
  text-align: center;
}
.cid-u9JRfsctYG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9JRfsIRiN {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #3a341c;
}
.cid-u9JRfsIRiN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JRfsIRiN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JRfsIRiN .row {
  justify-content: left;
}
.cid-u9JRfsIRiN .main-col {
  display: flex;
}
.cid-u9JRfsIRiN .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-u9JRfsIRiN .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-u9JRfsIRiN .item-container {
    flex-wrap: wrap;
  }
}
.cid-u9JRfsIRiN .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-u9JRfsIRiN .item-img {
    display: none;
  }
}
.cid-u9JRfsIRiN .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-u9JRfsIRiN .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-u9JRfsIRiN .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-u9JRfsIRiN .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-u9JRfsIRiN .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-u9JRfsIRiN .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-u9JRfsIRiN .mbr-text-1 {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .cid-u9JRfsIRiN .mbr-text-1 {
    margin: 0;
  }
}
.cid-u9JRfsIRiN .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-u9JRfsIRiN .mbr-text-2 {
    margin: 0;
  }
}
.cid-u9JRfsIRiN .item-container-2 {
  align-items: center;
  padding-left: 26px;
}
.cid-u9JRfsIRiN .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-u9JRfsIRiN .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
.cid-u9JRfsIRiN .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-u9JRfsIRiN .item-container-4 {
    justify-content: center !important;
  }
}
.cid-u9JRfsIRiN .mbr-section-title-1 {
  color: #fbca8d;
}
.cid-u9JRfsIRiN .mbr-section-title-2 {
  color: #fbca8d;
}
.cid-u9JRfsIRiN .mbr-section-title-3 {
  color: #c76d3f;
  text-align: left;
}
.cid-u9JRfsIRiN .mbr-section-title-4 {
  color: #c76d3f;
}
.cid-ua1nswVgHz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ua1nswVgHz .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ua1nswVgHz img,
.cid-ua1nswVgHz .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ua1nswVgHz .item:focus,
.cid-ua1nswVgHz span:focus {
  outline: none;
}
.cid-ua1nswVgHz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ua1nswVgHz .item {
    margin-bottom: 1rem;
  }
}
.cid-ua1nswVgHz .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ua1nswVgHz .mbr-section-title {
  color: #232323;
}
.cid-ua1nswVgHz .mbr-text,
.cid-ua1nswVgHz .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-ua1nswVgHz .item-title {
  color: #232323;
  text-align: center;
}
.cid-ua1nswVgHz .content-head {
  max-width: 800px;
}
.cid-uLKvhm0LVK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLKvhm0LVK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLKvhm0LVK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLKvhm0LVK .mbr-section-title {
  color: #35341b;
}
.cid-uLKvlGvKP4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLKvlGvKP4 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uLKvlGvKP4 img,
.cid-uLKvlGvKP4 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLKvlGvKP4 .item:focus,
.cid-uLKvlGvKP4 span:focus {
  outline: none;
}
.cid-uLKvlGvKP4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLKvlGvKP4 .item {
    margin-bottom: 1rem;
  }
}
.cid-uLKvlGvKP4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uLKvlGvKP4 .mbr-section-title {
  color: #232323;
}
.cid-uLKvlGvKP4 .mbr-text,
.cid-uLKvlGvKP4 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uLKvlGvKP4 .item-title {
  color: #232323;
  text-align: center;
}
.cid-uLKvlGvKP4 .content-head {
  max-width: 800px;
}
.cid-ucKPtiGNhB {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKPtiGNhB .mbr-text {
  color: #ffffff;
}
.cid-ucKPtiGNhB .container {
  max-width: 1000px;
}
.cid-ucKPtiGNhB h4 {
  text-align: center;
}
.cid-ucKPtiGNhB p {
  text-align: center;
}
.cid-ucKPtiGNhB .row {
  justify-content: center;
}
.cid-ucKPtiGNhB .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKPtiGNhB .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKPtiGNhB .card-title,
.cid-ucKPtiGNhB .card-img {
  color: #b69b74;
}
.cid-ucKPtiGNhB .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKPtiGNhB .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKPtiGNhB img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9JRftLF5Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9JRftLF5Q .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9JQvWQVpd {
  z-index: 1000;
  width: 100%;
}
.cid-u9JQvWQVpd .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9JQvWQVpd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9JQvWQVpd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9JQvWQVpd .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9JQvWQVpd .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9JQvWQVpd .menu_box .navbar.opened,
  .cid-u9JQvWQVpd .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9JQvWQVpd nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9JQvWQVpd .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9JQvWQVpd .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9JQvWQVpd .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9JQvWQVpd .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9JQvWQVpd .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9JQvWQVpd .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9JQvWQVpd .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9JQvWQVpd .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9JQvWQVpd .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9JQvWQVpd .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9JQvWQVpd .offcanvas-body .mbr-text,
  .cid-u9JQvWQVpd .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9JQvWQVpd .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9JQvWQVpd .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9JQvWQVpd .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9JQvWQVpd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9JQvWQVpd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9JQvWQVpd .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9JQvWQVpd .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9JQvWQVpd ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9JQvWQVpd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9JQvWQVpd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9JQvWQVpd .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9JQvWQVpd li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9JQvWQVpd .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9JQvWQVpd .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9JQvWQVpd .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9JQvWQVpd .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9JQvWQVpd .nav-item {
    margin: 0 !important;
  }
}
.cid-u9JQvWQVpd .nav-item .nav-link:hover,
.cid-u9JQvWQVpd .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9JQvWQVpd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9JQvWQVpd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9JQvWQVpd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9JQvWQVpd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9JQvWQVpd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9JQvWQVpd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9JQvWQVpd .offcanvas_box {
    display: none;
  }
}
.cid-u9JQvWQVpd .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9JQvWQVpd .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9JQvWQVpd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9JQvWQVpd .container {
  display: flex;
  margin: auto;
}
.cid-u9JQvWQVpd .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9JQvWQVpd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9JQvWQVpd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9JQvWQVpd .navbar-caption {
  color: #2b2b2b;
}
.cid-u9JQvWQVpd .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9JQvWQVpd .navbar-nav {
    margin: 0;
  }
}
.cid-u9JQvWQVpd .dropdown-menu,
.cid-u9JQvWQVpd .navbar.opened {
  background-color: true !important;
}
.cid-u9JQvWQVpd .nav-item:focus,
.cid-u9JQvWQVpd .nav-link:focus {
  outline: none;
}
.cid-u9JQvWQVpd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9JQvWQVpd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9JQvWQVpd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9JQvWQVpd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9JQvWQVpd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9JQvWQVpd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9JQvWQVpd .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9JQvWQVpd .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9JQvWQVpd .navbar.opened {
  transition: all 0.3s;
}
.cid-u9JQvWQVpd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9JQvWQVpd .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9JQvWQVpd .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9JQvWQVpd .navbar.collapsed {
  justify-content: center;
}
.cid-u9JQvWQVpd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9JQvWQVpd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9JQvWQVpd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9JQvWQVpd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9JQvWQVpd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9JQvWQVpd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9JQvWQVpd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9JQvWQVpd .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9JQvWQVpd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9JQvWQVpd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9JQvWQVpd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9JQvWQVpd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9JQvWQVpd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9JQvWQVpd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9JQvWQVpd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9JQvWQVpd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9JQvWQVpd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9JQvWQVpd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9JQvWQVpd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9JQvWQVpd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9JQvWQVpd .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9JQvWQVpd .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9JQvWQVpd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9JQvWQVpd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9JQvWQVpd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9JQvWQVpd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9JQvWQVpd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9JQvWQVpd .dropdown-item.active,
.cid-u9JQvWQVpd .dropdown-item:active {
  background-color: transparent;
}
.cid-u9JQvWQVpd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9JQvWQVpd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9JQvWQVpd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9JQvWQVpd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9JQvWQVpd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9JQvWQVpd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9JQvWQVpd button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9JQvWQVpd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9JQvWQVpd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9JQvWQVpd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9JQvWQVpd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9JQvWQVpd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9JQvWQVpd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9JQvWQVpd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9JQvWQVpd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9JQvWQVpd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9JQvWQVpd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9JQvWQVpd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9JQvWQVpd .navbar {
    height: 70px;
  }
  .cid-u9JQvWQVpd .navbar.opened {
    height: auto;
  }
  .cid-u9JQvWQVpd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9JQvWQVpd .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9JQvWQVpd .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9JQvWQVpd .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9JQvWQVpd .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9JQvWQVpd .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9JQvWQVpd .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9JQvWQVpd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9JQvWQVpd .text_widget {
  margin-bottom: 32px;
}
.cid-u9JQvWQVpd .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9JQvWQVpd .text_widget a:hover {
  opacity: .5;
}
.cid-u9JQvWQVpd .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9JQvWQVpd .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9JQvWQVpd .mbr-section-subtitle,
.cid-u9JQvWQVpd .text_widget,
.cid-u9JQvWQVpd .mbr-section-btn {
  text-align: center;
}
.cid-u9JQvWQVpd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9JQvXmkW9 {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #3a341c;
}
.cid-u9JQvXmkW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JQvXmkW9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JQvXmkW9 .row {
  justify-content: left;
}
.cid-u9JQvXmkW9 .main-col {
  display: flex;
}
.cid-u9JQvXmkW9 .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-u9JQvXmkW9 .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-u9JQvXmkW9 .item-container {
    flex-wrap: wrap;
  }
}
.cid-u9JQvXmkW9 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-u9JQvXmkW9 .item-img {
    display: none;
  }
}
.cid-u9JQvXmkW9 .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-u9JQvXmkW9 .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-u9JQvXmkW9 .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-u9JQvXmkW9 .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-u9JQvXmkW9 .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-u9JQvXmkW9 .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-u9JQvXmkW9 .mbr-text-1 {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .cid-u9JQvXmkW9 .mbr-text-1 {
    margin: 0;
  }
}
.cid-u9JQvXmkW9 .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-u9JQvXmkW9 .mbr-text-2 {
    margin: 0;
  }
}
.cid-u9JQvXmkW9 .item-container-2 {
  align-items: center;
  padding-left: 26px;
}
.cid-u9JQvXmkW9 .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-u9JQvXmkW9 .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
.cid-u9JQvXmkW9 .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-u9JQvXmkW9 .item-container-4 {
    justify-content: center !important;
  }
}
.cid-u9JQvXmkW9 .mbr-section-title-1 {
  color: #fbca8d;
}
.cid-u9JQvXmkW9 .mbr-section-title-2 {
  color: #fbca8d;
}
.cid-u9JQvXmkW9 .mbr-section-title-3 {
  color: #c76d3f;
  text-align: left;
}
.cid-u9JQvXmkW9 .mbr-section-title-4 {
  color: #c76d3f;
}
.cid-ua1mPYcM8a {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ua1mPYcM8a .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ua1mPYcM8a img,
.cid-ua1mPYcM8a .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ua1mPYcM8a .item:focus,
.cid-ua1mPYcM8a span:focus {
  outline: none;
}
.cid-ua1mPYcM8a .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ua1mPYcM8a .item {
    margin-bottom: 1rem;
  }
}
.cid-ua1mPYcM8a .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ua1mPYcM8a .mbr-section-title {
  color: #232323;
}
.cid-ua1mPYcM8a .mbr-text,
.cid-ua1mPYcM8a .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-ua1mPYcM8a .item-title {
  color: #232323;
  text-align: center;
}
.cid-ua1mPYcM8a .content-head {
  max-width: 800px;
}
.cid-ucKPpFZxsS {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKPpFZxsS .mbr-text {
  color: #ffffff;
}
.cid-ucKPpFZxsS .container {
  max-width: 1000px;
}
.cid-ucKPpFZxsS h4 {
  text-align: center;
}
.cid-ucKPpFZxsS p {
  text-align: center;
}
.cid-ucKPpFZxsS .row {
  justify-content: center;
}
.cid-ucKPpFZxsS .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKPpFZxsS .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKPpFZxsS .card-title,
.cid-ucKPpFZxsS .card-img {
  color: #b69b74;
}
.cid-ucKPpFZxsS .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKPpFZxsS .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKPpFZxsS img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9JQvYhG3C {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9JQvYhG3C .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u9JPWqvXia {
  z-index: 1000;
  width: 100%;
}
.cid-u9JPWqvXia .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u9JPWqvXia .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u9JPWqvXia .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9JPWqvXia .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9JPWqvXia .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9JPWqvXia .menu_box .navbar.opened,
  .cid-u9JPWqvXia .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9JPWqvXia nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u9JPWqvXia .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9JPWqvXia .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9JPWqvXia .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9JPWqvXia .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9JPWqvXia .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9JPWqvXia .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u9JPWqvXia .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9JPWqvXia .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9JPWqvXia .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9JPWqvXia .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9JPWqvXia .offcanvas-body .mbr-text,
  .cid-u9JPWqvXia .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9JPWqvXia .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9JPWqvXia .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9JPWqvXia .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u9JPWqvXia .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9JPWqvXia .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9JPWqvXia .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9JPWqvXia .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9JPWqvXia ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9JPWqvXia .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9JPWqvXia .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9JPWqvXia .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9JPWqvXia li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9JPWqvXia .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9JPWqvXia .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9JPWqvXia .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9JPWqvXia .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9JPWqvXia .nav-item {
    margin: 0 !important;
  }
}
.cid-u9JPWqvXia .nav-item .nav-link:hover,
.cid-u9JPWqvXia .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u9JPWqvXia .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9JPWqvXia .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9JPWqvXia .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9JPWqvXia .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9JPWqvXia .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9JPWqvXia .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9JPWqvXia .offcanvas_box {
    display: none;
  }
}
.cid-u9JPWqvXia .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9JPWqvXia .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9JPWqvXia .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9JPWqvXia .container {
  display: flex;
  margin: auto;
}
.cid-u9JPWqvXia .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9JPWqvXia .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9JPWqvXia .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9JPWqvXia .navbar-caption {
  color: #2b2b2b;
}
.cid-u9JPWqvXia .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9JPWqvXia .navbar-nav {
    margin: 0;
  }
}
.cid-u9JPWqvXia .dropdown-menu,
.cid-u9JPWqvXia .navbar.opened {
  background-color: true !important;
}
.cid-u9JPWqvXia .nav-item:focus,
.cid-u9JPWqvXia .nav-link:focus {
  outline: none;
}
.cid-u9JPWqvXia .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9JPWqvXia .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9JPWqvXia .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9JPWqvXia .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9JPWqvXia .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9JPWqvXia .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9JPWqvXia .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9JPWqvXia .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9JPWqvXia .navbar.opened {
  transition: all 0.3s;
}
.cid-u9JPWqvXia .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9JPWqvXia .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u9JPWqvXia .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9JPWqvXia .navbar.collapsed {
  justify-content: center;
}
.cid-u9JPWqvXia .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9JPWqvXia .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9JPWqvXia .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9JPWqvXia .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9JPWqvXia .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9JPWqvXia .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9JPWqvXia .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9JPWqvXia .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9JPWqvXia .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9JPWqvXia .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9JPWqvXia .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9JPWqvXia .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9JPWqvXia .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9JPWqvXia .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9JPWqvXia .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9JPWqvXia .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9JPWqvXia .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9JPWqvXia .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9JPWqvXia .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9JPWqvXia .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9JPWqvXia .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9JPWqvXia .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9JPWqvXia .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9JPWqvXia .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9JPWqvXia .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9JPWqvXia .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9JPWqvXia .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9JPWqvXia .dropdown-item.active,
.cid-u9JPWqvXia .dropdown-item:active {
  background-color: transparent;
}
.cid-u9JPWqvXia .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9JPWqvXia .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9JPWqvXia .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9JPWqvXia .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9JPWqvXia ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9JPWqvXia .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9JPWqvXia button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u9JPWqvXia button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u9JPWqvXia button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9JPWqvXia button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9JPWqvXia button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9JPWqvXia button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9JPWqvXia nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9JPWqvXia nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9JPWqvXia nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9JPWqvXia nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9JPWqvXia a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9JPWqvXia .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9JPWqvXia .navbar {
    height: 70px;
  }
  .cid-u9JPWqvXia .navbar.opened {
    height: auto;
  }
  .cid-u9JPWqvXia .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9JPWqvXia .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9JPWqvXia .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u9JPWqvXia .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9JPWqvXia .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u9JPWqvXia .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u9JPWqvXia .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u9JPWqvXia .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9JPWqvXia .text_widget {
  margin-bottom: 32px;
}
.cid-u9JPWqvXia .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9JPWqvXia .text_widget a:hover {
  opacity: .5;
}
.cid-u9JPWqvXia .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u9JPWqvXia .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u9JPWqvXia .mbr-section-subtitle,
.cid-u9JPWqvXia .text_widget,
.cid-u9JPWqvXia .mbr-section-btn {
  text-align: center;
}
.cid-u9JPWqvXia a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9JPWr1Cep {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #3a341c;
}
.cid-u9JPWr1Cep .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JPWr1Cep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JPWr1Cep .row {
  justify-content: left;
}
.cid-u9JPWr1Cep .main-col {
  display: flex;
}
.cid-u9JPWr1Cep .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-u9JPWr1Cep .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-u9JPWr1Cep .item-container {
    flex-wrap: wrap;
  }
}
.cid-u9JPWr1Cep .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-u9JPWr1Cep .item-img {
    display: none;
  }
}
.cid-u9JPWr1Cep .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-u9JPWr1Cep .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-u9JPWr1Cep .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-u9JPWr1Cep .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-u9JPWr1Cep .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-u9JPWr1Cep .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-u9JPWr1Cep .mbr-text-1 {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .cid-u9JPWr1Cep .mbr-text-1 {
    margin: 0;
  }
}
.cid-u9JPWr1Cep .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-u9JPWr1Cep .mbr-text-2 {
    margin: 0;
  }
}
.cid-u9JPWr1Cep .item-container-2 {
  align-items: center;
  padding-left: 26px;
}
.cid-u9JPWr1Cep .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-u9JPWr1Cep .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
.cid-u9JPWr1Cep .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-u9JPWr1Cep .item-container-4 {
    justify-content: center !important;
  }
}
.cid-u9JPWr1Cep .mbr-section-title-1 {
  color: #fbca8d;
}
.cid-u9JPWr1Cep .mbr-section-title-2 {
  color: #fbca8d;
}
.cid-u9JPWr1Cep .mbr-section-title-3 {
  color: #c76d3f;
}
.cid-u9JPWr1Cep .mbr-section-title-4 {
  color: #c76d3f;
}
.cid-ua1kVwI30U {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ua1kVwI30U .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ua1kVwI30U img,
.cid-ua1kVwI30U .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ua1kVwI30U .item:focus,
.cid-ua1kVwI30U span:focus {
  outline: none;
}
.cid-ua1kVwI30U .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ua1kVwI30U .item {
    margin-bottom: 1rem;
  }
}
.cid-ua1kVwI30U .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ua1kVwI30U .mbr-section-title {
  color: #232323;
}
.cid-ua1kVwI30U .mbr-text,
.cid-ua1kVwI30U .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-ua1kVwI30U .item-title {
  color: #232323;
  text-align: center;
}
.cid-ua1kVwI30U .content-head {
  max-width: 800px;
}
.cid-uLKwNJVK5f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLKwNJVK5f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLKwNJVK5f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLKwNJVK5f .mbr-section-title {
  color: #35341b;
}
.cid-uLKwRwG3JS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLKwRwG3JS .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uLKwRwG3JS img,
.cid-uLKwRwG3JS .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLKwRwG3JS .item:focus,
.cid-uLKwRwG3JS span:focus {
  outline: none;
}
.cid-uLKwRwG3JS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLKwRwG3JS .item {
    margin-bottom: 1rem;
  }
}
.cid-uLKwRwG3JS .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uLKwRwG3JS .mbr-section-title {
  color: #232323;
}
.cid-uLKwRwG3JS .mbr-text,
.cid-uLKwRwG3JS .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uLKwRwG3JS .item-title {
  color: #232323;
  text-align: center;
}
.cid-uLKwRwG3JS .content-head {
  max-width: 800px;
}
.cid-ucKPmYn8rb {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKPmYn8rb .mbr-text {
  color: #ffffff;
}
.cid-ucKPmYn8rb .container {
  max-width: 1000px;
}
.cid-ucKPmYn8rb h4 {
  text-align: center;
}
.cid-ucKPmYn8rb p {
  text-align: center;
}
.cid-ucKPmYn8rb .row {
  justify-content: center;
}
.cid-ucKPmYn8rb .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKPmYn8rb .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKPmYn8rb .card-title,
.cid-ucKPmYn8rb .card-img {
  color: #b69b74;
}
.cid-ucKPmYn8rb .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKPmYn8rb .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKPmYn8rb img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9JPWshczO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u9JPWshczO .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-ub56UPaWZt {
  z-index: 1000;
  width: 100%;
}
.cid-ub56UPaWZt .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-ub56UPaWZt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-ub56UPaWZt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ub56UPaWZt .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ub56UPaWZt .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ub56UPaWZt .menu_box .navbar.opened,
  .cid-ub56UPaWZt .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-ub56UPaWZt nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ub56UPaWZt .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ub56UPaWZt .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ub56UPaWZt .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ub56UPaWZt .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ub56UPaWZt .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ub56UPaWZt .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-ub56UPaWZt .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ub56UPaWZt .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ub56UPaWZt .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ub56UPaWZt .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ub56UPaWZt .offcanvas-body .mbr-text,
  .cid-ub56UPaWZt .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ub56UPaWZt .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ub56UPaWZt .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ub56UPaWZt .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-ub56UPaWZt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ub56UPaWZt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ub56UPaWZt .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ub56UPaWZt .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ub56UPaWZt ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ub56UPaWZt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ub56UPaWZt .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ub56UPaWZt .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ub56UPaWZt li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ub56UPaWZt .lg_brand {
    margin: 0 1rem;
  }
  .cid-ub56UPaWZt .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-ub56UPaWZt .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ub56UPaWZt .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ub56UPaWZt .nav-item {
    margin: 0 !important;
  }
}
.cid-ub56UPaWZt .nav-item .nav-link:hover,
.cid-ub56UPaWZt .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-ub56UPaWZt .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ub56UPaWZt .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ub56UPaWZt .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ub56UPaWZt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ub56UPaWZt .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ub56UPaWZt .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ub56UPaWZt .offcanvas_box {
    display: none;
  }
}
.cid-ub56UPaWZt .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ub56UPaWZt .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ub56UPaWZt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ub56UPaWZt .container {
  display: flex;
  margin: auto;
}
.cid-ub56UPaWZt .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ub56UPaWZt .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ub56UPaWZt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ub56UPaWZt .navbar-caption {
  color: #2b2b2b;
}
.cid-ub56UPaWZt .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ub56UPaWZt .navbar-nav {
    margin: 0;
  }
}
.cid-ub56UPaWZt .dropdown-menu,
.cid-ub56UPaWZt .navbar.opened {
  background-color: true !important;
}
.cid-ub56UPaWZt .nav-item:focus,
.cid-ub56UPaWZt .nav-link:focus {
  outline: none;
}
.cid-ub56UPaWZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ub56UPaWZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub56UPaWZt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ub56UPaWZt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub56UPaWZt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub56UPaWZt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ub56UPaWZt .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ub56UPaWZt .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ub56UPaWZt .navbar.opened {
  transition: all 0.3s;
}
.cid-ub56UPaWZt .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ub56UPaWZt .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-ub56UPaWZt .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ub56UPaWZt .navbar.collapsed {
  justify-content: center;
}
.cid-ub56UPaWZt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub56UPaWZt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ub56UPaWZt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub56UPaWZt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ub56UPaWZt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ub56UPaWZt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ub56UPaWZt .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ub56UPaWZt .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ub56UPaWZt .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ub56UPaWZt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub56UPaWZt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub56UPaWZt .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ub56UPaWZt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub56UPaWZt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ub56UPaWZt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ub56UPaWZt .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ub56UPaWZt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ub56UPaWZt .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ub56UPaWZt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ub56UPaWZt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ub56UPaWZt .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ub56UPaWZt .navbar.navbar-short {
  min-height: 60px;
}
.cid-ub56UPaWZt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ub56UPaWZt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ub56UPaWZt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ub56UPaWZt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ub56UPaWZt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub56UPaWZt .dropdown-item.active,
.cid-ub56UPaWZt .dropdown-item:active {
  background-color: transparent;
}
.cid-ub56UPaWZt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ub56UPaWZt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ub56UPaWZt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ub56UPaWZt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ub56UPaWZt ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ub56UPaWZt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ub56UPaWZt button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-ub56UPaWZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-ub56UPaWZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ub56UPaWZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub56UPaWZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub56UPaWZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ub56UPaWZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub56UPaWZt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ub56UPaWZt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ub56UPaWZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub56UPaWZt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ub56UPaWZt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ub56UPaWZt .navbar {
    height: 70px;
  }
  .cid-ub56UPaWZt .navbar.opened {
    height: auto;
  }
  .cid-ub56UPaWZt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub56UPaWZt .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ub56UPaWZt .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-ub56UPaWZt .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ub56UPaWZt .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-ub56UPaWZt .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-ub56UPaWZt .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-ub56UPaWZt .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ub56UPaWZt .text_widget {
  margin-bottom: 32px;
}
.cid-ub56UPaWZt .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ub56UPaWZt .text_widget a:hover {
  opacity: .5;
}
.cid-ub56UPaWZt .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-ub56UPaWZt .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-ub56UPaWZt .mbr-section-subtitle,
.cid-ub56UPaWZt .text_widget,
.cid-ub56UPaWZt .mbr-section-btn {
  text-align: center;
}
.cid-ub56UPaWZt a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ublpUZU7VO {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-ublpUZU7VO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ublpUZU7VO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ublpUZU7VO .video-wrapper iframe {
  width: 100%;
}
.cid-ublpUZU7VO .mbr-section-title,
.cid-ublpUZU7VO .mbr-section-subtitle,
.cid-ublpUZU7VO .mbr-text {
  text-align: center;
}
.cid-ublpUZU7VO .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ublpUZU7VO .container-fluid {
    padding: 0;
  }
}
.cid-ublpUZU7VO .app-video-wrapper::before {
  position: absolute;
  font-family: "Moririse2";
  content: "\e95f";
  font-size: 12px;
  line-height: 70px;
  margin-left: -35px;
  margin-top: -35px;
  top: 50%;
  left: 50%;
  color: #c76d3f;
  text-shadow: none;
  z-index: 1;
  width: 105px;
  height: 105px;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.cid-ublpUZU7VO .app-video-wrapper > img {
  opacity: .6;
}
.cid-ub5cnX5Yux {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-ub5cnX5Yux .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub5cnX5Yux .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ub5cnX5Yux .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub5cnX5Yux h1 {
  max-width: 800px;
}
.cid-ub5cnX5Yux p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-ub5cnX5Yux .btn:hover {
  transform: scale(1.1);
  background: #c76d3f !important;
  border-color: #c76d3f !important;
  color: #c76d3f !important;
}
.cid-ub5cnX5Yux .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-ub5cnX5Yux .btn div {
  overflow: hidden;
}
.cid-ub5cnX5Yux .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-ub5cnX5Yux {
    align-items: center;
  }
  .cid-ub5cnX5Yux .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ub5cnX5Yux .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ub5cnX5Yux {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ub5cnX5Yux .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ub5cnX5Yux .content-wrap {
    width: 100%;
  }
}
.cid-ub5cnX5Yux .mbr-section-subtitle,
.cid-ub5cnX5Yux .line {
  color: #291f1e;
}
.cid-ub5cnX5Yux .mbr-text,
.cid-ub5cnX5Yux .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-ub5cnX5Yux .mbr-section-title {
  color: #291f1e;
}
.cid-ubloM0oI1U {
  background-color: #3a341c;
}
.cid-ubloM0oI1U .mbr-section-subtitle {
  margin-bottom: 1.5rem;
  color: #fbca8d;
}
.cid-ubloM0oI1U .mbr-text {
  line-height: 1.15;
}
.cid-ubloM0oI1U .bottom_box {
  margin-top: 4rem;
}
.cid-ubloM0oI1U .title {
  position: relative;
  z-index: 1;
}
.cid-ubloM0oI1U .name {
  margin-bottom: 1rem;
  color: #fbca8d;
}
.cid-ubloM0oI1U b,
.cid-ubloM0oI1U strong {
  font-weight: 500;
  color: #c76d3f;
}
.cid-ubloM0oI1U .shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  background-color: #c76d3f;
  width: 300px;
  height: 300px;
  border-radius: 50%;
}
.cid-ubloM0oI1U .linkBtn {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubloM0oI1U .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
  .cid-ubloM0oI1U .bottom_box {
    margin-top: 2rem;
    text-align: left;
  }
  .cid-ubloM0oI1U .linkBtn {
    margin-top: 1.5rem;
  }
  .cid-ubloM0oI1U .name {
    margin-bottom: .5rem;
  }
}
.cid-ubloM0oI1U .mbr-text,
.cid-ubloM0oI1U .linkBtn {
  color: #fbca8d;
  text-align: left;
}
.cid-ubm4aZSBrR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-ubm4aZSBrR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubm4aZSBrR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ubm4aZSBrR .container {
    padding: 0 16px;
  }
}
.cid-ubm4aZSBrR .row {
  justify-content: center;
}
.cid-ubm4aZSBrR .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-ubm4aZSBrR .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ubm4aZSBrR .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ubm4aZSBrR .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-ubm4aZSBrR .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-ubm4aZSBrR .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-ubm4aZSBrR .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-ubm4aZSBrR .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-ubm4aZSBrR .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-ubm4aZSBrR .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-ubm4aZSBrR .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-ubm4aZSBrR .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-ubm4aZSBrR .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-ubm4aZSBrR .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-ubm4aZSBrR .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-ubm4aZSBrR .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-ubm4aZSBrR .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-ubm4aZSBrR .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-ubm4aZSBrR .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-ubm4aZSBrR .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-ubm4aZSBrR .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #c76d3f !important;
  color: #f7f7f7 !important;
  border-color: #c76d3f !important;
}
.cid-ubm4aZSBrR .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #c76d3f !important;
  color: #f7f7f7 !important;
}
.cid-ubm4aZSBrR .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #c76d3f !important;
  color: #f7f7f7 !important;
}
.cid-ubm4aZSBrR .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #3a341c !important;
  color: #f7f7f7 !important;
}
.cid-ubm4aZSBrR .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f7f7f7 !important;
  color: #c76d3f !important;
  border-color: #f7f7f7 !important;
}
.cid-ubm4aZSBrR .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #fbca8d !important;
  color: #f7f7f7 !important;
}
.cid-ubm4aZSBrR .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffea64 !important;
  color: #f7f7f7 !important;
}
.cid-ubm4aZSBrR .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-ubm4aZSBrR .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-ubm4aZSBrR .mbr-desc {
  color: #706cff;
}
.cid-ubm4aZSBrR .mbr-section-title {
  color: #000000;
}
.cid-ubm4aZSBrR .mbr-text {
  color: #000000;
}
.cid-ubm4aZSBrR .mbr-section-btn {
  text-align: center;
}
.cid-ublpFDbpkT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ublpFDbpkT .image-wrap-1 {
  padding-right: 0;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-ublpFDbpkT .image-wrap-1 {
    padding: 0 12px;
  }
}
.cid-ublpFDbpkT .image-wrap-1 .image-wrapper {
  height: 720px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ublpFDbpkT .image-wrap-1 .image-wrapper {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .cid-ublpFDbpkT .image-wrap-1 .image-wrapper {
    height: 350px;
  }
}
.cid-ublpFDbpkT .image-wrap-1 .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
}
.cid-ublpFDbpkT .image-wrap-2 {
  padding-right: 2rem;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-ublpFDbpkT .image-wrap-2 {
    padding: 0 24px;
  }
}
.cid-ublpFDbpkT .image-wrap-2 .image-wrapper {
  height: 360px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 768px) {
  .cid-ublpFDbpkT .image-wrap-2 .image-wrapper {
    height: 350px;
  }
}
.cid-ublpFDbpkT .image-wrap-2 .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
}
.cid-ublpFDbpkT .image-wrap {
  padding: 0;
}
.cid-ublpFDbpkT .card-link {
  height: 100%;
  z-index: 1;
  pointer-events: none;
  transition: all .4s ease;
}
.cid-ublpFDbpkT .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
.cid-ublpFDbpkT .card-wrapper .mbr-title {
  pointer-events: visible;
  margin: 0;
  z-index: 1;
  opacity: 0;
  transform: translate(0, 5%);
  transition: all .3s ease;
}
.cid-ublpFDbpkT .card-wrapper .mbr-text {
  pointer-events: visible;
  margin: 5px 0 0 0;
  opacity: 0;
  transform: translate(0, 5%);
  transition: all .3s ease;
}
.cid-ublpFDbpkT .image-wrapper:hover .mbr-title {
  opacity: 1;
  transform: translate(0, 0);
}
.cid-ublpFDbpkT .image-wrapper:hover .mbr-text {
  opacity: .7;
  transform: translate(0, 0);
}
.cid-ublpFDbpkT .image-wrapper:hover .card-link {
  position: absolute;
  width: 100%;
  background-color: #fbca8d;
}
.cid-ublpFDbpkT .mbr-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-ublpFDbpkT .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ucKPccmUlY {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKPccmUlY .mbr-text {
  color: #ffffff;
}
.cid-ucKPccmUlY .container {
  max-width: 1000px;
}
.cid-ucKPccmUlY h4 {
  text-align: center;
}
.cid-ucKPccmUlY p {
  text-align: center;
}
.cid-ucKPccmUlY .row {
  justify-content: center;
}
.cid-ucKPccmUlY .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKPccmUlY .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKPccmUlY .card-title,
.cid-ucKPccmUlY .card-img {
  color: #b69b74;
}
.cid-ucKPccmUlY .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKPccmUlY .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKPccmUlY img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-ub56UXpfUb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-ub56UXpfUb .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-ub4Oafbgfy {
  z-index: 1000;
  width: 100%;
}
.cid-ub4Oafbgfy .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-ub4Oafbgfy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-ub4Oafbgfy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ub4Oafbgfy .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ub4Oafbgfy .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ub4Oafbgfy .menu_box .navbar.opened,
  .cid-ub4Oafbgfy .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-ub4Oafbgfy nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ub4Oafbgfy .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ub4Oafbgfy .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ub4Oafbgfy .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ub4Oafbgfy .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ub4Oafbgfy .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ub4Oafbgfy .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-ub4Oafbgfy .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ub4Oafbgfy .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ub4Oafbgfy .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ub4Oafbgfy .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ub4Oafbgfy .offcanvas-body .mbr-text,
  .cid-ub4Oafbgfy .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ub4Oafbgfy .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ub4Oafbgfy .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ub4Oafbgfy .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-ub4Oafbgfy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ub4Oafbgfy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ub4Oafbgfy .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ub4Oafbgfy .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ub4Oafbgfy ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ub4Oafbgfy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ub4Oafbgfy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ub4Oafbgfy .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ub4Oafbgfy li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ub4Oafbgfy .lg_brand {
    margin: 0 1rem;
  }
  .cid-ub4Oafbgfy .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-ub4Oafbgfy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ub4Oafbgfy .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ub4Oafbgfy .nav-item {
    margin: 0 !important;
  }
}
.cid-ub4Oafbgfy .nav-item .nav-link:hover,
.cid-ub4Oafbgfy .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-ub4Oafbgfy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ub4Oafbgfy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ub4Oafbgfy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ub4Oafbgfy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ub4Oafbgfy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ub4Oafbgfy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ub4Oafbgfy .offcanvas_box {
    display: none;
  }
}
.cid-ub4Oafbgfy .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ub4Oafbgfy .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ub4Oafbgfy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ub4Oafbgfy .container {
  display: flex;
  margin: auto;
}
.cid-ub4Oafbgfy .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ub4Oafbgfy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ub4Oafbgfy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ub4Oafbgfy .navbar-caption {
  color: #2b2b2b;
}
.cid-ub4Oafbgfy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ub4Oafbgfy .navbar-nav {
    margin: 0;
  }
}
.cid-ub4Oafbgfy .dropdown-menu,
.cid-ub4Oafbgfy .navbar.opened {
  background-color: true !important;
}
.cid-ub4Oafbgfy .nav-item:focus,
.cid-ub4Oafbgfy .nav-link:focus {
  outline: none;
}
.cid-ub4Oafbgfy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ub4Oafbgfy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub4Oafbgfy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ub4Oafbgfy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub4Oafbgfy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub4Oafbgfy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ub4Oafbgfy .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ub4Oafbgfy .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ub4Oafbgfy .navbar.opened {
  transition: all 0.3s;
}
.cid-ub4Oafbgfy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ub4Oafbgfy .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-ub4Oafbgfy .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ub4Oafbgfy .navbar.collapsed {
  justify-content: center;
}
.cid-ub4Oafbgfy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub4Oafbgfy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ub4Oafbgfy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub4Oafbgfy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ub4Oafbgfy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ub4Oafbgfy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ub4Oafbgfy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ub4Oafbgfy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ub4Oafbgfy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ub4Oafbgfy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub4Oafbgfy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub4Oafbgfy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ub4Oafbgfy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub4Oafbgfy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ub4Oafbgfy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ub4Oafbgfy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ub4Oafbgfy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ub4Oafbgfy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ub4Oafbgfy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ub4Oafbgfy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ub4Oafbgfy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ub4Oafbgfy .navbar.navbar-short {
  min-height: 60px;
}
.cid-ub4Oafbgfy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ub4Oafbgfy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ub4Oafbgfy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ub4Oafbgfy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ub4Oafbgfy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub4Oafbgfy .dropdown-item.active,
.cid-ub4Oafbgfy .dropdown-item:active {
  background-color: transparent;
}
.cid-ub4Oafbgfy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ub4Oafbgfy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ub4Oafbgfy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ub4Oafbgfy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ub4Oafbgfy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ub4Oafbgfy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ub4Oafbgfy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-ub4Oafbgfy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-ub4Oafbgfy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ub4Oafbgfy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub4Oafbgfy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub4Oafbgfy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ub4Oafbgfy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub4Oafbgfy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ub4Oafbgfy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ub4Oafbgfy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub4Oafbgfy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ub4Oafbgfy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ub4Oafbgfy .navbar {
    height: 70px;
  }
  .cid-ub4Oafbgfy .navbar.opened {
    height: auto;
  }
  .cid-ub4Oafbgfy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub4Oafbgfy .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ub4Oafbgfy .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-ub4Oafbgfy .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ub4Oafbgfy .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-ub4Oafbgfy .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-ub4Oafbgfy .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-ub4Oafbgfy .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ub4Oafbgfy .text_widget {
  margin-bottom: 32px;
}
.cid-ub4Oafbgfy .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ub4Oafbgfy .text_widget a:hover {
  opacity: .5;
}
.cid-ub4Oafbgfy .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-ub4Oafbgfy .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-ub4Oafbgfy .mbr-section-subtitle,
.cid-ub4Oafbgfy .text_widget,
.cid-ub4Oafbgfy .mbr-section-btn {
  text-align: center;
}
.cid-ub4Oafbgfy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ub53IgnDYR {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #3a341c;
}
.cid-ub53IgnDYR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub53IgnDYR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub53IgnDYR .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 575px) {
  .cid-ub53IgnDYR .content-container {
    flex-wrap: wrap;
  }
}
.cid-ub53IgnDYR .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
}
@media (max-width: 575px) {
  .cid-ub53IgnDYR .text-container {
    width: 100%;
  }
}
.cid-ub53IgnDYR .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
@media (max-width: 575px) {
  .cid-ub53IgnDYR .card-box {
    padding-top: 26%;
  }
}
.cid-ub53IgnDYR .img-container {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .cid-ub53IgnDYR .img-container {
    width: 100%;
  }
}
.cid-ub53IgnDYR .image-wrapper {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.cid-ub53IgnDYR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-ub53IgnDYR .image-wrapper img {
    width: 55%;
  }
}
.cid-ub53IgnDYR .card-title {
  width: 100%;
  color: #BF9341;
  padding: 80px 22% 80px 17%;
}
@media (max-width: 991px) {
  .cid-ub53IgnDYR .card-title {
    padding: 70px 17.5% 70px 17.5%;
  }
}
@media (max-width: 767px) {
  .cid-ub53IgnDYR .card-title {
    padding: 80% 7.5% 70px 7.5%;
  }
}
@media (max-width: 575px) {
  .cid-ub53IgnDYR .card-title {
    padding: 0 45% 0 0;
  }
}
.cid-ub53IgnDYR .mbr-text {
  color: #fbca8d;
  padding: 56px 17% 0 41%;
}
@media (max-width: 991px) {
  .cid-ub53IgnDYR .mbr-text {
    padding: 48px 17.5% 0 17.5%;
  }
}
@media (max-width: 767px) {
  .cid-ub53IgnDYR .mbr-text {
    padding: 48px 7.5% 0 7.5%;
  }
}
@media (max-width: 575px) {
  .cid-ub53IgnDYR .mbr-text {
    padding: 20% 0 0 26%;
  }
}
.cid-ub53IgnDYR .btn-content {
  width: 100%;
  padding: 0 22% 0 17%;
}
@media (max-width: 991px) {
  .cid-ub53IgnDYR .btn-content {
    padding: 0 17.5% 0 17.5%;
  }
}
@media (max-width: 767px) {
  .cid-ub53IgnDYR .btn-content {
    padding: 0 7.5% 0 7.5%;
  }
}
@media (max-width: 575px) {
  .cid-ub53IgnDYR .btn-content {
    padding: 0;
  }
}
.cid-ub53IgnDYR .mbr-section-btn {
  margin-top: 30px;
}
.cid-ub53IgnDYR .card-title,
.cid-ub53IgnDYR .mbr-section-btn {
  color: #fbca8d;
}
.cid-ub4VanmE1R {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-ub4VanmE1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4VanmE1R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4VanmE1R p {
  line-height: 1.2;
}
.cid-ub4VanmE1R .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 770px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-ub4VanmE1R .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ub4VanmE1R .embla__button--next,
.cid-ub4VanmE1R .embla__button--prev {
  display: flex;
}
.cid-ub4VanmE1R .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ub4VanmE1R .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ub4VanmE1R .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ub4VanmE1R .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ub4VanmE1R .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-ub4VanmE1R .embla__button {
    top: auto;
  }
}
.cid-ub4VanmE1R .item-wrapper {
  height: 100%;
}
.cid-ub4VanmE1R .item-menu-overlay {
  border-radius: 2rem;
}
.cid-ub4VanmE1R .user_image {
  max-width: 600px;
  max-height: 400px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  margin: 0 auto 2rem auto;
}
.cid-ub4VanmE1R .user_image img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-ub4VanmE1R .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-ub4VanmE1R .embla {
  position: relative;
  width: 100%;
}
.cid-ub4VanmE1R .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ub4VanmE1R .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ub4VanmE1R .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ub4VanmE1R .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ub4VanmE1R .user_desk {
  color: #232323;
}
.cid-ub4VanmE1R .user_name {
  color: #232323;
}
.cid-ucKPgorr7n {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKPgorr7n .mbr-text {
  color: #ffffff;
}
.cid-ucKPgorr7n .container {
  max-width: 1000px;
}
.cid-ucKPgorr7n h4 {
  text-align: center;
}
.cid-ucKPgorr7n p {
  text-align: center;
}
.cid-ucKPgorr7n .row {
  justify-content: center;
}
.cid-ucKPgorr7n .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKPgorr7n .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKPgorr7n .card-title,
.cid-ucKPgorr7n .card-img {
  color: #b69b74;
}
.cid-ucKPgorr7n .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKPgorr7n .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKPgorr7n img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-ub4Oam8oko {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-ub4Oam8oko .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-ub4A5RJvkS {
  z-index: 1000;
  width: 100%;
}
.cid-ub4A5RJvkS .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-ub4A5RJvkS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-ub4A5RJvkS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ub4A5RJvkS .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ub4A5RJvkS .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ub4A5RJvkS .menu_box .navbar.opened,
  .cid-ub4A5RJvkS .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-ub4A5RJvkS nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ub4A5RJvkS .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ub4A5RJvkS .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ub4A5RJvkS .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ub4A5RJvkS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ub4A5RJvkS .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ub4A5RJvkS .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-ub4A5RJvkS .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ub4A5RJvkS .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ub4A5RJvkS .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ub4A5RJvkS .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ub4A5RJvkS .offcanvas-body .mbr-text,
  .cid-ub4A5RJvkS .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ub4A5RJvkS .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ub4A5RJvkS .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ub4A5RJvkS .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-ub4A5RJvkS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ub4A5RJvkS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ub4A5RJvkS .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ub4A5RJvkS .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ub4A5RJvkS ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ub4A5RJvkS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ub4A5RJvkS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ub4A5RJvkS .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ub4A5RJvkS li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ub4A5RJvkS .lg_brand {
    margin: 0 1rem;
  }
  .cid-ub4A5RJvkS .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-ub4A5RJvkS .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ub4A5RJvkS .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ub4A5RJvkS .nav-item {
    margin: 0 !important;
  }
}
.cid-ub4A5RJvkS .nav-item .nav-link:hover,
.cid-ub4A5RJvkS .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-ub4A5RJvkS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ub4A5RJvkS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ub4A5RJvkS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ub4A5RJvkS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ub4A5RJvkS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ub4A5RJvkS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ub4A5RJvkS .offcanvas_box {
    display: none;
  }
}
.cid-ub4A5RJvkS .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ub4A5RJvkS .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ub4A5RJvkS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ub4A5RJvkS .container {
  display: flex;
  margin: auto;
}
.cid-ub4A5RJvkS .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ub4A5RJvkS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ub4A5RJvkS .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ub4A5RJvkS .navbar-caption {
  color: #2b2b2b;
}
.cid-ub4A5RJvkS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ub4A5RJvkS .navbar-nav {
    margin: 0;
  }
}
.cid-ub4A5RJvkS .dropdown-menu,
.cid-ub4A5RJvkS .navbar.opened {
  background-color: true !important;
}
.cid-ub4A5RJvkS .nav-item:focus,
.cid-ub4A5RJvkS .nav-link:focus {
  outline: none;
}
.cid-ub4A5RJvkS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ub4A5RJvkS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub4A5RJvkS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ub4A5RJvkS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub4A5RJvkS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub4A5RJvkS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ub4A5RJvkS .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ub4A5RJvkS .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ub4A5RJvkS .navbar.opened {
  transition: all 0.3s;
}
.cid-ub4A5RJvkS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ub4A5RJvkS .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-ub4A5RJvkS .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ub4A5RJvkS .navbar.collapsed {
  justify-content: center;
}
.cid-ub4A5RJvkS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub4A5RJvkS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ub4A5RJvkS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub4A5RJvkS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ub4A5RJvkS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ub4A5RJvkS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ub4A5RJvkS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ub4A5RJvkS .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ub4A5RJvkS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ub4A5RJvkS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub4A5RJvkS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub4A5RJvkS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ub4A5RJvkS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub4A5RJvkS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ub4A5RJvkS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ub4A5RJvkS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ub4A5RJvkS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ub4A5RJvkS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ub4A5RJvkS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ub4A5RJvkS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ub4A5RJvkS .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ub4A5RJvkS .navbar.navbar-short {
  min-height: 60px;
}
.cid-ub4A5RJvkS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ub4A5RJvkS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ub4A5RJvkS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ub4A5RJvkS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ub4A5RJvkS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub4A5RJvkS .dropdown-item.active,
.cid-ub4A5RJvkS .dropdown-item:active {
  background-color: transparent;
}
.cid-ub4A5RJvkS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ub4A5RJvkS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ub4A5RJvkS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ub4A5RJvkS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ub4A5RJvkS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ub4A5RJvkS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ub4A5RJvkS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-ub4A5RJvkS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-ub4A5RJvkS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ub4A5RJvkS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub4A5RJvkS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub4A5RJvkS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ub4A5RJvkS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub4A5RJvkS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ub4A5RJvkS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ub4A5RJvkS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub4A5RJvkS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ub4A5RJvkS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ub4A5RJvkS .navbar {
    height: 70px;
  }
  .cid-ub4A5RJvkS .navbar.opened {
    height: auto;
  }
  .cid-ub4A5RJvkS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub4A5RJvkS .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ub4A5RJvkS .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-ub4A5RJvkS .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ub4A5RJvkS .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-ub4A5RJvkS .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-ub4A5RJvkS .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-ub4A5RJvkS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ub4A5RJvkS .text_widget {
  margin-bottom: 32px;
}
.cid-ub4A5RJvkS .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ub4A5RJvkS .text_widget a:hover {
  opacity: .5;
}
.cid-ub4A5RJvkS .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-ub4A5RJvkS .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-ub4A5RJvkS .mbr-section-subtitle,
.cid-ub4A5RJvkS .text_widget,
.cid-ub4A5RJvkS .mbr-section-btn {
  text-align: center;
}
.cid-ub4A5RJvkS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ub59j250qR {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #3a341c;
}
.cid-ub59j250qR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub59j250qR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub59j250qR .row {
  justify-content: left;
}
.cid-ub59j250qR .main-col {
  display: flex;
}
.cid-ub59j250qR .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-ub59j250qR .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-ub59j250qR .item-container {
    flex-wrap: wrap;
  }
}
.cid-ub59j250qR .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-ub59j250qR .item-img {
    display: none;
  }
}
.cid-ub59j250qR .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-ub59j250qR .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-ub59j250qR .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-ub59j250qR .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-ub59j250qR .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-ub59j250qR .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-ub59j250qR .mbr-text-1 {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .cid-ub59j250qR .mbr-text-1 {
    margin: 0;
  }
}
.cid-ub59j250qR .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-ub59j250qR .mbr-text-2 {
    margin: 0;
  }
}
.cid-ub59j250qR .item-container-2 {
  align-items: center;
  padding-left: 26px;
}
.cid-ub59j250qR .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-ub59j250qR .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
.cid-ub59j250qR .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-ub59j250qR .item-container-4 {
    justify-content: center !important;
  }
}
.cid-ub59j250qR .mbr-section-title-1 {
  color: #fbca8d;
}
.cid-ub59j250qR .mbr-section-title-2 {
  color: #fbca8d;
}
.cid-ub59j250qR .mbr-section-title-3 {
  color: #fbca8d;
}
.cid-ub59j250qR .mbr-section-title-4 {
  color: #35341b;
}
.cid-ub59qrYc0E {
  background: #ffffff;
}
.cid-ub59qrYc0E .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ub59qrYc0E figcaption {
  position: relative;
}
.cid-ub59qrYc0E figcaption div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ub59qrYc0E .image-block {
    width: 100% !important;
  }
}
.cid-ub4AcX4rOI {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-ub4AcX4rOI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4AcX4rOI .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ub4AcX4rOI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4AcX4rOI h1 {
  max-width: 800px;
}
.cid-ub4AcX4rOI p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-ub4AcX4rOI .btn:hover {
  transform: scale(1.1);
  background: #c76d3f !important;
  border-color: #c76d3f !important;
  color: #c76d3f !important;
}
.cid-ub4AcX4rOI .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-ub4AcX4rOI .btn div {
  overflow: hidden;
}
.cid-ub4AcX4rOI .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-ub4AcX4rOI {
    align-items: center;
  }
  .cid-ub4AcX4rOI .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ub4AcX4rOI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ub4AcX4rOI {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ub4AcX4rOI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ub4AcX4rOI .content-wrap {
    width: 100%;
  }
}
.cid-ub4AcX4rOI .mbr-section-subtitle,
.cid-ub4AcX4rOI .line {
  color: #291f1e;
}
.cid-ub4AcX4rOI .mbr-text,
.cid-ub4AcX4rOI .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-ub4AcX4rOI .mbr-section-title {
  color: #291f1e;
}
.cid-ub4EtK5jXI {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #3a341c;
}
.cid-ub4EtK5jXI .mbr-section-head,
.cid-ub4EtK5jXI .gallery_item {
  margin-bottom: 6rem;
}
.cid-ub4EtK5jXI .mbr-section-subtitle {
  margin-bottom: 0.5rem;
}
.cid-ub4EtK5jXI .mbr-section-title {
  line-height: .95;
}
.cid-ub4EtK5jXI .box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-ub4EtK5jXI .gallery-wrap-left {
  padding-right: 2rem;
  max-width: 66%;
  width: 66%;
}
.cid-ub4EtK5jXI .gallery-wrap-right {
  padding-left: 2rem;
  max-width: 33%;
  width: 33%;
}
.cid-ub4EtK5jXI .item-img,
.cid-ub4EtK5jXI img {
  max-width: 100%;
  object-fit: cover;
}
.cid-ub4EtK5jXI .gallery-wrap-50 .item_left {
  padding-right: 1rem;
}
.cid-ub4EtK5jXI .gallery-wrap-50 .item_right {
  padding-left: 1rem;
}
.cid-ub4EtK5jXI .item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.5rem;
}
.cid-ub4EtK5jXI .item-title {
  text-align: left;
  flex: 1 1 0;
}
.cid-ub4EtK5jXI .item-subtitle {
  text-align: right;
  flex: 1 1 0;
}
@media (max-width: 991px) {
  .cid-ub4EtK5jXI .gallery-wrap-left {
    padding-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .cid-ub4EtK5jXI .gallery-wrap-right {
    padding-left: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-ub4EtK5jXI .mbr-section-head,
  .cid-ub4EtK5jXI .gallery_item {
    margin-bottom: 3rem;
  }
  .cid-ub4EtK5jXI .gallery-wrap-50 .item_left {
    padding-right: 0;
  }
  .cid-ub4EtK5jXI .gallery-wrap-50 .item_right {
    padding-left: 0;
  }
}
.cid-ucKPjnIpje {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKPjnIpje .mbr-text {
  color: #ffffff;
}
.cid-ucKPjnIpje .container {
  max-width: 1000px;
}
.cid-ucKPjnIpje h4 {
  text-align: center;
}
.cid-ucKPjnIpje p {
  text-align: center;
}
.cid-ucKPjnIpje .row {
  justify-content: center;
}
.cid-ucKPjnIpje .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKPjnIpje .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKPjnIpje .card-title,
.cid-ucKPjnIpje .card-img {
  color: #b69b74;
}
.cid-ucKPjnIpje .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKPjnIpje .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKPjnIpje img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-ub4A5X7Y7F {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-ub4A5X7Y7F .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-ubmn10zJxT {
  z-index: 1000;
  width: 100%;
}
.cid-ubmn10zJxT .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-ubmn10zJxT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-ubmn10zJxT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubmn10zJxT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubmn10zJxT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ubmn10zJxT .menu_box .navbar.opened,
  .cid-ubmn10zJxT .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-ubmn10zJxT nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ubmn10zJxT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ubmn10zJxT .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ubmn10zJxT .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ubmn10zJxT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ubmn10zJxT .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ubmn10zJxT .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-ubmn10zJxT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ubmn10zJxT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ubmn10zJxT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ubmn10zJxT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ubmn10zJxT .offcanvas-body .mbr-text,
  .cid-ubmn10zJxT .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ubmn10zJxT .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ubmn10zJxT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ubmn10zJxT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-ubmn10zJxT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ubmn10zJxT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ubmn10zJxT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ubmn10zJxT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ubmn10zJxT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ubmn10zJxT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ubmn10zJxT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ubmn10zJxT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ubmn10zJxT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ubmn10zJxT .lg_brand {
    margin: 0 1rem;
  }
  .cid-ubmn10zJxT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-ubmn10zJxT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ubmn10zJxT .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ubmn10zJxT .nav-item {
    margin: 0 !important;
  }
}
.cid-ubmn10zJxT .nav-item .nav-link:hover,
.cid-ubmn10zJxT .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-ubmn10zJxT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ubmn10zJxT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ubmn10zJxT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ubmn10zJxT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ubmn10zJxT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ubmn10zJxT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ubmn10zJxT .offcanvas_box {
    display: none;
  }
}
.cid-ubmn10zJxT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ubmn10zJxT .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ubmn10zJxT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ubmn10zJxT .container {
  display: flex;
  margin: auto;
}
.cid-ubmn10zJxT .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ubmn10zJxT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ubmn10zJxT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ubmn10zJxT .navbar-caption {
  color: #2b2b2b;
}
.cid-ubmn10zJxT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ubmn10zJxT .navbar-nav {
    margin: 0;
  }
}
.cid-ubmn10zJxT .dropdown-menu,
.cid-ubmn10zJxT .navbar.opened {
  background-color: true !important;
}
.cid-ubmn10zJxT .nav-item:focus,
.cid-ubmn10zJxT .nav-link:focus {
  outline: none;
}
.cid-ubmn10zJxT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubmn10zJxT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubmn10zJxT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubmn10zJxT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubmn10zJxT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubmn10zJxT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubmn10zJxT .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ubmn10zJxT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ubmn10zJxT .navbar.opened {
  transition: all 0.3s;
}
.cid-ubmn10zJxT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ubmn10zJxT .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-ubmn10zJxT .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ubmn10zJxT .navbar.collapsed {
  justify-content: center;
}
.cid-ubmn10zJxT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubmn10zJxT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ubmn10zJxT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubmn10zJxT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubmn10zJxT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubmn10zJxT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ubmn10zJxT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ubmn10zJxT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ubmn10zJxT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ubmn10zJxT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubmn10zJxT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubmn10zJxT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ubmn10zJxT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubmn10zJxT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ubmn10zJxT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubmn10zJxT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ubmn10zJxT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ubmn10zJxT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ubmn10zJxT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ubmn10zJxT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubmn10zJxT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ubmn10zJxT .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubmn10zJxT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubmn10zJxT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubmn10zJxT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubmn10zJxT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ubmn10zJxT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubmn10zJxT .dropdown-item.active,
.cid-ubmn10zJxT .dropdown-item:active {
  background-color: transparent;
}
.cid-ubmn10zJxT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubmn10zJxT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubmn10zJxT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubmn10zJxT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubmn10zJxT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ubmn10zJxT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubmn10zJxT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-ubmn10zJxT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-ubmn10zJxT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubmn10zJxT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubmn10zJxT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubmn10zJxT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubmn10zJxT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubmn10zJxT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubmn10zJxT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubmn10zJxT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubmn10zJxT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ubmn10zJxT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubmn10zJxT .navbar {
    height: 70px;
  }
  .cid-ubmn10zJxT .navbar.opened {
    height: auto;
  }
  .cid-ubmn10zJxT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubmn10zJxT .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ubmn10zJxT .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-ubmn10zJxT .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ubmn10zJxT .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-ubmn10zJxT .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-ubmn10zJxT .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-ubmn10zJxT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ubmn10zJxT .text_widget {
  margin-bottom: 32px;
}
.cid-ubmn10zJxT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ubmn10zJxT .text_widget a:hover {
  opacity: .5;
}
.cid-ubmn10zJxT .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-ubmn10zJxT .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-ubmn10zJxT .mbr-section-subtitle,
.cid-ubmn10zJxT .text_widget,
.cid-ubmn10zJxT .mbr-section-btn {
  text-align: center;
}
.cid-ubmn10zJxT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ubmn11z0G1 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #3a341c;
}
.cid-ubmn11z0G1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubmn11z0G1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubmn11z0G1 .mbr-section-title {
  color: #fbca8d;
}
.cid-ubmnnzjUVI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/6.jpg");
}
.cid-ubmnnzjUVI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubmnnzjUVI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubmnnzjUVI .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ubmnnzjUVI .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ubmnnzjUVI .container {
    padding: 0 20px;
  }
}
.cid-ubmnnzjUVI .row {
  margin: 0;
}
.cid-ubmnnzjUVI .card {
  padding: 0;
}
.cid-ubmnnzjUVI .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ubmnnzjUVI .image-wrapper img {
    height: 450px;
  }
}
.cid-ubmnnzjUVI .title-wrapper {
  height: 100%;
  margin-bottom: 10%;
  background-color: #3a341c;
  display: flex;
  align-items: center;
  padding: 24px 115px;
}
@media (max-width: 992px) {
  .cid-ubmnnzjUVI .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-ubmnnzjUVI .title-wrapper .title-wrap {
  width: 100%;
}
.cid-ubmnnzjUVI .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ubmnnzjUVI .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ubmnnzjUVI .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .cid-ubmnnzjUVI .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-ubmnnzjUVI .mbr-section-title {
  color: #c2b299;
}
.cid-ubmnnzjUVI .mbr-text {
  color: #ffffff;
}
.cid-ubmnnzjUVI .mbr-section-title,
.cid-ubmnnzjUVI .mbr-section-btn {
  color: #fbca8d;
}
.cid-ucKMGAfnnC {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKMGAfnnC .mbr-text {
  color: #ffffff;
}
.cid-ucKMGAfnnC .container {
  max-width: 1000px;
}
.cid-ucKMGAfnnC h4 {
  text-align: center;
}
.cid-ucKMGAfnnC p {
  text-align: center;
}
.cid-ucKMGAfnnC .row {
  justify-content: center;
}
.cid-ucKMGAfnnC .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKMGAfnnC .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKMGAfnnC .card-title,
.cid-ucKMGAfnnC .card-img {
  color: #b69b74;
}
.cid-ucKMGAfnnC .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKMGAfnnC .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKMGAfnnC img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-ubmn13I1Pe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-ubmn13I1Pe .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-ubKmJggsX7 {
  z-index: 1000;
  width: 100%;
}
.cid-ubKmJggsX7 .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-ubKmJggsX7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-ubKmJggsX7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubKmJggsX7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubKmJggsX7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ubKmJggsX7 .menu_box .navbar.opened,
  .cid-ubKmJggsX7 .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-ubKmJggsX7 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ubKmJggsX7 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ubKmJggsX7 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ubKmJggsX7 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ubKmJggsX7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ubKmJggsX7 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ubKmJggsX7 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-ubKmJggsX7 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ubKmJggsX7 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ubKmJggsX7 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ubKmJggsX7 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ubKmJggsX7 .offcanvas-body .mbr-text,
  .cid-ubKmJggsX7 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ubKmJggsX7 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ubKmJggsX7 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ubKmJggsX7 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-ubKmJggsX7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ubKmJggsX7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ubKmJggsX7 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ubKmJggsX7 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ubKmJggsX7 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ubKmJggsX7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ubKmJggsX7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ubKmJggsX7 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ubKmJggsX7 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ubKmJggsX7 .lg_brand {
    margin: 0 1rem;
  }
  .cid-ubKmJggsX7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-ubKmJggsX7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ubKmJggsX7 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ubKmJggsX7 .nav-item {
    margin: 0 !important;
  }
}
.cid-ubKmJggsX7 .nav-item .nav-link:hover,
.cid-ubKmJggsX7 .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-ubKmJggsX7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ubKmJggsX7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ubKmJggsX7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ubKmJggsX7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ubKmJggsX7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ubKmJggsX7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ubKmJggsX7 .offcanvas_box {
    display: none;
  }
}
.cid-ubKmJggsX7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ubKmJggsX7 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ubKmJggsX7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ubKmJggsX7 .container {
  display: flex;
  margin: auto;
}
.cid-ubKmJggsX7 .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ubKmJggsX7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ubKmJggsX7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ubKmJggsX7 .navbar-caption {
  color: #2b2b2b;
}
.cid-ubKmJggsX7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ubKmJggsX7 .navbar-nav {
    margin: 0;
  }
}
.cid-ubKmJggsX7 .dropdown-menu,
.cid-ubKmJggsX7 .navbar.opened {
  background-color: true !important;
}
.cid-ubKmJggsX7 .nav-item:focus,
.cid-ubKmJggsX7 .nav-link:focus {
  outline: none;
}
.cid-ubKmJggsX7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubKmJggsX7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubKmJggsX7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubKmJggsX7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubKmJggsX7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubKmJggsX7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubKmJggsX7 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ubKmJggsX7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ubKmJggsX7 .navbar.opened {
  transition: all 0.3s;
}
.cid-ubKmJggsX7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ubKmJggsX7 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-ubKmJggsX7 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ubKmJggsX7 .navbar.collapsed {
  justify-content: center;
}
.cid-ubKmJggsX7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubKmJggsX7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ubKmJggsX7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubKmJggsX7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubKmJggsX7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubKmJggsX7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ubKmJggsX7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ubKmJggsX7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ubKmJggsX7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ubKmJggsX7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubKmJggsX7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubKmJggsX7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ubKmJggsX7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubKmJggsX7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ubKmJggsX7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubKmJggsX7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ubKmJggsX7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ubKmJggsX7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ubKmJggsX7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ubKmJggsX7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubKmJggsX7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ubKmJggsX7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubKmJggsX7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubKmJggsX7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubKmJggsX7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubKmJggsX7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ubKmJggsX7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubKmJggsX7 .dropdown-item.active,
.cid-ubKmJggsX7 .dropdown-item:active {
  background-color: transparent;
}
.cid-ubKmJggsX7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubKmJggsX7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubKmJggsX7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubKmJggsX7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubKmJggsX7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ubKmJggsX7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubKmJggsX7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-ubKmJggsX7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-ubKmJggsX7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubKmJggsX7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubKmJggsX7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubKmJggsX7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubKmJggsX7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubKmJggsX7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubKmJggsX7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubKmJggsX7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubKmJggsX7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ubKmJggsX7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubKmJggsX7 .navbar {
    height: 70px;
  }
  .cid-ubKmJggsX7 .navbar.opened {
    height: auto;
  }
  .cid-ubKmJggsX7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubKmJggsX7 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ubKmJggsX7 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-ubKmJggsX7 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ubKmJggsX7 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-ubKmJggsX7 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-ubKmJggsX7 .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-ubKmJggsX7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ubKmJggsX7 .text_widget {
  margin-bottom: 32px;
}
.cid-ubKmJggsX7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ubKmJggsX7 .text_widget a:hover {
  opacity: .5;
}
.cid-ubKmJggsX7 .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-ubKmJggsX7 .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-ubKmJggsX7 .mbr-section-subtitle,
.cid-ubKmJggsX7 .text_widget,
.cid-ubKmJggsX7 .mbr-section-btn {
  text-align: center;
}
.cid-ubKmJggsX7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ucKY9BzgsC {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #edefeb;
}
.cid-ucKY9BzgsC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ucKY9BzgsC H4 {
  text-align: center;
}
.cid-ucKP3suNLI {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKP3suNLI .mbr-text {
  color: #ffffff;
}
.cid-ucKP3suNLI .container {
  max-width: 1000px;
}
.cid-ucKP3suNLI h4 {
  text-align: center;
}
.cid-ucKP3suNLI p {
  text-align: center;
}
.cid-ucKP3suNLI .row {
  justify-content: center;
}
.cid-ucKP3suNLI .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKP3suNLI .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKP3suNLI .card-title,
.cid-ucKP3suNLI .card-img {
  color: #b69b74;
}
.cid-ucKP3suNLI .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKP3suNLI .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKP3suNLI img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-ubKmJi8VB6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-ubKmJi8VB6 .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-ub5ipLF3cv {
  z-index: 1000;
  width: 100%;
}
.cid-ub5ipLF3cv .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-ub5ipLF3cv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-ub5ipLF3cv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ub5ipLF3cv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ub5ipLF3cv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ub5ipLF3cv .menu_box .navbar.opened,
  .cid-ub5ipLF3cv .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-ub5ipLF3cv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ub5ipLF3cv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ub5ipLF3cv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ub5ipLF3cv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ub5ipLF3cv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ub5ipLF3cv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ub5ipLF3cv .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-ub5ipLF3cv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ub5ipLF3cv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ub5ipLF3cv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ub5ipLF3cv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ub5ipLF3cv .offcanvas-body .mbr-text,
  .cid-ub5ipLF3cv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ub5ipLF3cv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ub5ipLF3cv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ub5ipLF3cv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-ub5ipLF3cv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ub5ipLF3cv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ub5ipLF3cv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ub5ipLF3cv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ub5ipLF3cv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ub5ipLF3cv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ub5ipLF3cv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ub5ipLF3cv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ub5ipLF3cv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ub5ipLF3cv .lg_brand {
    margin: 0 1rem;
  }
  .cid-ub5ipLF3cv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-ub5ipLF3cv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ub5ipLF3cv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ub5ipLF3cv .nav-item {
    margin: 0 !important;
  }
}
.cid-ub5ipLF3cv .nav-item .nav-link:hover,
.cid-ub5ipLF3cv .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-ub5ipLF3cv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ub5ipLF3cv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ub5ipLF3cv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ub5ipLF3cv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ub5ipLF3cv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ub5ipLF3cv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ub5ipLF3cv .offcanvas_box {
    display: none;
  }
}
.cid-ub5ipLF3cv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ub5ipLF3cv .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ub5ipLF3cv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ub5ipLF3cv .container {
  display: flex;
  margin: auto;
}
.cid-ub5ipLF3cv .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ub5ipLF3cv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ub5ipLF3cv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ub5ipLF3cv .navbar-caption {
  color: #2b2b2b;
}
.cid-ub5ipLF3cv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ub5ipLF3cv .navbar-nav {
    margin: 0;
  }
}
.cid-ub5ipLF3cv .dropdown-menu,
.cid-ub5ipLF3cv .navbar.opened {
  background-color: true !important;
}
.cid-ub5ipLF3cv .nav-item:focus,
.cid-ub5ipLF3cv .nav-link:focus {
  outline: none;
}
.cid-ub5ipLF3cv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ub5ipLF3cv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub5ipLF3cv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ub5ipLF3cv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub5ipLF3cv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub5ipLF3cv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ub5ipLF3cv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ub5ipLF3cv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ub5ipLF3cv .navbar.opened {
  transition: all 0.3s;
}
.cid-ub5ipLF3cv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ub5ipLF3cv .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-ub5ipLF3cv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ub5ipLF3cv .navbar.collapsed {
  justify-content: center;
}
.cid-ub5ipLF3cv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub5ipLF3cv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ub5ipLF3cv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub5ipLF3cv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ub5ipLF3cv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ub5ipLF3cv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ub5ipLF3cv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ub5ipLF3cv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ub5ipLF3cv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ub5ipLF3cv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub5ipLF3cv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub5ipLF3cv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ub5ipLF3cv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub5ipLF3cv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ub5ipLF3cv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ub5ipLF3cv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ub5ipLF3cv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ub5ipLF3cv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ub5ipLF3cv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ub5ipLF3cv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ub5ipLF3cv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ub5ipLF3cv .navbar.navbar-short {
  min-height: 60px;
}
.cid-ub5ipLF3cv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ub5ipLF3cv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ub5ipLF3cv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ub5ipLF3cv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ub5ipLF3cv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub5ipLF3cv .dropdown-item.active,
.cid-ub5ipLF3cv .dropdown-item:active {
  background-color: transparent;
}
.cid-ub5ipLF3cv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ub5ipLF3cv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ub5ipLF3cv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ub5ipLF3cv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ub5ipLF3cv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ub5ipLF3cv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ub5ipLF3cv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-ub5ipLF3cv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-ub5ipLF3cv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ub5ipLF3cv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub5ipLF3cv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub5ipLF3cv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ub5ipLF3cv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub5ipLF3cv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ub5ipLF3cv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ub5ipLF3cv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub5ipLF3cv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ub5ipLF3cv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ub5ipLF3cv .navbar {
    height: 70px;
  }
  .cid-ub5ipLF3cv .navbar.opened {
    height: auto;
  }
  .cid-ub5ipLF3cv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub5ipLF3cv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ub5ipLF3cv .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-ub5ipLF3cv .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ub5ipLF3cv .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-ub5ipLF3cv .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-ub5ipLF3cv .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-ub5ipLF3cv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ub5ipLF3cv .text_widget {
  margin-bottom: 32px;
}
.cid-ub5ipLF3cv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ub5ipLF3cv .text_widget a:hover {
  opacity: .5;
}
.cid-ub5ipLF3cv .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-ub5ipLF3cv .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-ub5ipLF3cv .mbr-section-subtitle,
.cid-ub5ipLF3cv .text_widget,
.cid-ub5ipLF3cv .mbr-section-btn {
  text-align: center;
}
.cid-ub5ipLF3cv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ubl5EDbYJe {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #3a341c;
}
.cid-ubl5EDbYJe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubl5EDbYJe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubl5EDbYJe .mbr-section-title {
  color: #fbca8d;
}
.cid-ubl3h6rq0t {
  overflow: hidden;
  background-color: #3a341c;
}
.cid-ubl3h6rq0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubl3h6rq0t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubl3h6rq0t .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-ubl3h6rq0t .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-ubl3h6rq0t .container {
    padding: 0 6px;
  }
}
.cid-ubl3h6rq0t .row {
  margin: 0;
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-ubl3h6rq0t .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-ubl3h6rq0t .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-ubl3h6rq0t .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-ubl3h6rq0t .row {
    padding: 70px 30px;
  }
}
.cid-ubl3h6rq0t .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-ubl3h6rq0t .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ubl3h6rq0t .desc-wrapper {
    padding: 0;
  }
}
.cid-ubl3h6rq0t .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-ubl3h6rq0t .title-wrapper {
  margin-bottom: 64px;
}
.cid-ubl3h6rq0t .title-wrapper span {
  color: #009472;
}
.cid-ubl3h6rq0t .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ubl3h6rq0t .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
}
@media (max-width: 992px) {
  .cid-ubl3h6rq0t .cards-wrapper {
    display: block;
  }
}
.cid-ubl3h6rq0t .cards-wrapper .item {
  position: relative;
}
.cid-ubl3h6rq0t .cards-wrapper .item .card-decor {
  position: absolute;
  top: -40px;
  left: 0;
  height: 55px;
  width: 130px;
  display: inline-flex;
  background-color: #009472;
  border-radius: 16px 16px 0 0;
}
.cid-ubl3h6rq0t .cards-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-ubl3h6rq0t .cards-wrapper .item .item-wrapper .card-box {
  height: 100%;
  position: relative;
  padding: 40px;
  border-radius: 16px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ubl3h6rq0t .cards-wrapper .item .item-wrapper .card-box {
    padding: 22px;
    margin-bottom: 22px;
  }
}
.cid-ubl3h6rq0t .cards-wrapper .item .item-wrapper .card-box .icon-wrap {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ubl3h6rq0t .cards-wrapper .item .item-wrapper .card-box .icon-wrap {
    padding: 0 22px;
    top: -20px;
  }
}
.cid-ubl3h6rq0t .cards-wrapper .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #e6e6e6;
  color: #009472;
}
.cid-ubl3h6rq0t .cards-wrapper .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 32px;
}
.cid-ubl3h6rq0t .cards-wrapper .item .item-wrapper .card-box .number-wrapper .number-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ubl3h6rq0t .cards-wrapper .item .item-wrapper .card-box .number-wrapper .number-wrap .dot-wrap {
  width: 12px;
  height: 12px;
  background-color: #fbca8d;
  border-radius: 50%;
  margin-right: 10px;
}
.cid-ubl3h6rq0t .cards-wrapper .item .item-wrapper .card-box .number-wrapper .number-wrap .card-number {
  margin-bottom: 0;
}
.cid-ubl3h6rq0t .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-ubl3h6rq0t .cards-wrapper .item .item-wrapper .card-box .card-text {
  margin: 100px 0 0 0;
}
@media (max-width: 992px) {
  .cid-ubl3h6rq0t .cards-wrapper .item .item-wrapper .card-box .card-text {
    margin: 64px 0 0 0;
  }
}
.cid-ubl3h6rq0t .mbr-desc {
  color: #262626;
}
.cid-ubl3h6rq0t .mbr-section-title {
  color: #131313;
  text-align: left;
}
.cid-ubl3h6rq0t .card-number {
  color: #cfcfcf;
}
.cid-ubl3h6rq0t .card-title {
  color: #3a341c;
}
.cid-ubl3h6rq0t .card-text {
  color: #3a341c;
}
.cid-ubl3h6rq0t .icon-wrap {
  text-align: right;
}
.cid-ubl3h6rq0t .card-number,
.cid-ubl3h6rq0t .number-wrapper {
  color: #3a341c;
}
.cid-ucKMCgdhqO {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKMCgdhqO .mbr-text {
  color: #ffffff;
}
.cid-ucKMCgdhqO .container {
  max-width: 1000px;
}
.cid-ucKMCgdhqO h4 {
  text-align: center;
}
.cid-ucKMCgdhqO p {
  text-align: center;
}
.cid-ucKMCgdhqO .row {
  justify-content: center;
}
.cid-ucKMCgdhqO .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKMCgdhqO .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKMCgdhqO .card-title,
.cid-ucKMCgdhqO .card-img {
  color: #b69b74;
}
.cid-ucKMCgdhqO .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKMCgdhqO .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKMCgdhqO img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-ub5ipUpVsS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-ub5ipUpVsS .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-ubEp96zE8r {
  z-index: 1000;
  width: 100%;
}
.cid-ubEp96zE8r .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-ubEp96zE8r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-ubEp96zE8r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubEp96zE8r .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubEp96zE8r .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ubEp96zE8r .menu_box .navbar.opened,
  .cid-ubEp96zE8r .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-ubEp96zE8r nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ubEp96zE8r .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ubEp96zE8r .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ubEp96zE8r .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ubEp96zE8r .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ubEp96zE8r .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ubEp96zE8r .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-ubEp96zE8r .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ubEp96zE8r .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ubEp96zE8r .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ubEp96zE8r .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ubEp96zE8r .offcanvas-body .mbr-text,
  .cid-ubEp96zE8r .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ubEp96zE8r .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ubEp96zE8r .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ubEp96zE8r .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-ubEp96zE8r .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ubEp96zE8r .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ubEp96zE8r .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ubEp96zE8r .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ubEp96zE8r ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ubEp96zE8r .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ubEp96zE8r .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ubEp96zE8r .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ubEp96zE8r li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ubEp96zE8r .lg_brand {
    margin: 0 1rem;
  }
  .cid-ubEp96zE8r .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-ubEp96zE8r .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ubEp96zE8r .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ubEp96zE8r .nav-item {
    margin: 0 !important;
  }
}
.cid-ubEp96zE8r .nav-item .nav-link:hover,
.cid-ubEp96zE8r .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-ubEp96zE8r .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ubEp96zE8r .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ubEp96zE8r .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ubEp96zE8r .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ubEp96zE8r .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ubEp96zE8r .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ubEp96zE8r .offcanvas_box {
    display: none;
  }
}
.cid-ubEp96zE8r .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ubEp96zE8r .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ubEp96zE8r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ubEp96zE8r .container {
  display: flex;
  margin: auto;
}
.cid-ubEp96zE8r .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ubEp96zE8r .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ubEp96zE8r .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ubEp96zE8r .navbar-caption {
  color: #2b2b2b;
}
.cid-ubEp96zE8r .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ubEp96zE8r .navbar-nav {
    margin: 0;
  }
}
.cid-ubEp96zE8r .dropdown-menu,
.cid-ubEp96zE8r .navbar.opened {
  background-color: true !important;
}
.cid-ubEp96zE8r .nav-item:focus,
.cid-ubEp96zE8r .nav-link:focus {
  outline: none;
}
.cid-ubEp96zE8r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubEp96zE8r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubEp96zE8r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubEp96zE8r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubEp96zE8r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubEp96zE8r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubEp96zE8r .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ubEp96zE8r .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ubEp96zE8r .navbar.opened {
  transition: all 0.3s;
}
.cid-ubEp96zE8r .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ubEp96zE8r .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-ubEp96zE8r .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ubEp96zE8r .navbar.collapsed {
  justify-content: center;
}
.cid-ubEp96zE8r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubEp96zE8r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ubEp96zE8r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubEp96zE8r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubEp96zE8r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubEp96zE8r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ubEp96zE8r .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ubEp96zE8r .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ubEp96zE8r .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ubEp96zE8r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubEp96zE8r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubEp96zE8r .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ubEp96zE8r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubEp96zE8r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ubEp96zE8r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubEp96zE8r .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ubEp96zE8r .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ubEp96zE8r .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ubEp96zE8r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ubEp96zE8r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubEp96zE8r .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ubEp96zE8r .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubEp96zE8r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubEp96zE8r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubEp96zE8r .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubEp96zE8r .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ubEp96zE8r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubEp96zE8r .dropdown-item.active,
.cid-ubEp96zE8r .dropdown-item:active {
  background-color: transparent;
}
.cid-ubEp96zE8r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubEp96zE8r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubEp96zE8r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubEp96zE8r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubEp96zE8r ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ubEp96zE8r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubEp96zE8r button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-ubEp96zE8r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-ubEp96zE8r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubEp96zE8r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubEp96zE8r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubEp96zE8r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubEp96zE8r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubEp96zE8r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubEp96zE8r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubEp96zE8r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubEp96zE8r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ubEp96zE8r .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubEp96zE8r .navbar {
    height: 70px;
  }
  .cid-ubEp96zE8r .navbar.opened {
    height: auto;
  }
  .cid-ubEp96zE8r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubEp96zE8r .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ubEp96zE8r .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-ubEp96zE8r .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ubEp96zE8r .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-ubEp96zE8r .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-ubEp96zE8r .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-ubEp96zE8r .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ubEp96zE8r .text_widget {
  margin-bottom: 32px;
}
.cid-ubEp96zE8r .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ubEp96zE8r .text_widget a:hover {
  opacity: .5;
}
.cid-ubEp96zE8r .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-ubEp96zE8r .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-ubEp96zE8r .mbr-section-subtitle,
.cid-ubEp96zE8r .text_widget,
.cid-ubEp96zE8r .mbr-section-btn {
  text-align: center;
}
.cid-ubEp96zE8r a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ubEp9aiCJ4 {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #c76d3f;
}
.cid-ubEp9aiCJ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubEp9aiCJ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubEp9aiCJ4 .row {
  justify-content: left;
}
.cid-ubEp9aiCJ4 .main-col {
  display: flex;
}
.cid-ubEp9aiCJ4 .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-ubEp9aiCJ4 .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-ubEp9aiCJ4 .item-container {
    flex-wrap: wrap;
  }
}
.cid-ubEp9aiCJ4 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-ubEp9aiCJ4 .item-img {
    display: none;
  }
}
.cid-ubEp9aiCJ4 .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-ubEp9aiCJ4 .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-ubEp9aiCJ4 .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-ubEp9aiCJ4 .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-ubEp9aiCJ4 .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-ubEp9aiCJ4 .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-ubEp9aiCJ4 .mbr-text-1 {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .cid-ubEp9aiCJ4 .mbr-text-1 {
    margin: 0;
  }
}
.cid-ubEp9aiCJ4 .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-ubEp9aiCJ4 .mbr-text-2 {
    margin: 0;
  }
}
.cid-ubEp9aiCJ4 .item-container-2 {
  align-items: center;
  padding-left: 26px;
}
.cid-ubEp9aiCJ4 .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-ubEp9aiCJ4 .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
.cid-ubEp9aiCJ4 .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-ubEp9aiCJ4 .item-container-4 {
    justify-content: center !important;
  }
}
.cid-ubEp9aiCJ4 .mbr-section-title-1 {
  color: #fbca8d;
}
.cid-ubEp9aiCJ4 .mbr-section-title-2 {
  color: #fbca8d;
}
.cid-ubEp9aiCJ4 .mbr-section-title-3 {
  color: #fbca8d;
}
.cid-ubEp9aiCJ4 .mbr-section-title-4 {
  color: #35341b;
}
.cid-ubEp98niC0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ubEp98niC0 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ubEp98niC0 img,
.cid-ubEp98niC0 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ubEp98niC0 .item:focus,
.cid-ubEp98niC0 span:focus {
  outline: none;
}
.cid-ubEp98niC0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubEp98niC0 .item {
    margin-bottom: 1rem;
  }
}
.cid-ubEp98niC0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ubEp98niC0 .mbr-section-title {
  color: #232323;
}
.cid-ubEp98niC0 .mbr-text,
.cid-ubEp98niC0 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-ubEp98niC0 .item-title {
  color: #232323;
  text-align: center;
}
.cid-ubEp98niC0 .content-head {
  max-width: 800px;
}
.cid-ubEp98PVuA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ubEp98PVuA .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ubEp98PVuA img,
.cid-ubEp98PVuA .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ubEp98PVuA .item:focus,
.cid-ubEp98PVuA span:focus {
  outline: none;
}
.cid-ubEp98PVuA .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubEp98PVuA .item {
    margin-bottom: 1rem;
  }
}
.cid-ubEp98PVuA .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ubEp98PVuA .mbr-section-title {
  color: #232323;
}
.cid-ubEp98PVuA .mbr-text,
.cid-ubEp98PVuA .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-ubEp98PVuA .item-title {
  color: #232323;
  text-align: center;
}
.cid-ubEp98PVuA .content-head {
  max-width: 800px;
}
.cid-ubEp99j89k {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ubEp99j89k .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ubEp99j89k img,
.cid-ubEp99j89k .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ubEp99j89k .item:focus,
.cid-ubEp99j89k span:focus {
  outline: none;
}
.cid-ubEp99j89k .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubEp99j89k .item {
    margin-bottom: 1rem;
  }
}
.cid-ubEp99j89k .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ubEp99j89k .mbr-section-title {
  color: #232323;
}
.cid-ubEp99j89k .mbr-text,
.cid-ubEp99j89k .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-ubEp99j89k .item-title {
  color: #232323;
  text-align: center;
}
.cid-ubEp99j89k .content-head {
  max-width: 800px;
}
.cid-ubEp99OJuq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ubEp99OJuq .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ubEp99OJuq img,
.cid-ubEp99OJuq .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ubEp99OJuq .item:focus,
.cid-ubEp99OJuq span:focus {
  outline: none;
}
.cid-ubEp99OJuq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubEp99OJuq .item {
    margin-bottom: 1rem;
  }
}
.cid-ubEp99OJuq .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ubEp99OJuq .mbr-section-title {
  color: #232323;
}
.cid-ubEp99OJuq .mbr-text,
.cid-ubEp99OJuq .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-ubEp99OJuq .item-title {
  color: #232323;
  text-align: center;
}
.cid-ubEp99OJuq .content-head {
  max-width: 800px;
}
.cid-ucKMxBKbfY {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKMxBKbfY .mbr-text {
  color: #ffffff;
}
.cid-ucKMxBKbfY .container {
  max-width: 1000px;
}
.cid-ucKMxBKbfY h4 {
  text-align: center;
}
.cid-ucKMxBKbfY p {
  text-align: center;
}
.cid-ucKMxBKbfY .row {
  justify-content: center;
}
.cid-ucKMxBKbfY .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKMxBKbfY .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKMxBKbfY .card-title,
.cid-ucKMxBKbfY .card-img {
  color: #b69b74;
}
.cid-ucKMxBKbfY .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKMxBKbfY .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKMxBKbfY img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-ubEp9bMrFe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-ubEp9bMrFe .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-u8fh54cYu6 {
  z-index: 1000;
  width: 100%;
}
.cid-u8fh54cYu6 .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-u8fh54cYu6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-u8fh54cYu6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8fh54cYu6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u8fh54cYu6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u8fh54cYu6 .menu_box .navbar.opened,
  .cid-u8fh54cYu6 .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u8fh54cYu6 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u8fh54cYu6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u8fh54cYu6 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8fh54cYu6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u8fh54cYu6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u8fh54cYu6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u8fh54cYu6 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u8fh54cYu6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u8fh54cYu6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u8fh54cYu6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u8fh54cYu6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u8fh54cYu6 .offcanvas-body .mbr-text,
  .cid-u8fh54cYu6 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u8fh54cYu6 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u8fh54cYu6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u8fh54cYu6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-u8fh54cYu6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u8fh54cYu6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u8fh54cYu6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u8fh54cYu6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u8fh54cYu6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u8fh54cYu6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8fh54cYu6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u8fh54cYu6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u8fh54cYu6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u8fh54cYu6 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u8fh54cYu6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u8fh54cYu6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u8fh54cYu6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u8fh54cYu6 .nav-item {
    margin: 0 !important;
  }
}
.cid-u8fh54cYu6 .nav-item .nav-link:hover,
.cid-u8fh54cYu6 .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-u8fh54cYu6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u8fh54cYu6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u8fh54cYu6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u8fh54cYu6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8fh54cYu6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u8fh54cYu6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u8fh54cYu6 .offcanvas_box {
    display: none;
  }
}
.cid-u8fh54cYu6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u8fh54cYu6 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u8fh54cYu6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u8fh54cYu6 .container {
  display: flex;
  margin: auto;
}
.cid-u8fh54cYu6 .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u8fh54cYu6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u8fh54cYu6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u8fh54cYu6 .navbar-caption {
  color: #2b2b2b;
}
.cid-u8fh54cYu6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u8fh54cYu6 .navbar-nav {
    margin: 0;
  }
}
.cid-u8fh54cYu6 .dropdown-menu,
.cid-u8fh54cYu6 .navbar.opened {
  background-color: true !important;
}
.cid-u8fh54cYu6 .nav-item:focus,
.cid-u8fh54cYu6 .nav-link:focus {
  outline: none;
}
.cid-u8fh54cYu6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8fh54cYu6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8fh54cYu6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8fh54cYu6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8fh54cYu6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8fh54cYu6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8fh54cYu6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u8fh54cYu6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u8fh54cYu6 .navbar.opened {
  transition: all 0.3s;
}
.cid-u8fh54cYu6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u8fh54cYu6 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u8fh54cYu6 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u8fh54cYu6 .navbar.collapsed {
  justify-content: center;
}
.cid-u8fh54cYu6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8fh54cYu6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8fh54cYu6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8fh54cYu6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8fh54cYu6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8fh54cYu6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u8fh54cYu6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u8fh54cYu6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u8fh54cYu6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u8fh54cYu6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8fh54cYu6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8fh54cYu6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u8fh54cYu6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8fh54cYu6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u8fh54cYu6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8fh54cYu6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u8fh54cYu6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u8fh54cYu6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u8fh54cYu6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u8fh54cYu6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8fh54cYu6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u8fh54cYu6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8fh54cYu6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8fh54cYu6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8fh54cYu6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8fh54cYu6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u8fh54cYu6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8fh54cYu6 .dropdown-item.active,
.cid-u8fh54cYu6 .dropdown-item:active {
  background-color: transparent;
}
.cid-u8fh54cYu6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8fh54cYu6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8fh54cYu6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8fh54cYu6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8fh54cYu6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u8fh54cYu6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8fh54cYu6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-u8fh54cYu6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-u8fh54cYu6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8fh54cYu6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8fh54cYu6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8fh54cYu6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8fh54cYu6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8fh54cYu6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8fh54cYu6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8fh54cYu6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8fh54cYu6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u8fh54cYu6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8fh54cYu6 .navbar {
    height: 70px;
  }
  .cid-u8fh54cYu6 .navbar.opened {
    height: auto;
  }
  .cid-u8fh54cYu6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8fh54cYu6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u8fh54cYu6 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u8fh54cYu6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u8fh54cYu6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u8fh54cYu6 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u8fh54cYu6 .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-u8fh54cYu6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u8fh54cYu6 .text_widget {
  margin-bottom: 32px;
}
.cid-u8fh54cYu6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u8fh54cYu6 .text_widget a:hover {
  opacity: .5;
}
.cid-u8fh54cYu6 .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u8fh54cYu6 .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u8fh54cYu6 .mbr-section-subtitle,
.cid-u8fh54cYu6 .text_widget,
.cid-u8fh54cYu6 .mbr-section-btn {
  text-align: center;
}
.cid-u8fh54cYu6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u88eEghOdH {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/banner-principal.jpg");
}
.cid-u88eEghOdH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u88eEghOdH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u88eEghOdH .container-fluid {
  padding: 0 0 0 60px;
  padding: 0 60px 0 0;
}
@media (max-width: 992px) {
  .cid-u88eEghOdH .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u88eEghOdH .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u88eEghOdH .container {
    padding: 0 25px;
  }
}
.cid-u88eEghOdH .title-wrapper {
  min-height: 800px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-u88eEghOdH .title-wrapper {
    min-height: auto;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u88eEghOdH .title-wrapper .title-wrap {
    margin-bottom: 50px;
  }
}
.cid-u88eEghOdH .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-u88eEghOdH .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-u88eEghOdH .title-wrapper .image-wrapper {
  margin-left: 50px;
  margin-left: 0;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-u88eEghOdH .title-wrapper .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u88eEghOdH .title-wrapper .image-wrapper {
    margin: 0;
  }
}
.cid-u88eEghOdH .title-wrapper .image-wrapper img {
  object-fit: cover;
  height: 560px;
  border-radius: 10rem 0 0 10rem;
  border-radius: 0 10rem 10rem 0;
}
.cid-u88eEghOdH .mbr-section-title {
  color: #ffffff;
}
.cid-u88eEghOdH .mbr-text {
  color: #ffffff;
}
.cid-u88eEghOdH .mbr-section-title,
.cid-u88eEghOdH .mbr-section-btn {
  color: #fbca8d;
}
.cid-u88fyxqsZe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3a341c;
}
.cid-u88fyxqsZe .description_box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-100%, -50%);
  color: #e6ca69;
  cursor: default;
  text-align: left;
}
.cid-u88fyxqsZe .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #fbca8d;
}
.cid-u88fyxqsZe .mbr-section-title {
  margin-bottom: 2rem;
  color: #fbca8d;
}
.cid-u88fyxqsZe .mbr-text {
  margin-bottom: 2rem;
}
.cid-u88fyxqsZe .image-wrapper,
.cid-u88fyxqsZe img {
  width: 100%;
}
.cid-u88fyxqsZe .image-wrapper,
.cid-u88fyxqsZe .content_box {
  position: relative;
}
.cid-u88fyxqsZe .content_box {
  z-index: 5;
}
@media (max-width: 767px) {
  .cid-u88fyxqsZe .row {
    flex-direction: column-reverse;
  }
  .cid-u88fyxqsZe .content_box,
  .cid-u88fyxqsZe .mbr-text {
    padding: 0;
  }
  .cid-u88fyxqsZe .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-u88fyxqsZe .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-u88fyxqsZe .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u88fyxqsZe .description_box {
    top: auto;
    bottom: 5%;
    left: 50%;
    width: 100%;
    padding: 0 .75rem;
    text-align: center;
    transform: translate(-50%, -5%);
  }
}
.cid-u88fyxqsZe .descr {
  color: #fbca8d;
}
.cid-u88fyxqsZe .mbr-text,
.cid-u88fyxqsZe .linkBtn {
  color: #ffffff;
}
.cid-u88fyxqsZe .linkBtn {
  color: #fbca8d;
}
.cid-u8a9GvneRt {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8a9GvneRt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8a9GvneRt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8a9GvneRt .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #c9c9c9;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-u8a9GvneRt .label-text {
  color: #747474;
}
.cid-u8a9GvneRt .mbr-title {
  margin-top: 30px;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-u8a9GvneRt .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-u8a9GvneRt .mbr-subtitle {
  margin-top: 40px;
  color: #747474;
}
@media (max-width: 991px) {
  .cid-u8a9GvneRt .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-u8a9GvneRt .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-ua2c1Rkwvv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ua2c1Rkwvv .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ua2c1Rkwvv img,
.cid-ua2c1Rkwvv .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ua2c1Rkwvv .item:focus,
.cid-ua2c1Rkwvv span:focus {
  outline: none;
}
.cid-ua2c1Rkwvv .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ua2c1Rkwvv .item {
    margin-bottom: 1rem;
  }
}
.cid-ua2c1Rkwvv .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ua2c1Rkwvv .mbr-section-title {
  color: #232323;
}
.cid-ua2c1Rkwvv .mbr-text,
.cid-ua2c1Rkwvv .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-ua2c1Rkwvv .item-title {
  color: #232323;
  text-align: center;
}
.cid-ua2c1Rkwvv .content-head {
  max-width: 800px;
}
.cid-ua2jTNxRYB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ua2jTNxRYB .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ua2jTNxRYB img,
.cid-ua2jTNxRYB .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ua2jTNxRYB .item:focus,
.cid-ua2jTNxRYB span:focus {
  outline: none;
}
.cid-ua2jTNxRYB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ua2jTNxRYB .item {
    margin-bottom: 1rem;
  }
}
.cid-ua2jTNxRYB .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ua2jTNxRYB .mbr-section-title {
  color: #232323;
}
.cid-ua2jTNxRYB .mbr-text,
.cid-ua2jTNxRYB .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-ua2jTNxRYB .item-title {
  color: #232323;
  text-align: center;
}
.cid-ua2jTNxRYB .content-head {
  max-width: 800px;
}
.cid-ua2kiwaNB9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ua2kiwaNB9 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ua2kiwaNB9 img,
.cid-ua2kiwaNB9 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ua2kiwaNB9 .item:focus,
.cid-ua2kiwaNB9 span:focus {
  outline: none;
}
.cid-ua2kiwaNB9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ua2kiwaNB9 .item {
    margin-bottom: 1rem;
  }
}
.cid-ua2kiwaNB9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ua2kiwaNB9 .mbr-section-title {
  color: #232323;
}
.cid-ua2kiwaNB9 .mbr-text,
.cid-ua2kiwaNB9 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-ua2kiwaNB9 .item-title {
  color: #232323;
  text-align: center;
}
.cid-ua2kiwaNB9 .content-head {
  max-width: 800px;
}
.cid-ua2l5UcxiZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ua2l5UcxiZ .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ua2l5UcxiZ img,
.cid-ua2l5UcxiZ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ua2l5UcxiZ .item:focus,
.cid-ua2l5UcxiZ span:focus {
  outline: none;
}
.cid-ua2l5UcxiZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ua2l5UcxiZ .item {
    margin-bottom: 1rem;
  }
}
.cid-ua2l5UcxiZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ua2l5UcxiZ .mbr-section-title {
  color: #232323;
}
.cid-ua2l5UcxiZ .mbr-text,
.cid-ua2l5UcxiZ .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-ua2l5UcxiZ .item-title {
  color: #232323;
  text-align: center;
}
.cid-ua2l5UcxiZ .content-head {
  max-width: 800px;
}
.cid-u88JJKDJdc {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #3a341c;
}
.cid-u88JJKDJdc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u88JJKDJdc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u88JJKDJdc .row {
  justify-content: left;
}
.cid-u88JJKDJdc .main-col {
  display: flex;
}
.cid-u88JJKDJdc .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-u88JJKDJdc .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-u88JJKDJdc .item-container {
    flex-wrap: wrap;
  }
}
.cid-u88JJKDJdc .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-u88JJKDJdc .item-img {
    display: none;
  }
}
.cid-u88JJKDJdc .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-u88JJKDJdc .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-u88JJKDJdc .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-u88JJKDJdc .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-u88JJKDJdc .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-u88JJKDJdc .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-u88JJKDJdc .mbr-text-1 {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .cid-u88JJKDJdc .mbr-text-1 {
    margin: 0;
  }
}
.cid-u88JJKDJdc .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-u88JJKDJdc .mbr-text-2 {
    margin: 0;
  }
}
.cid-u88JJKDJdc .item-container-2 {
  align-items: center;
  padding-left: 26px;
}
.cid-u88JJKDJdc .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-u88JJKDJdc .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
.cid-u88JJKDJdc .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-u88JJKDJdc .item-container-4 {
    justify-content: center !important;
  }
}
.cid-u88JJKDJdc .mbr-section-title-1 {
  color: #fbca8d;
}
.cid-u88JJKDJdc .mbr-section-title-2 {
  color: #fbca8d;
}
.cid-u88JJKDJdc .mbr-section-title-3 {
  color: #fbca8d;
}
.cid-u88JJKDJdc .mbr-section-title-4 {
  color: #c76d3f;
}
.cid-u8e3QbHAs0 {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #fbca8d;
}
.cid-u8e3QbHAs0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8e3QbHAs0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8e3QbHAs0 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u8e3QbHAs0 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u8e3QbHAs0 .container {
    padding: 0 20px;
  }
}
.cid-u8e3QbHAs0 .row {
  margin: 0;
}
.cid-u8e3QbHAs0 .card {
  padding: 0;
}
.cid-u8e3QbHAs0 .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u8e3QbHAs0 .image-wrapper img {
    height: 450px;
  }
}
.cid-u8e3QbHAs0 .title-wrapper {
  height: 100%;
  margin-bottom: 10%;
  background-color: #3a341c;
  display: flex;
  align-items: center;
  padding: 24px 115px;
}
@media (max-width: 992px) {
  .cid-u8e3QbHAs0 .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-u8e3QbHAs0 .title-wrapper .title-wrap {
  width: 100%;
}
.cid-u8e3QbHAs0 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u8e3QbHAs0 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u8e3QbHAs0 .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .cid-u8e3QbHAs0 .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-u8e3QbHAs0 .mbr-section-title {
  color: #c2b299;
}
.cid-u8e3QbHAs0 .mbr-text {
  color: #e4dfd4;
}
.cid-u8e3QbHAs0 .mbr-section-title,
.cid-u8e3QbHAs0 .mbr-section-btn {
  color: #fbca8d;
}
.cid-u8ewKWeTBs {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-u8ewKWeTBs .mbr-text {
  color: #ffffff;
}
.cid-u8ewKWeTBs .container {
  max-width: 1000px;
}
.cid-u8ewKWeTBs h4 {
  text-align: center;
}
.cid-u8ewKWeTBs p {
  text-align: center;
}
.cid-u8ewKWeTBs .row {
  justify-content: center;
}
.cid-u8ewKWeTBs .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-u8ewKWeTBs .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-u8ewKWeTBs .card-title,
.cid-u8ewKWeTBs .card-img {
  color: #b69b74;
}
.cid-u8ewKWeTBs .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-u8ewKWeTBs .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-u8ewKWeTBs img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-u8fu1C2Acd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-u8fu1C2Acd .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLbiztnTg2 {
  z-index: 1000;
  width: 100%;
}
.cid-uLbiztnTg2 .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLbiztnTg2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLbiztnTg2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLbiztnTg2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLbiztnTg2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLbiztnTg2 .menu_box .navbar.opened,
  .cid-uLbiztnTg2 .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLbiztnTg2 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLbiztnTg2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLbiztnTg2 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLbiztnTg2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLbiztnTg2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLbiztnTg2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLbiztnTg2 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLbiztnTg2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLbiztnTg2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLbiztnTg2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLbiztnTg2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLbiztnTg2 .offcanvas-body .mbr-text,
  .cid-uLbiztnTg2 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLbiztnTg2 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLbiztnTg2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLbiztnTg2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLbiztnTg2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLbiztnTg2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLbiztnTg2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLbiztnTg2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLbiztnTg2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLbiztnTg2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLbiztnTg2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLbiztnTg2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLbiztnTg2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLbiztnTg2 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLbiztnTg2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLbiztnTg2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLbiztnTg2 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLbiztnTg2 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLbiztnTg2 .nav-item .nav-link:hover,
.cid-uLbiztnTg2 .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLbiztnTg2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLbiztnTg2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLbiztnTg2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLbiztnTg2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLbiztnTg2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLbiztnTg2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLbiztnTg2 .offcanvas_box {
    display: none;
  }
}
.cid-uLbiztnTg2 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLbiztnTg2 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLbiztnTg2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLbiztnTg2 .container {
  display: flex;
  margin: auto;
}
.cid-uLbiztnTg2 .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLbiztnTg2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLbiztnTg2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLbiztnTg2 .navbar-caption {
  color: #2b2b2b;
}
.cid-uLbiztnTg2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLbiztnTg2 .navbar-nav {
    margin: 0;
  }
}
.cid-uLbiztnTg2 .dropdown-menu,
.cid-uLbiztnTg2 .navbar.opened {
  background-color: true !important;
}
.cid-uLbiztnTg2 .nav-item:focus,
.cid-uLbiztnTg2 .nav-link:focus {
  outline: none;
}
.cid-uLbiztnTg2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLbiztnTg2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLbiztnTg2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLbiztnTg2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLbiztnTg2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLbiztnTg2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLbiztnTg2 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLbiztnTg2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLbiztnTg2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLbiztnTg2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLbiztnTg2 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLbiztnTg2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLbiztnTg2 .navbar.collapsed {
  justify-content: center;
}
.cid-uLbiztnTg2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLbiztnTg2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLbiztnTg2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLbiztnTg2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLbiztnTg2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLbiztnTg2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLbiztnTg2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLbiztnTg2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLbiztnTg2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLbiztnTg2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLbiztnTg2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLbiztnTg2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLbiztnTg2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLbiztnTg2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLbiztnTg2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLbiztnTg2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLbiztnTg2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLbiztnTg2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLbiztnTg2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLbiztnTg2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLbiztnTg2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLbiztnTg2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLbiztnTg2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLbiztnTg2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLbiztnTg2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLbiztnTg2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLbiztnTg2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLbiztnTg2 .dropdown-item.active,
.cid-uLbiztnTg2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLbiztnTg2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLbiztnTg2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLbiztnTg2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLbiztnTg2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLbiztnTg2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLbiztnTg2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLbiztnTg2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLbiztnTg2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLbiztnTg2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLbiztnTg2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbiztnTg2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbiztnTg2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLbiztnTg2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbiztnTg2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLbiztnTg2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLbiztnTg2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbiztnTg2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLbiztnTg2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLbiztnTg2 .navbar {
    height: 70px;
  }
  .cid-uLbiztnTg2 .navbar.opened {
    height: auto;
  }
  .cid-uLbiztnTg2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLbiztnTg2 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLbiztnTg2 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLbiztnTg2 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLbiztnTg2 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLbiztnTg2 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLbiztnTg2 .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLbiztnTg2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLbiztnTg2 .text_widget {
  margin-bottom: 32px;
}
.cid-uLbiztnTg2 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLbiztnTg2 .text_widget a:hover {
  opacity: .5;
}
.cid-uLbiztnTg2 .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLbiztnTg2 .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLbiztnTg2 .mbr-section-subtitle,
.cid-uLbiztnTg2 .text_widget,
.cid-uLbiztnTg2 .mbr-section-btn {
  text-align: center;
}
.cid-uLbiztnTg2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLbiztPQdf {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLbiztPQdf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbiztPQdf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbiztPQdf .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLbiztPQdf .label-text {
  color: #747474;
}
.cid-uLbiztPQdf .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLbiztPQdf .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLbiztPQdf .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLbiztPQdf .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLbiztPQdf .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLbizu8PR7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLbizu8PR7 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLbizu8PR7 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLbizu8PR7 .container {
    padding: 0 25px;
  }
}
.cid-uLbizu8PR7 .row {
  margin: 0;
}
.cid-uLbizu8PR7 .row .card {
  padding: 0;
}
.cid-uLbizu8PR7 .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLbizu8PR7 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLbizu8PR7 .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLbizu8PR7 .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLbizu8PR7 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLbizu8PR7 .item:focus,
.cid-uLbizu8PR7 span:focus {
  outline: none;
}
.cid-uLbizu8PR7 .item-wrapper {
  position: relative;
}
.cid-uLbizu8PR7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLbizu8PR7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLbizu8PR7 .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLbizu8PR7 .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLbizu8PR7 .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLbizu8PR7 .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLbizu8PR7 .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLbizu8PR7 .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLbizu8PR7 .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLbizu8PR7 .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLbizu8PR7 .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLbizu8PR7 .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLbizu8PR7 .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLbizu8PR7 .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLbizu8PR7 .embla__button--next,
.cid-uLbizu8PR7 .embla__button--prev {
  display: flex;
}
.cid-uLbizu8PR7 .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLbizu8PR7 .embla__button {
    display: none;
  }
}
.cid-uLbizu8PR7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLbizu8PR7 .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLbizu8PR7 .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLbizu8PR7 .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLbizu8PR7 .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLbizu8PR7 .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLbizu8PR7 .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLbizu8PR7 .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLbizu8PR7 .embla__button {
    bottom: 1rem;
  }
}
.cid-uLbizu8PR7 .embla {
  position: relative;
  width: 100%;
}
.cid-uLbizu8PR7 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLbizu8PR7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLbizu8PR7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLbizu8PR7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLbizu8PR7 .mbr-section-title {
  color: #ffffff;
}
.cid-uLbizu8PR7 .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLbizu8PR7 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLbizuCw9I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLbizuCw9I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbizuCw9I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLbizuCw9I .container {
    padding: 0 30px;
  }
}
.cid-uLbizuCw9I .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLbizuCw9I .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLbizuCw9I .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLbizuCw9I .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLbizuCw9I .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLbizuCw9I .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLbizuCw9I .items .item {
    padding: 20px 0;
  }
}
.cid-uLbizuCw9I .items .item:hover::after,
.cid-uLbizuCw9I .items .item:focus::after {
  height: 100%;
}
.cid-uLbizuCw9I .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLbizuCw9I .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLbizuCw9I .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLbizuCw9I .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLbizuCw9I .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLbizuCw9I .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLbizuCw9I .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLbizuCw9I .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLbizuCw9I .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLbizuCw9I .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLbizuCw9I .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLbizuCw9I .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLbizuCw9I .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLbizuCw9I .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLbizuCw9I .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLbizuCw9I .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLbizuCw9I .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLbizuCw9I .mbr-section-title {
  color: #3a341c;
}
.cid-uLbizuCw9I .card-title {
  color: #3a341c;
}
.cid-uLbizuCw9I .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLbizuCw9I .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLbizuVj4B {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLbizuVj4B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbizuVj4B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbizuVj4B .col-title {
  margin-bottom: 32px;
}
.cid-uLbizuVj4B .mbr-section-title {
  color: #24262b;
}
.cid-uLbizuVj4B .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLbizuVj4B .cars-row {
  row-gap: 32px;
}
.cid-uLbizuVj4B .card {
  border-radius: 0;
}
.cid-uLbizuVj4B .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLbizuVj4B .text-wrap {
  flex-grow: 1;
}
.cid-uLbizuVj4B .card-title {
  color: #24262b;
}
.cid-uLbizuVj4B .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLbizuVj4B .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLbizuVj4B .card-title,
.cid-uLbizuVj4B .card-wrapper {
  color: #35341b;
}
.cid-uLbizvoIUU {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLbizvoIUU .mbr-text {
  color: #ffffff;
}
.cid-uLbizvoIUU .container {
  max-width: 1000px;
}
.cid-uLbizvoIUU h4 {
  text-align: center;
}
.cid-uLbizvoIUU p {
  text-align: center;
}
.cid-uLbizvoIUU .row {
  justify-content: center;
}
.cid-uLbizvoIUU .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLbizvoIUU .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLbizvoIUU .card-title,
.cid-uLbizvoIUU .card-img {
  color: #b69b74;
}
.cid-uLbizvoIUU .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLbizvoIUU .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLbizvoIUU img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLbizvJcH1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLbizvJcH1 .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLboEaEGao {
  z-index: 1000;
  width: 100%;
}
.cid-uLboEaEGao .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLboEaEGao .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLboEaEGao .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLboEaEGao .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLboEaEGao .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLboEaEGao .menu_box .navbar.opened,
  .cid-uLboEaEGao .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLboEaEGao nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLboEaEGao .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLboEaEGao .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLboEaEGao .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLboEaEGao .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLboEaEGao .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLboEaEGao .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLboEaEGao .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLboEaEGao .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLboEaEGao .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLboEaEGao .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLboEaEGao .offcanvas-body .mbr-text,
  .cid-uLboEaEGao .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLboEaEGao .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLboEaEGao .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLboEaEGao .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLboEaEGao .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLboEaEGao .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLboEaEGao .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLboEaEGao .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLboEaEGao ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLboEaEGao .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLboEaEGao .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLboEaEGao .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLboEaEGao li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLboEaEGao .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLboEaEGao .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLboEaEGao .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLboEaEGao .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLboEaEGao .nav-item {
    margin: 0 !important;
  }
}
.cid-uLboEaEGao .nav-item .nav-link:hover,
.cid-uLboEaEGao .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLboEaEGao .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLboEaEGao .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLboEaEGao .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLboEaEGao .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLboEaEGao .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLboEaEGao .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLboEaEGao .offcanvas_box {
    display: none;
  }
}
.cid-uLboEaEGao .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLboEaEGao .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLboEaEGao .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLboEaEGao .container {
  display: flex;
  margin: auto;
}
.cid-uLboEaEGao .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLboEaEGao .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLboEaEGao .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLboEaEGao .navbar-caption {
  color: #2b2b2b;
}
.cid-uLboEaEGao .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLboEaEGao .navbar-nav {
    margin: 0;
  }
}
.cid-uLboEaEGao .dropdown-menu,
.cid-uLboEaEGao .navbar.opened {
  background-color: true !important;
}
.cid-uLboEaEGao .nav-item:focus,
.cid-uLboEaEGao .nav-link:focus {
  outline: none;
}
.cid-uLboEaEGao .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLboEaEGao .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLboEaEGao .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLboEaEGao .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLboEaEGao .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLboEaEGao .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLboEaEGao .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLboEaEGao .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLboEaEGao .navbar.opened {
  transition: all 0.3s;
}
.cid-uLboEaEGao .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLboEaEGao .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLboEaEGao .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLboEaEGao .navbar.collapsed {
  justify-content: center;
}
.cid-uLboEaEGao .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLboEaEGao .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLboEaEGao .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLboEaEGao .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLboEaEGao .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLboEaEGao .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLboEaEGao .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLboEaEGao .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLboEaEGao .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLboEaEGao .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLboEaEGao .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLboEaEGao .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLboEaEGao .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLboEaEGao .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLboEaEGao .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLboEaEGao .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLboEaEGao .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLboEaEGao .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLboEaEGao .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLboEaEGao .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLboEaEGao .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLboEaEGao .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLboEaEGao .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLboEaEGao .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLboEaEGao .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLboEaEGao .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLboEaEGao .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLboEaEGao .dropdown-item.active,
.cid-uLboEaEGao .dropdown-item:active {
  background-color: transparent;
}
.cid-uLboEaEGao .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLboEaEGao .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLboEaEGao .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLboEaEGao .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLboEaEGao ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLboEaEGao .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLboEaEGao button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLboEaEGao button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLboEaEGao button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLboEaEGao button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLboEaEGao button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLboEaEGao button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLboEaEGao nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLboEaEGao nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLboEaEGao nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLboEaEGao nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLboEaEGao a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLboEaEGao .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLboEaEGao .navbar {
    height: 70px;
  }
  .cid-uLboEaEGao .navbar.opened {
    height: auto;
  }
  .cid-uLboEaEGao .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLboEaEGao .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLboEaEGao .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLboEaEGao .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLboEaEGao .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLboEaEGao .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLboEaEGao .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLboEaEGao .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLboEaEGao .text_widget {
  margin-bottom: 32px;
}
.cid-uLboEaEGao .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLboEaEGao .text_widget a:hover {
  opacity: .5;
}
.cid-uLboEaEGao .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLboEaEGao .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLboEaEGao .mbr-section-subtitle,
.cid-uLboEaEGao .text_widget,
.cid-uLboEaEGao .mbr-section-btn {
  text-align: center;
}
.cid-uLboEaEGao a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLboEb6lsI {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLboEb6lsI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLboEb6lsI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLboEb6lsI .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLboEb6lsI .label-text {
  color: #747474;
}
.cid-uLboEb6lsI .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLboEb6lsI .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLboEb6lsI .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLboEb6lsI .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLboEb6lsI .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLboEbpZi7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLboEbpZi7 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLboEbpZi7 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLboEbpZi7 .container {
    padding: 0 25px;
  }
}
.cid-uLboEbpZi7 .row {
  margin: 0;
}
.cid-uLboEbpZi7 .row .card {
  padding: 0;
}
.cid-uLboEbpZi7 .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLboEbpZi7 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLboEbpZi7 .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLboEbpZi7 .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLboEbpZi7 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLboEbpZi7 .item:focus,
.cid-uLboEbpZi7 span:focus {
  outline: none;
}
.cid-uLboEbpZi7 .item-wrapper {
  position: relative;
}
.cid-uLboEbpZi7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLboEbpZi7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLboEbpZi7 .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLboEbpZi7 .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLboEbpZi7 .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLboEbpZi7 .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLboEbpZi7 .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLboEbpZi7 .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLboEbpZi7 .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLboEbpZi7 .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLboEbpZi7 .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLboEbpZi7 .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLboEbpZi7 .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLboEbpZi7 .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLboEbpZi7 .embla__button--next,
.cid-uLboEbpZi7 .embla__button--prev {
  display: flex;
}
.cid-uLboEbpZi7 .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLboEbpZi7 .embla__button {
    display: none;
  }
}
.cid-uLboEbpZi7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLboEbpZi7 .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLboEbpZi7 .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLboEbpZi7 .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLboEbpZi7 .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLboEbpZi7 .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLboEbpZi7 .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLboEbpZi7 .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLboEbpZi7 .embla__button {
    bottom: 1rem;
  }
}
.cid-uLboEbpZi7 .embla {
  position: relative;
  width: 100%;
}
.cid-uLboEbpZi7 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLboEbpZi7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLboEbpZi7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLboEbpZi7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLboEbpZi7 .mbr-section-title {
  color: #ffffff;
}
.cid-uLboEbpZi7 .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLboEbpZi7 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLboEbUR1q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLboEbUR1q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLboEbUR1q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLboEbUR1q .container {
    padding: 0 30px;
  }
}
.cid-uLboEbUR1q .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLboEbUR1q .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLboEbUR1q .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLboEbUR1q .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLboEbUR1q .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLboEbUR1q .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLboEbUR1q .items .item {
    padding: 20px 0;
  }
}
.cid-uLboEbUR1q .items .item:hover::after,
.cid-uLboEbUR1q .items .item:focus::after {
  height: 100%;
}
.cid-uLboEbUR1q .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLboEbUR1q .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLboEbUR1q .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLboEbUR1q .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLboEbUR1q .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLboEbUR1q .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLboEbUR1q .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLboEbUR1q .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLboEbUR1q .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLboEbUR1q .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLboEbUR1q .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLboEbUR1q .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLboEbUR1q .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLboEbUR1q .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLboEbUR1q .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLboEbUR1q .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLboEbUR1q .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLboEbUR1q .mbr-section-title {
  color: #3a341c;
}
.cid-uLboEbUR1q .card-title {
  color: #3a341c;
}
.cid-uLboEbUR1q .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLboEbUR1q .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLboEcdeBm {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLboEcdeBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLboEcdeBm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLboEcdeBm .col-title {
  margin-bottom: 32px;
}
.cid-uLboEcdeBm .mbr-section-title {
  color: #24262b;
}
.cid-uLboEcdeBm .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLboEcdeBm .cars-row {
  row-gap: 32px;
}
.cid-uLboEcdeBm .card {
  border-radius: 0;
}
.cid-uLboEcdeBm .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLboEcdeBm .text-wrap {
  flex-grow: 1;
}
.cid-uLboEcdeBm .card-title {
  color: #24262b;
}
.cid-uLboEcdeBm .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLboEcdeBm .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLboEcdeBm .card-title,
.cid-uLboEcdeBm .card-wrapper {
  color: #35341b;
}
.cid-uLboEcH7wS {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLboEcH7wS .mbr-text {
  color: #ffffff;
}
.cid-uLboEcH7wS .container {
  max-width: 1000px;
}
.cid-uLboEcH7wS h4 {
  text-align: center;
}
.cid-uLboEcH7wS p {
  text-align: center;
}
.cid-uLboEcH7wS .row {
  justify-content: center;
}
.cid-uLboEcH7wS .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLboEcH7wS .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLboEcH7wS .card-title,
.cid-uLboEcH7wS .card-img {
  color: #b69b74;
}
.cid-uLboEcH7wS .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLboEcH7wS .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLboEcH7wS img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLboEd365N {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLboEd365N .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLbr3sv5NB {
  z-index: 1000;
  width: 100%;
}
.cid-uLbr3sv5NB .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLbr3sv5NB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLbr3sv5NB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLbr3sv5NB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLbr3sv5NB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLbr3sv5NB .menu_box .navbar.opened,
  .cid-uLbr3sv5NB .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLbr3sv5NB nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLbr3sv5NB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLbr3sv5NB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLbr3sv5NB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLbr3sv5NB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLbr3sv5NB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLbr3sv5NB .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLbr3sv5NB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLbr3sv5NB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLbr3sv5NB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLbr3sv5NB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLbr3sv5NB .offcanvas-body .mbr-text,
  .cid-uLbr3sv5NB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLbr3sv5NB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLbr3sv5NB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLbr3sv5NB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLbr3sv5NB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLbr3sv5NB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLbr3sv5NB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLbr3sv5NB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLbr3sv5NB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLbr3sv5NB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLbr3sv5NB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLbr3sv5NB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLbr3sv5NB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLbr3sv5NB .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLbr3sv5NB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLbr3sv5NB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLbr3sv5NB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLbr3sv5NB .nav-item {
    margin: 0 !important;
  }
}
.cid-uLbr3sv5NB .nav-item .nav-link:hover,
.cid-uLbr3sv5NB .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLbr3sv5NB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLbr3sv5NB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLbr3sv5NB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLbr3sv5NB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLbr3sv5NB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLbr3sv5NB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLbr3sv5NB .offcanvas_box {
    display: none;
  }
}
.cid-uLbr3sv5NB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLbr3sv5NB .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLbr3sv5NB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLbr3sv5NB .container {
  display: flex;
  margin: auto;
}
.cid-uLbr3sv5NB .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLbr3sv5NB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLbr3sv5NB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLbr3sv5NB .navbar-caption {
  color: #2b2b2b;
}
.cid-uLbr3sv5NB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLbr3sv5NB .navbar-nav {
    margin: 0;
  }
}
.cid-uLbr3sv5NB .dropdown-menu,
.cid-uLbr3sv5NB .navbar.opened {
  background-color: true !important;
}
.cid-uLbr3sv5NB .nav-item:focus,
.cid-uLbr3sv5NB .nav-link:focus {
  outline: none;
}
.cid-uLbr3sv5NB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLbr3sv5NB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLbr3sv5NB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLbr3sv5NB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLbr3sv5NB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLbr3sv5NB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLbr3sv5NB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLbr3sv5NB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLbr3sv5NB .navbar.opened {
  transition: all 0.3s;
}
.cid-uLbr3sv5NB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLbr3sv5NB .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLbr3sv5NB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLbr3sv5NB .navbar.collapsed {
  justify-content: center;
}
.cid-uLbr3sv5NB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLbr3sv5NB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLbr3sv5NB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLbr3sv5NB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLbr3sv5NB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLbr3sv5NB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLbr3sv5NB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLbr3sv5NB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLbr3sv5NB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLbr3sv5NB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLbr3sv5NB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLbr3sv5NB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLbr3sv5NB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLbr3sv5NB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLbr3sv5NB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLbr3sv5NB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLbr3sv5NB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLbr3sv5NB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLbr3sv5NB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLbr3sv5NB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLbr3sv5NB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLbr3sv5NB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLbr3sv5NB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLbr3sv5NB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLbr3sv5NB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLbr3sv5NB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLbr3sv5NB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLbr3sv5NB .dropdown-item.active,
.cid-uLbr3sv5NB .dropdown-item:active {
  background-color: transparent;
}
.cid-uLbr3sv5NB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLbr3sv5NB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLbr3sv5NB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLbr3sv5NB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLbr3sv5NB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLbr3sv5NB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLbr3sv5NB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLbr3sv5NB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLbr3sv5NB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLbr3sv5NB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbr3sv5NB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbr3sv5NB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLbr3sv5NB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbr3sv5NB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLbr3sv5NB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLbr3sv5NB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbr3sv5NB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLbr3sv5NB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLbr3sv5NB .navbar {
    height: 70px;
  }
  .cid-uLbr3sv5NB .navbar.opened {
    height: auto;
  }
  .cid-uLbr3sv5NB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLbr3sv5NB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLbr3sv5NB .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLbr3sv5NB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLbr3sv5NB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLbr3sv5NB .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLbr3sv5NB .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLbr3sv5NB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLbr3sv5NB .text_widget {
  margin-bottom: 32px;
}
.cid-uLbr3sv5NB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLbr3sv5NB .text_widget a:hover {
  opacity: .5;
}
.cid-uLbr3sv5NB .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLbr3sv5NB .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLbr3sv5NB .mbr-section-subtitle,
.cid-uLbr3sv5NB .text_widget,
.cid-uLbr3sv5NB .mbr-section-btn {
  text-align: center;
}
.cid-uLbr3sv5NB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLbr3sWJax {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLbr3sWJax .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbr3sWJax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbr3sWJax .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLbr3sWJax .label-text {
  color: #747474;
}
.cid-uLbr3sWJax .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLbr3sWJax .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLbr3sWJax .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLbr3sWJax .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLbr3sWJax .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLbr3tii7b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLbr3tii7b .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLbr3tii7b .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLbr3tii7b .container {
    padding: 0 25px;
  }
}
.cid-uLbr3tii7b .row {
  margin: 0;
}
.cid-uLbr3tii7b .row .card {
  padding: 0;
}
.cid-uLbr3tii7b .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLbr3tii7b .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLbr3tii7b .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLbr3tii7b .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLbr3tii7b .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLbr3tii7b .item:focus,
.cid-uLbr3tii7b span:focus {
  outline: none;
}
.cid-uLbr3tii7b .item-wrapper {
  position: relative;
}
.cid-uLbr3tii7b .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLbr3tii7b .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLbr3tii7b .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLbr3tii7b .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLbr3tii7b .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLbr3tii7b .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLbr3tii7b .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLbr3tii7b .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLbr3tii7b .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLbr3tii7b .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLbr3tii7b .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLbr3tii7b .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLbr3tii7b .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLbr3tii7b .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLbr3tii7b .embla__button--next,
.cid-uLbr3tii7b .embla__button--prev {
  display: flex;
}
.cid-uLbr3tii7b .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLbr3tii7b .embla__button {
    display: none;
  }
}
.cid-uLbr3tii7b .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLbr3tii7b .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLbr3tii7b .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLbr3tii7b .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLbr3tii7b .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLbr3tii7b .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLbr3tii7b .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLbr3tii7b .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLbr3tii7b .embla__button {
    bottom: 1rem;
  }
}
.cid-uLbr3tii7b .embla {
  position: relative;
  width: 100%;
}
.cid-uLbr3tii7b .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLbr3tii7b .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLbr3tii7b .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLbr3tii7b .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLbr3tii7b .mbr-section-title {
  color: #ffffff;
}
.cid-uLbr3tii7b .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLbr3tii7b .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLbr3tOJBt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLbr3tOJBt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbr3tOJBt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLbr3tOJBt .container {
    padding: 0 30px;
  }
}
.cid-uLbr3tOJBt .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLbr3tOJBt .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLbr3tOJBt .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLbr3tOJBt .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLbr3tOJBt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLbr3tOJBt .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLbr3tOJBt .items .item {
    padding: 20px 0;
  }
}
.cid-uLbr3tOJBt .items .item:hover::after,
.cid-uLbr3tOJBt .items .item:focus::after {
  height: 100%;
}
.cid-uLbr3tOJBt .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLbr3tOJBt .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLbr3tOJBt .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLbr3tOJBt .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLbr3tOJBt .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLbr3tOJBt .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLbr3tOJBt .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLbr3tOJBt .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLbr3tOJBt .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLbr3tOJBt .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLbr3tOJBt .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLbr3tOJBt .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLbr3tOJBt .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLbr3tOJBt .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLbr3tOJBt .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLbr3tOJBt .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLbr3tOJBt .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLbr3tOJBt .mbr-section-title {
  color: #3a341c;
}
.cid-uLbr3tOJBt .card-title {
  color: #3a341c;
}
.cid-uLbr3tOJBt .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLbr3tOJBt .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLbr3u9qlw {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLbr3u9qlw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbr3u9qlw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbr3u9qlw .col-title {
  margin-bottom: 32px;
}
.cid-uLbr3u9qlw .mbr-section-title {
  color: #24262b;
}
.cid-uLbr3u9qlw .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLbr3u9qlw .cars-row {
  row-gap: 32px;
}
.cid-uLbr3u9qlw .card {
  border-radius: 0;
}
.cid-uLbr3u9qlw .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLbr3u9qlw .text-wrap {
  flex-grow: 1;
}
.cid-uLbr3u9qlw .card-title {
  color: #24262b;
}
.cid-uLbr3u9qlw .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLbr3u9qlw .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLbr3u9qlw .card-title,
.cid-uLbr3u9qlw .card-wrapper {
  color: #35341b;
}
.cid-uLbr3uvs1W {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLbr3uvs1W .mbr-text {
  color: #ffffff;
}
.cid-uLbr3uvs1W .container {
  max-width: 1000px;
}
.cid-uLbr3uvs1W h4 {
  text-align: center;
}
.cid-uLbr3uvs1W p {
  text-align: center;
}
.cid-uLbr3uvs1W .row {
  justify-content: center;
}
.cid-uLbr3uvs1W .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLbr3uvs1W .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLbr3uvs1W .card-title,
.cid-uLbr3uvs1W .card-img {
  color: #b69b74;
}
.cid-uLbr3uvs1W .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLbr3uvs1W .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLbr3uvs1W img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLbr3uQML9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLbr3uQML9 .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLbvDZeS2b {
  z-index: 1000;
  width: 100%;
}
.cid-uLbvDZeS2b .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLbvDZeS2b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLbvDZeS2b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLbvDZeS2b .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLbvDZeS2b .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLbvDZeS2b .menu_box .navbar.opened,
  .cid-uLbvDZeS2b .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLbvDZeS2b nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLbvDZeS2b .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLbvDZeS2b .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLbvDZeS2b .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLbvDZeS2b .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLbvDZeS2b .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLbvDZeS2b .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLbvDZeS2b .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLbvDZeS2b .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLbvDZeS2b .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLbvDZeS2b .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLbvDZeS2b .offcanvas-body .mbr-text,
  .cid-uLbvDZeS2b .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLbvDZeS2b .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLbvDZeS2b .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLbvDZeS2b .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLbvDZeS2b .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLbvDZeS2b .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLbvDZeS2b .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLbvDZeS2b .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLbvDZeS2b ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLbvDZeS2b .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLbvDZeS2b .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLbvDZeS2b .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLbvDZeS2b li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLbvDZeS2b .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLbvDZeS2b .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLbvDZeS2b .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLbvDZeS2b .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLbvDZeS2b .nav-item {
    margin: 0 !important;
  }
}
.cid-uLbvDZeS2b .nav-item .nav-link:hover,
.cid-uLbvDZeS2b .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLbvDZeS2b .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLbvDZeS2b .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLbvDZeS2b .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLbvDZeS2b .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLbvDZeS2b .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLbvDZeS2b .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLbvDZeS2b .offcanvas_box {
    display: none;
  }
}
.cid-uLbvDZeS2b .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLbvDZeS2b .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLbvDZeS2b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLbvDZeS2b .container {
  display: flex;
  margin: auto;
}
.cid-uLbvDZeS2b .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLbvDZeS2b .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLbvDZeS2b .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLbvDZeS2b .navbar-caption {
  color: #2b2b2b;
}
.cid-uLbvDZeS2b .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLbvDZeS2b .navbar-nav {
    margin: 0;
  }
}
.cid-uLbvDZeS2b .dropdown-menu,
.cid-uLbvDZeS2b .navbar.opened {
  background-color: true !important;
}
.cid-uLbvDZeS2b .nav-item:focus,
.cid-uLbvDZeS2b .nav-link:focus {
  outline: none;
}
.cid-uLbvDZeS2b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLbvDZeS2b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLbvDZeS2b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLbvDZeS2b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLbvDZeS2b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLbvDZeS2b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLbvDZeS2b .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLbvDZeS2b .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLbvDZeS2b .navbar.opened {
  transition: all 0.3s;
}
.cid-uLbvDZeS2b .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLbvDZeS2b .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLbvDZeS2b .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLbvDZeS2b .navbar.collapsed {
  justify-content: center;
}
.cid-uLbvDZeS2b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLbvDZeS2b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLbvDZeS2b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLbvDZeS2b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLbvDZeS2b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLbvDZeS2b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLbvDZeS2b .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLbvDZeS2b .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLbvDZeS2b .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLbvDZeS2b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLbvDZeS2b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLbvDZeS2b .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLbvDZeS2b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLbvDZeS2b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLbvDZeS2b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLbvDZeS2b .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLbvDZeS2b .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLbvDZeS2b .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLbvDZeS2b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLbvDZeS2b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLbvDZeS2b .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLbvDZeS2b .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLbvDZeS2b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLbvDZeS2b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLbvDZeS2b .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLbvDZeS2b .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLbvDZeS2b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLbvDZeS2b .dropdown-item.active,
.cid-uLbvDZeS2b .dropdown-item:active {
  background-color: transparent;
}
.cid-uLbvDZeS2b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLbvDZeS2b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLbvDZeS2b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLbvDZeS2b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLbvDZeS2b ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLbvDZeS2b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLbvDZeS2b button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLbvDZeS2b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLbvDZeS2b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLbvDZeS2b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbvDZeS2b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbvDZeS2b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLbvDZeS2b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbvDZeS2b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLbvDZeS2b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLbvDZeS2b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbvDZeS2b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLbvDZeS2b .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLbvDZeS2b .navbar {
    height: 70px;
  }
  .cid-uLbvDZeS2b .navbar.opened {
    height: auto;
  }
  .cid-uLbvDZeS2b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLbvDZeS2b .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLbvDZeS2b .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLbvDZeS2b .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLbvDZeS2b .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLbvDZeS2b .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLbvDZeS2b .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLbvDZeS2b .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLbvDZeS2b .text_widget {
  margin-bottom: 32px;
}
.cid-uLbvDZeS2b .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLbvDZeS2b .text_widget a:hover {
  opacity: .5;
}
.cid-uLbvDZeS2b .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLbvDZeS2b .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLbvDZeS2b .mbr-section-subtitle,
.cid-uLbvDZeS2b .text_widget,
.cid-uLbvDZeS2b .mbr-section-btn {
  text-align: center;
}
.cid-uLbvDZeS2b a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLbvDZFwPY {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLbvDZFwPY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbvDZFwPY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbvDZFwPY .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLbvDZFwPY .label-text {
  color: #747474;
}
.cid-uLbvDZFwPY .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLbvDZFwPY .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLbvDZFwPY .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLbvDZFwPY .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLbvDZFwPY .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLbvDZXejM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLbvDZXejM .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLbvDZXejM .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLbvDZXejM .container {
    padding: 0 25px;
  }
}
.cid-uLbvDZXejM .row {
  margin: 0;
}
.cid-uLbvDZXejM .row .card {
  padding: 0;
}
.cid-uLbvDZXejM .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLbvDZXejM .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLbvDZXejM .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLbvDZXejM .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLbvDZXejM .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLbvDZXejM .item:focus,
.cid-uLbvDZXejM span:focus {
  outline: none;
}
.cid-uLbvDZXejM .item-wrapper {
  position: relative;
}
.cid-uLbvDZXejM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLbvDZXejM .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLbvDZXejM .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLbvDZXejM .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLbvDZXejM .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLbvDZXejM .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLbvDZXejM .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLbvDZXejM .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLbvDZXejM .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLbvDZXejM .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLbvDZXejM .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLbvDZXejM .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLbvDZXejM .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLbvDZXejM .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLbvDZXejM .embla__button--next,
.cid-uLbvDZXejM .embla__button--prev {
  display: flex;
}
.cid-uLbvDZXejM .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLbvDZXejM .embla__button {
    display: none;
  }
}
.cid-uLbvDZXejM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLbvDZXejM .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLbvDZXejM .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLbvDZXejM .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLbvDZXejM .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLbvDZXejM .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLbvDZXejM .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLbvDZXejM .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLbvDZXejM .embla__button {
    bottom: 1rem;
  }
}
.cid-uLbvDZXejM .embla {
  position: relative;
  width: 100%;
}
.cid-uLbvDZXejM .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLbvDZXejM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLbvDZXejM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLbvDZXejM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLbvDZXejM .mbr-section-title {
  color: #ffffff;
}
.cid-uLbvDZXejM .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLbvDZXejM .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLbvE0rrQ9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLbvE0rrQ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbvE0rrQ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLbvE0rrQ9 .container {
    padding: 0 30px;
  }
}
.cid-uLbvE0rrQ9 .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLbvE0rrQ9 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLbvE0rrQ9 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLbvE0rrQ9 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLbvE0rrQ9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLbvE0rrQ9 .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLbvE0rrQ9 .items .item {
    padding: 20px 0;
  }
}
.cid-uLbvE0rrQ9 .items .item:hover::after,
.cid-uLbvE0rrQ9 .items .item:focus::after {
  height: 100%;
}
.cid-uLbvE0rrQ9 .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLbvE0rrQ9 .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLbvE0rrQ9 .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLbvE0rrQ9 .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLbvE0rrQ9 .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLbvE0rrQ9 .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLbvE0rrQ9 .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLbvE0rrQ9 .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLbvE0rrQ9 .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLbvE0rrQ9 .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLbvE0rrQ9 .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLbvE0rrQ9 .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLbvE0rrQ9 .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLbvE0rrQ9 .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLbvE0rrQ9 .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLbvE0rrQ9 .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLbvE0rrQ9 .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLbvE0rrQ9 .mbr-section-title {
  color: #3a341c;
}
.cid-uLbvE0rrQ9 .card-title {
  color: #3a341c;
}
.cid-uLbvE0rrQ9 .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLbvE0rrQ9 .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLbvE0NuQi {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLbvE0NuQi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbvE0NuQi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbvE0NuQi .col-title {
  margin-bottom: 32px;
}
.cid-uLbvE0NuQi .mbr-section-title {
  color: #24262b;
}
.cid-uLbvE0NuQi .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLbvE0NuQi .cars-row {
  row-gap: 32px;
}
.cid-uLbvE0NuQi .card {
  border-radius: 0;
}
.cid-uLbvE0NuQi .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLbvE0NuQi .text-wrap {
  flex-grow: 1;
}
.cid-uLbvE0NuQi .card-title {
  color: #24262b;
}
.cid-uLbvE0NuQi .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLbvE0NuQi .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLbvE0NuQi .card-title,
.cid-uLbvE0NuQi .card-wrapper {
  color: #35341b;
}
.cid-uLbvE1aCQt {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLbvE1aCQt .mbr-text {
  color: #ffffff;
}
.cid-uLbvE1aCQt .container {
  max-width: 1000px;
}
.cid-uLbvE1aCQt h4 {
  text-align: center;
}
.cid-uLbvE1aCQt p {
  text-align: center;
}
.cid-uLbvE1aCQt .row {
  justify-content: center;
}
.cid-uLbvE1aCQt .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLbvE1aCQt .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLbvE1aCQt .card-title,
.cid-uLbvE1aCQt .card-img {
  color: #b69b74;
}
.cid-uLbvE1aCQt .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLbvE1aCQt .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLbvE1aCQt img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLbvE1wwJg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLbvE1wwJg .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLbxdSf9Ru {
  z-index: 1000;
  width: 100%;
}
.cid-uLbxdSf9Ru .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLbxdSf9Ru .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLbxdSf9Ru .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLbxdSf9Ru .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLbxdSf9Ru .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLbxdSf9Ru .menu_box .navbar.opened,
  .cid-uLbxdSf9Ru .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLbxdSf9Ru nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLbxdSf9Ru .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLbxdSf9Ru .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLbxdSf9Ru .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLbxdSf9Ru .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLbxdSf9Ru .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLbxdSf9Ru .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLbxdSf9Ru .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLbxdSf9Ru .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLbxdSf9Ru .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLbxdSf9Ru .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLbxdSf9Ru .offcanvas-body .mbr-text,
  .cid-uLbxdSf9Ru .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLbxdSf9Ru .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLbxdSf9Ru .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLbxdSf9Ru .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLbxdSf9Ru .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLbxdSf9Ru .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLbxdSf9Ru .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLbxdSf9Ru .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLbxdSf9Ru ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLbxdSf9Ru .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLbxdSf9Ru .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLbxdSf9Ru .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLbxdSf9Ru li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLbxdSf9Ru .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLbxdSf9Ru .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLbxdSf9Ru .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLbxdSf9Ru .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLbxdSf9Ru .nav-item {
    margin: 0 !important;
  }
}
.cid-uLbxdSf9Ru .nav-item .nav-link:hover,
.cid-uLbxdSf9Ru .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLbxdSf9Ru .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLbxdSf9Ru .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLbxdSf9Ru .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLbxdSf9Ru .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLbxdSf9Ru .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLbxdSf9Ru .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLbxdSf9Ru .offcanvas_box {
    display: none;
  }
}
.cid-uLbxdSf9Ru .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLbxdSf9Ru .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLbxdSf9Ru .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLbxdSf9Ru .container {
  display: flex;
  margin: auto;
}
.cid-uLbxdSf9Ru .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLbxdSf9Ru .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLbxdSf9Ru .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLbxdSf9Ru .navbar-caption {
  color: #2b2b2b;
}
.cid-uLbxdSf9Ru .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLbxdSf9Ru .navbar-nav {
    margin: 0;
  }
}
.cid-uLbxdSf9Ru .dropdown-menu,
.cid-uLbxdSf9Ru .navbar.opened {
  background-color: true !important;
}
.cid-uLbxdSf9Ru .nav-item:focus,
.cid-uLbxdSf9Ru .nav-link:focus {
  outline: none;
}
.cid-uLbxdSf9Ru .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLbxdSf9Ru .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLbxdSf9Ru .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLbxdSf9Ru .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLbxdSf9Ru .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLbxdSf9Ru .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLbxdSf9Ru .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLbxdSf9Ru .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLbxdSf9Ru .navbar.opened {
  transition: all 0.3s;
}
.cid-uLbxdSf9Ru .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLbxdSf9Ru .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLbxdSf9Ru .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLbxdSf9Ru .navbar.collapsed {
  justify-content: center;
}
.cid-uLbxdSf9Ru .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLbxdSf9Ru .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLbxdSf9Ru .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLbxdSf9Ru .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLbxdSf9Ru .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLbxdSf9Ru .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLbxdSf9Ru .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLbxdSf9Ru .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLbxdSf9Ru .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLbxdSf9Ru .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLbxdSf9Ru .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLbxdSf9Ru .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLbxdSf9Ru .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLbxdSf9Ru .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLbxdSf9Ru .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLbxdSf9Ru .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLbxdSf9Ru .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLbxdSf9Ru .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLbxdSf9Ru .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLbxdSf9Ru .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLbxdSf9Ru .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLbxdSf9Ru .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLbxdSf9Ru .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLbxdSf9Ru .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLbxdSf9Ru .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLbxdSf9Ru .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLbxdSf9Ru .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLbxdSf9Ru .dropdown-item.active,
.cid-uLbxdSf9Ru .dropdown-item:active {
  background-color: transparent;
}
.cid-uLbxdSf9Ru .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLbxdSf9Ru .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLbxdSf9Ru .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLbxdSf9Ru .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLbxdSf9Ru ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLbxdSf9Ru .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLbxdSf9Ru button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLbxdSf9Ru button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLbxdSf9Ru button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLbxdSf9Ru button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbxdSf9Ru button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbxdSf9Ru button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLbxdSf9Ru nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbxdSf9Ru nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLbxdSf9Ru nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLbxdSf9Ru nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbxdSf9Ru a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLbxdSf9Ru .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLbxdSf9Ru .navbar {
    height: 70px;
  }
  .cid-uLbxdSf9Ru .navbar.opened {
    height: auto;
  }
  .cid-uLbxdSf9Ru .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLbxdSf9Ru .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLbxdSf9Ru .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLbxdSf9Ru .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLbxdSf9Ru .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLbxdSf9Ru .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLbxdSf9Ru .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLbxdSf9Ru .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLbxdSf9Ru .text_widget {
  margin-bottom: 32px;
}
.cid-uLbxdSf9Ru .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLbxdSf9Ru .text_widget a:hover {
  opacity: .5;
}
.cid-uLbxdSf9Ru .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLbxdSf9Ru .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLbxdSf9Ru .mbr-section-subtitle,
.cid-uLbxdSf9Ru .text_widget,
.cid-uLbxdSf9Ru .mbr-section-btn {
  text-align: center;
}
.cid-uLbxdSf9Ru a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLbxdSI8ZJ {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLbxdSI8ZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbxdSI8ZJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbxdSI8ZJ .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLbxdSI8ZJ .label-text {
  color: #747474;
}
.cid-uLbxdSI8ZJ .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLbxdSI8ZJ .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLbxdSI8ZJ .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLbxdSI8ZJ .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLbxdSI8ZJ .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLbxdT4Pk7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLbxdT4Pk7 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLbxdT4Pk7 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLbxdT4Pk7 .container {
    padding: 0 25px;
  }
}
.cid-uLbxdT4Pk7 .row {
  margin: 0;
}
.cid-uLbxdT4Pk7 .row .card {
  padding: 0;
}
.cid-uLbxdT4Pk7 .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLbxdT4Pk7 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLbxdT4Pk7 .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLbxdT4Pk7 .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLbxdT4Pk7 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLbxdT4Pk7 .item:focus,
.cid-uLbxdT4Pk7 span:focus {
  outline: none;
}
.cid-uLbxdT4Pk7 .item-wrapper {
  position: relative;
}
.cid-uLbxdT4Pk7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLbxdT4Pk7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLbxdT4Pk7 .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLbxdT4Pk7 .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLbxdT4Pk7 .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLbxdT4Pk7 .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLbxdT4Pk7 .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLbxdT4Pk7 .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLbxdT4Pk7 .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLbxdT4Pk7 .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLbxdT4Pk7 .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLbxdT4Pk7 .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLbxdT4Pk7 .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLbxdT4Pk7 .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLbxdT4Pk7 .embla__button--next,
.cid-uLbxdT4Pk7 .embla__button--prev {
  display: flex;
}
.cid-uLbxdT4Pk7 .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLbxdT4Pk7 .embla__button {
    display: none;
  }
}
.cid-uLbxdT4Pk7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLbxdT4Pk7 .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLbxdT4Pk7 .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLbxdT4Pk7 .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLbxdT4Pk7 .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLbxdT4Pk7 .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLbxdT4Pk7 .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLbxdT4Pk7 .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLbxdT4Pk7 .embla__button {
    bottom: 1rem;
  }
}
.cid-uLbxdT4Pk7 .embla {
  position: relative;
  width: 100%;
}
.cid-uLbxdT4Pk7 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLbxdT4Pk7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLbxdT4Pk7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLbxdT4Pk7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLbxdT4Pk7 .mbr-section-title {
  color: #ffffff;
}
.cid-uLbxdT4Pk7 .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLbxdT4Pk7 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLbxdTzOOR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLbxdTzOOR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbxdTzOOR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLbxdTzOOR .container {
    padding: 0 30px;
  }
}
.cid-uLbxdTzOOR .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLbxdTzOOR .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLbxdTzOOR .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLbxdTzOOR .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLbxdTzOOR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLbxdTzOOR .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLbxdTzOOR .items .item {
    padding: 20px 0;
  }
}
.cid-uLbxdTzOOR .items .item:hover::after,
.cid-uLbxdTzOOR .items .item:focus::after {
  height: 100%;
}
.cid-uLbxdTzOOR .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLbxdTzOOR .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLbxdTzOOR .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLbxdTzOOR .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLbxdTzOOR .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLbxdTzOOR .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLbxdTzOOR .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLbxdTzOOR .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLbxdTzOOR .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLbxdTzOOR .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLbxdTzOOR .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLbxdTzOOR .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLbxdTzOOR .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLbxdTzOOR .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLbxdTzOOR .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLbxdTzOOR .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLbxdTzOOR .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLbxdTzOOR .mbr-section-title {
  color: #3a341c;
}
.cid-uLbxdTzOOR .card-title {
  color: #3a341c;
}
.cid-uLbxdTzOOR .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLbxdTzOOR .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLbxdTTjhH {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLbxdTTjhH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbxdTTjhH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbxdTTjhH .col-title {
  margin-bottom: 32px;
}
.cid-uLbxdTTjhH .mbr-section-title {
  color: #24262b;
}
.cid-uLbxdTTjhH .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLbxdTTjhH .cars-row {
  row-gap: 32px;
}
.cid-uLbxdTTjhH .card {
  border-radius: 0;
}
.cid-uLbxdTTjhH .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLbxdTTjhH .text-wrap {
  flex-grow: 1;
}
.cid-uLbxdTTjhH .card-title {
  color: #24262b;
}
.cid-uLbxdTTjhH .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLbxdTTjhH .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLbxdTTjhH .card-title,
.cid-uLbxdTTjhH .card-wrapper {
  color: #35341b;
}
.cid-uLbxdUgGm4 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLbxdUgGm4 .mbr-text {
  color: #ffffff;
}
.cid-uLbxdUgGm4 .container {
  max-width: 1000px;
}
.cid-uLbxdUgGm4 h4 {
  text-align: center;
}
.cid-uLbxdUgGm4 p {
  text-align: center;
}
.cid-uLbxdUgGm4 .row {
  justify-content: center;
}
.cid-uLbxdUgGm4 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLbxdUgGm4 .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLbxdUgGm4 .card-title,
.cid-uLbxdUgGm4 .card-img {
  color: #b69b74;
}
.cid-uLbxdUgGm4 .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLbxdUgGm4 .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLbxdUgGm4 img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLbxdUCBOy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLbxdUCBOy .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLbAGW3gZX {
  z-index: 1000;
  width: 100%;
}
.cid-uLbAGW3gZX .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLbAGW3gZX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLbAGW3gZX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLbAGW3gZX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLbAGW3gZX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLbAGW3gZX .menu_box .navbar.opened,
  .cid-uLbAGW3gZX .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLbAGW3gZX nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLbAGW3gZX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLbAGW3gZX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLbAGW3gZX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLbAGW3gZX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLbAGW3gZX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLbAGW3gZX .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLbAGW3gZX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLbAGW3gZX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLbAGW3gZX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLbAGW3gZX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLbAGW3gZX .offcanvas-body .mbr-text,
  .cid-uLbAGW3gZX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLbAGW3gZX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLbAGW3gZX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLbAGW3gZX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLbAGW3gZX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLbAGW3gZX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLbAGW3gZX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLbAGW3gZX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLbAGW3gZX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLbAGW3gZX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLbAGW3gZX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLbAGW3gZX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLbAGW3gZX li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLbAGW3gZX .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLbAGW3gZX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLbAGW3gZX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLbAGW3gZX .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLbAGW3gZX .nav-item {
    margin: 0 !important;
  }
}
.cid-uLbAGW3gZX .nav-item .nav-link:hover,
.cid-uLbAGW3gZX .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLbAGW3gZX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLbAGW3gZX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLbAGW3gZX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLbAGW3gZX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLbAGW3gZX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLbAGW3gZX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLbAGW3gZX .offcanvas_box {
    display: none;
  }
}
.cid-uLbAGW3gZX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLbAGW3gZX .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLbAGW3gZX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLbAGW3gZX .container {
  display: flex;
  margin: auto;
}
.cid-uLbAGW3gZX .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLbAGW3gZX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLbAGW3gZX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLbAGW3gZX .navbar-caption {
  color: #2b2b2b;
}
.cid-uLbAGW3gZX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLbAGW3gZX .navbar-nav {
    margin: 0;
  }
}
.cid-uLbAGW3gZX .dropdown-menu,
.cid-uLbAGW3gZX .navbar.opened {
  background-color: true !important;
}
.cid-uLbAGW3gZX .nav-item:focus,
.cid-uLbAGW3gZX .nav-link:focus {
  outline: none;
}
.cid-uLbAGW3gZX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLbAGW3gZX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLbAGW3gZX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLbAGW3gZX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLbAGW3gZX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLbAGW3gZX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLbAGW3gZX .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLbAGW3gZX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLbAGW3gZX .navbar.opened {
  transition: all 0.3s;
}
.cid-uLbAGW3gZX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLbAGW3gZX .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLbAGW3gZX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLbAGW3gZX .navbar.collapsed {
  justify-content: center;
}
.cid-uLbAGW3gZX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLbAGW3gZX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLbAGW3gZX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLbAGW3gZX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLbAGW3gZX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLbAGW3gZX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLbAGW3gZX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLbAGW3gZX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLbAGW3gZX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLbAGW3gZX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLbAGW3gZX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLbAGW3gZX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLbAGW3gZX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLbAGW3gZX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLbAGW3gZX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLbAGW3gZX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLbAGW3gZX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLbAGW3gZX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLbAGW3gZX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLbAGW3gZX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLbAGW3gZX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLbAGW3gZX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLbAGW3gZX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLbAGW3gZX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLbAGW3gZX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLbAGW3gZX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLbAGW3gZX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLbAGW3gZX .dropdown-item.active,
.cid-uLbAGW3gZX .dropdown-item:active {
  background-color: transparent;
}
.cid-uLbAGW3gZX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLbAGW3gZX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLbAGW3gZX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLbAGW3gZX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLbAGW3gZX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLbAGW3gZX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLbAGW3gZX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLbAGW3gZX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLbAGW3gZX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLbAGW3gZX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbAGW3gZX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbAGW3gZX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLbAGW3gZX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbAGW3gZX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLbAGW3gZX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLbAGW3gZX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbAGW3gZX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLbAGW3gZX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLbAGW3gZX .navbar {
    height: 70px;
  }
  .cid-uLbAGW3gZX .navbar.opened {
    height: auto;
  }
  .cid-uLbAGW3gZX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLbAGW3gZX .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLbAGW3gZX .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLbAGW3gZX .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLbAGW3gZX .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLbAGW3gZX .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLbAGW3gZX .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLbAGW3gZX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLbAGW3gZX .text_widget {
  margin-bottom: 32px;
}
.cid-uLbAGW3gZX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLbAGW3gZX .text_widget a:hover {
  opacity: .5;
}
.cid-uLbAGW3gZX .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLbAGW3gZX .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLbAGW3gZX .mbr-section-subtitle,
.cid-uLbAGW3gZX .text_widget,
.cid-uLbAGW3gZX .mbr-section-btn {
  text-align: center;
}
.cid-uLbAGW3gZX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLbAGWueVf {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLbAGWueVf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbAGWueVf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbAGWueVf .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLbAGWueVf .label-text {
  color: #747474;
}
.cid-uLbAGWueVf .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLbAGWueVf .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLbAGWueVf .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLbAGWueVf .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLbAGWueVf .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLbAGWNtAJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLbAGWNtAJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLbAGWNtAJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLbAGWNtAJ .container {
    padding: 0 25px;
  }
}
.cid-uLbAGWNtAJ .row {
  margin: 0;
}
.cid-uLbAGWNtAJ .row .card {
  padding: 0;
}
.cid-uLbAGWNtAJ .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLbAGWNtAJ .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLbAGWNtAJ .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLbAGWNtAJ .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLbAGWNtAJ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLbAGWNtAJ .item:focus,
.cid-uLbAGWNtAJ span:focus {
  outline: none;
}
.cid-uLbAGWNtAJ .item-wrapper {
  position: relative;
}
.cid-uLbAGWNtAJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLbAGWNtAJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLbAGWNtAJ .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLbAGWNtAJ .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLbAGWNtAJ .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLbAGWNtAJ .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLbAGWNtAJ .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLbAGWNtAJ .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLbAGWNtAJ .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLbAGWNtAJ .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLbAGWNtAJ .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLbAGWNtAJ .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLbAGWNtAJ .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLbAGWNtAJ .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLbAGWNtAJ .embla__button--next,
.cid-uLbAGWNtAJ .embla__button--prev {
  display: flex;
}
.cid-uLbAGWNtAJ .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLbAGWNtAJ .embla__button {
    display: none;
  }
}
.cid-uLbAGWNtAJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLbAGWNtAJ .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLbAGWNtAJ .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLbAGWNtAJ .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLbAGWNtAJ .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLbAGWNtAJ .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLbAGWNtAJ .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLbAGWNtAJ .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLbAGWNtAJ .embla__button {
    bottom: 1rem;
  }
}
.cid-uLbAGWNtAJ .embla {
  position: relative;
  width: 100%;
}
.cid-uLbAGWNtAJ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLbAGWNtAJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLbAGWNtAJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLbAGWNtAJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLbAGWNtAJ .mbr-section-title {
  color: #ffffff;
}
.cid-uLbAGWNtAJ .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLbAGWNtAJ .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLbAGXkktL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLbAGXkktL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbAGXkktL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLbAGXkktL .container {
    padding: 0 30px;
  }
}
.cid-uLbAGXkktL .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLbAGXkktL .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLbAGXkktL .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLbAGXkktL .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLbAGXkktL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLbAGXkktL .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLbAGXkktL .items .item {
    padding: 20px 0;
  }
}
.cid-uLbAGXkktL .items .item:hover::after,
.cid-uLbAGXkktL .items .item:focus::after {
  height: 100%;
}
.cid-uLbAGXkktL .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLbAGXkktL .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLbAGXkktL .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLbAGXkktL .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLbAGXkktL .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLbAGXkktL .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLbAGXkktL .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLbAGXkktL .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLbAGXkktL .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLbAGXkktL .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLbAGXkktL .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLbAGXkktL .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLbAGXkktL .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLbAGXkktL .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLbAGXkktL .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLbAGXkktL .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLbAGXkktL .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLbAGXkktL .mbr-section-title {
  color: #3a341c;
}
.cid-uLbAGXkktL .card-title {
  color: #3a341c;
}
.cid-uLbAGXkktL .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLbAGXkktL .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLbAGXE5CD {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLbAGXE5CD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbAGXE5CD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbAGXE5CD .col-title {
  margin-bottom: 32px;
}
.cid-uLbAGXE5CD .mbr-section-title {
  color: #24262b;
}
.cid-uLbAGXE5CD .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLbAGXE5CD .cars-row {
  row-gap: 32px;
}
.cid-uLbAGXE5CD .card {
  border-radius: 0;
}
.cid-uLbAGXE5CD .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLbAGXE5CD .text-wrap {
  flex-grow: 1;
}
.cid-uLbAGXE5CD .card-title {
  color: #24262b;
}
.cid-uLbAGXE5CD .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLbAGXE5CD .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLbAGXE5CD .card-title,
.cid-uLbAGXE5CD .card-wrapper {
  color: #35341b;
}
.cid-uLbAGY2BYW {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLbAGY2BYW .mbr-text {
  color: #ffffff;
}
.cid-uLbAGY2BYW .container {
  max-width: 1000px;
}
.cid-uLbAGY2BYW h4 {
  text-align: center;
}
.cid-uLbAGY2BYW p {
  text-align: center;
}
.cid-uLbAGY2BYW .row {
  justify-content: center;
}
.cid-uLbAGY2BYW .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLbAGY2BYW .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLbAGY2BYW .card-title,
.cid-uLbAGY2BYW .card-img {
  color: #b69b74;
}
.cid-uLbAGY2BYW .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLbAGY2BYW .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLbAGY2BYW img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLbAGYwxc6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLbAGYwxc6 .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLbDgIClTg {
  z-index: 1000;
  width: 100%;
}
.cid-uLbDgIClTg .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLbDgIClTg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLbDgIClTg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLbDgIClTg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLbDgIClTg .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLbDgIClTg .menu_box .navbar.opened,
  .cid-uLbDgIClTg .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLbDgIClTg nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLbDgIClTg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLbDgIClTg .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLbDgIClTg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLbDgIClTg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLbDgIClTg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLbDgIClTg .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLbDgIClTg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLbDgIClTg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLbDgIClTg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLbDgIClTg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLbDgIClTg .offcanvas-body .mbr-text,
  .cid-uLbDgIClTg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLbDgIClTg .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLbDgIClTg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLbDgIClTg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLbDgIClTg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLbDgIClTg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLbDgIClTg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLbDgIClTg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLbDgIClTg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLbDgIClTg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLbDgIClTg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLbDgIClTg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLbDgIClTg li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLbDgIClTg .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLbDgIClTg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLbDgIClTg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLbDgIClTg .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLbDgIClTg .nav-item {
    margin: 0 !important;
  }
}
.cid-uLbDgIClTg .nav-item .nav-link:hover,
.cid-uLbDgIClTg .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLbDgIClTg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLbDgIClTg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLbDgIClTg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLbDgIClTg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLbDgIClTg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLbDgIClTg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLbDgIClTg .offcanvas_box {
    display: none;
  }
}
.cid-uLbDgIClTg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLbDgIClTg .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLbDgIClTg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLbDgIClTg .container {
  display: flex;
  margin: auto;
}
.cid-uLbDgIClTg .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLbDgIClTg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLbDgIClTg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLbDgIClTg .navbar-caption {
  color: #2b2b2b;
}
.cid-uLbDgIClTg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLbDgIClTg .navbar-nav {
    margin: 0;
  }
}
.cid-uLbDgIClTg .dropdown-menu,
.cid-uLbDgIClTg .navbar.opened {
  background-color: true !important;
}
.cid-uLbDgIClTg .nav-item:focus,
.cid-uLbDgIClTg .nav-link:focus {
  outline: none;
}
.cid-uLbDgIClTg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLbDgIClTg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLbDgIClTg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLbDgIClTg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLbDgIClTg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLbDgIClTg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLbDgIClTg .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLbDgIClTg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLbDgIClTg .navbar.opened {
  transition: all 0.3s;
}
.cid-uLbDgIClTg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLbDgIClTg .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLbDgIClTg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLbDgIClTg .navbar.collapsed {
  justify-content: center;
}
.cid-uLbDgIClTg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLbDgIClTg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLbDgIClTg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLbDgIClTg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLbDgIClTg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLbDgIClTg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLbDgIClTg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLbDgIClTg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLbDgIClTg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLbDgIClTg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLbDgIClTg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLbDgIClTg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLbDgIClTg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLbDgIClTg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLbDgIClTg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLbDgIClTg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLbDgIClTg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLbDgIClTg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLbDgIClTg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLbDgIClTg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLbDgIClTg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLbDgIClTg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLbDgIClTg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLbDgIClTg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLbDgIClTg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLbDgIClTg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLbDgIClTg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLbDgIClTg .dropdown-item.active,
.cid-uLbDgIClTg .dropdown-item:active {
  background-color: transparent;
}
.cid-uLbDgIClTg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLbDgIClTg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLbDgIClTg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLbDgIClTg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLbDgIClTg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLbDgIClTg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLbDgIClTg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLbDgIClTg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLbDgIClTg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLbDgIClTg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbDgIClTg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbDgIClTg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLbDgIClTg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbDgIClTg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLbDgIClTg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLbDgIClTg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbDgIClTg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLbDgIClTg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLbDgIClTg .navbar {
    height: 70px;
  }
  .cid-uLbDgIClTg .navbar.opened {
    height: auto;
  }
  .cid-uLbDgIClTg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLbDgIClTg .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLbDgIClTg .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLbDgIClTg .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLbDgIClTg .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLbDgIClTg .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLbDgIClTg .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLbDgIClTg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLbDgIClTg .text_widget {
  margin-bottom: 32px;
}
.cid-uLbDgIClTg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLbDgIClTg .text_widget a:hover {
  opacity: .5;
}
.cid-uLbDgIClTg .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLbDgIClTg .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLbDgIClTg .mbr-section-subtitle,
.cid-uLbDgIClTg .text_widget,
.cid-uLbDgIClTg .mbr-section-btn {
  text-align: center;
}
.cid-uLbDgIClTg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLbDgJ5Hso {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLbDgJ5Hso .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbDgJ5Hso .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbDgJ5Hso .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLbDgJ5Hso .label-text {
  color: #747474;
}
.cid-uLbDgJ5Hso .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLbDgJ5Hso .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLbDgJ5Hso .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLbDgJ5Hso .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLbDgJ5Hso .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLbDgJnyFN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLbDgJnyFN .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLbDgJnyFN .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLbDgJnyFN .container {
    padding: 0 25px;
  }
}
.cid-uLbDgJnyFN .row {
  margin: 0;
}
.cid-uLbDgJnyFN .row .card {
  padding: 0;
}
.cid-uLbDgJnyFN .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLbDgJnyFN .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLbDgJnyFN .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLbDgJnyFN .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLbDgJnyFN .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLbDgJnyFN .item:focus,
.cid-uLbDgJnyFN span:focus {
  outline: none;
}
.cid-uLbDgJnyFN .item-wrapper {
  position: relative;
}
.cid-uLbDgJnyFN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLbDgJnyFN .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLbDgJnyFN .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLbDgJnyFN .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLbDgJnyFN .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLbDgJnyFN .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLbDgJnyFN .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLbDgJnyFN .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLbDgJnyFN .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLbDgJnyFN .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLbDgJnyFN .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLbDgJnyFN .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLbDgJnyFN .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLbDgJnyFN .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLbDgJnyFN .embla__button--next,
.cid-uLbDgJnyFN .embla__button--prev {
  display: flex;
}
.cid-uLbDgJnyFN .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLbDgJnyFN .embla__button {
    display: none;
  }
}
.cid-uLbDgJnyFN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLbDgJnyFN .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLbDgJnyFN .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLbDgJnyFN .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLbDgJnyFN .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLbDgJnyFN .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLbDgJnyFN .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLbDgJnyFN .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLbDgJnyFN .embla__button {
    bottom: 1rem;
  }
}
.cid-uLbDgJnyFN .embla {
  position: relative;
  width: 100%;
}
.cid-uLbDgJnyFN .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLbDgJnyFN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLbDgJnyFN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLbDgJnyFN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLbDgJnyFN .mbr-section-title {
  color: #ffffff;
}
.cid-uLbDgJnyFN .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLbDgJnyFN .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLbDgJS1CM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLbDgJS1CM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbDgJS1CM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLbDgJS1CM .container {
    padding: 0 30px;
  }
}
.cid-uLbDgJS1CM .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLbDgJS1CM .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLbDgJS1CM .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLbDgJS1CM .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLbDgJS1CM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLbDgJS1CM .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLbDgJS1CM .items .item {
    padding: 20px 0;
  }
}
.cid-uLbDgJS1CM .items .item:hover::after,
.cid-uLbDgJS1CM .items .item:focus::after {
  height: 100%;
}
.cid-uLbDgJS1CM .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLbDgJS1CM .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLbDgJS1CM .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLbDgJS1CM .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLbDgJS1CM .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLbDgJS1CM .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLbDgJS1CM .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLbDgJS1CM .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLbDgJS1CM .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLbDgJS1CM .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLbDgJS1CM .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLbDgJS1CM .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLbDgJS1CM .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLbDgJS1CM .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLbDgJS1CM .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLbDgJS1CM .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLbDgJS1CM .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLbDgJS1CM .mbr-section-title {
  color: #3a341c;
}
.cid-uLbDgJS1CM .card-title {
  color: #3a341c;
}
.cid-uLbDgJS1CM .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLbDgJS1CM .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLbDgKaFCT {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLbDgKaFCT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbDgKaFCT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbDgKaFCT .col-title {
  margin-bottom: 32px;
}
.cid-uLbDgKaFCT .mbr-section-title {
  color: #24262b;
}
.cid-uLbDgKaFCT .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLbDgKaFCT .cars-row {
  row-gap: 32px;
}
.cid-uLbDgKaFCT .card {
  border-radius: 0;
}
.cid-uLbDgKaFCT .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLbDgKaFCT .text-wrap {
  flex-grow: 1;
}
.cid-uLbDgKaFCT .card-title {
  color: #24262b;
}
.cid-uLbDgKaFCT .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLbDgKaFCT .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLbDgKaFCT .card-title,
.cid-uLbDgKaFCT .card-wrapper {
  color: #35341b;
}
.cid-uLbDgKEXkH {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLbDgKEXkH .mbr-text {
  color: #ffffff;
}
.cid-uLbDgKEXkH .container {
  max-width: 1000px;
}
.cid-uLbDgKEXkH h4 {
  text-align: center;
}
.cid-uLbDgKEXkH p {
  text-align: center;
}
.cid-uLbDgKEXkH .row {
  justify-content: center;
}
.cid-uLbDgKEXkH .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLbDgKEXkH .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLbDgKEXkH .card-title,
.cid-uLbDgKEXkH .card-img {
  color: #b69b74;
}
.cid-uLbDgKEXkH .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLbDgKEXkH .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLbDgKEXkH img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLbDgKZZol {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLbDgKZZol .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLbGxQ0JHh {
  z-index: 1000;
  width: 100%;
}
.cid-uLbGxQ0JHh .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLbGxQ0JHh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLbGxQ0JHh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLbGxQ0JHh .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLbGxQ0JHh .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLbGxQ0JHh .menu_box .navbar.opened,
  .cid-uLbGxQ0JHh .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLbGxQ0JHh nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLbGxQ0JHh .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLbGxQ0JHh .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLbGxQ0JHh .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLbGxQ0JHh .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLbGxQ0JHh .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLbGxQ0JHh .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLbGxQ0JHh .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLbGxQ0JHh .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLbGxQ0JHh .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLbGxQ0JHh .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLbGxQ0JHh .offcanvas-body .mbr-text,
  .cid-uLbGxQ0JHh .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLbGxQ0JHh .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLbGxQ0JHh .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLbGxQ0JHh .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLbGxQ0JHh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLbGxQ0JHh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLbGxQ0JHh .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLbGxQ0JHh .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLbGxQ0JHh ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLbGxQ0JHh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLbGxQ0JHh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLbGxQ0JHh .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLbGxQ0JHh li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLbGxQ0JHh .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLbGxQ0JHh .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLbGxQ0JHh .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLbGxQ0JHh .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLbGxQ0JHh .nav-item {
    margin: 0 !important;
  }
}
.cid-uLbGxQ0JHh .nav-item .nav-link:hover,
.cid-uLbGxQ0JHh .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLbGxQ0JHh .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLbGxQ0JHh .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLbGxQ0JHh .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLbGxQ0JHh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLbGxQ0JHh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLbGxQ0JHh .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLbGxQ0JHh .offcanvas_box {
    display: none;
  }
}
.cid-uLbGxQ0JHh .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLbGxQ0JHh .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLbGxQ0JHh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLbGxQ0JHh .container {
  display: flex;
  margin: auto;
}
.cid-uLbGxQ0JHh .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLbGxQ0JHh .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLbGxQ0JHh .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLbGxQ0JHh .navbar-caption {
  color: #2b2b2b;
}
.cid-uLbGxQ0JHh .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLbGxQ0JHh .navbar-nav {
    margin: 0;
  }
}
.cid-uLbGxQ0JHh .dropdown-menu,
.cid-uLbGxQ0JHh .navbar.opened {
  background-color: true !important;
}
.cid-uLbGxQ0JHh .nav-item:focus,
.cid-uLbGxQ0JHh .nav-link:focus {
  outline: none;
}
.cid-uLbGxQ0JHh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLbGxQ0JHh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLbGxQ0JHh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLbGxQ0JHh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLbGxQ0JHh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLbGxQ0JHh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLbGxQ0JHh .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLbGxQ0JHh .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLbGxQ0JHh .navbar.opened {
  transition: all 0.3s;
}
.cid-uLbGxQ0JHh .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLbGxQ0JHh .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLbGxQ0JHh .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLbGxQ0JHh .navbar.collapsed {
  justify-content: center;
}
.cid-uLbGxQ0JHh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLbGxQ0JHh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLbGxQ0JHh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLbGxQ0JHh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLbGxQ0JHh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLbGxQ0JHh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLbGxQ0JHh .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLbGxQ0JHh .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLbGxQ0JHh .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLbGxQ0JHh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLbGxQ0JHh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLbGxQ0JHh .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLbGxQ0JHh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLbGxQ0JHh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLbGxQ0JHh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLbGxQ0JHh .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLbGxQ0JHh .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLbGxQ0JHh .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLbGxQ0JHh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLbGxQ0JHh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLbGxQ0JHh .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLbGxQ0JHh .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLbGxQ0JHh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLbGxQ0JHh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLbGxQ0JHh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLbGxQ0JHh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLbGxQ0JHh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLbGxQ0JHh .dropdown-item.active,
.cid-uLbGxQ0JHh .dropdown-item:active {
  background-color: transparent;
}
.cid-uLbGxQ0JHh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLbGxQ0JHh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLbGxQ0JHh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLbGxQ0JHh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLbGxQ0JHh ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLbGxQ0JHh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLbGxQ0JHh button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLbGxQ0JHh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLbGxQ0JHh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLbGxQ0JHh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbGxQ0JHh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbGxQ0JHh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLbGxQ0JHh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbGxQ0JHh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLbGxQ0JHh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLbGxQ0JHh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbGxQ0JHh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLbGxQ0JHh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLbGxQ0JHh .navbar {
    height: 70px;
  }
  .cid-uLbGxQ0JHh .navbar.opened {
    height: auto;
  }
  .cid-uLbGxQ0JHh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLbGxQ0JHh .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLbGxQ0JHh .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLbGxQ0JHh .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLbGxQ0JHh .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLbGxQ0JHh .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLbGxQ0JHh .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLbGxQ0JHh .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLbGxQ0JHh .text_widget {
  margin-bottom: 32px;
}
.cid-uLbGxQ0JHh .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLbGxQ0JHh .text_widget a:hover {
  opacity: .5;
}
.cid-uLbGxQ0JHh .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLbGxQ0JHh .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLbGxQ0JHh .mbr-section-subtitle,
.cid-uLbGxQ0JHh .text_widget,
.cid-uLbGxQ0JHh .mbr-section-btn {
  text-align: center;
}
.cid-uLbGxQ0JHh a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLbGxQrQ84 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLbGxQrQ84 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbGxQrQ84 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbGxQrQ84 .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLbGxQrQ84 .label-text {
  color: #747474;
}
.cid-uLbGxQrQ84 .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLbGxQrQ84 .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLbGxQrQ84 .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLbGxQrQ84 .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLbGxQrQ84 .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLbGxQODSZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLbGxQODSZ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLbGxQODSZ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLbGxQODSZ .container {
    padding: 0 25px;
  }
}
.cid-uLbGxQODSZ .row {
  margin: 0;
}
.cid-uLbGxQODSZ .row .card {
  padding: 0;
}
.cid-uLbGxQODSZ .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLbGxQODSZ .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLbGxQODSZ .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLbGxQODSZ .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLbGxQODSZ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLbGxQODSZ .item:focus,
.cid-uLbGxQODSZ span:focus {
  outline: none;
}
.cid-uLbGxQODSZ .item-wrapper {
  position: relative;
}
.cid-uLbGxQODSZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLbGxQODSZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLbGxQODSZ .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLbGxQODSZ .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLbGxQODSZ .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLbGxQODSZ .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLbGxQODSZ .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLbGxQODSZ .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLbGxQODSZ .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLbGxQODSZ .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLbGxQODSZ .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLbGxQODSZ .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLbGxQODSZ .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLbGxQODSZ .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLbGxQODSZ .embla__button--next,
.cid-uLbGxQODSZ .embla__button--prev {
  display: flex;
}
.cid-uLbGxQODSZ .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLbGxQODSZ .embla__button {
    display: none;
  }
}
.cid-uLbGxQODSZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLbGxQODSZ .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLbGxQODSZ .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLbGxQODSZ .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLbGxQODSZ .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLbGxQODSZ .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLbGxQODSZ .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLbGxQODSZ .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLbGxQODSZ .embla__button {
    bottom: 1rem;
  }
}
.cid-uLbGxQODSZ .embla {
  position: relative;
  width: 100%;
}
.cid-uLbGxQODSZ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLbGxQODSZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLbGxQODSZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLbGxQODSZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLbGxQODSZ .mbr-section-title {
  color: #ffffff;
}
.cid-uLbGxQODSZ .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLbGxQODSZ .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLbGxRk3Cr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLbGxRk3Cr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbGxRk3Cr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLbGxRk3Cr .container {
    padding: 0 30px;
  }
}
.cid-uLbGxRk3Cr .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLbGxRk3Cr .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLbGxRk3Cr .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLbGxRk3Cr .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLbGxRk3Cr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLbGxRk3Cr .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLbGxRk3Cr .items .item {
    padding: 20px 0;
  }
}
.cid-uLbGxRk3Cr .items .item:hover::after,
.cid-uLbGxRk3Cr .items .item:focus::after {
  height: 100%;
}
.cid-uLbGxRk3Cr .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLbGxRk3Cr .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLbGxRk3Cr .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLbGxRk3Cr .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLbGxRk3Cr .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLbGxRk3Cr .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLbGxRk3Cr .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLbGxRk3Cr .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLbGxRk3Cr .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLbGxRk3Cr .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLbGxRk3Cr .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLbGxRk3Cr .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLbGxRk3Cr .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLbGxRk3Cr .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLbGxRk3Cr .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLbGxRk3Cr .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLbGxRk3Cr .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLbGxRk3Cr .mbr-section-title {
  color: #3a341c;
}
.cid-uLbGxRk3Cr .card-title {
  color: #3a341c;
}
.cid-uLbGxRk3Cr .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLbGxRk3Cr .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLbGxRGfS1 {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLbGxRGfS1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbGxRGfS1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbGxRGfS1 .col-title {
  margin-bottom: 32px;
}
.cid-uLbGxRGfS1 .mbr-section-title {
  color: #24262b;
}
.cid-uLbGxRGfS1 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLbGxRGfS1 .cars-row {
  row-gap: 32px;
}
.cid-uLbGxRGfS1 .card {
  border-radius: 0;
}
.cid-uLbGxRGfS1 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLbGxRGfS1 .text-wrap {
  flex-grow: 1;
}
.cid-uLbGxRGfS1 .card-title {
  color: #24262b;
}
.cid-uLbGxRGfS1 .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLbGxRGfS1 .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLbGxRGfS1 .card-title,
.cid-uLbGxRGfS1 .card-wrapper {
  color: #35341b;
}
.cid-uLbGxS32hn {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLbGxS32hn .mbr-text {
  color: #ffffff;
}
.cid-uLbGxS32hn .container {
  max-width: 1000px;
}
.cid-uLbGxS32hn h4 {
  text-align: center;
}
.cid-uLbGxS32hn p {
  text-align: center;
}
.cid-uLbGxS32hn .row {
  justify-content: center;
}
.cid-uLbGxS32hn .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLbGxS32hn .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLbGxS32hn .card-title,
.cid-uLbGxS32hn .card-img {
  color: #b69b74;
}
.cid-uLbGxS32hn .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLbGxS32hn .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLbGxS32hn img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLbGxSodxM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLbGxSodxM .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLbIr9W81d {
  z-index: 1000;
  width: 100%;
}
.cid-uLbIr9W81d .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLbIr9W81d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLbIr9W81d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLbIr9W81d .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLbIr9W81d .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLbIr9W81d .menu_box .navbar.opened,
  .cid-uLbIr9W81d .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLbIr9W81d nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLbIr9W81d .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLbIr9W81d .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLbIr9W81d .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLbIr9W81d .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLbIr9W81d .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLbIr9W81d .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLbIr9W81d .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLbIr9W81d .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLbIr9W81d .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLbIr9W81d .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLbIr9W81d .offcanvas-body .mbr-text,
  .cid-uLbIr9W81d .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLbIr9W81d .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLbIr9W81d .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLbIr9W81d .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLbIr9W81d .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLbIr9W81d .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLbIr9W81d .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLbIr9W81d .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLbIr9W81d ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLbIr9W81d .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLbIr9W81d .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLbIr9W81d .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLbIr9W81d li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLbIr9W81d .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLbIr9W81d .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLbIr9W81d .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLbIr9W81d .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLbIr9W81d .nav-item {
    margin: 0 !important;
  }
}
.cid-uLbIr9W81d .nav-item .nav-link:hover,
.cid-uLbIr9W81d .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLbIr9W81d .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLbIr9W81d .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLbIr9W81d .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLbIr9W81d .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLbIr9W81d .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLbIr9W81d .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLbIr9W81d .offcanvas_box {
    display: none;
  }
}
.cid-uLbIr9W81d .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLbIr9W81d .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLbIr9W81d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLbIr9W81d .container {
  display: flex;
  margin: auto;
}
.cid-uLbIr9W81d .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLbIr9W81d .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLbIr9W81d .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLbIr9W81d .navbar-caption {
  color: #2b2b2b;
}
.cid-uLbIr9W81d .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLbIr9W81d .navbar-nav {
    margin: 0;
  }
}
.cid-uLbIr9W81d .dropdown-menu,
.cid-uLbIr9W81d .navbar.opened {
  background-color: true !important;
}
.cid-uLbIr9W81d .nav-item:focus,
.cid-uLbIr9W81d .nav-link:focus {
  outline: none;
}
.cid-uLbIr9W81d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLbIr9W81d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLbIr9W81d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLbIr9W81d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLbIr9W81d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLbIr9W81d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLbIr9W81d .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLbIr9W81d .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLbIr9W81d .navbar.opened {
  transition: all 0.3s;
}
.cid-uLbIr9W81d .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLbIr9W81d .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLbIr9W81d .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLbIr9W81d .navbar.collapsed {
  justify-content: center;
}
.cid-uLbIr9W81d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLbIr9W81d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLbIr9W81d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLbIr9W81d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLbIr9W81d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLbIr9W81d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLbIr9W81d .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLbIr9W81d .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLbIr9W81d .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLbIr9W81d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLbIr9W81d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLbIr9W81d .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLbIr9W81d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLbIr9W81d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLbIr9W81d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLbIr9W81d .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLbIr9W81d .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLbIr9W81d .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLbIr9W81d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLbIr9W81d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLbIr9W81d .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLbIr9W81d .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLbIr9W81d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLbIr9W81d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLbIr9W81d .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLbIr9W81d .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLbIr9W81d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLbIr9W81d .dropdown-item.active,
.cid-uLbIr9W81d .dropdown-item:active {
  background-color: transparent;
}
.cid-uLbIr9W81d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLbIr9W81d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLbIr9W81d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLbIr9W81d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLbIr9W81d ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLbIr9W81d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLbIr9W81d button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLbIr9W81d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLbIr9W81d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLbIr9W81d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbIr9W81d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbIr9W81d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLbIr9W81d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbIr9W81d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLbIr9W81d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLbIr9W81d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbIr9W81d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLbIr9W81d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLbIr9W81d .navbar {
    height: 70px;
  }
  .cid-uLbIr9W81d .navbar.opened {
    height: auto;
  }
  .cid-uLbIr9W81d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLbIr9W81d .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLbIr9W81d .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLbIr9W81d .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLbIr9W81d .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLbIr9W81d .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLbIr9W81d .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLbIr9W81d .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLbIr9W81d .text_widget {
  margin-bottom: 32px;
}
.cid-uLbIr9W81d .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLbIr9W81d .text_widget a:hover {
  opacity: .5;
}
.cid-uLbIr9W81d .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLbIr9W81d .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLbIr9W81d .mbr-section-subtitle,
.cid-uLbIr9W81d .text_widget,
.cid-uLbIr9W81d .mbr-section-btn {
  text-align: center;
}
.cid-uLbIr9W81d a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLbIrapeAR {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLbIrapeAR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbIrapeAR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbIrapeAR .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLbIrapeAR .label-text {
  color: #747474;
}
.cid-uLbIrapeAR .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLbIrapeAR .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLbIrapeAR .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLbIrapeAR .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLbIrapeAR .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLbIraHPly {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLbIraHPly .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLbIraHPly .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLbIraHPly .container {
    padding: 0 25px;
  }
}
.cid-uLbIraHPly .row {
  margin: 0;
}
.cid-uLbIraHPly .row .card {
  padding: 0;
}
.cid-uLbIraHPly .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLbIraHPly .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLbIraHPly .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLbIraHPly .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLbIraHPly .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLbIraHPly .item:focus,
.cid-uLbIraHPly span:focus {
  outline: none;
}
.cid-uLbIraHPly .item-wrapper {
  position: relative;
}
.cid-uLbIraHPly .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLbIraHPly .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLbIraHPly .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLbIraHPly .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLbIraHPly .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLbIraHPly .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLbIraHPly .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLbIraHPly .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLbIraHPly .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLbIraHPly .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLbIraHPly .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLbIraHPly .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLbIraHPly .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLbIraHPly .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLbIraHPly .embla__button--next,
.cid-uLbIraHPly .embla__button--prev {
  display: flex;
}
.cid-uLbIraHPly .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLbIraHPly .embla__button {
    display: none;
  }
}
.cid-uLbIraHPly .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLbIraHPly .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLbIraHPly .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLbIraHPly .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLbIraHPly .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLbIraHPly .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLbIraHPly .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLbIraHPly .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLbIraHPly .embla__button {
    bottom: 1rem;
  }
}
.cid-uLbIraHPly .embla {
  position: relative;
  width: 100%;
}
.cid-uLbIraHPly .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLbIraHPly .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLbIraHPly .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLbIraHPly .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLbIraHPly .mbr-section-title {
  color: #ffffff;
}
.cid-uLbIraHPly .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLbIraHPly .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLbIrbcwau {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLbIrbcwau .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbIrbcwau .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLbIrbcwau .container {
    padding: 0 30px;
  }
}
.cid-uLbIrbcwau .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLbIrbcwau .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLbIrbcwau .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLbIrbcwau .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLbIrbcwau .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLbIrbcwau .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLbIrbcwau .items .item {
    padding: 20px 0;
  }
}
.cid-uLbIrbcwau .items .item:hover::after,
.cid-uLbIrbcwau .items .item:focus::after {
  height: 100%;
}
.cid-uLbIrbcwau .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLbIrbcwau .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLbIrbcwau .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLbIrbcwau .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLbIrbcwau .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLbIrbcwau .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLbIrbcwau .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLbIrbcwau .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLbIrbcwau .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLbIrbcwau .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLbIrbcwau .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLbIrbcwau .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLbIrbcwau .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLbIrbcwau .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLbIrbcwau .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLbIrbcwau .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLbIrbcwau .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLbIrbcwau .mbr-section-title {
  color: #3a341c;
}
.cid-uLbIrbcwau .card-title {
  color: #3a341c;
}
.cid-uLbIrbcwau .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLbIrbcwau .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLbIrbw66u {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLbIrbw66u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbIrbw66u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbIrbw66u .col-title {
  margin-bottom: 32px;
}
.cid-uLbIrbw66u .mbr-section-title {
  color: #24262b;
}
.cid-uLbIrbw66u .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLbIrbw66u .cars-row {
  row-gap: 32px;
}
.cid-uLbIrbw66u .card {
  border-radius: 0;
}
.cid-uLbIrbw66u .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLbIrbw66u .text-wrap {
  flex-grow: 1;
}
.cid-uLbIrbw66u .card-title {
  color: #24262b;
}
.cid-uLbIrbw66u .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLbIrbw66u .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLbIrbw66u .card-title,
.cid-uLbIrbw66u .card-wrapper {
  color: #35341b;
}
.cid-uLbIrbTQq4 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLbIrbTQq4 .mbr-text {
  color: #ffffff;
}
.cid-uLbIrbTQq4 .container {
  max-width: 1000px;
}
.cid-uLbIrbTQq4 h4 {
  text-align: center;
}
.cid-uLbIrbTQq4 p {
  text-align: center;
}
.cid-uLbIrbTQq4 .row {
  justify-content: center;
}
.cid-uLbIrbTQq4 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLbIrbTQq4 .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLbIrbTQq4 .card-title,
.cid-uLbIrbTQq4 .card-img {
  color: #b69b74;
}
.cid-uLbIrbTQq4 .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLbIrbTQq4 .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLbIrbTQq4 img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLbIrcf0zF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLbIrcf0zF .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLbKtpjs9t {
  z-index: 1000;
  width: 100%;
}
.cid-uLbKtpjs9t .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLbKtpjs9t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLbKtpjs9t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLbKtpjs9t .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLbKtpjs9t .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLbKtpjs9t .menu_box .navbar.opened,
  .cid-uLbKtpjs9t .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLbKtpjs9t nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLbKtpjs9t .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLbKtpjs9t .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLbKtpjs9t .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLbKtpjs9t .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLbKtpjs9t .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLbKtpjs9t .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLbKtpjs9t .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLbKtpjs9t .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLbKtpjs9t .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLbKtpjs9t .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLbKtpjs9t .offcanvas-body .mbr-text,
  .cid-uLbKtpjs9t .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLbKtpjs9t .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLbKtpjs9t .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLbKtpjs9t .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLbKtpjs9t .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLbKtpjs9t .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLbKtpjs9t .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLbKtpjs9t .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLbKtpjs9t ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLbKtpjs9t .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLbKtpjs9t .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLbKtpjs9t .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLbKtpjs9t li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLbKtpjs9t .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLbKtpjs9t .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLbKtpjs9t .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLbKtpjs9t .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLbKtpjs9t .nav-item {
    margin: 0 !important;
  }
}
.cid-uLbKtpjs9t .nav-item .nav-link:hover,
.cid-uLbKtpjs9t .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLbKtpjs9t .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLbKtpjs9t .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLbKtpjs9t .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLbKtpjs9t .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLbKtpjs9t .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLbKtpjs9t .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLbKtpjs9t .offcanvas_box {
    display: none;
  }
}
.cid-uLbKtpjs9t .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLbKtpjs9t .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLbKtpjs9t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLbKtpjs9t .container {
  display: flex;
  margin: auto;
}
.cid-uLbKtpjs9t .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLbKtpjs9t .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLbKtpjs9t .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLbKtpjs9t .navbar-caption {
  color: #2b2b2b;
}
.cid-uLbKtpjs9t .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLbKtpjs9t .navbar-nav {
    margin: 0;
  }
}
.cid-uLbKtpjs9t .dropdown-menu,
.cid-uLbKtpjs9t .navbar.opened {
  background-color: true !important;
}
.cid-uLbKtpjs9t .nav-item:focus,
.cid-uLbKtpjs9t .nav-link:focus {
  outline: none;
}
.cid-uLbKtpjs9t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLbKtpjs9t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLbKtpjs9t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLbKtpjs9t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLbKtpjs9t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLbKtpjs9t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLbKtpjs9t .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLbKtpjs9t .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLbKtpjs9t .navbar.opened {
  transition: all 0.3s;
}
.cid-uLbKtpjs9t .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLbKtpjs9t .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLbKtpjs9t .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLbKtpjs9t .navbar.collapsed {
  justify-content: center;
}
.cid-uLbKtpjs9t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLbKtpjs9t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLbKtpjs9t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLbKtpjs9t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLbKtpjs9t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLbKtpjs9t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLbKtpjs9t .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLbKtpjs9t .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLbKtpjs9t .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLbKtpjs9t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLbKtpjs9t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLbKtpjs9t .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLbKtpjs9t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLbKtpjs9t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLbKtpjs9t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLbKtpjs9t .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLbKtpjs9t .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLbKtpjs9t .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLbKtpjs9t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLbKtpjs9t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLbKtpjs9t .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLbKtpjs9t .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLbKtpjs9t .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLbKtpjs9t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLbKtpjs9t .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLbKtpjs9t .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLbKtpjs9t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLbKtpjs9t .dropdown-item.active,
.cid-uLbKtpjs9t .dropdown-item:active {
  background-color: transparent;
}
.cid-uLbKtpjs9t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLbKtpjs9t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLbKtpjs9t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLbKtpjs9t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLbKtpjs9t ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLbKtpjs9t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLbKtpjs9t button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLbKtpjs9t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLbKtpjs9t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLbKtpjs9t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbKtpjs9t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbKtpjs9t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLbKtpjs9t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbKtpjs9t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLbKtpjs9t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLbKtpjs9t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbKtpjs9t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLbKtpjs9t .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLbKtpjs9t .navbar {
    height: 70px;
  }
  .cid-uLbKtpjs9t .navbar.opened {
    height: auto;
  }
  .cid-uLbKtpjs9t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLbKtpjs9t .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLbKtpjs9t .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLbKtpjs9t .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLbKtpjs9t .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLbKtpjs9t .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLbKtpjs9t .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLbKtpjs9t .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLbKtpjs9t .text_widget {
  margin-bottom: 32px;
}
.cid-uLbKtpjs9t .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLbKtpjs9t .text_widget a:hover {
  opacity: .5;
}
.cid-uLbKtpjs9t .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLbKtpjs9t .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLbKtpjs9t .mbr-section-subtitle,
.cid-uLbKtpjs9t .text_widget,
.cid-uLbKtpjs9t .mbr-section-btn {
  text-align: center;
}
.cid-uLbKtpjs9t a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLbKtpMMJ8 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLbKtpMMJ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbKtpMMJ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbKtpMMJ8 .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLbKtpMMJ8 .label-text {
  color: #747474;
}
.cid-uLbKtpMMJ8 .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLbKtpMMJ8 .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLbKtpMMJ8 .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLbKtpMMJ8 .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLbKtpMMJ8 .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLbKtq5RRE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLbKtq5RRE .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLbKtq5RRE .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLbKtq5RRE .container {
    padding: 0 25px;
  }
}
.cid-uLbKtq5RRE .row {
  margin: 0;
}
.cid-uLbKtq5RRE .row .card {
  padding: 0;
}
.cid-uLbKtq5RRE .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLbKtq5RRE .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLbKtq5RRE .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLbKtq5RRE .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLbKtq5RRE .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLbKtq5RRE .item:focus,
.cid-uLbKtq5RRE span:focus {
  outline: none;
}
.cid-uLbKtq5RRE .item-wrapper {
  position: relative;
}
.cid-uLbKtq5RRE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLbKtq5RRE .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLbKtq5RRE .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLbKtq5RRE .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLbKtq5RRE .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLbKtq5RRE .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLbKtq5RRE .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLbKtq5RRE .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLbKtq5RRE .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLbKtq5RRE .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLbKtq5RRE .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLbKtq5RRE .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLbKtq5RRE .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLbKtq5RRE .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLbKtq5RRE .embla__button--next,
.cid-uLbKtq5RRE .embla__button--prev {
  display: flex;
}
.cid-uLbKtq5RRE .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLbKtq5RRE .embla__button {
    display: none;
  }
}
.cid-uLbKtq5RRE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLbKtq5RRE .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLbKtq5RRE .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLbKtq5RRE .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLbKtq5RRE .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLbKtq5RRE .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLbKtq5RRE .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLbKtq5RRE .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLbKtq5RRE .embla__button {
    bottom: 1rem;
  }
}
.cid-uLbKtq5RRE .embla {
  position: relative;
  width: 100%;
}
.cid-uLbKtq5RRE .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLbKtq5RRE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLbKtq5RRE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLbKtq5RRE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLbKtq5RRE .mbr-section-title {
  color: #ffffff;
}
.cid-uLbKtq5RRE .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLbKtq5RRE .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLbKtqB5Pg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLbKtqB5Pg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbKtqB5Pg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLbKtqB5Pg .container {
    padding: 0 30px;
  }
}
.cid-uLbKtqB5Pg .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLbKtqB5Pg .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLbKtqB5Pg .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLbKtqB5Pg .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLbKtqB5Pg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLbKtqB5Pg .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLbKtqB5Pg .items .item {
    padding: 20px 0;
  }
}
.cid-uLbKtqB5Pg .items .item:hover::after,
.cid-uLbKtqB5Pg .items .item:focus::after {
  height: 100%;
}
.cid-uLbKtqB5Pg .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLbKtqB5Pg .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLbKtqB5Pg .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLbKtqB5Pg .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLbKtqB5Pg .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLbKtqB5Pg .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLbKtqB5Pg .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLbKtqB5Pg .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLbKtqB5Pg .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLbKtqB5Pg .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLbKtqB5Pg .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLbKtqB5Pg .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLbKtqB5Pg .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLbKtqB5Pg .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLbKtqB5Pg .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLbKtqB5Pg .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLbKtqB5Pg .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLbKtqB5Pg .mbr-section-title {
  color: #3a341c;
}
.cid-uLbKtqB5Pg .card-title {
  color: #3a341c;
}
.cid-uLbKtqB5Pg .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLbKtqB5Pg .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLbKtqT9wc {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLbKtqT9wc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbKtqT9wc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbKtqT9wc .col-title {
  margin-bottom: 32px;
}
.cid-uLbKtqT9wc .mbr-section-title {
  color: #24262b;
}
.cid-uLbKtqT9wc .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLbKtqT9wc .cars-row {
  row-gap: 32px;
}
.cid-uLbKtqT9wc .card {
  border-radius: 0;
}
.cid-uLbKtqT9wc .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLbKtqT9wc .text-wrap {
  flex-grow: 1;
}
.cid-uLbKtqT9wc .card-title {
  color: #24262b;
}
.cid-uLbKtqT9wc .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLbKtqT9wc .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLbKtqT9wc .card-title,
.cid-uLbKtqT9wc .card-wrapper {
  color: #35341b;
}
.cid-uLbKtrmflP {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLbKtrmflP .mbr-text {
  color: #ffffff;
}
.cid-uLbKtrmflP .container {
  max-width: 1000px;
}
.cid-uLbKtrmflP h4 {
  text-align: center;
}
.cid-uLbKtrmflP p {
  text-align: center;
}
.cid-uLbKtrmflP .row {
  justify-content: center;
}
.cid-uLbKtrmflP .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLbKtrmflP .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLbKtrmflP .card-title,
.cid-uLbKtrmflP .card-img {
  color: #b69b74;
}
.cid-uLbKtrmflP .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLbKtrmflP .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLbKtrmflP img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLbKtrHn6y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLbKtrHn6y .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLbMOWtlSU {
  z-index: 1000;
  width: 100%;
}
.cid-uLbMOWtlSU .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLbMOWtlSU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLbMOWtlSU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLbMOWtlSU .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLbMOWtlSU .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLbMOWtlSU .menu_box .navbar.opened,
  .cid-uLbMOWtlSU .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLbMOWtlSU nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLbMOWtlSU .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLbMOWtlSU .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLbMOWtlSU .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLbMOWtlSU .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLbMOWtlSU .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLbMOWtlSU .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLbMOWtlSU .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLbMOWtlSU .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLbMOWtlSU .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLbMOWtlSU .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLbMOWtlSU .offcanvas-body .mbr-text,
  .cid-uLbMOWtlSU .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLbMOWtlSU .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLbMOWtlSU .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLbMOWtlSU .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLbMOWtlSU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLbMOWtlSU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLbMOWtlSU .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLbMOWtlSU .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLbMOWtlSU ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLbMOWtlSU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLbMOWtlSU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLbMOWtlSU .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLbMOWtlSU li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLbMOWtlSU .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLbMOWtlSU .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLbMOWtlSU .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLbMOWtlSU .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLbMOWtlSU .nav-item {
    margin: 0 !important;
  }
}
.cid-uLbMOWtlSU .nav-item .nav-link:hover,
.cid-uLbMOWtlSU .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLbMOWtlSU .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLbMOWtlSU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLbMOWtlSU .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLbMOWtlSU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLbMOWtlSU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLbMOWtlSU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLbMOWtlSU .offcanvas_box {
    display: none;
  }
}
.cid-uLbMOWtlSU .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLbMOWtlSU .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLbMOWtlSU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLbMOWtlSU .container {
  display: flex;
  margin: auto;
}
.cid-uLbMOWtlSU .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLbMOWtlSU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLbMOWtlSU .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLbMOWtlSU .navbar-caption {
  color: #2b2b2b;
}
.cid-uLbMOWtlSU .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLbMOWtlSU .navbar-nav {
    margin: 0;
  }
}
.cid-uLbMOWtlSU .dropdown-menu,
.cid-uLbMOWtlSU .navbar.opened {
  background-color: true !important;
}
.cid-uLbMOWtlSU .nav-item:focus,
.cid-uLbMOWtlSU .nav-link:focus {
  outline: none;
}
.cid-uLbMOWtlSU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLbMOWtlSU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLbMOWtlSU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLbMOWtlSU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLbMOWtlSU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLbMOWtlSU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLbMOWtlSU .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLbMOWtlSU .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLbMOWtlSU .navbar.opened {
  transition: all 0.3s;
}
.cid-uLbMOWtlSU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLbMOWtlSU .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLbMOWtlSU .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLbMOWtlSU .navbar.collapsed {
  justify-content: center;
}
.cid-uLbMOWtlSU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLbMOWtlSU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLbMOWtlSU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLbMOWtlSU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLbMOWtlSU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLbMOWtlSU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLbMOWtlSU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLbMOWtlSU .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLbMOWtlSU .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLbMOWtlSU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLbMOWtlSU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLbMOWtlSU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLbMOWtlSU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLbMOWtlSU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLbMOWtlSU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLbMOWtlSU .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLbMOWtlSU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLbMOWtlSU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLbMOWtlSU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLbMOWtlSU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLbMOWtlSU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLbMOWtlSU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLbMOWtlSU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLbMOWtlSU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLbMOWtlSU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLbMOWtlSU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLbMOWtlSU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLbMOWtlSU .dropdown-item.active,
.cid-uLbMOWtlSU .dropdown-item:active {
  background-color: transparent;
}
.cid-uLbMOWtlSU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLbMOWtlSU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLbMOWtlSU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLbMOWtlSU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLbMOWtlSU ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLbMOWtlSU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLbMOWtlSU button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLbMOWtlSU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLbMOWtlSU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLbMOWtlSU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbMOWtlSU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbMOWtlSU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLbMOWtlSU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbMOWtlSU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLbMOWtlSU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLbMOWtlSU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbMOWtlSU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLbMOWtlSU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLbMOWtlSU .navbar {
    height: 70px;
  }
  .cid-uLbMOWtlSU .navbar.opened {
    height: auto;
  }
  .cid-uLbMOWtlSU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLbMOWtlSU .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLbMOWtlSU .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLbMOWtlSU .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLbMOWtlSU .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLbMOWtlSU .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLbMOWtlSU .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLbMOWtlSU .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLbMOWtlSU .text_widget {
  margin-bottom: 32px;
}
.cid-uLbMOWtlSU .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLbMOWtlSU .text_widget a:hover {
  opacity: .5;
}
.cid-uLbMOWtlSU .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLbMOWtlSU .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLbMOWtlSU .mbr-section-subtitle,
.cid-uLbMOWtlSU .text_widget,
.cid-uLbMOWtlSU .mbr-section-btn {
  text-align: center;
}
.cid-uLbMOWtlSU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLbMOWViMe {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLbMOWViMe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbMOWViMe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbMOWViMe .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLbMOWViMe .label-text {
  color: #747474;
}
.cid-uLbMOWViMe .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLbMOWViMe .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLbMOWViMe .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLbMOWViMe .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLbMOWViMe .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLbMOXicCn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLbMOXicCn .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLbMOXicCn .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLbMOXicCn .container {
    padding: 0 25px;
  }
}
.cid-uLbMOXicCn .row {
  margin: 0;
}
.cid-uLbMOXicCn .row .card {
  padding: 0;
}
.cid-uLbMOXicCn .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLbMOXicCn .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLbMOXicCn .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLbMOXicCn .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLbMOXicCn .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLbMOXicCn .item:focus,
.cid-uLbMOXicCn span:focus {
  outline: none;
}
.cid-uLbMOXicCn .item-wrapper {
  position: relative;
}
.cid-uLbMOXicCn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLbMOXicCn .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLbMOXicCn .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLbMOXicCn .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLbMOXicCn .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLbMOXicCn .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLbMOXicCn .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLbMOXicCn .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLbMOXicCn .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLbMOXicCn .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLbMOXicCn .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLbMOXicCn .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLbMOXicCn .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLbMOXicCn .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLbMOXicCn .embla__button--next,
.cid-uLbMOXicCn .embla__button--prev {
  display: flex;
}
.cid-uLbMOXicCn .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLbMOXicCn .embla__button {
    display: none;
  }
}
.cid-uLbMOXicCn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLbMOXicCn .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLbMOXicCn .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLbMOXicCn .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLbMOXicCn .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLbMOXicCn .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLbMOXicCn .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLbMOXicCn .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLbMOXicCn .embla__button {
    bottom: 1rem;
  }
}
.cid-uLbMOXicCn .embla {
  position: relative;
  width: 100%;
}
.cid-uLbMOXicCn .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLbMOXicCn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLbMOXicCn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLbMOXicCn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLbMOXicCn .mbr-section-title {
  color: #ffffff;
}
.cid-uLbMOXicCn .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLbMOXicCn .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLbMOXNP3Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLbMOXNP3Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbMOXNP3Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLbMOXNP3Q .container {
    padding: 0 30px;
  }
}
.cid-uLbMOXNP3Q .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLbMOXNP3Q .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLbMOXNP3Q .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLbMOXNP3Q .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLbMOXNP3Q .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLbMOXNP3Q .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLbMOXNP3Q .items .item {
    padding: 20px 0;
  }
}
.cid-uLbMOXNP3Q .items .item:hover::after,
.cid-uLbMOXNP3Q .items .item:focus::after {
  height: 100%;
}
.cid-uLbMOXNP3Q .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLbMOXNP3Q .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLbMOXNP3Q .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLbMOXNP3Q .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLbMOXNP3Q .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLbMOXNP3Q .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLbMOXNP3Q .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLbMOXNP3Q .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLbMOXNP3Q .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLbMOXNP3Q .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLbMOXNP3Q .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLbMOXNP3Q .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLbMOXNP3Q .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLbMOXNP3Q .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLbMOXNP3Q .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLbMOXNP3Q .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLbMOXNP3Q .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLbMOXNP3Q .mbr-section-title {
  color: #3a341c;
}
.cid-uLbMOXNP3Q .card-title {
  color: #3a341c;
}
.cid-uLbMOXNP3Q .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLbMOXNP3Q .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLbMOY7AuR {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLbMOY7AuR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbMOY7AuR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbMOY7AuR .col-title {
  margin-bottom: 32px;
}
.cid-uLbMOY7AuR .mbr-section-title {
  color: #24262b;
}
.cid-uLbMOY7AuR .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLbMOY7AuR .cars-row {
  row-gap: 32px;
}
.cid-uLbMOY7AuR .card {
  border-radius: 0;
}
.cid-uLbMOY7AuR .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLbMOY7AuR .text-wrap {
  flex-grow: 1;
}
.cid-uLbMOY7AuR .card-title {
  color: #24262b;
}
.cid-uLbMOY7AuR .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLbMOY7AuR .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLbMOY7AuR .card-title,
.cid-uLbMOY7AuR .card-wrapper {
  color: #35341b;
}
.cid-uLbMOYuccT {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLbMOYuccT .mbr-text {
  color: #ffffff;
}
.cid-uLbMOYuccT .container {
  max-width: 1000px;
}
.cid-uLbMOYuccT h4 {
  text-align: center;
}
.cid-uLbMOYuccT p {
  text-align: center;
}
.cid-uLbMOYuccT .row {
  justify-content: center;
}
.cid-uLbMOYuccT .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLbMOYuccT .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLbMOYuccT .card-title,
.cid-uLbMOYuccT .card-img {
  color: #b69b74;
}
.cid-uLbMOYuccT .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLbMOYuccT .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLbMOYuccT img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLbMOYQtw5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLbMOYQtw5 .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLbQlxbBHd {
  z-index: 1000;
  width: 100%;
}
.cid-uLbQlxbBHd .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLbQlxbBHd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLbQlxbBHd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLbQlxbBHd .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLbQlxbBHd .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLbQlxbBHd .menu_box .navbar.opened,
  .cid-uLbQlxbBHd .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLbQlxbBHd nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLbQlxbBHd .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLbQlxbBHd .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLbQlxbBHd .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLbQlxbBHd .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLbQlxbBHd .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLbQlxbBHd .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLbQlxbBHd .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLbQlxbBHd .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLbQlxbBHd .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLbQlxbBHd .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLbQlxbBHd .offcanvas-body .mbr-text,
  .cid-uLbQlxbBHd .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLbQlxbBHd .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLbQlxbBHd .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLbQlxbBHd .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLbQlxbBHd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLbQlxbBHd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLbQlxbBHd .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLbQlxbBHd .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLbQlxbBHd ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLbQlxbBHd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLbQlxbBHd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLbQlxbBHd .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLbQlxbBHd li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLbQlxbBHd .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLbQlxbBHd .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLbQlxbBHd .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLbQlxbBHd .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLbQlxbBHd .nav-item {
    margin: 0 !important;
  }
}
.cid-uLbQlxbBHd .nav-item .nav-link:hover,
.cid-uLbQlxbBHd .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLbQlxbBHd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLbQlxbBHd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLbQlxbBHd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLbQlxbBHd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLbQlxbBHd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLbQlxbBHd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLbQlxbBHd .offcanvas_box {
    display: none;
  }
}
.cid-uLbQlxbBHd .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLbQlxbBHd .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLbQlxbBHd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLbQlxbBHd .container {
  display: flex;
  margin: auto;
}
.cid-uLbQlxbBHd .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLbQlxbBHd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLbQlxbBHd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLbQlxbBHd .navbar-caption {
  color: #2b2b2b;
}
.cid-uLbQlxbBHd .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLbQlxbBHd .navbar-nav {
    margin: 0;
  }
}
.cid-uLbQlxbBHd .dropdown-menu,
.cid-uLbQlxbBHd .navbar.opened {
  background-color: true !important;
}
.cid-uLbQlxbBHd .nav-item:focus,
.cid-uLbQlxbBHd .nav-link:focus {
  outline: none;
}
.cid-uLbQlxbBHd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLbQlxbBHd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLbQlxbBHd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLbQlxbBHd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLbQlxbBHd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLbQlxbBHd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLbQlxbBHd .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLbQlxbBHd .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLbQlxbBHd .navbar.opened {
  transition: all 0.3s;
}
.cid-uLbQlxbBHd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLbQlxbBHd .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLbQlxbBHd .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLbQlxbBHd .navbar.collapsed {
  justify-content: center;
}
.cid-uLbQlxbBHd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLbQlxbBHd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLbQlxbBHd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLbQlxbBHd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLbQlxbBHd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLbQlxbBHd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLbQlxbBHd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLbQlxbBHd .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLbQlxbBHd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLbQlxbBHd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLbQlxbBHd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLbQlxbBHd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLbQlxbBHd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLbQlxbBHd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLbQlxbBHd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLbQlxbBHd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLbQlxbBHd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLbQlxbBHd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLbQlxbBHd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLbQlxbBHd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLbQlxbBHd .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLbQlxbBHd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLbQlxbBHd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLbQlxbBHd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLbQlxbBHd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLbQlxbBHd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLbQlxbBHd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLbQlxbBHd .dropdown-item.active,
.cid-uLbQlxbBHd .dropdown-item:active {
  background-color: transparent;
}
.cid-uLbQlxbBHd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLbQlxbBHd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLbQlxbBHd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLbQlxbBHd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLbQlxbBHd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLbQlxbBHd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLbQlxbBHd button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLbQlxbBHd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLbQlxbBHd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLbQlxbBHd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbQlxbBHd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbQlxbBHd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLbQlxbBHd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbQlxbBHd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLbQlxbBHd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLbQlxbBHd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbQlxbBHd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLbQlxbBHd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLbQlxbBHd .navbar {
    height: 70px;
  }
  .cid-uLbQlxbBHd .navbar.opened {
    height: auto;
  }
  .cid-uLbQlxbBHd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLbQlxbBHd .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLbQlxbBHd .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLbQlxbBHd .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLbQlxbBHd .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLbQlxbBHd .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLbQlxbBHd .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLbQlxbBHd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLbQlxbBHd .text_widget {
  margin-bottom: 32px;
}
.cid-uLbQlxbBHd .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLbQlxbBHd .text_widget a:hover {
  opacity: .5;
}
.cid-uLbQlxbBHd .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLbQlxbBHd .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLbQlxbBHd .mbr-section-subtitle,
.cid-uLbQlxbBHd .text_widget,
.cid-uLbQlxbBHd .mbr-section-btn {
  text-align: center;
}
.cid-uLbQlxbBHd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLbQlxBROM {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLbQlxBROM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbQlxBROM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbQlxBROM .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLbQlxBROM .label-text {
  color: #747474;
}
.cid-uLbQlxBROM .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLbQlxBROM .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLbQlxBROM .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLbQlxBROM .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLbQlxBROM .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLbQlxYYNr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLbQlxYYNr .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLbQlxYYNr .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLbQlxYYNr .container {
    padding: 0 25px;
  }
}
.cid-uLbQlxYYNr .row {
  margin: 0;
}
.cid-uLbQlxYYNr .row .card {
  padding: 0;
}
.cid-uLbQlxYYNr .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLbQlxYYNr .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLbQlxYYNr .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLbQlxYYNr .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLbQlxYYNr .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLbQlxYYNr .item:focus,
.cid-uLbQlxYYNr span:focus {
  outline: none;
}
.cid-uLbQlxYYNr .item-wrapper {
  position: relative;
}
.cid-uLbQlxYYNr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLbQlxYYNr .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLbQlxYYNr .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLbQlxYYNr .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLbQlxYYNr .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLbQlxYYNr .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLbQlxYYNr .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLbQlxYYNr .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLbQlxYYNr .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLbQlxYYNr .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLbQlxYYNr .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLbQlxYYNr .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLbQlxYYNr .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLbQlxYYNr .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLbQlxYYNr .embla__button--next,
.cid-uLbQlxYYNr .embla__button--prev {
  display: flex;
}
.cid-uLbQlxYYNr .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLbQlxYYNr .embla__button {
    display: none;
  }
}
.cid-uLbQlxYYNr .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLbQlxYYNr .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLbQlxYYNr .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLbQlxYYNr .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLbQlxYYNr .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLbQlxYYNr .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLbQlxYYNr .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLbQlxYYNr .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLbQlxYYNr .embla__button {
    bottom: 1rem;
  }
}
.cid-uLbQlxYYNr .embla {
  position: relative;
  width: 100%;
}
.cid-uLbQlxYYNr .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLbQlxYYNr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLbQlxYYNr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLbQlxYYNr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLbQlxYYNr .mbr-section-title {
  color: #ffffff;
}
.cid-uLbQlxYYNr .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLbQlxYYNr .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLbQlyviiy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLbQlyviiy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbQlyviiy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLbQlyviiy .container {
    padding: 0 30px;
  }
}
.cid-uLbQlyviiy .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLbQlyviiy .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLbQlyviiy .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLbQlyviiy .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLbQlyviiy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLbQlyviiy .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLbQlyviiy .items .item {
    padding: 20px 0;
  }
}
.cid-uLbQlyviiy .items .item:hover::after,
.cid-uLbQlyviiy .items .item:focus::after {
  height: 100%;
}
.cid-uLbQlyviiy .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLbQlyviiy .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLbQlyviiy .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLbQlyviiy .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLbQlyviiy .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLbQlyviiy .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLbQlyviiy .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLbQlyviiy .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLbQlyviiy .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLbQlyviiy .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLbQlyviiy .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLbQlyviiy .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLbQlyviiy .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLbQlyviiy .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLbQlyviiy .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLbQlyviiy .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLbQlyviiy .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLbQlyviiy .mbr-section-title {
  color: #3a341c;
}
.cid-uLbQlyviiy .card-title {
  color: #3a341c;
}
.cid-uLbQlyviiy .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLbQlyviiy .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLbQlyNa64 {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLbQlyNa64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbQlyNa64 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbQlyNa64 .col-title {
  margin-bottom: 32px;
}
.cid-uLbQlyNa64 .mbr-section-title {
  color: #24262b;
}
.cid-uLbQlyNa64 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLbQlyNa64 .cars-row {
  row-gap: 32px;
}
.cid-uLbQlyNa64 .card {
  border-radius: 0;
}
.cid-uLbQlyNa64 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLbQlyNa64 .text-wrap {
  flex-grow: 1;
}
.cid-uLbQlyNa64 .card-title {
  color: #24262b;
}
.cid-uLbQlyNa64 .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLbQlyNa64 .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLbQlyNa64 .card-title,
.cid-uLbQlyNa64 .card-wrapper {
  color: #35341b;
}
.cid-uLbQlzbeTS {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLbQlzbeTS .mbr-text {
  color: #ffffff;
}
.cid-uLbQlzbeTS .container {
  max-width: 1000px;
}
.cid-uLbQlzbeTS h4 {
  text-align: center;
}
.cid-uLbQlzbeTS p {
  text-align: center;
}
.cid-uLbQlzbeTS .row {
  justify-content: center;
}
.cid-uLbQlzbeTS .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLbQlzbeTS .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLbQlzbeTS .card-title,
.cid-uLbQlzbeTS .card-img {
  color: #b69b74;
}
.cid-uLbQlzbeTS .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLbQlzbeTS .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLbQlzbeTS img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLbQlzw1Z3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLbQlzw1Z3 .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLbSuXANK1 {
  z-index: 1000;
  width: 100%;
}
.cid-uLbSuXANK1 .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLbSuXANK1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLbSuXANK1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLbSuXANK1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLbSuXANK1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLbSuXANK1 .menu_box .navbar.opened,
  .cid-uLbSuXANK1 .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLbSuXANK1 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLbSuXANK1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLbSuXANK1 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLbSuXANK1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLbSuXANK1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLbSuXANK1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLbSuXANK1 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLbSuXANK1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLbSuXANK1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLbSuXANK1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLbSuXANK1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLbSuXANK1 .offcanvas-body .mbr-text,
  .cid-uLbSuXANK1 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLbSuXANK1 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLbSuXANK1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLbSuXANK1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLbSuXANK1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLbSuXANK1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLbSuXANK1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLbSuXANK1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLbSuXANK1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLbSuXANK1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLbSuXANK1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLbSuXANK1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLbSuXANK1 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLbSuXANK1 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLbSuXANK1 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLbSuXANK1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLbSuXANK1 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLbSuXANK1 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLbSuXANK1 .nav-item .nav-link:hover,
.cid-uLbSuXANK1 .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLbSuXANK1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLbSuXANK1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLbSuXANK1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLbSuXANK1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLbSuXANK1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLbSuXANK1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLbSuXANK1 .offcanvas_box {
    display: none;
  }
}
.cid-uLbSuXANK1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLbSuXANK1 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLbSuXANK1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLbSuXANK1 .container {
  display: flex;
  margin: auto;
}
.cid-uLbSuXANK1 .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLbSuXANK1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLbSuXANK1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLbSuXANK1 .navbar-caption {
  color: #2b2b2b;
}
.cid-uLbSuXANK1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLbSuXANK1 .navbar-nav {
    margin: 0;
  }
}
.cid-uLbSuXANK1 .dropdown-menu,
.cid-uLbSuXANK1 .navbar.opened {
  background-color: true !important;
}
.cid-uLbSuXANK1 .nav-item:focus,
.cid-uLbSuXANK1 .nav-link:focus {
  outline: none;
}
.cid-uLbSuXANK1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLbSuXANK1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLbSuXANK1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLbSuXANK1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLbSuXANK1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLbSuXANK1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLbSuXANK1 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLbSuXANK1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLbSuXANK1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLbSuXANK1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLbSuXANK1 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLbSuXANK1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLbSuXANK1 .navbar.collapsed {
  justify-content: center;
}
.cid-uLbSuXANK1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLbSuXANK1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLbSuXANK1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLbSuXANK1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLbSuXANK1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLbSuXANK1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLbSuXANK1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLbSuXANK1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLbSuXANK1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLbSuXANK1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLbSuXANK1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLbSuXANK1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLbSuXANK1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLbSuXANK1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLbSuXANK1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLbSuXANK1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLbSuXANK1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLbSuXANK1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLbSuXANK1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLbSuXANK1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLbSuXANK1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLbSuXANK1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLbSuXANK1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLbSuXANK1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLbSuXANK1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLbSuXANK1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLbSuXANK1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLbSuXANK1 .dropdown-item.active,
.cid-uLbSuXANK1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLbSuXANK1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLbSuXANK1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLbSuXANK1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLbSuXANK1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLbSuXANK1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLbSuXANK1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLbSuXANK1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLbSuXANK1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLbSuXANK1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLbSuXANK1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbSuXANK1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbSuXANK1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLbSuXANK1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbSuXANK1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLbSuXANK1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLbSuXANK1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbSuXANK1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLbSuXANK1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLbSuXANK1 .navbar {
    height: 70px;
  }
  .cid-uLbSuXANK1 .navbar.opened {
    height: auto;
  }
  .cid-uLbSuXANK1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLbSuXANK1 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLbSuXANK1 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLbSuXANK1 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLbSuXANK1 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLbSuXANK1 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLbSuXANK1 .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLbSuXANK1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLbSuXANK1 .text_widget {
  margin-bottom: 32px;
}
.cid-uLbSuXANK1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLbSuXANK1 .text_widget a:hover {
  opacity: .5;
}
.cid-uLbSuXANK1 .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLbSuXANK1 .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLbSuXANK1 .mbr-section-subtitle,
.cid-uLbSuXANK1 .text_widget,
.cid-uLbSuXANK1 .mbr-section-btn {
  text-align: center;
}
.cid-uLbSuXANK1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLbSuY1wLC {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLbSuY1wLC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbSuY1wLC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbSuY1wLC .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLbSuY1wLC .label-text {
  color: #747474;
}
.cid-uLbSuY1wLC .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLbSuY1wLC .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLbSuY1wLC .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLbSuY1wLC .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLbSuY1wLC .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLbSuYnQdk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLbSuYnQdk .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLbSuYnQdk .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLbSuYnQdk .container {
    padding: 0 25px;
  }
}
.cid-uLbSuYnQdk .row {
  margin: 0;
}
.cid-uLbSuYnQdk .row .card {
  padding: 0;
}
.cid-uLbSuYnQdk .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLbSuYnQdk .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLbSuYnQdk .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLbSuYnQdk .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLbSuYnQdk .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLbSuYnQdk .item:focus,
.cid-uLbSuYnQdk span:focus {
  outline: none;
}
.cid-uLbSuYnQdk .item-wrapper {
  position: relative;
}
.cid-uLbSuYnQdk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLbSuYnQdk .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLbSuYnQdk .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLbSuYnQdk .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLbSuYnQdk .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLbSuYnQdk .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLbSuYnQdk .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLbSuYnQdk .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLbSuYnQdk .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLbSuYnQdk .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLbSuYnQdk .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLbSuYnQdk .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLbSuYnQdk .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLbSuYnQdk .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLbSuYnQdk .embla__button--next,
.cid-uLbSuYnQdk .embla__button--prev {
  display: flex;
}
.cid-uLbSuYnQdk .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLbSuYnQdk .embla__button {
    display: none;
  }
}
.cid-uLbSuYnQdk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLbSuYnQdk .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLbSuYnQdk .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLbSuYnQdk .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLbSuYnQdk .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLbSuYnQdk .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLbSuYnQdk .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLbSuYnQdk .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLbSuYnQdk .embla__button {
    bottom: 1rem;
  }
}
.cid-uLbSuYnQdk .embla {
  position: relative;
  width: 100%;
}
.cid-uLbSuYnQdk .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLbSuYnQdk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLbSuYnQdk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLbSuYnQdk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLbSuYnQdk .mbr-section-title {
  color: #ffffff;
}
.cid-uLbSuYnQdk .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLbSuYnQdk .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLbSuYQSh7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLbSuYQSh7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbSuYQSh7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLbSuYQSh7 .container {
    padding: 0 30px;
  }
}
.cid-uLbSuYQSh7 .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLbSuYQSh7 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLbSuYQSh7 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLbSuYQSh7 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLbSuYQSh7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLbSuYQSh7 .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLbSuYQSh7 .items .item {
    padding: 20px 0;
  }
}
.cid-uLbSuYQSh7 .items .item:hover::after,
.cid-uLbSuYQSh7 .items .item:focus::after {
  height: 100%;
}
.cid-uLbSuYQSh7 .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLbSuYQSh7 .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLbSuYQSh7 .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLbSuYQSh7 .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLbSuYQSh7 .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLbSuYQSh7 .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLbSuYQSh7 .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLbSuYQSh7 .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLbSuYQSh7 .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLbSuYQSh7 .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLbSuYQSh7 .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLbSuYQSh7 .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLbSuYQSh7 .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLbSuYQSh7 .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLbSuYQSh7 .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLbSuYQSh7 .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLbSuYQSh7 .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLbSuYQSh7 .mbr-section-title {
  color: #3a341c;
}
.cid-uLbSuYQSh7 .card-title {
  color: #3a341c;
}
.cid-uLbSuYQSh7 .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLbSuYQSh7 .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLbSuZaxQG {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLbSuZaxQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbSuZaxQG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbSuZaxQG .col-title {
  margin-bottom: 32px;
}
.cid-uLbSuZaxQG .mbr-section-title {
  color: #24262b;
}
.cid-uLbSuZaxQG .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLbSuZaxQG .cars-row {
  row-gap: 32px;
}
.cid-uLbSuZaxQG .card {
  border-radius: 0;
}
.cid-uLbSuZaxQG .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLbSuZaxQG .text-wrap {
  flex-grow: 1;
}
.cid-uLbSuZaxQG .card-title {
  color: #24262b;
}
.cid-uLbSuZaxQG .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLbSuZaxQG .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLbSuZaxQG .card-title,
.cid-uLbSuZaxQG .card-wrapper {
  color: #35341b;
}
.cid-uLbSuZDTgW {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLbSuZDTgW .mbr-text {
  color: #ffffff;
}
.cid-uLbSuZDTgW .container {
  max-width: 1000px;
}
.cid-uLbSuZDTgW h4 {
  text-align: center;
}
.cid-uLbSuZDTgW p {
  text-align: center;
}
.cid-uLbSuZDTgW .row {
  justify-content: center;
}
.cid-uLbSuZDTgW .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLbSuZDTgW .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLbSuZDTgW .card-title,
.cid-uLbSuZDTgW .card-img {
  color: #b69b74;
}
.cid-uLbSuZDTgW .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLbSuZDTgW .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLbSuZDTgW img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLbSuZYPSn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLbSuZYPSn .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLcekbFddk {
  z-index: 1000;
  width: 100%;
}
.cid-uLcekbFddk .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLcekbFddk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLcekbFddk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLcekbFddk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLcekbFddk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLcekbFddk .menu_box .navbar.opened,
  .cid-uLcekbFddk .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLcekbFddk nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLcekbFddk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLcekbFddk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLcekbFddk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLcekbFddk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLcekbFddk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLcekbFddk .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLcekbFddk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLcekbFddk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLcekbFddk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLcekbFddk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLcekbFddk .offcanvas-body .mbr-text,
  .cid-uLcekbFddk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLcekbFddk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLcekbFddk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLcekbFddk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLcekbFddk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLcekbFddk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLcekbFddk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLcekbFddk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLcekbFddk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLcekbFddk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLcekbFddk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLcekbFddk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLcekbFddk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLcekbFddk .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLcekbFddk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLcekbFddk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLcekbFddk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLcekbFddk .nav-item {
    margin: 0 !important;
  }
}
.cid-uLcekbFddk .nav-item .nav-link:hover,
.cid-uLcekbFddk .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLcekbFddk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLcekbFddk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLcekbFddk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLcekbFddk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLcekbFddk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLcekbFddk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLcekbFddk .offcanvas_box {
    display: none;
  }
}
.cid-uLcekbFddk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLcekbFddk .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLcekbFddk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLcekbFddk .container {
  display: flex;
  margin: auto;
}
.cid-uLcekbFddk .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLcekbFddk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLcekbFddk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLcekbFddk .navbar-caption {
  color: #2b2b2b;
}
.cid-uLcekbFddk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLcekbFddk .navbar-nav {
    margin: 0;
  }
}
.cid-uLcekbFddk .dropdown-menu,
.cid-uLcekbFddk .navbar.opened {
  background-color: true !important;
}
.cid-uLcekbFddk .nav-item:focus,
.cid-uLcekbFddk .nav-link:focus {
  outline: none;
}
.cid-uLcekbFddk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLcekbFddk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLcekbFddk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLcekbFddk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLcekbFddk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLcekbFddk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLcekbFddk .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLcekbFddk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLcekbFddk .navbar.opened {
  transition: all 0.3s;
}
.cid-uLcekbFddk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLcekbFddk .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLcekbFddk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLcekbFddk .navbar.collapsed {
  justify-content: center;
}
.cid-uLcekbFddk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLcekbFddk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLcekbFddk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLcekbFddk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLcekbFddk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLcekbFddk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLcekbFddk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLcekbFddk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLcekbFddk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLcekbFddk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLcekbFddk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLcekbFddk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLcekbFddk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLcekbFddk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLcekbFddk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLcekbFddk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLcekbFddk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLcekbFddk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLcekbFddk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLcekbFddk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLcekbFddk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLcekbFddk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLcekbFddk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLcekbFddk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLcekbFddk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLcekbFddk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLcekbFddk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLcekbFddk .dropdown-item.active,
.cid-uLcekbFddk .dropdown-item:active {
  background-color: transparent;
}
.cid-uLcekbFddk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLcekbFddk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLcekbFddk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLcekbFddk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLcekbFddk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLcekbFddk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLcekbFddk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLcekbFddk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLcekbFddk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLcekbFddk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLcekbFddk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLcekbFddk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLcekbFddk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLcekbFddk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLcekbFddk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLcekbFddk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLcekbFddk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLcekbFddk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLcekbFddk .navbar {
    height: 70px;
  }
  .cid-uLcekbFddk .navbar.opened {
    height: auto;
  }
  .cid-uLcekbFddk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLcekbFddk .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLcekbFddk .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLcekbFddk .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLcekbFddk .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLcekbFddk .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLcekbFddk .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLcekbFddk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLcekbFddk .text_widget {
  margin-bottom: 32px;
}
.cid-uLcekbFddk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLcekbFddk .text_widget a:hover {
  opacity: .5;
}
.cid-uLcekbFddk .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLcekbFddk .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLcekbFddk .mbr-section-subtitle,
.cid-uLcekbFddk .text_widget,
.cid-uLcekbFddk .mbr-section-btn {
  text-align: center;
}
.cid-uLcekbFddk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLcekcbERb {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLcekcbERb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcekcbERb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLcekcbERb .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLcekcbERb .label-text {
  color: #747474;
}
.cid-uLcekcbERb .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLcekcbERb .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLcekcbERb .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLcekcbERb .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLcekcbERb .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLcekcwhqh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLcekcwhqh .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLcekcwhqh .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLcekcwhqh .container {
    padding: 0 25px;
  }
}
.cid-uLcekcwhqh .row {
  margin: 0;
}
.cid-uLcekcwhqh .row .card {
  padding: 0;
}
.cid-uLcekcwhqh .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLcekcwhqh .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLcekcwhqh .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLcekcwhqh .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLcekcwhqh .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLcekcwhqh .item:focus,
.cid-uLcekcwhqh span:focus {
  outline: none;
}
.cid-uLcekcwhqh .item-wrapper {
  position: relative;
}
.cid-uLcekcwhqh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLcekcwhqh .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLcekcwhqh .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLcekcwhqh .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLcekcwhqh .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLcekcwhqh .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLcekcwhqh .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLcekcwhqh .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLcekcwhqh .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLcekcwhqh .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLcekcwhqh .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLcekcwhqh .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLcekcwhqh .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLcekcwhqh .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLcekcwhqh .embla__button--next,
.cid-uLcekcwhqh .embla__button--prev {
  display: flex;
}
.cid-uLcekcwhqh .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLcekcwhqh .embla__button {
    display: none;
  }
}
.cid-uLcekcwhqh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLcekcwhqh .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLcekcwhqh .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLcekcwhqh .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLcekcwhqh .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLcekcwhqh .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLcekcwhqh .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLcekcwhqh .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLcekcwhqh .embla__button {
    bottom: 1rem;
  }
}
.cid-uLcekcwhqh .embla {
  position: relative;
  width: 100%;
}
.cid-uLcekcwhqh .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLcekcwhqh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLcekcwhqh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLcekcwhqh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLcekcwhqh .mbr-section-title {
  color: #ffffff;
}
.cid-uLcekcwhqh .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLcekcwhqh .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLcekd1z1b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLcekd1z1b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcekd1z1b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLcekd1z1b .container {
    padding: 0 30px;
  }
}
.cid-uLcekd1z1b .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLcekd1z1b .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLcekd1z1b .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLcekd1z1b .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLcekd1z1b .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLcekd1z1b .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLcekd1z1b .items .item {
    padding: 20px 0;
  }
}
.cid-uLcekd1z1b .items .item:hover::after,
.cid-uLcekd1z1b .items .item:focus::after {
  height: 100%;
}
.cid-uLcekd1z1b .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLcekd1z1b .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLcekd1z1b .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLcekd1z1b .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLcekd1z1b .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLcekd1z1b .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLcekd1z1b .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLcekd1z1b .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLcekd1z1b .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLcekd1z1b .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLcekd1z1b .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLcekd1z1b .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLcekd1z1b .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLcekd1z1b .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLcekd1z1b .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLcekd1z1b .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLcekd1z1b .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLcekd1z1b .mbr-section-title {
  color: #3a341c;
}
.cid-uLcekd1z1b .card-title {
  color: #3a341c;
}
.cid-uLcekd1z1b .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLcekd1z1b .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLcekdl1SH {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLcekdl1SH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcekdl1SH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLcekdl1SH .col-title {
  margin-bottom: 32px;
}
.cid-uLcekdl1SH .mbr-section-title {
  color: #24262b;
}
.cid-uLcekdl1SH .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLcekdl1SH .cars-row {
  row-gap: 32px;
}
.cid-uLcekdl1SH .card {
  border-radius: 0;
}
.cid-uLcekdl1SH .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLcekdl1SH .text-wrap {
  flex-grow: 1;
}
.cid-uLcekdl1SH .card-title {
  color: #24262b;
}
.cid-uLcekdl1SH .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLcekdl1SH .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLcekdl1SH .card-title,
.cid-uLcekdl1SH .card-wrapper {
  color: #35341b;
}
.cid-uLcekdRjJ9 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLcekdRjJ9 .mbr-text {
  color: #ffffff;
}
.cid-uLcekdRjJ9 .container {
  max-width: 1000px;
}
.cid-uLcekdRjJ9 h4 {
  text-align: center;
}
.cid-uLcekdRjJ9 p {
  text-align: center;
}
.cid-uLcekdRjJ9 .row {
  justify-content: center;
}
.cid-uLcekdRjJ9 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLcekdRjJ9 .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLcekdRjJ9 .card-title,
.cid-uLcekdRjJ9 .card-img {
  color: #b69b74;
}
.cid-uLcekdRjJ9 .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLcekdRjJ9 .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLcekdRjJ9 img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLcekefdmm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLcekefdmm .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLcjGcVQPT {
  z-index: 1000;
  width: 100%;
}
.cid-uLcjGcVQPT .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLcjGcVQPT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLcjGcVQPT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLcjGcVQPT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLcjGcVQPT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLcjGcVQPT .menu_box .navbar.opened,
  .cid-uLcjGcVQPT .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLcjGcVQPT nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLcjGcVQPT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLcjGcVQPT .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLcjGcVQPT .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLcjGcVQPT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLcjGcVQPT .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLcjGcVQPT .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLcjGcVQPT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLcjGcVQPT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLcjGcVQPT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLcjGcVQPT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLcjGcVQPT .offcanvas-body .mbr-text,
  .cid-uLcjGcVQPT .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLcjGcVQPT .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLcjGcVQPT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLcjGcVQPT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLcjGcVQPT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLcjGcVQPT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLcjGcVQPT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLcjGcVQPT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLcjGcVQPT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLcjGcVQPT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLcjGcVQPT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLcjGcVQPT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLcjGcVQPT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLcjGcVQPT .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLcjGcVQPT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLcjGcVQPT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLcjGcVQPT .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLcjGcVQPT .nav-item {
    margin: 0 !important;
  }
}
.cid-uLcjGcVQPT .nav-item .nav-link:hover,
.cid-uLcjGcVQPT .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLcjGcVQPT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLcjGcVQPT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLcjGcVQPT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLcjGcVQPT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLcjGcVQPT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLcjGcVQPT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLcjGcVQPT .offcanvas_box {
    display: none;
  }
}
.cid-uLcjGcVQPT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLcjGcVQPT .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLcjGcVQPT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLcjGcVQPT .container {
  display: flex;
  margin: auto;
}
.cid-uLcjGcVQPT .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLcjGcVQPT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLcjGcVQPT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLcjGcVQPT .navbar-caption {
  color: #2b2b2b;
}
.cid-uLcjGcVQPT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLcjGcVQPT .navbar-nav {
    margin: 0;
  }
}
.cid-uLcjGcVQPT .dropdown-menu,
.cid-uLcjGcVQPT .navbar.opened {
  background-color: true !important;
}
.cid-uLcjGcVQPT .nav-item:focus,
.cid-uLcjGcVQPT .nav-link:focus {
  outline: none;
}
.cid-uLcjGcVQPT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLcjGcVQPT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLcjGcVQPT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLcjGcVQPT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLcjGcVQPT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLcjGcVQPT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLcjGcVQPT .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLcjGcVQPT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLcjGcVQPT .navbar.opened {
  transition: all 0.3s;
}
.cid-uLcjGcVQPT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLcjGcVQPT .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLcjGcVQPT .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLcjGcVQPT .navbar.collapsed {
  justify-content: center;
}
.cid-uLcjGcVQPT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLcjGcVQPT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLcjGcVQPT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLcjGcVQPT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLcjGcVQPT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLcjGcVQPT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLcjGcVQPT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLcjGcVQPT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLcjGcVQPT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLcjGcVQPT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLcjGcVQPT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLcjGcVQPT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLcjGcVQPT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLcjGcVQPT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLcjGcVQPT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLcjGcVQPT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLcjGcVQPT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLcjGcVQPT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLcjGcVQPT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLcjGcVQPT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLcjGcVQPT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLcjGcVQPT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLcjGcVQPT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLcjGcVQPT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLcjGcVQPT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLcjGcVQPT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLcjGcVQPT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLcjGcVQPT .dropdown-item.active,
.cid-uLcjGcVQPT .dropdown-item:active {
  background-color: transparent;
}
.cid-uLcjGcVQPT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLcjGcVQPT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLcjGcVQPT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLcjGcVQPT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLcjGcVQPT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLcjGcVQPT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLcjGcVQPT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLcjGcVQPT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLcjGcVQPT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLcjGcVQPT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLcjGcVQPT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLcjGcVQPT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLcjGcVQPT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLcjGcVQPT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLcjGcVQPT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLcjGcVQPT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLcjGcVQPT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLcjGcVQPT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLcjGcVQPT .navbar {
    height: 70px;
  }
  .cid-uLcjGcVQPT .navbar.opened {
    height: auto;
  }
  .cid-uLcjGcVQPT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLcjGcVQPT .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLcjGcVQPT .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLcjGcVQPT .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLcjGcVQPT .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLcjGcVQPT .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLcjGcVQPT .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLcjGcVQPT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLcjGcVQPT .text_widget {
  margin-bottom: 32px;
}
.cid-uLcjGcVQPT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLcjGcVQPT .text_widget a:hover {
  opacity: .5;
}
.cid-uLcjGcVQPT .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLcjGcVQPT .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLcjGcVQPT .mbr-section-subtitle,
.cid-uLcjGcVQPT .text_widget,
.cid-uLcjGcVQPT .mbr-section-btn {
  text-align: center;
}
.cid-uLcjGcVQPT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLcjGdtpSM {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLcjGdtpSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcjGdtpSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLcjGdtpSM .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLcjGdtpSM .label-text {
  color: #747474;
}
.cid-uLcjGdtpSM .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLcjGdtpSM .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLcjGdtpSM .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLcjGdtpSM .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLcjGdtpSM .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLcjGdLYG0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLcjGdLYG0 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLcjGdLYG0 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLcjGdLYG0 .container {
    padding: 0 25px;
  }
}
.cid-uLcjGdLYG0 .row {
  margin: 0;
}
.cid-uLcjGdLYG0 .row .card {
  padding: 0;
}
.cid-uLcjGdLYG0 .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLcjGdLYG0 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLcjGdLYG0 .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLcjGdLYG0 .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLcjGdLYG0 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLcjGdLYG0 .item:focus,
.cid-uLcjGdLYG0 span:focus {
  outline: none;
}
.cid-uLcjGdLYG0 .item-wrapper {
  position: relative;
}
.cid-uLcjGdLYG0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLcjGdLYG0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLcjGdLYG0 .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLcjGdLYG0 .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLcjGdLYG0 .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLcjGdLYG0 .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLcjGdLYG0 .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLcjGdLYG0 .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLcjGdLYG0 .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLcjGdLYG0 .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLcjGdLYG0 .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLcjGdLYG0 .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLcjGdLYG0 .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLcjGdLYG0 .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLcjGdLYG0 .embla__button--next,
.cid-uLcjGdLYG0 .embla__button--prev {
  display: flex;
}
.cid-uLcjGdLYG0 .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLcjGdLYG0 .embla__button {
    display: none;
  }
}
.cid-uLcjGdLYG0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLcjGdLYG0 .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLcjGdLYG0 .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLcjGdLYG0 .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLcjGdLYG0 .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLcjGdLYG0 .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLcjGdLYG0 .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLcjGdLYG0 .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLcjGdLYG0 .embla__button {
    bottom: 1rem;
  }
}
.cid-uLcjGdLYG0 .embla {
  position: relative;
  width: 100%;
}
.cid-uLcjGdLYG0 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLcjGdLYG0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLcjGdLYG0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLcjGdLYG0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLcjGdLYG0 .mbr-section-title {
  color: #ffffff;
}
.cid-uLcjGdLYG0 .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLcjGdLYG0 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLcjGef5r3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLcjGef5r3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcjGef5r3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLcjGef5r3 .container {
    padding: 0 30px;
  }
}
.cid-uLcjGef5r3 .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLcjGef5r3 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLcjGef5r3 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLcjGef5r3 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLcjGef5r3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLcjGef5r3 .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLcjGef5r3 .items .item {
    padding: 20px 0;
  }
}
.cid-uLcjGef5r3 .items .item:hover::after,
.cid-uLcjGef5r3 .items .item:focus::after {
  height: 100%;
}
.cid-uLcjGef5r3 .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLcjGef5r3 .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLcjGef5r3 .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLcjGef5r3 .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLcjGef5r3 .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLcjGef5r3 .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLcjGef5r3 .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLcjGef5r3 .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLcjGef5r3 .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLcjGef5r3 .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLcjGef5r3 .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLcjGef5r3 .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLcjGef5r3 .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLcjGef5r3 .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLcjGef5r3 .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLcjGef5r3 .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLcjGef5r3 .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLcjGef5r3 .mbr-section-title {
  color: #3a341c;
}
.cid-uLcjGef5r3 .card-title {
  color: #3a341c;
}
.cid-uLcjGef5r3 .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLcjGef5r3 .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLcjGey8DY {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLcjGey8DY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcjGey8DY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLcjGey8DY .col-title {
  margin-bottom: 32px;
}
.cid-uLcjGey8DY .mbr-section-title {
  color: #24262b;
}
.cid-uLcjGey8DY .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLcjGey8DY .cars-row {
  row-gap: 32px;
}
.cid-uLcjGey8DY .card {
  border-radius: 0;
}
.cid-uLcjGey8DY .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLcjGey8DY .text-wrap {
  flex-grow: 1;
}
.cid-uLcjGey8DY .card-title {
  color: #24262b;
}
.cid-uLcjGey8DY .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLcjGey8DY .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLcjGey8DY .card-title,
.cid-uLcjGey8DY .card-wrapper {
  color: #35341b;
}
.cid-uLcjGf0yCi {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLcjGf0yCi .mbr-text {
  color: #ffffff;
}
.cid-uLcjGf0yCi .container {
  max-width: 1000px;
}
.cid-uLcjGf0yCi h4 {
  text-align: center;
}
.cid-uLcjGf0yCi p {
  text-align: center;
}
.cid-uLcjGf0yCi .row {
  justify-content: center;
}
.cid-uLcjGf0yCi .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLcjGf0yCi .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLcjGf0yCi .card-title,
.cid-uLcjGf0yCi .card-img {
  color: #b69b74;
}
.cid-uLcjGf0yCi .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLcjGf0yCi .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLcjGf0yCi img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLcjGfohaY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLcjGfohaY .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLcla6O2HM {
  z-index: 1000;
  width: 100%;
}
.cid-uLcla6O2HM .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLcla6O2HM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLcla6O2HM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLcla6O2HM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLcla6O2HM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLcla6O2HM .menu_box .navbar.opened,
  .cid-uLcla6O2HM .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLcla6O2HM nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLcla6O2HM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLcla6O2HM .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLcla6O2HM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLcla6O2HM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLcla6O2HM .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLcla6O2HM .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLcla6O2HM .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLcla6O2HM .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLcla6O2HM .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLcla6O2HM .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLcla6O2HM .offcanvas-body .mbr-text,
  .cid-uLcla6O2HM .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLcla6O2HM .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLcla6O2HM .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLcla6O2HM .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLcla6O2HM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLcla6O2HM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLcla6O2HM .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLcla6O2HM .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLcla6O2HM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLcla6O2HM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLcla6O2HM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLcla6O2HM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLcla6O2HM li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLcla6O2HM .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLcla6O2HM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLcla6O2HM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLcla6O2HM .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLcla6O2HM .nav-item {
    margin: 0 !important;
  }
}
.cid-uLcla6O2HM .nav-item .nav-link:hover,
.cid-uLcla6O2HM .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLcla6O2HM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLcla6O2HM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLcla6O2HM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLcla6O2HM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLcla6O2HM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLcla6O2HM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLcla6O2HM .offcanvas_box {
    display: none;
  }
}
.cid-uLcla6O2HM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLcla6O2HM .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLcla6O2HM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLcla6O2HM .container {
  display: flex;
  margin: auto;
}
.cid-uLcla6O2HM .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLcla6O2HM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLcla6O2HM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLcla6O2HM .navbar-caption {
  color: #2b2b2b;
}
.cid-uLcla6O2HM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLcla6O2HM .navbar-nav {
    margin: 0;
  }
}
.cid-uLcla6O2HM .dropdown-menu,
.cid-uLcla6O2HM .navbar.opened {
  background-color: true !important;
}
.cid-uLcla6O2HM .nav-item:focus,
.cid-uLcla6O2HM .nav-link:focus {
  outline: none;
}
.cid-uLcla6O2HM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLcla6O2HM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLcla6O2HM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLcla6O2HM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLcla6O2HM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLcla6O2HM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLcla6O2HM .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLcla6O2HM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLcla6O2HM .navbar.opened {
  transition: all 0.3s;
}
.cid-uLcla6O2HM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLcla6O2HM .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLcla6O2HM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLcla6O2HM .navbar.collapsed {
  justify-content: center;
}
.cid-uLcla6O2HM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLcla6O2HM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLcla6O2HM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLcla6O2HM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLcla6O2HM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLcla6O2HM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLcla6O2HM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLcla6O2HM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLcla6O2HM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLcla6O2HM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLcla6O2HM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLcla6O2HM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLcla6O2HM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLcla6O2HM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLcla6O2HM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLcla6O2HM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLcla6O2HM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLcla6O2HM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLcla6O2HM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLcla6O2HM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLcla6O2HM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLcla6O2HM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLcla6O2HM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLcla6O2HM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLcla6O2HM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLcla6O2HM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLcla6O2HM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLcla6O2HM .dropdown-item.active,
.cid-uLcla6O2HM .dropdown-item:active {
  background-color: transparent;
}
.cid-uLcla6O2HM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLcla6O2HM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLcla6O2HM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLcla6O2HM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLcla6O2HM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLcla6O2HM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLcla6O2HM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLcla6O2HM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLcla6O2HM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLcla6O2HM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLcla6O2HM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLcla6O2HM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLcla6O2HM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLcla6O2HM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLcla6O2HM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLcla6O2HM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLcla6O2HM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLcla6O2HM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLcla6O2HM .navbar {
    height: 70px;
  }
  .cid-uLcla6O2HM .navbar.opened {
    height: auto;
  }
  .cid-uLcla6O2HM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLcla6O2HM .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLcla6O2HM .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLcla6O2HM .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLcla6O2HM .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLcla6O2HM .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLcla6O2HM .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLcla6O2HM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLcla6O2HM .text_widget {
  margin-bottom: 32px;
}
.cid-uLcla6O2HM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLcla6O2HM .text_widget a:hover {
  opacity: .5;
}
.cid-uLcla6O2HM .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLcla6O2HM .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLcla6O2HM .mbr-section-subtitle,
.cid-uLcla6O2HM .text_widget,
.cid-uLcla6O2HM .mbr-section-btn {
  text-align: center;
}
.cid-uLcla6O2HM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLcla7eGpM {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLcla7eGpM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcla7eGpM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLcla7eGpM .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLcla7eGpM .label-text {
  color: #747474;
}
.cid-uLcla7eGpM .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLcla7eGpM .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLcla7eGpM .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLcla7eGpM .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLcla7eGpM .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLcla7yhk3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLcla7yhk3 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLcla7yhk3 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLcla7yhk3 .container {
    padding: 0 25px;
  }
}
.cid-uLcla7yhk3 .row {
  margin: 0;
}
.cid-uLcla7yhk3 .row .card {
  padding: 0;
}
.cid-uLcla7yhk3 .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLcla7yhk3 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLcla7yhk3 .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLcla7yhk3 .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLcla7yhk3 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLcla7yhk3 .item:focus,
.cid-uLcla7yhk3 span:focus {
  outline: none;
}
.cid-uLcla7yhk3 .item-wrapper {
  position: relative;
}
.cid-uLcla7yhk3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLcla7yhk3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLcla7yhk3 .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLcla7yhk3 .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLcla7yhk3 .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLcla7yhk3 .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLcla7yhk3 .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLcla7yhk3 .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLcla7yhk3 .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLcla7yhk3 .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLcla7yhk3 .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLcla7yhk3 .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLcla7yhk3 .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLcla7yhk3 .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLcla7yhk3 .embla__button--next,
.cid-uLcla7yhk3 .embla__button--prev {
  display: flex;
}
.cid-uLcla7yhk3 .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLcla7yhk3 .embla__button {
    display: none;
  }
}
.cid-uLcla7yhk3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLcla7yhk3 .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLcla7yhk3 .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLcla7yhk3 .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLcla7yhk3 .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLcla7yhk3 .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLcla7yhk3 .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLcla7yhk3 .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLcla7yhk3 .embla__button {
    bottom: 1rem;
  }
}
.cid-uLcla7yhk3 .embla {
  position: relative;
  width: 100%;
}
.cid-uLcla7yhk3 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLcla7yhk3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLcla7yhk3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLcla7yhk3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLcla7yhk3 .mbr-section-title {
  color: #ffffff;
}
.cid-uLcla7yhk3 .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLcla7yhk3 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLcla88DdV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLcla88DdV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcla88DdV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLcla88DdV .container {
    padding: 0 30px;
  }
}
.cid-uLcla88DdV .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLcla88DdV .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLcla88DdV .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLcla88DdV .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLcla88DdV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLcla88DdV .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLcla88DdV .items .item {
    padding: 20px 0;
  }
}
.cid-uLcla88DdV .items .item:hover::after,
.cid-uLcla88DdV .items .item:focus::after {
  height: 100%;
}
.cid-uLcla88DdV .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLcla88DdV .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLcla88DdV .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLcla88DdV .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLcla88DdV .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLcla88DdV .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLcla88DdV .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLcla88DdV .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLcla88DdV .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLcla88DdV .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLcla88DdV .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLcla88DdV .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLcla88DdV .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLcla88DdV .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLcla88DdV .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLcla88DdV .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLcla88DdV .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLcla88DdV .mbr-section-title {
  color: #3a341c;
}
.cid-uLcla88DdV .card-title {
  color: #3a341c;
}
.cid-uLcla88DdV .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLcla88DdV .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLcla8q3l9 {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLcla8q3l9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcla8q3l9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLcla8q3l9 .col-title {
  margin-bottom: 32px;
}
.cid-uLcla8q3l9 .mbr-section-title {
  color: #24262b;
}
.cid-uLcla8q3l9 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLcla8q3l9 .cars-row {
  row-gap: 32px;
}
.cid-uLcla8q3l9 .card {
  border-radius: 0;
}
.cid-uLcla8q3l9 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLcla8q3l9 .text-wrap {
  flex-grow: 1;
}
.cid-uLcla8q3l9 .card-title {
  color: #24262b;
}
.cid-uLcla8q3l9 .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLcla8q3l9 .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLcla8q3l9 .card-title,
.cid-uLcla8q3l9 .card-wrapper {
  color: #35341b;
}
.cid-uLcla8NFHm {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLcla8NFHm .mbr-text {
  color: #ffffff;
}
.cid-uLcla8NFHm .container {
  max-width: 1000px;
}
.cid-uLcla8NFHm h4 {
  text-align: center;
}
.cid-uLcla8NFHm p {
  text-align: center;
}
.cid-uLcla8NFHm .row {
  justify-content: center;
}
.cid-uLcla8NFHm .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLcla8NFHm .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLcla8NFHm .card-title,
.cid-uLcla8NFHm .card-img {
  color: #b69b74;
}
.cid-uLcla8NFHm .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLcla8NFHm .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLcla8NFHm img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLcla99Eif {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLcla99Eif .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLcmzkeKYw {
  z-index: 1000;
  width: 100%;
}
.cid-uLcmzkeKYw .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLcmzkeKYw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLcmzkeKYw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLcmzkeKYw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLcmzkeKYw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLcmzkeKYw .menu_box .navbar.opened,
  .cid-uLcmzkeKYw .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLcmzkeKYw nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLcmzkeKYw .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLcmzkeKYw .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLcmzkeKYw .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLcmzkeKYw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLcmzkeKYw .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLcmzkeKYw .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLcmzkeKYw .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLcmzkeKYw .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLcmzkeKYw .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLcmzkeKYw .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLcmzkeKYw .offcanvas-body .mbr-text,
  .cid-uLcmzkeKYw .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLcmzkeKYw .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLcmzkeKYw .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLcmzkeKYw .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLcmzkeKYw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLcmzkeKYw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLcmzkeKYw .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLcmzkeKYw .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLcmzkeKYw ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLcmzkeKYw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLcmzkeKYw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLcmzkeKYw .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLcmzkeKYw li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLcmzkeKYw .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLcmzkeKYw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLcmzkeKYw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLcmzkeKYw .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLcmzkeKYw .nav-item {
    margin: 0 !important;
  }
}
.cid-uLcmzkeKYw .nav-item .nav-link:hover,
.cid-uLcmzkeKYw .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLcmzkeKYw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLcmzkeKYw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLcmzkeKYw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLcmzkeKYw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLcmzkeKYw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLcmzkeKYw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLcmzkeKYw .offcanvas_box {
    display: none;
  }
}
.cid-uLcmzkeKYw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLcmzkeKYw .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLcmzkeKYw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLcmzkeKYw .container {
  display: flex;
  margin: auto;
}
.cid-uLcmzkeKYw .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLcmzkeKYw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLcmzkeKYw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLcmzkeKYw .navbar-caption {
  color: #2b2b2b;
}
.cid-uLcmzkeKYw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLcmzkeKYw .navbar-nav {
    margin: 0;
  }
}
.cid-uLcmzkeKYw .dropdown-menu,
.cid-uLcmzkeKYw .navbar.opened {
  background-color: true !important;
}
.cid-uLcmzkeKYw .nav-item:focus,
.cid-uLcmzkeKYw .nav-link:focus {
  outline: none;
}
.cid-uLcmzkeKYw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLcmzkeKYw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLcmzkeKYw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLcmzkeKYw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLcmzkeKYw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLcmzkeKYw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLcmzkeKYw .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLcmzkeKYw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLcmzkeKYw .navbar.opened {
  transition: all 0.3s;
}
.cid-uLcmzkeKYw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLcmzkeKYw .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLcmzkeKYw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLcmzkeKYw .navbar.collapsed {
  justify-content: center;
}
.cid-uLcmzkeKYw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLcmzkeKYw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLcmzkeKYw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLcmzkeKYw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLcmzkeKYw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLcmzkeKYw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLcmzkeKYw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLcmzkeKYw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLcmzkeKYw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLcmzkeKYw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLcmzkeKYw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLcmzkeKYw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLcmzkeKYw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLcmzkeKYw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLcmzkeKYw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLcmzkeKYw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLcmzkeKYw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLcmzkeKYw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLcmzkeKYw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLcmzkeKYw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLcmzkeKYw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLcmzkeKYw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLcmzkeKYw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLcmzkeKYw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLcmzkeKYw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLcmzkeKYw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLcmzkeKYw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLcmzkeKYw .dropdown-item.active,
.cid-uLcmzkeKYw .dropdown-item:active {
  background-color: transparent;
}
.cid-uLcmzkeKYw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLcmzkeKYw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLcmzkeKYw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLcmzkeKYw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLcmzkeKYw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLcmzkeKYw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLcmzkeKYw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLcmzkeKYw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLcmzkeKYw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLcmzkeKYw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLcmzkeKYw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLcmzkeKYw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLcmzkeKYw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLcmzkeKYw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLcmzkeKYw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLcmzkeKYw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLcmzkeKYw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLcmzkeKYw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLcmzkeKYw .navbar {
    height: 70px;
  }
  .cid-uLcmzkeKYw .navbar.opened {
    height: auto;
  }
  .cid-uLcmzkeKYw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLcmzkeKYw .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLcmzkeKYw .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLcmzkeKYw .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLcmzkeKYw .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLcmzkeKYw .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLcmzkeKYw .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLcmzkeKYw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLcmzkeKYw .text_widget {
  margin-bottom: 32px;
}
.cid-uLcmzkeKYw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLcmzkeKYw .text_widget a:hover {
  opacity: .5;
}
.cid-uLcmzkeKYw .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLcmzkeKYw .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLcmzkeKYw .mbr-section-subtitle,
.cid-uLcmzkeKYw .text_widget,
.cid-uLcmzkeKYw .mbr-section-btn {
  text-align: center;
}
.cid-uLcmzkeKYw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLcmzkDHtI {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLcmzkDHtI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcmzkDHtI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLcmzkDHtI .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLcmzkDHtI .label-text {
  color: #747474;
}
.cid-uLcmzkDHtI .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLcmzkDHtI .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLcmzkDHtI .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLcmzkDHtI .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLcmzkDHtI .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLcmzkWHqS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLcmzkWHqS .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLcmzkWHqS .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLcmzkWHqS .container {
    padding: 0 25px;
  }
}
.cid-uLcmzkWHqS .row {
  margin: 0;
}
.cid-uLcmzkWHqS .row .card {
  padding: 0;
}
.cid-uLcmzkWHqS .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLcmzkWHqS .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLcmzkWHqS .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLcmzkWHqS .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLcmzkWHqS .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLcmzkWHqS .item:focus,
.cid-uLcmzkWHqS span:focus {
  outline: none;
}
.cid-uLcmzkWHqS .item-wrapper {
  position: relative;
}
.cid-uLcmzkWHqS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLcmzkWHqS .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLcmzkWHqS .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLcmzkWHqS .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLcmzkWHqS .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLcmzkWHqS .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLcmzkWHqS .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLcmzkWHqS .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLcmzkWHqS .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLcmzkWHqS .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLcmzkWHqS .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLcmzkWHqS .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLcmzkWHqS .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLcmzkWHqS .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLcmzkWHqS .embla__button--next,
.cid-uLcmzkWHqS .embla__button--prev {
  display: flex;
}
.cid-uLcmzkWHqS .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLcmzkWHqS .embla__button {
    display: none;
  }
}
.cid-uLcmzkWHqS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLcmzkWHqS .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLcmzkWHqS .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLcmzkWHqS .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLcmzkWHqS .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLcmzkWHqS .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLcmzkWHqS .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLcmzkWHqS .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLcmzkWHqS .embla__button {
    bottom: 1rem;
  }
}
.cid-uLcmzkWHqS .embla {
  position: relative;
  width: 100%;
}
.cid-uLcmzkWHqS .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLcmzkWHqS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLcmzkWHqS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLcmzkWHqS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLcmzkWHqS .mbr-section-title {
  color: #ffffff;
}
.cid-uLcmzkWHqS .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLcmzkWHqS .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLcmzluDiZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLcmzluDiZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcmzluDiZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLcmzluDiZ .container {
    padding: 0 30px;
  }
}
.cid-uLcmzluDiZ .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLcmzluDiZ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLcmzluDiZ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLcmzluDiZ .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLcmzluDiZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLcmzluDiZ .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLcmzluDiZ .items .item {
    padding: 20px 0;
  }
}
.cid-uLcmzluDiZ .items .item:hover::after,
.cid-uLcmzluDiZ .items .item:focus::after {
  height: 100%;
}
.cid-uLcmzluDiZ .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLcmzluDiZ .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLcmzluDiZ .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLcmzluDiZ .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLcmzluDiZ .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLcmzluDiZ .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLcmzluDiZ .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLcmzluDiZ .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLcmzluDiZ .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLcmzluDiZ .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLcmzluDiZ .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLcmzluDiZ .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLcmzluDiZ .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLcmzluDiZ .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLcmzluDiZ .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLcmzluDiZ .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLcmzluDiZ .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLcmzluDiZ .mbr-section-title {
  color: #3a341c;
}
.cid-uLcmzluDiZ .card-title {
  color: #3a341c;
}
.cid-uLcmzluDiZ .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLcmzluDiZ .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLcmzlM5rc {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLcmzlM5rc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcmzlM5rc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLcmzlM5rc .col-title {
  margin-bottom: 32px;
}
.cid-uLcmzlM5rc .mbr-section-title {
  color: #24262b;
}
.cid-uLcmzlM5rc .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLcmzlM5rc .cars-row {
  row-gap: 32px;
}
.cid-uLcmzlM5rc .card {
  border-radius: 0;
}
.cid-uLcmzlM5rc .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLcmzlM5rc .text-wrap {
  flex-grow: 1;
}
.cid-uLcmzlM5rc .card-title {
  color: #24262b;
}
.cid-uLcmzlM5rc .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLcmzlM5rc .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLcmzlM5rc .card-title,
.cid-uLcmzlM5rc .card-wrapper {
  color: #35341b;
}
.cid-uLcmzm9OKN {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLcmzm9OKN .mbr-text {
  color: #ffffff;
}
.cid-uLcmzm9OKN .container {
  max-width: 1000px;
}
.cid-uLcmzm9OKN h4 {
  text-align: center;
}
.cid-uLcmzm9OKN p {
  text-align: center;
}
.cid-uLcmzm9OKN .row {
  justify-content: center;
}
.cid-uLcmzm9OKN .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLcmzm9OKN .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLcmzm9OKN .card-title,
.cid-uLcmzm9OKN .card-img {
  color: #b69b74;
}
.cid-uLcmzm9OKN .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLcmzm9OKN .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLcmzm9OKN img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLcmzmuKty {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLcmzmuKty .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLcqoLW5nP {
  z-index: 1000;
  width: 100%;
}
.cid-uLcqoLW5nP .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLcqoLW5nP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLcqoLW5nP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLcqoLW5nP .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLcqoLW5nP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLcqoLW5nP .menu_box .navbar.opened,
  .cid-uLcqoLW5nP .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLcqoLW5nP nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLcqoLW5nP .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLcqoLW5nP .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLcqoLW5nP .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLcqoLW5nP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLcqoLW5nP .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLcqoLW5nP .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLcqoLW5nP .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLcqoLW5nP .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLcqoLW5nP .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLcqoLW5nP .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLcqoLW5nP .offcanvas-body .mbr-text,
  .cid-uLcqoLW5nP .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLcqoLW5nP .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLcqoLW5nP .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLcqoLW5nP .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLcqoLW5nP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLcqoLW5nP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLcqoLW5nP .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLcqoLW5nP .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLcqoLW5nP ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLcqoLW5nP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLcqoLW5nP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLcqoLW5nP .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLcqoLW5nP li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLcqoLW5nP .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLcqoLW5nP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLcqoLW5nP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLcqoLW5nP .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLcqoLW5nP .nav-item {
    margin: 0 !important;
  }
}
.cid-uLcqoLW5nP .nav-item .nav-link:hover,
.cid-uLcqoLW5nP .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLcqoLW5nP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLcqoLW5nP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLcqoLW5nP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLcqoLW5nP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLcqoLW5nP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLcqoLW5nP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLcqoLW5nP .offcanvas_box {
    display: none;
  }
}
.cid-uLcqoLW5nP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLcqoLW5nP .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLcqoLW5nP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLcqoLW5nP .container {
  display: flex;
  margin: auto;
}
.cid-uLcqoLW5nP .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLcqoLW5nP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLcqoLW5nP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLcqoLW5nP .navbar-caption {
  color: #2b2b2b;
}
.cid-uLcqoLW5nP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLcqoLW5nP .navbar-nav {
    margin: 0;
  }
}
.cid-uLcqoLW5nP .dropdown-menu,
.cid-uLcqoLW5nP .navbar.opened {
  background-color: true !important;
}
.cid-uLcqoLW5nP .nav-item:focus,
.cid-uLcqoLW5nP .nav-link:focus {
  outline: none;
}
.cid-uLcqoLW5nP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLcqoLW5nP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLcqoLW5nP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLcqoLW5nP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLcqoLW5nP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLcqoLW5nP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLcqoLW5nP .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLcqoLW5nP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLcqoLW5nP .navbar.opened {
  transition: all 0.3s;
}
.cid-uLcqoLW5nP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLcqoLW5nP .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLcqoLW5nP .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLcqoLW5nP .navbar.collapsed {
  justify-content: center;
}
.cid-uLcqoLW5nP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLcqoLW5nP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLcqoLW5nP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLcqoLW5nP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLcqoLW5nP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLcqoLW5nP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLcqoLW5nP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLcqoLW5nP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLcqoLW5nP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLcqoLW5nP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLcqoLW5nP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLcqoLW5nP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLcqoLW5nP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLcqoLW5nP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLcqoLW5nP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLcqoLW5nP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLcqoLW5nP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLcqoLW5nP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLcqoLW5nP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLcqoLW5nP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLcqoLW5nP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLcqoLW5nP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLcqoLW5nP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLcqoLW5nP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLcqoLW5nP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLcqoLW5nP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLcqoLW5nP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLcqoLW5nP .dropdown-item.active,
.cid-uLcqoLW5nP .dropdown-item:active {
  background-color: transparent;
}
.cid-uLcqoLW5nP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLcqoLW5nP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLcqoLW5nP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLcqoLW5nP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLcqoLW5nP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLcqoLW5nP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLcqoLW5nP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLcqoLW5nP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLcqoLW5nP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLcqoLW5nP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLcqoLW5nP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLcqoLW5nP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLcqoLW5nP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLcqoLW5nP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLcqoLW5nP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLcqoLW5nP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLcqoLW5nP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLcqoLW5nP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLcqoLW5nP .navbar {
    height: 70px;
  }
  .cid-uLcqoLW5nP .navbar.opened {
    height: auto;
  }
  .cid-uLcqoLW5nP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLcqoLW5nP .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLcqoLW5nP .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLcqoLW5nP .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLcqoLW5nP .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLcqoLW5nP .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLcqoLW5nP .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLcqoLW5nP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLcqoLW5nP .text_widget {
  margin-bottom: 32px;
}
.cid-uLcqoLW5nP .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLcqoLW5nP .text_widget a:hover {
  opacity: .5;
}
.cid-uLcqoLW5nP .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLcqoLW5nP .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLcqoLW5nP .mbr-section-subtitle,
.cid-uLcqoLW5nP .text_widget,
.cid-uLcqoLW5nP .mbr-section-btn {
  text-align: center;
}
.cid-uLcqoLW5nP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLcqoMnAyW {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLcqoMnAyW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcqoMnAyW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLcqoMnAyW .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLcqoMnAyW .label-text {
  color: #747474;
}
.cid-uLcqoMnAyW .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLcqoMnAyW .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLcqoMnAyW .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLcqoMnAyW .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLcqoMnAyW .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLcqoMHXQC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLcqoMHXQC .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLcqoMHXQC .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLcqoMHXQC .container {
    padding: 0 25px;
  }
}
.cid-uLcqoMHXQC .row {
  margin: 0;
}
.cid-uLcqoMHXQC .row .card {
  padding: 0;
}
.cid-uLcqoMHXQC .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLcqoMHXQC .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLcqoMHXQC .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLcqoMHXQC .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLcqoMHXQC .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLcqoMHXQC .item:focus,
.cid-uLcqoMHXQC span:focus {
  outline: none;
}
.cid-uLcqoMHXQC .item-wrapper {
  position: relative;
}
.cid-uLcqoMHXQC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLcqoMHXQC .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLcqoMHXQC .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLcqoMHXQC .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLcqoMHXQC .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLcqoMHXQC .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLcqoMHXQC .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLcqoMHXQC .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLcqoMHXQC .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLcqoMHXQC .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLcqoMHXQC .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLcqoMHXQC .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLcqoMHXQC .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLcqoMHXQC .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLcqoMHXQC .embla__button--next,
.cid-uLcqoMHXQC .embla__button--prev {
  display: flex;
}
.cid-uLcqoMHXQC .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLcqoMHXQC .embla__button {
    display: none;
  }
}
.cid-uLcqoMHXQC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLcqoMHXQC .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLcqoMHXQC .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLcqoMHXQC .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLcqoMHXQC .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLcqoMHXQC .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLcqoMHXQC .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLcqoMHXQC .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLcqoMHXQC .embla__button {
    bottom: 1rem;
  }
}
.cid-uLcqoMHXQC .embla {
  position: relative;
  width: 100%;
}
.cid-uLcqoMHXQC .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLcqoMHXQC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLcqoMHXQC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLcqoMHXQC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLcqoMHXQC .mbr-section-title {
  color: #ffffff;
}
.cid-uLcqoMHXQC .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLcqoMHXQC .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLcqoNdhOz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLcqoNdhOz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcqoNdhOz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLcqoNdhOz .container {
    padding: 0 30px;
  }
}
.cid-uLcqoNdhOz .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLcqoNdhOz .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLcqoNdhOz .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLcqoNdhOz .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLcqoNdhOz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLcqoNdhOz .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLcqoNdhOz .items .item {
    padding: 20px 0;
  }
}
.cid-uLcqoNdhOz .items .item:hover::after,
.cid-uLcqoNdhOz .items .item:focus::after {
  height: 100%;
}
.cid-uLcqoNdhOz .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLcqoNdhOz .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLcqoNdhOz .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLcqoNdhOz .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLcqoNdhOz .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLcqoNdhOz .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLcqoNdhOz .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLcqoNdhOz .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLcqoNdhOz .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLcqoNdhOz .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLcqoNdhOz .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLcqoNdhOz .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLcqoNdhOz .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLcqoNdhOz .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLcqoNdhOz .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLcqoNdhOz .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLcqoNdhOz .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLcqoNdhOz .mbr-section-title {
  color: #3a341c;
}
.cid-uLcqoNdhOz .card-title {
  color: #3a341c;
}
.cid-uLcqoNdhOz .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLcqoNdhOz .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLcqoNup05 {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLcqoNup05 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcqoNup05 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLcqoNup05 .col-title {
  margin-bottom: 32px;
}
.cid-uLcqoNup05 .mbr-section-title {
  color: #24262b;
}
.cid-uLcqoNup05 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLcqoNup05 .cars-row {
  row-gap: 32px;
}
.cid-uLcqoNup05 .card {
  border-radius: 0;
}
.cid-uLcqoNup05 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLcqoNup05 .text-wrap {
  flex-grow: 1;
}
.cid-uLcqoNup05 .card-title {
  color: #24262b;
}
.cid-uLcqoNup05 .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLcqoNup05 .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLcqoNup05 .card-title,
.cid-uLcqoNup05 .card-wrapper {
  color: #35341b;
}
.cid-uLcqoNP7WU {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLcqoNP7WU .mbr-text {
  color: #ffffff;
}
.cid-uLcqoNP7WU .container {
  max-width: 1000px;
}
.cid-uLcqoNP7WU h4 {
  text-align: center;
}
.cid-uLcqoNP7WU p {
  text-align: center;
}
.cid-uLcqoNP7WU .row {
  justify-content: center;
}
.cid-uLcqoNP7WU .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLcqoNP7WU .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLcqoNP7WU .card-title,
.cid-uLcqoNP7WU .card-img {
  color: #b69b74;
}
.cid-uLcqoNP7WU .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLcqoNP7WU .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLcqoNP7WU img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLcqoOc3w6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLcqoOc3w6 .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLcsa9PudZ {
  z-index: 1000;
  width: 100%;
}
.cid-uLcsa9PudZ .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLcsa9PudZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLcsa9PudZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLcsa9PudZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLcsa9PudZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLcsa9PudZ .menu_box .navbar.opened,
  .cid-uLcsa9PudZ .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLcsa9PudZ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLcsa9PudZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLcsa9PudZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLcsa9PudZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLcsa9PudZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLcsa9PudZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLcsa9PudZ .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLcsa9PudZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLcsa9PudZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLcsa9PudZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLcsa9PudZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLcsa9PudZ .offcanvas-body .mbr-text,
  .cid-uLcsa9PudZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLcsa9PudZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLcsa9PudZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLcsa9PudZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLcsa9PudZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLcsa9PudZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLcsa9PudZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLcsa9PudZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLcsa9PudZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLcsa9PudZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLcsa9PudZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLcsa9PudZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLcsa9PudZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLcsa9PudZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLcsa9PudZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLcsa9PudZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLcsa9PudZ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLcsa9PudZ .nav-item {
    margin: 0 !important;
  }
}
.cid-uLcsa9PudZ .nav-item .nav-link:hover,
.cid-uLcsa9PudZ .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLcsa9PudZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLcsa9PudZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLcsa9PudZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLcsa9PudZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLcsa9PudZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLcsa9PudZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLcsa9PudZ .offcanvas_box {
    display: none;
  }
}
.cid-uLcsa9PudZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLcsa9PudZ .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLcsa9PudZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLcsa9PudZ .container {
  display: flex;
  margin: auto;
}
.cid-uLcsa9PudZ .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLcsa9PudZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLcsa9PudZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLcsa9PudZ .navbar-caption {
  color: #2b2b2b;
}
.cid-uLcsa9PudZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLcsa9PudZ .navbar-nav {
    margin: 0;
  }
}
.cid-uLcsa9PudZ .dropdown-menu,
.cid-uLcsa9PudZ .navbar.opened {
  background-color: true !important;
}
.cid-uLcsa9PudZ .nav-item:focus,
.cid-uLcsa9PudZ .nav-link:focus {
  outline: none;
}
.cid-uLcsa9PudZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLcsa9PudZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLcsa9PudZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLcsa9PudZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLcsa9PudZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLcsa9PudZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLcsa9PudZ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLcsa9PudZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLcsa9PudZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uLcsa9PudZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLcsa9PudZ .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLcsa9PudZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLcsa9PudZ .navbar.collapsed {
  justify-content: center;
}
.cid-uLcsa9PudZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLcsa9PudZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLcsa9PudZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLcsa9PudZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLcsa9PudZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLcsa9PudZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLcsa9PudZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLcsa9PudZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLcsa9PudZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLcsa9PudZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLcsa9PudZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLcsa9PudZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLcsa9PudZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLcsa9PudZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLcsa9PudZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLcsa9PudZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLcsa9PudZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLcsa9PudZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLcsa9PudZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLcsa9PudZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLcsa9PudZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLcsa9PudZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLcsa9PudZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLcsa9PudZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLcsa9PudZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLcsa9PudZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLcsa9PudZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLcsa9PudZ .dropdown-item.active,
.cid-uLcsa9PudZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uLcsa9PudZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLcsa9PudZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLcsa9PudZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLcsa9PudZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLcsa9PudZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLcsa9PudZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLcsa9PudZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLcsa9PudZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLcsa9PudZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLcsa9PudZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLcsa9PudZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLcsa9PudZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLcsa9PudZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLcsa9PudZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLcsa9PudZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLcsa9PudZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLcsa9PudZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLcsa9PudZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLcsa9PudZ .navbar {
    height: 70px;
  }
  .cid-uLcsa9PudZ .navbar.opened {
    height: auto;
  }
  .cid-uLcsa9PudZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLcsa9PudZ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLcsa9PudZ .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLcsa9PudZ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLcsa9PudZ .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLcsa9PudZ .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLcsa9PudZ .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLcsa9PudZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLcsa9PudZ .text_widget {
  margin-bottom: 32px;
}
.cid-uLcsa9PudZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLcsa9PudZ .text_widget a:hover {
  opacity: .5;
}
.cid-uLcsa9PudZ .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLcsa9PudZ .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLcsa9PudZ .mbr-section-subtitle,
.cid-uLcsa9PudZ .text_widget,
.cid-uLcsa9PudZ .mbr-section-btn {
  text-align: center;
}
.cid-uLcsa9PudZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLcsaahhME {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLcsaahhME .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcsaahhME .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLcsaahhME .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLcsaahhME .label-text {
  color: #747474;
}
.cid-uLcsaahhME .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLcsaahhME .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLcsaahhME .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLcsaahhME .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLcsaahhME .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLcsaayUEi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLcsaayUEi .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLcsaayUEi .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLcsaayUEi .container {
    padding: 0 25px;
  }
}
.cid-uLcsaayUEi .row {
  margin: 0;
}
.cid-uLcsaayUEi .row .card {
  padding: 0;
}
.cid-uLcsaayUEi .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLcsaayUEi .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLcsaayUEi .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLcsaayUEi .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLcsaayUEi .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLcsaayUEi .item:focus,
.cid-uLcsaayUEi span:focus {
  outline: none;
}
.cid-uLcsaayUEi .item-wrapper {
  position: relative;
}
.cid-uLcsaayUEi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLcsaayUEi .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLcsaayUEi .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLcsaayUEi .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLcsaayUEi .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLcsaayUEi .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLcsaayUEi .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLcsaayUEi .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLcsaayUEi .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLcsaayUEi .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLcsaayUEi .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLcsaayUEi .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLcsaayUEi .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLcsaayUEi .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLcsaayUEi .embla__button--next,
.cid-uLcsaayUEi .embla__button--prev {
  display: flex;
}
.cid-uLcsaayUEi .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLcsaayUEi .embla__button {
    display: none;
  }
}
.cid-uLcsaayUEi .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLcsaayUEi .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLcsaayUEi .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLcsaayUEi .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLcsaayUEi .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLcsaayUEi .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLcsaayUEi .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLcsaayUEi .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLcsaayUEi .embla__button {
    bottom: 1rem;
  }
}
.cid-uLcsaayUEi .embla {
  position: relative;
  width: 100%;
}
.cid-uLcsaayUEi .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLcsaayUEi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLcsaayUEi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLcsaayUEi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLcsaayUEi .mbr-section-title {
  color: #ffffff;
}
.cid-uLcsaayUEi .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLcsaayUEi .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLcsab9EXD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLcsab9EXD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcsab9EXD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLcsab9EXD .container {
    padding: 0 30px;
  }
}
.cid-uLcsab9EXD .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLcsab9EXD .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLcsab9EXD .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLcsab9EXD .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLcsab9EXD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLcsab9EXD .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLcsab9EXD .items .item {
    padding: 20px 0;
  }
}
.cid-uLcsab9EXD .items .item:hover::after,
.cid-uLcsab9EXD .items .item:focus::after {
  height: 100%;
}
.cid-uLcsab9EXD .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLcsab9EXD .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLcsab9EXD .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLcsab9EXD .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLcsab9EXD .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLcsab9EXD .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLcsab9EXD .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLcsab9EXD .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLcsab9EXD .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLcsab9EXD .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLcsab9EXD .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLcsab9EXD .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLcsab9EXD .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLcsab9EXD .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLcsab9EXD .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLcsab9EXD .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLcsab9EXD .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLcsab9EXD .mbr-section-title {
  color: #3a341c;
}
.cid-uLcsab9EXD .card-title {
  color: #3a341c;
}
.cid-uLcsab9EXD .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLcsab9EXD .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLcsabrNVK {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLcsabrNVK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcsabrNVK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLcsabrNVK .col-title {
  margin-bottom: 32px;
}
.cid-uLcsabrNVK .mbr-section-title {
  color: #24262b;
}
.cid-uLcsabrNVK .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLcsabrNVK .cars-row {
  row-gap: 32px;
}
.cid-uLcsabrNVK .card {
  border-radius: 0;
}
.cid-uLcsabrNVK .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLcsabrNVK .text-wrap {
  flex-grow: 1;
}
.cid-uLcsabrNVK .card-title {
  color: #24262b;
}
.cid-uLcsabrNVK .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLcsabrNVK .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLcsabrNVK .card-title,
.cid-uLcsabrNVK .card-wrapper {
  color: #35341b;
}
.cid-uLcsabNmMS {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLcsabNmMS .mbr-text {
  color: #ffffff;
}
.cid-uLcsabNmMS .container {
  max-width: 1000px;
}
.cid-uLcsabNmMS h4 {
  text-align: center;
}
.cid-uLcsabNmMS p {
  text-align: center;
}
.cid-uLcsabNmMS .row {
  justify-content: center;
}
.cid-uLcsabNmMS .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLcsabNmMS .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLcsabNmMS .card-title,
.cid-uLcsabNmMS .card-img {
  color: #b69b74;
}
.cid-uLcsabNmMS .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLcsabNmMS .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLcsabNmMS img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLcsac73Nq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLcsac73Nq .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLctXWwTnO {
  z-index: 1000;
  width: 100%;
}
.cid-uLctXWwTnO .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLctXWwTnO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLctXWwTnO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLctXWwTnO .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLctXWwTnO .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLctXWwTnO .menu_box .navbar.opened,
  .cid-uLctXWwTnO .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLctXWwTnO nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLctXWwTnO .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLctXWwTnO .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLctXWwTnO .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLctXWwTnO .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLctXWwTnO .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLctXWwTnO .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLctXWwTnO .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLctXWwTnO .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLctXWwTnO .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLctXWwTnO .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLctXWwTnO .offcanvas-body .mbr-text,
  .cid-uLctXWwTnO .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLctXWwTnO .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLctXWwTnO .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLctXWwTnO .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLctXWwTnO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLctXWwTnO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLctXWwTnO .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLctXWwTnO .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLctXWwTnO ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLctXWwTnO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLctXWwTnO .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLctXWwTnO .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLctXWwTnO li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLctXWwTnO .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLctXWwTnO .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLctXWwTnO .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLctXWwTnO .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLctXWwTnO .nav-item {
    margin: 0 !important;
  }
}
.cid-uLctXWwTnO .nav-item .nav-link:hover,
.cid-uLctXWwTnO .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLctXWwTnO .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLctXWwTnO .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLctXWwTnO .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLctXWwTnO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLctXWwTnO .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLctXWwTnO .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLctXWwTnO .offcanvas_box {
    display: none;
  }
}
.cid-uLctXWwTnO .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLctXWwTnO .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLctXWwTnO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLctXWwTnO .container {
  display: flex;
  margin: auto;
}
.cid-uLctXWwTnO .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLctXWwTnO .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLctXWwTnO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLctXWwTnO .navbar-caption {
  color: #2b2b2b;
}
.cid-uLctXWwTnO .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLctXWwTnO .navbar-nav {
    margin: 0;
  }
}
.cid-uLctXWwTnO .dropdown-menu,
.cid-uLctXWwTnO .navbar.opened {
  background-color: true !important;
}
.cid-uLctXWwTnO .nav-item:focus,
.cid-uLctXWwTnO .nav-link:focus {
  outline: none;
}
.cid-uLctXWwTnO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLctXWwTnO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLctXWwTnO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLctXWwTnO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLctXWwTnO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLctXWwTnO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLctXWwTnO .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLctXWwTnO .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLctXWwTnO .navbar.opened {
  transition: all 0.3s;
}
.cid-uLctXWwTnO .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLctXWwTnO .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLctXWwTnO .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLctXWwTnO .navbar.collapsed {
  justify-content: center;
}
.cid-uLctXWwTnO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLctXWwTnO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLctXWwTnO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLctXWwTnO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLctXWwTnO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLctXWwTnO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLctXWwTnO .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLctXWwTnO .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLctXWwTnO .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLctXWwTnO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLctXWwTnO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLctXWwTnO .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLctXWwTnO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLctXWwTnO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLctXWwTnO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLctXWwTnO .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLctXWwTnO .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLctXWwTnO .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLctXWwTnO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLctXWwTnO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLctXWwTnO .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLctXWwTnO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLctXWwTnO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLctXWwTnO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLctXWwTnO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLctXWwTnO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLctXWwTnO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLctXWwTnO .dropdown-item.active,
.cid-uLctXWwTnO .dropdown-item:active {
  background-color: transparent;
}
.cid-uLctXWwTnO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLctXWwTnO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLctXWwTnO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLctXWwTnO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLctXWwTnO ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLctXWwTnO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLctXWwTnO button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLctXWwTnO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLctXWwTnO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLctXWwTnO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLctXWwTnO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLctXWwTnO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLctXWwTnO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLctXWwTnO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLctXWwTnO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLctXWwTnO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLctXWwTnO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLctXWwTnO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLctXWwTnO .navbar {
    height: 70px;
  }
  .cid-uLctXWwTnO .navbar.opened {
    height: auto;
  }
  .cid-uLctXWwTnO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLctXWwTnO .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLctXWwTnO .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLctXWwTnO .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLctXWwTnO .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLctXWwTnO .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLctXWwTnO .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLctXWwTnO .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLctXWwTnO .text_widget {
  margin-bottom: 32px;
}
.cid-uLctXWwTnO .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLctXWwTnO .text_widget a:hover {
  opacity: .5;
}
.cid-uLctXWwTnO .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLctXWwTnO .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLctXWwTnO .mbr-section-subtitle,
.cid-uLctXWwTnO .text_widget,
.cid-uLctXWwTnO .mbr-section-btn {
  text-align: center;
}
.cid-uLctXWwTnO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLctXWYpan {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLctXWYpan .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLctXWYpan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLctXWYpan .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLctXWYpan .label-text {
  color: #747474;
}
.cid-uLctXWYpan .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLctXWYpan .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLctXWYpan .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLctXWYpan .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLctXWYpan .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLctXXffpA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLctXXffpA .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLctXXffpA .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLctXXffpA .container {
    padding: 0 25px;
  }
}
.cid-uLctXXffpA .row {
  margin: 0;
}
.cid-uLctXXffpA .row .card {
  padding: 0;
}
.cid-uLctXXffpA .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLctXXffpA .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLctXXffpA .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLctXXffpA .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLctXXffpA .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLctXXffpA .item:focus,
.cid-uLctXXffpA span:focus {
  outline: none;
}
.cid-uLctXXffpA .item-wrapper {
  position: relative;
}
.cid-uLctXXffpA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLctXXffpA .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLctXXffpA .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLctXXffpA .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLctXXffpA .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLctXXffpA .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLctXXffpA .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLctXXffpA .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLctXXffpA .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLctXXffpA .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLctXXffpA .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLctXXffpA .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLctXXffpA .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLctXXffpA .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLctXXffpA .embla__button--next,
.cid-uLctXXffpA .embla__button--prev {
  display: flex;
}
.cid-uLctXXffpA .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLctXXffpA .embla__button {
    display: none;
  }
}
.cid-uLctXXffpA .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLctXXffpA .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLctXXffpA .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLctXXffpA .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLctXXffpA .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLctXXffpA .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLctXXffpA .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLctXXffpA .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLctXXffpA .embla__button {
    bottom: 1rem;
  }
}
.cid-uLctXXffpA .embla {
  position: relative;
  width: 100%;
}
.cid-uLctXXffpA .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLctXXffpA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLctXXffpA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLctXXffpA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLctXXffpA .mbr-section-title {
  color: #ffffff;
}
.cid-uLctXXffpA .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLctXXffpA .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLctXXM3b6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLctXXM3b6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLctXXM3b6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLctXXM3b6 .container {
    padding: 0 30px;
  }
}
.cid-uLctXXM3b6 .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLctXXM3b6 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLctXXM3b6 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLctXXM3b6 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLctXXM3b6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLctXXM3b6 .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLctXXM3b6 .items .item {
    padding: 20px 0;
  }
}
.cid-uLctXXM3b6 .items .item:hover::after,
.cid-uLctXXM3b6 .items .item:focus::after {
  height: 100%;
}
.cid-uLctXXM3b6 .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLctXXM3b6 .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLctXXM3b6 .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLctXXM3b6 .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLctXXM3b6 .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLctXXM3b6 .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLctXXM3b6 .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLctXXM3b6 .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLctXXM3b6 .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLctXXM3b6 .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLctXXM3b6 .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLctXXM3b6 .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLctXXM3b6 .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLctXXM3b6 .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLctXXM3b6 .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLctXXM3b6 .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLctXXM3b6 .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLctXXM3b6 .mbr-section-title {
  color: #3a341c;
}
.cid-uLctXXM3b6 .card-title {
  color: #3a341c;
}
.cid-uLctXXM3b6 .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLctXXM3b6 .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLctXY4O58 {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLctXY4O58 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLctXY4O58 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLctXY4O58 .col-title {
  margin-bottom: 32px;
}
.cid-uLctXY4O58 .mbr-section-title {
  color: #24262b;
}
.cid-uLctXY4O58 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLctXY4O58 .cars-row {
  row-gap: 32px;
}
.cid-uLctXY4O58 .card {
  border-radius: 0;
}
.cid-uLctXY4O58 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLctXY4O58 .text-wrap {
  flex-grow: 1;
}
.cid-uLctXY4O58 .card-title {
  color: #24262b;
}
.cid-uLctXY4O58 .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLctXY4O58 .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLctXY4O58 .card-title,
.cid-uLctXY4O58 .card-wrapper {
  color: #35341b;
}
.cid-uLctXYrIPz {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLctXYrIPz .mbr-text {
  color: #ffffff;
}
.cid-uLctXYrIPz .container {
  max-width: 1000px;
}
.cid-uLctXYrIPz h4 {
  text-align: center;
}
.cid-uLctXYrIPz p {
  text-align: center;
}
.cid-uLctXYrIPz .row {
  justify-content: center;
}
.cid-uLctXYrIPz .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLctXYrIPz .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLctXYrIPz .card-title,
.cid-uLctXYrIPz .card-img {
  color: #b69b74;
}
.cid-uLctXYrIPz .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLctXYrIPz .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLctXYrIPz img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLctXYOk1E {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLctXYOk1E .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLocSq9uUe {
  z-index: 1000;
  width: 100%;
}
.cid-uLocSq9uUe .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLocSq9uUe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLocSq9uUe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLocSq9uUe .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLocSq9uUe .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLocSq9uUe .menu_box .navbar.opened,
  .cid-uLocSq9uUe .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLocSq9uUe nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLocSq9uUe .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLocSq9uUe .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLocSq9uUe .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLocSq9uUe .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLocSq9uUe .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLocSq9uUe .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLocSq9uUe .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLocSq9uUe .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLocSq9uUe .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLocSq9uUe .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLocSq9uUe .offcanvas-body .mbr-text,
  .cid-uLocSq9uUe .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLocSq9uUe .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLocSq9uUe .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLocSq9uUe .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLocSq9uUe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLocSq9uUe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLocSq9uUe .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLocSq9uUe .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLocSq9uUe ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLocSq9uUe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLocSq9uUe .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLocSq9uUe .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLocSq9uUe li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLocSq9uUe .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLocSq9uUe .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLocSq9uUe .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLocSq9uUe .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLocSq9uUe .nav-item {
    margin: 0 !important;
  }
}
.cid-uLocSq9uUe .nav-item .nav-link:hover,
.cid-uLocSq9uUe .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLocSq9uUe .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLocSq9uUe .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLocSq9uUe .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLocSq9uUe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLocSq9uUe .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLocSq9uUe .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLocSq9uUe .offcanvas_box {
    display: none;
  }
}
.cid-uLocSq9uUe .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLocSq9uUe .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLocSq9uUe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLocSq9uUe .container {
  display: flex;
  margin: auto;
}
.cid-uLocSq9uUe .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLocSq9uUe .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLocSq9uUe .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLocSq9uUe .navbar-caption {
  color: #2b2b2b;
}
.cid-uLocSq9uUe .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLocSq9uUe .navbar-nav {
    margin: 0;
  }
}
.cid-uLocSq9uUe .dropdown-menu,
.cid-uLocSq9uUe .navbar.opened {
  background-color: true !important;
}
.cid-uLocSq9uUe .nav-item:focus,
.cid-uLocSq9uUe .nav-link:focus {
  outline: none;
}
.cid-uLocSq9uUe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLocSq9uUe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLocSq9uUe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLocSq9uUe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLocSq9uUe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLocSq9uUe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLocSq9uUe .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLocSq9uUe .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLocSq9uUe .navbar.opened {
  transition: all 0.3s;
}
.cid-uLocSq9uUe .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLocSq9uUe .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLocSq9uUe .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLocSq9uUe .navbar.collapsed {
  justify-content: center;
}
.cid-uLocSq9uUe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLocSq9uUe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLocSq9uUe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLocSq9uUe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLocSq9uUe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLocSq9uUe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLocSq9uUe .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLocSq9uUe .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLocSq9uUe .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLocSq9uUe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLocSq9uUe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLocSq9uUe .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLocSq9uUe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLocSq9uUe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLocSq9uUe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLocSq9uUe .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLocSq9uUe .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLocSq9uUe .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLocSq9uUe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLocSq9uUe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLocSq9uUe .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLocSq9uUe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLocSq9uUe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLocSq9uUe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLocSq9uUe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLocSq9uUe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLocSq9uUe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLocSq9uUe .dropdown-item.active,
.cid-uLocSq9uUe .dropdown-item:active {
  background-color: transparent;
}
.cid-uLocSq9uUe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLocSq9uUe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLocSq9uUe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLocSq9uUe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLocSq9uUe ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLocSq9uUe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLocSq9uUe button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLocSq9uUe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLocSq9uUe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLocSq9uUe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLocSq9uUe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLocSq9uUe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLocSq9uUe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLocSq9uUe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLocSq9uUe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLocSq9uUe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLocSq9uUe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLocSq9uUe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLocSq9uUe .navbar {
    height: 70px;
  }
  .cid-uLocSq9uUe .navbar.opened {
    height: auto;
  }
  .cid-uLocSq9uUe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLocSq9uUe .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLocSq9uUe .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLocSq9uUe .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLocSq9uUe .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLocSq9uUe .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLocSq9uUe .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLocSq9uUe .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLocSq9uUe .text_widget {
  margin-bottom: 32px;
}
.cid-uLocSq9uUe .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLocSq9uUe .text_widget a:hover {
  opacity: .5;
}
.cid-uLocSq9uUe .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLocSq9uUe .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLocSq9uUe .mbr-section-subtitle,
.cid-uLocSq9uUe .text_widget,
.cid-uLocSq9uUe .mbr-section-btn {
  text-align: center;
}
.cid-uLocSq9uUe a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLocSqzQPI {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLocSqzQPI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLocSqzQPI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLocSqzQPI .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLocSqzQPI .label-text {
  color: #747474;
}
.cid-uLocSqzQPI .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLocSqzQPI .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLocSqzQPI .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLocSqzQPI .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLocSqzQPI .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLocSqRYsz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLocSqRYsz .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLocSqRYsz .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLocSqRYsz .container {
    padding: 0 25px;
  }
}
.cid-uLocSqRYsz .row {
  margin: 0;
}
.cid-uLocSqRYsz .row .card {
  padding: 0;
}
.cid-uLocSqRYsz .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLocSqRYsz .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLocSqRYsz .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLocSqRYsz .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLocSqRYsz .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLocSqRYsz .item:focus,
.cid-uLocSqRYsz span:focus {
  outline: none;
}
.cid-uLocSqRYsz .item-wrapper {
  position: relative;
}
.cid-uLocSqRYsz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLocSqRYsz .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLocSqRYsz .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLocSqRYsz .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLocSqRYsz .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLocSqRYsz .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLocSqRYsz .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLocSqRYsz .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLocSqRYsz .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLocSqRYsz .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLocSqRYsz .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLocSqRYsz .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLocSqRYsz .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLocSqRYsz .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLocSqRYsz .embla__button--next,
.cid-uLocSqRYsz .embla__button--prev {
  display: flex;
}
.cid-uLocSqRYsz .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLocSqRYsz .embla__button {
    display: none;
  }
}
.cid-uLocSqRYsz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLocSqRYsz .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLocSqRYsz .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLocSqRYsz .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLocSqRYsz .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLocSqRYsz .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLocSqRYsz .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLocSqRYsz .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLocSqRYsz .embla__button {
    bottom: 1rem;
  }
}
.cid-uLocSqRYsz .embla {
  position: relative;
  width: 100%;
}
.cid-uLocSqRYsz .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLocSqRYsz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLocSqRYsz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLocSqRYsz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLocSqRYsz .mbr-section-title {
  color: #ffffff;
}
.cid-uLocSqRYsz .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLocSqRYsz .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLocSrlspm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLocSrlspm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLocSrlspm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLocSrlspm .container {
    padding: 0 30px;
  }
}
.cid-uLocSrlspm .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLocSrlspm .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLocSrlspm .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLocSrlspm .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLocSrlspm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLocSrlspm .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLocSrlspm .items .item {
    padding: 20px 0;
  }
}
.cid-uLocSrlspm .items .item:hover::after,
.cid-uLocSrlspm .items .item:focus::after {
  height: 100%;
}
.cid-uLocSrlspm .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLocSrlspm .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLocSrlspm .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLocSrlspm .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLocSrlspm .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLocSrlspm .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLocSrlspm .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLocSrlspm .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLocSrlspm .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLocSrlspm .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLocSrlspm .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLocSrlspm .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLocSrlspm .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLocSrlspm .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLocSrlspm .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLocSrlspm .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLocSrlspm .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLocSrlspm .mbr-section-title {
  color: #3a341c;
}
.cid-uLocSrlspm .card-title {
  color: #3a341c;
}
.cid-uLocSrlspm .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLocSrlspm .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLocSrF6V6 {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLocSrF6V6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLocSrF6V6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLocSrF6V6 .col-title {
  margin-bottom: 32px;
}
.cid-uLocSrF6V6 .mbr-section-title {
  color: #24262b;
}
.cid-uLocSrF6V6 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLocSrF6V6 .cars-row {
  row-gap: 32px;
}
.cid-uLocSrF6V6 .card {
  border-radius: 0;
}
.cid-uLocSrF6V6 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLocSrF6V6 .text-wrap {
  flex-grow: 1;
}
.cid-uLocSrF6V6 .card-title {
  color: #24262b;
}
.cid-uLocSrF6V6 .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLocSrF6V6 .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLocSrF6V6 .card-title,
.cid-uLocSrF6V6 .card-wrapper {
  color: #35341b;
}
.cid-uLocSs2JoU {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLocSs2JoU .mbr-text {
  color: #ffffff;
}
.cid-uLocSs2JoU .container {
  max-width: 1000px;
}
.cid-uLocSs2JoU h4 {
  text-align: center;
}
.cid-uLocSs2JoU p {
  text-align: center;
}
.cid-uLocSs2JoU .row {
  justify-content: center;
}
.cid-uLocSs2JoU .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLocSs2JoU .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLocSs2JoU .card-title,
.cid-uLocSs2JoU .card-img {
  color: #b69b74;
}
.cid-uLocSs2JoU .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLocSs2JoU .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLocSs2JoU img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLocSspnpx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLocSspnpx .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLofxkI7Kz {
  z-index: 1000;
  width: 100%;
}
.cid-uLofxkI7Kz .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLofxkI7Kz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLofxkI7Kz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLofxkI7Kz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLofxkI7Kz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLofxkI7Kz .menu_box .navbar.opened,
  .cid-uLofxkI7Kz .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLofxkI7Kz nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLofxkI7Kz .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLofxkI7Kz .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLofxkI7Kz .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLofxkI7Kz .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLofxkI7Kz .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLofxkI7Kz .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLofxkI7Kz .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLofxkI7Kz .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLofxkI7Kz .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLofxkI7Kz .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLofxkI7Kz .offcanvas-body .mbr-text,
  .cid-uLofxkI7Kz .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLofxkI7Kz .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLofxkI7Kz .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLofxkI7Kz .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLofxkI7Kz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLofxkI7Kz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLofxkI7Kz .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLofxkI7Kz .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLofxkI7Kz ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLofxkI7Kz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLofxkI7Kz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLofxkI7Kz .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLofxkI7Kz li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLofxkI7Kz .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLofxkI7Kz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLofxkI7Kz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLofxkI7Kz .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLofxkI7Kz .nav-item {
    margin: 0 !important;
  }
}
.cid-uLofxkI7Kz .nav-item .nav-link:hover,
.cid-uLofxkI7Kz .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLofxkI7Kz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLofxkI7Kz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLofxkI7Kz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLofxkI7Kz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLofxkI7Kz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLofxkI7Kz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLofxkI7Kz .offcanvas_box {
    display: none;
  }
}
.cid-uLofxkI7Kz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLofxkI7Kz .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLofxkI7Kz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLofxkI7Kz .container {
  display: flex;
  margin: auto;
}
.cid-uLofxkI7Kz .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLofxkI7Kz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLofxkI7Kz .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLofxkI7Kz .navbar-caption {
  color: #2b2b2b;
}
.cid-uLofxkI7Kz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLofxkI7Kz .navbar-nav {
    margin: 0;
  }
}
.cid-uLofxkI7Kz .dropdown-menu,
.cid-uLofxkI7Kz .navbar.opened {
  background-color: true !important;
}
.cid-uLofxkI7Kz .nav-item:focus,
.cid-uLofxkI7Kz .nav-link:focus {
  outline: none;
}
.cid-uLofxkI7Kz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLofxkI7Kz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLofxkI7Kz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLofxkI7Kz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLofxkI7Kz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLofxkI7Kz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLofxkI7Kz .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLofxkI7Kz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLofxkI7Kz .navbar.opened {
  transition: all 0.3s;
}
.cid-uLofxkI7Kz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLofxkI7Kz .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLofxkI7Kz .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLofxkI7Kz .navbar.collapsed {
  justify-content: center;
}
.cid-uLofxkI7Kz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLofxkI7Kz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLofxkI7Kz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLofxkI7Kz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLofxkI7Kz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLofxkI7Kz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLofxkI7Kz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLofxkI7Kz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLofxkI7Kz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLofxkI7Kz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLofxkI7Kz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLofxkI7Kz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLofxkI7Kz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLofxkI7Kz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLofxkI7Kz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLofxkI7Kz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLofxkI7Kz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLofxkI7Kz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLofxkI7Kz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLofxkI7Kz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLofxkI7Kz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLofxkI7Kz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLofxkI7Kz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLofxkI7Kz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLofxkI7Kz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLofxkI7Kz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLofxkI7Kz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLofxkI7Kz .dropdown-item.active,
.cid-uLofxkI7Kz .dropdown-item:active {
  background-color: transparent;
}
.cid-uLofxkI7Kz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLofxkI7Kz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLofxkI7Kz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLofxkI7Kz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLofxkI7Kz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLofxkI7Kz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLofxkI7Kz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLofxkI7Kz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLofxkI7Kz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLofxkI7Kz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLofxkI7Kz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLofxkI7Kz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLofxkI7Kz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLofxkI7Kz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLofxkI7Kz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLofxkI7Kz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLofxkI7Kz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLofxkI7Kz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLofxkI7Kz .navbar {
    height: 70px;
  }
  .cid-uLofxkI7Kz .navbar.opened {
    height: auto;
  }
  .cid-uLofxkI7Kz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLofxkI7Kz .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLofxkI7Kz .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLofxkI7Kz .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLofxkI7Kz .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLofxkI7Kz .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLofxkI7Kz .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLofxkI7Kz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLofxkI7Kz .text_widget {
  margin-bottom: 32px;
}
.cid-uLofxkI7Kz .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLofxkI7Kz .text_widget a:hover {
  opacity: .5;
}
.cid-uLofxkI7Kz .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLofxkI7Kz .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLofxkI7Kz .mbr-section-subtitle,
.cid-uLofxkI7Kz .text_widget,
.cid-uLofxkI7Kz .mbr-section-btn {
  text-align: center;
}
.cid-uLofxkI7Kz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLofxl7k8i {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLofxl7k8i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLofxl7k8i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLofxl7k8i .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLofxl7k8i .label-text {
  color: #747474;
}
.cid-uLofxl7k8i .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLofxl7k8i .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLofxl7k8i .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLofxl7k8i .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLofxl7k8i .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLofxlnSva {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLofxlnSva .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLofxlnSva .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLofxlnSva .container {
    padding: 0 25px;
  }
}
.cid-uLofxlnSva .row {
  margin: 0;
}
.cid-uLofxlnSva .row .card {
  padding: 0;
}
.cid-uLofxlnSva .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLofxlnSva .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLofxlnSva .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLofxlnSva .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLofxlnSva .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLofxlnSva .item:focus,
.cid-uLofxlnSva span:focus {
  outline: none;
}
.cid-uLofxlnSva .item-wrapper {
  position: relative;
}
.cid-uLofxlnSva .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLofxlnSva .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLofxlnSva .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLofxlnSva .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLofxlnSva .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLofxlnSva .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLofxlnSva .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLofxlnSva .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLofxlnSva .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLofxlnSva .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLofxlnSva .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLofxlnSva .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLofxlnSva .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLofxlnSva .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLofxlnSva .embla__button--next,
.cid-uLofxlnSva .embla__button--prev {
  display: flex;
}
.cid-uLofxlnSva .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLofxlnSva .embla__button {
    display: none;
  }
}
.cid-uLofxlnSva .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLofxlnSva .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLofxlnSva .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLofxlnSva .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLofxlnSva .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLofxlnSva .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLofxlnSva .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLofxlnSva .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLofxlnSva .embla__button {
    bottom: 1rem;
  }
}
.cid-uLofxlnSva .embla {
  position: relative;
  width: 100%;
}
.cid-uLofxlnSva .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLofxlnSva .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLofxlnSva .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLofxlnSva .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLofxlnSva .mbr-section-title {
  color: #ffffff;
}
.cid-uLofxlnSva .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLofxlnSva .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLofxlUWnj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLofxlUWnj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLofxlUWnj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLofxlUWnj .container {
    padding: 0 30px;
  }
}
.cid-uLofxlUWnj .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLofxlUWnj .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLofxlUWnj .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLofxlUWnj .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLofxlUWnj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLofxlUWnj .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLofxlUWnj .items .item {
    padding: 20px 0;
  }
}
.cid-uLofxlUWnj .items .item:hover::after,
.cid-uLofxlUWnj .items .item:focus::after {
  height: 100%;
}
.cid-uLofxlUWnj .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLofxlUWnj .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLofxlUWnj .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLofxlUWnj .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLofxlUWnj .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLofxlUWnj .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLofxlUWnj .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLofxlUWnj .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLofxlUWnj .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLofxlUWnj .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLofxlUWnj .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLofxlUWnj .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLofxlUWnj .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLofxlUWnj .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLofxlUWnj .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLofxlUWnj .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLofxlUWnj .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLofxlUWnj .mbr-section-title {
  color: #3a341c;
}
.cid-uLofxlUWnj .card-title {
  color: #3a341c;
}
.cid-uLofxlUWnj .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLofxlUWnj .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLofxmblhH {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLofxmblhH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLofxmblhH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLofxmblhH .col-title {
  margin-bottom: 32px;
}
.cid-uLofxmblhH .mbr-section-title {
  color: #24262b;
}
.cid-uLofxmblhH .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLofxmblhH .cars-row {
  row-gap: 32px;
}
.cid-uLofxmblhH .card {
  border-radius: 0;
}
.cid-uLofxmblhH .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLofxmblhH .text-wrap {
  flex-grow: 1;
}
.cid-uLofxmblhH .card-title {
  color: #24262b;
}
.cid-uLofxmblhH .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLofxmblhH .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLofxmblhH .card-title,
.cid-uLofxmblhH .card-wrapper {
  color: #35341b;
}
.cid-uLofxmyToh {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLofxmyToh .mbr-text {
  color: #ffffff;
}
.cid-uLofxmyToh .container {
  max-width: 1000px;
}
.cid-uLofxmyToh h4 {
  text-align: center;
}
.cid-uLofxmyToh p {
  text-align: center;
}
.cid-uLofxmyToh .row {
  justify-content: center;
}
.cid-uLofxmyToh .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLofxmyToh .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLofxmyToh .card-title,
.cid-uLofxmyToh .card-img {
  color: #b69b74;
}
.cid-uLofxmyToh .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLofxmyToh .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLofxmyToh img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLofxmTuUL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLofxmTuUL .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLohslU98m {
  z-index: 1000;
  width: 100%;
}
.cid-uLohslU98m .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLohslU98m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLohslU98m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLohslU98m .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLohslU98m .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLohslU98m .menu_box .navbar.opened,
  .cid-uLohslU98m .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLohslU98m nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLohslU98m .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLohslU98m .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLohslU98m .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLohslU98m .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLohslU98m .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLohslU98m .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLohslU98m .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLohslU98m .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLohslU98m .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLohslU98m .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLohslU98m .offcanvas-body .mbr-text,
  .cid-uLohslU98m .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLohslU98m .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLohslU98m .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLohslU98m .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLohslU98m .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLohslU98m .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLohslU98m .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLohslU98m .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLohslU98m ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLohslU98m .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLohslU98m .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLohslU98m .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLohslU98m li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLohslU98m .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLohslU98m .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLohslU98m .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLohslU98m .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLohslU98m .nav-item {
    margin: 0 !important;
  }
}
.cid-uLohslU98m .nav-item .nav-link:hover,
.cid-uLohslU98m .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLohslU98m .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLohslU98m .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLohslU98m .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLohslU98m .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLohslU98m .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLohslU98m .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLohslU98m .offcanvas_box {
    display: none;
  }
}
.cid-uLohslU98m .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLohslU98m .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLohslU98m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLohslU98m .container {
  display: flex;
  margin: auto;
}
.cid-uLohslU98m .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLohslU98m .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLohslU98m .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLohslU98m .navbar-caption {
  color: #2b2b2b;
}
.cid-uLohslU98m .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLohslU98m .navbar-nav {
    margin: 0;
  }
}
.cid-uLohslU98m .dropdown-menu,
.cid-uLohslU98m .navbar.opened {
  background-color: true !important;
}
.cid-uLohslU98m .nav-item:focus,
.cid-uLohslU98m .nav-link:focus {
  outline: none;
}
.cid-uLohslU98m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLohslU98m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLohslU98m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLohslU98m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLohslU98m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLohslU98m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLohslU98m .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLohslU98m .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLohslU98m .navbar.opened {
  transition: all 0.3s;
}
.cid-uLohslU98m .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLohslU98m .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLohslU98m .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLohslU98m .navbar.collapsed {
  justify-content: center;
}
.cid-uLohslU98m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLohslU98m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLohslU98m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLohslU98m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLohslU98m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLohslU98m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLohslU98m .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLohslU98m .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLohslU98m .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLohslU98m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLohslU98m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLohslU98m .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLohslU98m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLohslU98m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLohslU98m .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLohslU98m .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLohslU98m .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLohslU98m .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLohslU98m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLohslU98m .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLohslU98m .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLohslU98m .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLohslU98m .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLohslU98m .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLohslU98m .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLohslU98m .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLohslU98m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLohslU98m .dropdown-item.active,
.cid-uLohslU98m .dropdown-item:active {
  background-color: transparent;
}
.cid-uLohslU98m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLohslU98m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLohslU98m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLohslU98m .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLohslU98m ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLohslU98m .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLohslU98m button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLohslU98m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLohslU98m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLohslU98m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLohslU98m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLohslU98m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLohslU98m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLohslU98m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLohslU98m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLohslU98m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLohslU98m a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLohslU98m .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLohslU98m .navbar {
    height: 70px;
  }
  .cid-uLohslU98m .navbar.opened {
    height: auto;
  }
  .cid-uLohslU98m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLohslU98m .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLohslU98m .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLohslU98m .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLohslU98m .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLohslU98m .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLohslU98m .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLohslU98m .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLohslU98m .text_widget {
  margin-bottom: 32px;
}
.cid-uLohslU98m .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLohslU98m .text_widget a:hover {
  opacity: .5;
}
.cid-uLohslU98m .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLohslU98m .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLohslU98m .mbr-section-subtitle,
.cid-uLohslU98m .text_widget,
.cid-uLohslU98m .mbr-section-btn {
  text-align: center;
}
.cid-uLohslU98m a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLohsmlAqC {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLohsmlAqC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLohsmlAqC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLohsmlAqC .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLohsmlAqC .label-text {
  color: #747474;
}
.cid-uLohsmlAqC .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLohsmlAqC .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLohsmlAqC .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLohsmlAqC .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLohsmlAqC .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLohsmD3jO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLohsmD3jO .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLohsmD3jO .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLohsmD3jO .container {
    padding: 0 25px;
  }
}
.cid-uLohsmD3jO .row {
  margin: 0;
}
.cid-uLohsmD3jO .row .card {
  padding: 0;
}
.cid-uLohsmD3jO .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLohsmD3jO .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLohsmD3jO .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLohsmD3jO .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLohsmD3jO .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLohsmD3jO .item:focus,
.cid-uLohsmD3jO span:focus {
  outline: none;
}
.cid-uLohsmD3jO .item-wrapper {
  position: relative;
}
.cid-uLohsmD3jO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLohsmD3jO .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLohsmD3jO .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLohsmD3jO .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLohsmD3jO .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLohsmD3jO .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLohsmD3jO .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLohsmD3jO .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLohsmD3jO .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLohsmD3jO .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLohsmD3jO .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLohsmD3jO .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLohsmD3jO .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLohsmD3jO .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLohsmD3jO .embla__button--next,
.cid-uLohsmD3jO .embla__button--prev {
  display: flex;
}
.cid-uLohsmD3jO .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLohsmD3jO .embla__button {
    display: none;
  }
}
.cid-uLohsmD3jO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLohsmD3jO .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLohsmD3jO .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLohsmD3jO .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLohsmD3jO .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLohsmD3jO .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLohsmD3jO .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLohsmD3jO .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLohsmD3jO .embla__button {
    bottom: 1rem;
  }
}
.cid-uLohsmD3jO .embla {
  position: relative;
  width: 100%;
}
.cid-uLohsmD3jO .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLohsmD3jO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLohsmD3jO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLohsmD3jO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLohsmD3jO .mbr-section-title {
  color: #ffffff;
}
.cid-uLohsmD3jO .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLohsmD3jO .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLohsn7Lpt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLohsn7Lpt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLohsn7Lpt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLohsn7Lpt .container {
    padding: 0 30px;
  }
}
.cid-uLohsn7Lpt .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLohsn7Lpt .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLohsn7Lpt .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLohsn7Lpt .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLohsn7Lpt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLohsn7Lpt .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLohsn7Lpt .items .item {
    padding: 20px 0;
  }
}
.cid-uLohsn7Lpt .items .item:hover::after,
.cid-uLohsn7Lpt .items .item:focus::after {
  height: 100%;
}
.cid-uLohsn7Lpt .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLohsn7Lpt .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLohsn7Lpt .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLohsn7Lpt .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLohsn7Lpt .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLohsn7Lpt .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLohsn7Lpt .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLohsn7Lpt .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLohsn7Lpt .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLohsn7Lpt .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLohsn7Lpt .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLohsn7Lpt .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLohsn7Lpt .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLohsn7Lpt .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLohsn7Lpt .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLohsn7Lpt .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLohsn7Lpt .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLohsn7Lpt .mbr-section-title {
  color: #3a341c;
}
.cid-uLohsn7Lpt .card-title {
  color: #3a341c;
}
.cid-uLohsn7Lpt .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLohsn7Lpt .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLohsnraq4 {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLohsnraq4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLohsnraq4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLohsnraq4 .col-title {
  margin-bottom: 32px;
}
.cid-uLohsnraq4 .mbr-section-title {
  color: #24262b;
}
.cid-uLohsnraq4 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLohsnraq4 .cars-row {
  row-gap: 32px;
}
.cid-uLohsnraq4 .card {
  border-radius: 0;
}
.cid-uLohsnraq4 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLohsnraq4 .text-wrap {
  flex-grow: 1;
}
.cid-uLohsnraq4 .card-title {
  color: #24262b;
}
.cid-uLohsnraq4 .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLohsnraq4 .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLohsnraq4 .card-title,
.cid-uLohsnraq4 .card-wrapper {
  color: #35341b;
}
.cid-uLohsnNCIw {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLohsnNCIw .mbr-text {
  color: #ffffff;
}
.cid-uLohsnNCIw .container {
  max-width: 1000px;
}
.cid-uLohsnNCIw h4 {
  text-align: center;
}
.cid-uLohsnNCIw p {
  text-align: center;
}
.cid-uLohsnNCIw .row {
  justify-content: center;
}
.cid-uLohsnNCIw .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLohsnNCIw .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLohsnNCIw .card-title,
.cid-uLohsnNCIw .card-img {
  color: #b69b74;
}
.cid-uLohsnNCIw .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLohsnNCIw .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLohsnNCIw img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLohso8nGg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLohso8nGg .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLojiIP3Tw {
  z-index: 1000;
  width: 100%;
}
.cid-uLojiIP3Tw .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLojiIP3Tw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLojiIP3Tw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLojiIP3Tw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLojiIP3Tw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLojiIP3Tw .menu_box .navbar.opened,
  .cid-uLojiIP3Tw .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLojiIP3Tw nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLojiIP3Tw .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLojiIP3Tw .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLojiIP3Tw .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLojiIP3Tw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLojiIP3Tw .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLojiIP3Tw .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLojiIP3Tw .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLojiIP3Tw .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLojiIP3Tw .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLojiIP3Tw .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLojiIP3Tw .offcanvas-body .mbr-text,
  .cid-uLojiIP3Tw .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLojiIP3Tw .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLojiIP3Tw .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLojiIP3Tw .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLojiIP3Tw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLojiIP3Tw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLojiIP3Tw .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLojiIP3Tw .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLojiIP3Tw ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLojiIP3Tw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLojiIP3Tw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLojiIP3Tw .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLojiIP3Tw li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLojiIP3Tw .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLojiIP3Tw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLojiIP3Tw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLojiIP3Tw .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLojiIP3Tw .nav-item {
    margin: 0 !important;
  }
}
.cid-uLojiIP3Tw .nav-item .nav-link:hover,
.cid-uLojiIP3Tw .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLojiIP3Tw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLojiIP3Tw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLojiIP3Tw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLojiIP3Tw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLojiIP3Tw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLojiIP3Tw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLojiIP3Tw .offcanvas_box {
    display: none;
  }
}
.cid-uLojiIP3Tw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLojiIP3Tw .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLojiIP3Tw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLojiIP3Tw .container {
  display: flex;
  margin: auto;
}
.cid-uLojiIP3Tw .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLojiIP3Tw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLojiIP3Tw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLojiIP3Tw .navbar-caption {
  color: #2b2b2b;
}
.cid-uLojiIP3Tw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLojiIP3Tw .navbar-nav {
    margin: 0;
  }
}
.cid-uLojiIP3Tw .dropdown-menu,
.cid-uLojiIP3Tw .navbar.opened {
  background-color: true !important;
}
.cid-uLojiIP3Tw .nav-item:focus,
.cid-uLojiIP3Tw .nav-link:focus {
  outline: none;
}
.cid-uLojiIP3Tw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLojiIP3Tw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLojiIP3Tw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLojiIP3Tw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLojiIP3Tw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLojiIP3Tw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLojiIP3Tw .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLojiIP3Tw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLojiIP3Tw .navbar.opened {
  transition: all 0.3s;
}
.cid-uLojiIP3Tw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLojiIP3Tw .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLojiIP3Tw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLojiIP3Tw .navbar.collapsed {
  justify-content: center;
}
.cid-uLojiIP3Tw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLojiIP3Tw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLojiIP3Tw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLojiIP3Tw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLojiIP3Tw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLojiIP3Tw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLojiIP3Tw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLojiIP3Tw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLojiIP3Tw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLojiIP3Tw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLojiIP3Tw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLojiIP3Tw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLojiIP3Tw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLojiIP3Tw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLojiIP3Tw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLojiIP3Tw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLojiIP3Tw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLojiIP3Tw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLojiIP3Tw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLojiIP3Tw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLojiIP3Tw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLojiIP3Tw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLojiIP3Tw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLojiIP3Tw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLojiIP3Tw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLojiIP3Tw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLojiIP3Tw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLojiIP3Tw .dropdown-item.active,
.cid-uLojiIP3Tw .dropdown-item:active {
  background-color: transparent;
}
.cid-uLojiIP3Tw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLojiIP3Tw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLojiIP3Tw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLojiIP3Tw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLojiIP3Tw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLojiIP3Tw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLojiIP3Tw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLojiIP3Tw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLojiIP3Tw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLojiIP3Tw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLojiIP3Tw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLojiIP3Tw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLojiIP3Tw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLojiIP3Tw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLojiIP3Tw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLojiIP3Tw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLojiIP3Tw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLojiIP3Tw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLojiIP3Tw .navbar {
    height: 70px;
  }
  .cid-uLojiIP3Tw .navbar.opened {
    height: auto;
  }
  .cid-uLojiIP3Tw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLojiIP3Tw .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLojiIP3Tw .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLojiIP3Tw .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLojiIP3Tw .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLojiIP3Tw .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLojiIP3Tw .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLojiIP3Tw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLojiIP3Tw .text_widget {
  margin-bottom: 32px;
}
.cid-uLojiIP3Tw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLojiIP3Tw .text_widget a:hover {
  opacity: .5;
}
.cid-uLojiIP3Tw .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLojiIP3Tw .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLojiIP3Tw .mbr-section-subtitle,
.cid-uLojiIP3Tw .text_widget,
.cid-uLojiIP3Tw .mbr-section-btn {
  text-align: center;
}
.cid-uLojiIP3Tw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLojiJigjZ {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLojiJigjZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLojiJigjZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLojiJigjZ .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLojiJigjZ .label-text {
  color: #747474;
}
.cid-uLojiJigjZ .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLojiJigjZ .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLojiJigjZ .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLojiJigjZ .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLojiJigjZ .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLojiJByRb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLojiJByRb .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLojiJByRb .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLojiJByRb .container {
    padding: 0 25px;
  }
}
.cid-uLojiJByRb .row {
  margin: 0;
}
.cid-uLojiJByRb .row .card {
  padding: 0;
}
.cid-uLojiJByRb .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLojiJByRb .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLojiJByRb .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLojiJByRb .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLojiJByRb .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLojiJByRb .item:focus,
.cid-uLojiJByRb span:focus {
  outline: none;
}
.cid-uLojiJByRb .item-wrapper {
  position: relative;
}
.cid-uLojiJByRb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLojiJByRb .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLojiJByRb .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLojiJByRb .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLojiJByRb .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLojiJByRb .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLojiJByRb .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLojiJByRb .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLojiJByRb .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLojiJByRb .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLojiJByRb .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLojiJByRb .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLojiJByRb .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLojiJByRb .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLojiJByRb .embla__button--next,
.cid-uLojiJByRb .embla__button--prev {
  display: flex;
}
.cid-uLojiJByRb .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLojiJByRb .embla__button {
    display: none;
  }
}
.cid-uLojiJByRb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLojiJByRb .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLojiJByRb .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLojiJByRb .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLojiJByRb .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLojiJByRb .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLojiJByRb .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLojiJByRb .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLojiJByRb .embla__button {
    bottom: 1rem;
  }
}
.cid-uLojiJByRb .embla {
  position: relative;
  width: 100%;
}
.cid-uLojiJByRb .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLojiJByRb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLojiJByRb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLojiJByRb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLojiJByRb .mbr-section-title {
  color: #ffffff;
}
.cid-uLojiJByRb .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLojiJByRb .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLojiK4N1c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLojiK4N1c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLojiK4N1c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLojiK4N1c .container {
    padding: 0 30px;
  }
}
.cid-uLojiK4N1c .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLojiK4N1c .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLojiK4N1c .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLojiK4N1c .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLojiK4N1c .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLojiK4N1c .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLojiK4N1c .items .item {
    padding: 20px 0;
  }
}
.cid-uLojiK4N1c .items .item:hover::after,
.cid-uLojiK4N1c .items .item:focus::after {
  height: 100%;
}
.cid-uLojiK4N1c .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLojiK4N1c .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLojiK4N1c .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLojiK4N1c .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLojiK4N1c .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLojiK4N1c .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLojiK4N1c .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLojiK4N1c .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLojiK4N1c .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLojiK4N1c .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLojiK4N1c .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLojiK4N1c .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLojiK4N1c .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLojiK4N1c .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLojiK4N1c .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLojiK4N1c .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLojiK4N1c .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLojiK4N1c .mbr-section-title {
  color: #3a341c;
}
.cid-uLojiK4N1c .card-title {
  color: #3a341c;
}
.cid-uLojiK4N1c .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLojiK4N1c .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLojiKm2im {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLojiKm2im .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLojiKm2im .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLojiKm2im .col-title {
  margin-bottom: 32px;
}
.cid-uLojiKm2im .mbr-section-title {
  color: #24262b;
}
.cid-uLojiKm2im .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLojiKm2im .cars-row {
  row-gap: 32px;
}
.cid-uLojiKm2im .card {
  border-radius: 0;
}
.cid-uLojiKm2im .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLojiKm2im .text-wrap {
  flex-grow: 1;
}
.cid-uLojiKm2im .card-title {
  color: #24262b;
}
.cid-uLojiKm2im .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLojiKm2im .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLojiKm2im .card-title,
.cid-uLojiKm2im .card-wrapper {
  color: #35341b;
}
.cid-uLojiKNMuJ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLojiKNMuJ .mbr-text {
  color: #ffffff;
}
.cid-uLojiKNMuJ .container {
  max-width: 1000px;
}
.cid-uLojiKNMuJ h4 {
  text-align: center;
}
.cid-uLojiKNMuJ p {
  text-align: center;
}
.cid-uLojiKNMuJ .row {
  justify-content: center;
}
.cid-uLojiKNMuJ .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLojiKNMuJ .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLojiKNMuJ .card-title,
.cid-uLojiKNMuJ .card-img {
  color: #b69b74;
}
.cid-uLojiKNMuJ .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLojiKNMuJ .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLojiKNMuJ img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLojiLg5QF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLojiLg5QF .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLEf5loelQ {
  z-index: 1000;
  width: 100%;
}
.cid-uLEf5loelQ .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLEf5loelQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLEf5loelQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLEf5loelQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLEf5loelQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLEf5loelQ .menu_box .navbar.opened,
  .cid-uLEf5loelQ .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLEf5loelQ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLEf5loelQ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLEf5loelQ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLEf5loelQ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLEf5loelQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLEf5loelQ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLEf5loelQ .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLEf5loelQ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLEf5loelQ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLEf5loelQ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLEf5loelQ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLEf5loelQ .offcanvas-body .mbr-text,
  .cid-uLEf5loelQ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLEf5loelQ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLEf5loelQ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLEf5loelQ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLEf5loelQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLEf5loelQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLEf5loelQ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLEf5loelQ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLEf5loelQ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLEf5loelQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEf5loelQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLEf5loelQ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLEf5loelQ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLEf5loelQ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLEf5loelQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLEf5loelQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLEf5loelQ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLEf5loelQ .nav-item {
    margin: 0 !important;
  }
}
.cid-uLEf5loelQ .nav-item .nav-link:hover,
.cid-uLEf5loelQ .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLEf5loelQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLEf5loelQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLEf5loelQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLEf5loelQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEf5loelQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLEf5loelQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLEf5loelQ .offcanvas_box {
    display: none;
  }
}
.cid-uLEf5loelQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLEf5loelQ .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLEf5loelQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLEf5loelQ .container {
  display: flex;
  margin: auto;
}
.cid-uLEf5loelQ .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLEf5loelQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLEf5loelQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLEf5loelQ .navbar-caption {
  color: #2b2b2b;
}
.cid-uLEf5loelQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLEf5loelQ .navbar-nav {
    margin: 0;
  }
}
.cid-uLEf5loelQ .dropdown-menu,
.cid-uLEf5loelQ .navbar.opened {
  background-color: true !important;
}
.cid-uLEf5loelQ .nav-item:focus,
.cid-uLEf5loelQ .nav-link:focus {
  outline: none;
}
.cid-uLEf5loelQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLEf5loelQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLEf5loelQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLEf5loelQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEf5loelQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLEf5loelQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLEf5loelQ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLEf5loelQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLEf5loelQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uLEf5loelQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLEf5loelQ .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLEf5loelQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLEf5loelQ .navbar.collapsed {
  justify-content: center;
}
.cid-uLEf5loelQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLEf5loelQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLEf5loelQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLEf5loelQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLEf5loelQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLEf5loelQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLEf5loelQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLEf5loelQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLEf5loelQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLEf5loelQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLEf5loelQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLEf5loelQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLEf5loelQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLEf5loelQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLEf5loelQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLEf5loelQ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLEf5loelQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLEf5loelQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLEf5loelQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLEf5loelQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLEf5loelQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLEf5loelQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLEf5loelQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLEf5loelQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLEf5loelQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLEf5loelQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLEf5loelQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLEf5loelQ .dropdown-item.active,
.cid-uLEf5loelQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uLEf5loelQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLEf5loelQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLEf5loelQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLEf5loelQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLEf5loelQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLEf5loelQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLEf5loelQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLEf5loelQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLEf5loelQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLEf5loelQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEf5loelQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEf5loelQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLEf5loelQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEf5loelQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLEf5loelQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLEf5loelQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEf5loelQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLEf5loelQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLEf5loelQ .navbar {
    height: 70px;
  }
  .cid-uLEf5loelQ .navbar.opened {
    height: auto;
  }
  .cid-uLEf5loelQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLEf5loelQ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLEf5loelQ .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLEf5loelQ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLEf5loelQ .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLEf5loelQ .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLEf5loelQ .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLEf5loelQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLEf5loelQ .text_widget {
  margin-bottom: 32px;
}
.cid-uLEf5loelQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLEf5loelQ .text_widget a:hover {
  opacity: .5;
}
.cid-uLEf5loelQ .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLEf5loelQ .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLEf5loelQ .mbr-section-subtitle,
.cid-uLEf5loelQ .text_widget,
.cid-uLEf5loelQ .mbr-section-btn {
  text-align: center;
}
.cid-uLEf5loelQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLEf5lTYcZ {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLEf5lTYcZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEf5lTYcZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEf5lTYcZ .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLEf5lTYcZ .label-text {
  color: #747474;
}
.cid-uLEf5lTYcZ .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLEf5lTYcZ .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLEf5lTYcZ .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLEf5lTYcZ .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLEf5lTYcZ .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLEf5mffTs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLEf5mffTs .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLEf5mffTs .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLEf5mffTs .container {
    padding: 0 25px;
  }
}
.cid-uLEf5mffTs .row {
  margin: 0;
}
.cid-uLEf5mffTs .row .card {
  padding: 0;
}
.cid-uLEf5mffTs .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLEf5mffTs .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLEf5mffTs .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLEf5mffTs .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLEf5mffTs .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLEf5mffTs .item:focus,
.cid-uLEf5mffTs span:focus {
  outline: none;
}
.cid-uLEf5mffTs .item-wrapper {
  position: relative;
}
.cid-uLEf5mffTs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLEf5mffTs .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLEf5mffTs .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLEf5mffTs .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLEf5mffTs .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLEf5mffTs .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLEf5mffTs .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLEf5mffTs .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLEf5mffTs .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLEf5mffTs .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLEf5mffTs .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLEf5mffTs .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLEf5mffTs .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLEf5mffTs .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLEf5mffTs .embla__button--next,
.cid-uLEf5mffTs .embla__button--prev {
  display: flex;
}
.cid-uLEf5mffTs .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLEf5mffTs .embla__button {
    display: none;
  }
}
.cid-uLEf5mffTs .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLEf5mffTs .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLEf5mffTs .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLEf5mffTs .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLEf5mffTs .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLEf5mffTs .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLEf5mffTs .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLEf5mffTs .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLEf5mffTs .embla__button {
    bottom: 1rem;
  }
}
.cid-uLEf5mffTs .embla {
  position: relative;
  width: 100%;
}
.cid-uLEf5mffTs .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLEf5mffTs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLEf5mffTs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLEf5mffTs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLEf5mffTs .mbr-section-title {
  color: #ffffff;
}
.cid-uLEf5mffTs .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLEf5mffTs .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLEf5mNZT4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLEf5mNZT4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEf5mNZT4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLEf5mNZT4 .container {
    padding: 0 30px;
  }
}
.cid-uLEf5mNZT4 .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLEf5mNZT4 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLEf5mNZT4 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLEf5mNZT4 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLEf5mNZT4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLEf5mNZT4 .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLEf5mNZT4 .items .item {
    padding: 20px 0;
  }
}
.cid-uLEf5mNZT4 .items .item:hover::after,
.cid-uLEf5mNZT4 .items .item:focus::after {
  height: 100%;
}
.cid-uLEf5mNZT4 .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLEf5mNZT4 .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLEf5mNZT4 .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLEf5mNZT4 .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLEf5mNZT4 .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLEf5mNZT4 .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLEf5mNZT4 .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLEf5mNZT4 .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLEf5mNZT4 .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLEf5mNZT4 .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLEf5mNZT4 .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLEf5mNZT4 .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLEf5mNZT4 .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLEf5mNZT4 .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLEf5mNZT4 .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLEf5mNZT4 .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLEf5mNZT4 .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLEf5mNZT4 .mbr-section-title {
  color: #3a341c;
}
.cid-uLEf5mNZT4 .card-title {
  color: #3a341c;
}
.cid-uLEf5mNZT4 .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLEf5mNZT4 .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLEf5n6e6b {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLEf5n6e6b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEf5n6e6b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEf5n6e6b .col-title {
  margin-bottom: 32px;
}
.cid-uLEf5n6e6b .mbr-section-title {
  color: #24262b;
}
.cid-uLEf5n6e6b .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLEf5n6e6b .cars-row {
  row-gap: 32px;
}
.cid-uLEf5n6e6b .card {
  border-radius: 0;
}
.cid-uLEf5n6e6b .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLEf5n6e6b .text-wrap {
  flex-grow: 1;
}
.cid-uLEf5n6e6b .card-title {
  color: #24262b;
}
.cid-uLEf5n6e6b .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLEf5n6e6b .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLEf5n6e6b .card-title,
.cid-uLEf5n6e6b .card-wrapper {
  color: #35341b;
}
.cid-uLEf5ny6Vn {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLEf5ny6Vn .mbr-text {
  color: #ffffff;
}
.cid-uLEf5ny6Vn .container {
  max-width: 1000px;
}
.cid-uLEf5ny6Vn h4 {
  text-align: center;
}
.cid-uLEf5ny6Vn p {
  text-align: center;
}
.cid-uLEf5ny6Vn .row {
  justify-content: center;
}
.cid-uLEf5ny6Vn .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLEf5ny6Vn .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLEf5ny6Vn .card-title,
.cid-uLEf5ny6Vn .card-img {
  color: #b69b74;
}
.cid-uLEf5ny6Vn .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLEf5ny6Vn .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLEf5ny6Vn img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLEf5nYDYO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLEf5nYDYO .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLEhSOJWTu {
  z-index: 1000;
  width: 100%;
}
.cid-uLEhSOJWTu .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLEhSOJWTu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLEhSOJWTu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLEhSOJWTu .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLEhSOJWTu .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLEhSOJWTu .menu_box .navbar.opened,
  .cid-uLEhSOJWTu .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLEhSOJWTu nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLEhSOJWTu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLEhSOJWTu .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLEhSOJWTu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLEhSOJWTu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLEhSOJWTu .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLEhSOJWTu .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLEhSOJWTu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLEhSOJWTu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLEhSOJWTu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLEhSOJWTu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLEhSOJWTu .offcanvas-body .mbr-text,
  .cid-uLEhSOJWTu .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLEhSOJWTu .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLEhSOJWTu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLEhSOJWTu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLEhSOJWTu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLEhSOJWTu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLEhSOJWTu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLEhSOJWTu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLEhSOJWTu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLEhSOJWTu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEhSOJWTu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLEhSOJWTu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLEhSOJWTu li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLEhSOJWTu .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLEhSOJWTu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLEhSOJWTu .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLEhSOJWTu .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLEhSOJWTu .nav-item {
    margin: 0 !important;
  }
}
.cid-uLEhSOJWTu .nav-item .nav-link:hover,
.cid-uLEhSOJWTu .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLEhSOJWTu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLEhSOJWTu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLEhSOJWTu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLEhSOJWTu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEhSOJWTu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLEhSOJWTu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLEhSOJWTu .offcanvas_box {
    display: none;
  }
}
.cid-uLEhSOJWTu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLEhSOJWTu .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLEhSOJWTu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLEhSOJWTu .container {
  display: flex;
  margin: auto;
}
.cid-uLEhSOJWTu .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLEhSOJWTu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLEhSOJWTu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLEhSOJWTu .navbar-caption {
  color: #2b2b2b;
}
.cid-uLEhSOJWTu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLEhSOJWTu .navbar-nav {
    margin: 0;
  }
}
.cid-uLEhSOJWTu .dropdown-menu,
.cid-uLEhSOJWTu .navbar.opened {
  background-color: true !important;
}
.cid-uLEhSOJWTu .nav-item:focus,
.cid-uLEhSOJWTu .nav-link:focus {
  outline: none;
}
.cid-uLEhSOJWTu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLEhSOJWTu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLEhSOJWTu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLEhSOJWTu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEhSOJWTu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLEhSOJWTu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLEhSOJWTu .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLEhSOJWTu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLEhSOJWTu .navbar.opened {
  transition: all 0.3s;
}
.cid-uLEhSOJWTu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLEhSOJWTu .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLEhSOJWTu .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLEhSOJWTu .navbar.collapsed {
  justify-content: center;
}
.cid-uLEhSOJWTu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLEhSOJWTu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLEhSOJWTu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLEhSOJWTu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLEhSOJWTu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLEhSOJWTu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLEhSOJWTu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLEhSOJWTu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLEhSOJWTu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLEhSOJWTu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLEhSOJWTu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLEhSOJWTu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLEhSOJWTu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLEhSOJWTu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLEhSOJWTu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLEhSOJWTu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLEhSOJWTu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLEhSOJWTu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLEhSOJWTu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLEhSOJWTu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLEhSOJWTu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLEhSOJWTu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLEhSOJWTu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLEhSOJWTu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLEhSOJWTu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLEhSOJWTu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLEhSOJWTu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLEhSOJWTu .dropdown-item.active,
.cid-uLEhSOJWTu .dropdown-item:active {
  background-color: transparent;
}
.cid-uLEhSOJWTu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLEhSOJWTu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLEhSOJWTu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLEhSOJWTu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLEhSOJWTu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLEhSOJWTu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLEhSOJWTu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLEhSOJWTu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLEhSOJWTu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLEhSOJWTu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEhSOJWTu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEhSOJWTu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLEhSOJWTu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEhSOJWTu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLEhSOJWTu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLEhSOJWTu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEhSOJWTu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLEhSOJWTu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLEhSOJWTu .navbar {
    height: 70px;
  }
  .cid-uLEhSOJWTu .navbar.opened {
    height: auto;
  }
  .cid-uLEhSOJWTu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLEhSOJWTu .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLEhSOJWTu .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLEhSOJWTu .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLEhSOJWTu .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLEhSOJWTu .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLEhSOJWTu .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLEhSOJWTu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLEhSOJWTu .text_widget {
  margin-bottom: 32px;
}
.cid-uLEhSOJWTu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLEhSOJWTu .text_widget a:hover {
  opacity: .5;
}
.cid-uLEhSOJWTu .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLEhSOJWTu .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLEhSOJWTu .mbr-section-subtitle,
.cid-uLEhSOJWTu .text_widget,
.cid-uLEhSOJWTu .mbr-section-btn {
  text-align: center;
}
.cid-uLEhSOJWTu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLEhSPcjnj {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLEhSPcjnj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEhSPcjnj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEhSPcjnj .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLEhSPcjnj .label-text {
  color: #747474;
}
.cid-uLEhSPcjnj .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLEhSPcjnj .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLEhSPcjnj .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLEhSPcjnj .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLEhSPcjnj .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLEhSPyxNg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLEhSPyxNg .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLEhSPyxNg .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLEhSPyxNg .container {
    padding: 0 25px;
  }
}
.cid-uLEhSPyxNg .row {
  margin: 0;
}
.cid-uLEhSPyxNg .row .card {
  padding: 0;
}
.cid-uLEhSPyxNg .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLEhSPyxNg .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLEhSPyxNg .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLEhSPyxNg .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLEhSPyxNg .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLEhSPyxNg .item:focus,
.cid-uLEhSPyxNg span:focus {
  outline: none;
}
.cid-uLEhSPyxNg .item-wrapper {
  position: relative;
}
.cid-uLEhSPyxNg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLEhSPyxNg .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLEhSPyxNg .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLEhSPyxNg .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLEhSPyxNg .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLEhSPyxNg .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLEhSPyxNg .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLEhSPyxNg .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLEhSPyxNg .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLEhSPyxNg .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLEhSPyxNg .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLEhSPyxNg .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLEhSPyxNg .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLEhSPyxNg .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLEhSPyxNg .embla__button--next,
.cid-uLEhSPyxNg .embla__button--prev {
  display: flex;
}
.cid-uLEhSPyxNg .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLEhSPyxNg .embla__button {
    display: none;
  }
}
.cid-uLEhSPyxNg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLEhSPyxNg .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLEhSPyxNg .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLEhSPyxNg .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLEhSPyxNg .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLEhSPyxNg .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLEhSPyxNg .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLEhSPyxNg .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLEhSPyxNg .embla__button {
    bottom: 1rem;
  }
}
.cid-uLEhSPyxNg .embla {
  position: relative;
  width: 100%;
}
.cid-uLEhSPyxNg .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLEhSPyxNg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLEhSPyxNg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLEhSPyxNg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLEhSPyxNg .mbr-section-title {
  color: #ffffff;
}
.cid-uLEhSPyxNg .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLEhSPyxNg .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLEhSQ4LYv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLEhSQ4LYv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEhSQ4LYv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLEhSQ4LYv .container {
    padding: 0 30px;
  }
}
.cid-uLEhSQ4LYv .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLEhSQ4LYv .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLEhSQ4LYv .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLEhSQ4LYv .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLEhSQ4LYv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLEhSQ4LYv .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLEhSQ4LYv .items .item {
    padding: 20px 0;
  }
}
.cid-uLEhSQ4LYv .items .item:hover::after,
.cid-uLEhSQ4LYv .items .item:focus::after {
  height: 100%;
}
.cid-uLEhSQ4LYv .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLEhSQ4LYv .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLEhSQ4LYv .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLEhSQ4LYv .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLEhSQ4LYv .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLEhSQ4LYv .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLEhSQ4LYv .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLEhSQ4LYv .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLEhSQ4LYv .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLEhSQ4LYv .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLEhSQ4LYv .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLEhSQ4LYv .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLEhSQ4LYv .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLEhSQ4LYv .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLEhSQ4LYv .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLEhSQ4LYv .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLEhSQ4LYv .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLEhSQ4LYv .mbr-section-title {
  color: #3a341c;
}
.cid-uLEhSQ4LYv .card-title {
  color: #3a341c;
}
.cid-uLEhSQ4LYv .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLEhSQ4LYv .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLEhSQmgHL {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLEhSQmgHL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEhSQmgHL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEhSQmgHL .col-title {
  margin-bottom: 32px;
}
.cid-uLEhSQmgHL .mbr-section-title {
  color: #24262b;
}
.cid-uLEhSQmgHL .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLEhSQmgHL .cars-row {
  row-gap: 32px;
}
.cid-uLEhSQmgHL .card {
  border-radius: 0;
}
.cid-uLEhSQmgHL .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLEhSQmgHL .text-wrap {
  flex-grow: 1;
}
.cid-uLEhSQmgHL .card-title {
  color: #24262b;
}
.cid-uLEhSQmgHL .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLEhSQmgHL .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLEhSQmgHL .card-title,
.cid-uLEhSQmgHL .card-wrapper {
  color: #35341b;
}
.cid-uLEhSQNwc3 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLEhSQNwc3 .mbr-text {
  color: #ffffff;
}
.cid-uLEhSQNwc3 .container {
  max-width: 1000px;
}
.cid-uLEhSQNwc3 h4 {
  text-align: center;
}
.cid-uLEhSQNwc3 p {
  text-align: center;
}
.cid-uLEhSQNwc3 .row {
  justify-content: center;
}
.cid-uLEhSQNwc3 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLEhSQNwc3 .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLEhSQNwc3 .card-title,
.cid-uLEhSQNwc3 .card-img {
  color: #b69b74;
}
.cid-uLEhSQNwc3 .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLEhSQNwc3 .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLEhSQNwc3 img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLEhSR9dvt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLEhSR9dvt .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLEiTsFaZK {
  z-index: 1000;
  width: 100%;
}
.cid-uLEiTsFaZK .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLEiTsFaZK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLEiTsFaZK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLEiTsFaZK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLEiTsFaZK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLEiTsFaZK .menu_box .navbar.opened,
  .cid-uLEiTsFaZK .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLEiTsFaZK nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLEiTsFaZK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLEiTsFaZK .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLEiTsFaZK .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLEiTsFaZK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLEiTsFaZK .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLEiTsFaZK .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLEiTsFaZK .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLEiTsFaZK .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLEiTsFaZK .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLEiTsFaZK .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLEiTsFaZK .offcanvas-body .mbr-text,
  .cid-uLEiTsFaZK .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLEiTsFaZK .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLEiTsFaZK .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLEiTsFaZK .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLEiTsFaZK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLEiTsFaZK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLEiTsFaZK .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLEiTsFaZK .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLEiTsFaZK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLEiTsFaZK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEiTsFaZK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLEiTsFaZK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLEiTsFaZK li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLEiTsFaZK .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLEiTsFaZK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLEiTsFaZK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLEiTsFaZK .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLEiTsFaZK .nav-item {
    margin: 0 !important;
  }
}
.cid-uLEiTsFaZK .nav-item .nav-link:hover,
.cid-uLEiTsFaZK .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLEiTsFaZK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLEiTsFaZK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLEiTsFaZK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLEiTsFaZK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEiTsFaZK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLEiTsFaZK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLEiTsFaZK .offcanvas_box {
    display: none;
  }
}
.cid-uLEiTsFaZK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLEiTsFaZK .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLEiTsFaZK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLEiTsFaZK .container {
  display: flex;
  margin: auto;
}
.cid-uLEiTsFaZK .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLEiTsFaZK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLEiTsFaZK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLEiTsFaZK .navbar-caption {
  color: #2b2b2b;
}
.cid-uLEiTsFaZK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLEiTsFaZK .navbar-nav {
    margin: 0;
  }
}
.cid-uLEiTsFaZK .dropdown-menu,
.cid-uLEiTsFaZK .navbar.opened {
  background-color: true !important;
}
.cid-uLEiTsFaZK .nav-item:focus,
.cid-uLEiTsFaZK .nav-link:focus {
  outline: none;
}
.cid-uLEiTsFaZK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLEiTsFaZK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLEiTsFaZK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLEiTsFaZK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEiTsFaZK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLEiTsFaZK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLEiTsFaZK .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLEiTsFaZK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLEiTsFaZK .navbar.opened {
  transition: all 0.3s;
}
.cid-uLEiTsFaZK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLEiTsFaZK .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLEiTsFaZK .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLEiTsFaZK .navbar.collapsed {
  justify-content: center;
}
.cid-uLEiTsFaZK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLEiTsFaZK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLEiTsFaZK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLEiTsFaZK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLEiTsFaZK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLEiTsFaZK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLEiTsFaZK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLEiTsFaZK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLEiTsFaZK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLEiTsFaZK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLEiTsFaZK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLEiTsFaZK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLEiTsFaZK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLEiTsFaZK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLEiTsFaZK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLEiTsFaZK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLEiTsFaZK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLEiTsFaZK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLEiTsFaZK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLEiTsFaZK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLEiTsFaZK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLEiTsFaZK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLEiTsFaZK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLEiTsFaZK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLEiTsFaZK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLEiTsFaZK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLEiTsFaZK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLEiTsFaZK .dropdown-item.active,
.cid-uLEiTsFaZK .dropdown-item:active {
  background-color: transparent;
}
.cid-uLEiTsFaZK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLEiTsFaZK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLEiTsFaZK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLEiTsFaZK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLEiTsFaZK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLEiTsFaZK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLEiTsFaZK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLEiTsFaZK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLEiTsFaZK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLEiTsFaZK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEiTsFaZK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEiTsFaZK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLEiTsFaZK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEiTsFaZK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLEiTsFaZK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLEiTsFaZK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEiTsFaZK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLEiTsFaZK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLEiTsFaZK .navbar {
    height: 70px;
  }
  .cid-uLEiTsFaZK .navbar.opened {
    height: auto;
  }
  .cid-uLEiTsFaZK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLEiTsFaZK .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLEiTsFaZK .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLEiTsFaZK .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLEiTsFaZK .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLEiTsFaZK .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLEiTsFaZK .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLEiTsFaZK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLEiTsFaZK .text_widget {
  margin-bottom: 32px;
}
.cid-uLEiTsFaZK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLEiTsFaZK .text_widget a:hover {
  opacity: .5;
}
.cid-uLEiTsFaZK .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLEiTsFaZK .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLEiTsFaZK .mbr-section-subtitle,
.cid-uLEiTsFaZK .text_widget,
.cid-uLEiTsFaZK .mbr-section-btn {
  text-align: center;
}
.cid-uLEiTsFaZK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLEiTt81Ou {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLEiTt81Ou .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEiTt81Ou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEiTt81Ou .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLEiTt81Ou .label-text {
  color: #747474;
}
.cid-uLEiTt81Ou .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLEiTt81Ou .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLEiTt81Ou .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLEiTt81Ou .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLEiTt81Ou .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLEiTtt3yc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLEiTtt3yc .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLEiTtt3yc .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLEiTtt3yc .container {
    padding: 0 25px;
  }
}
.cid-uLEiTtt3yc .row {
  margin: 0;
}
.cid-uLEiTtt3yc .row .card {
  padding: 0;
}
.cid-uLEiTtt3yc .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLEiTtt3yc .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLEiTtt3yc .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLEiTtt3yc .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLEiTtt3yc .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLEiTtt3yc .item:focus,
.cid-uLEiTtt3yc span:focus {
  outline: none;
}
.cid-uLEiTtt3yc .item-wrapper {
  position: relative;
}
.cid-uLEiTtt3yc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLEiTtt3yc .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLEiTtt3yc .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLEiTtt3yc .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLEiTtt3yc .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLEiTtt3yc .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLEiTtt3yc .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLEiTtt3yc .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLEiTtt3yc .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLEiTtt3yc .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLEiTtt3yc .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLEiTtt3yc .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLEiTtt3yc .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLEiTtt3yc .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLEiTtt3yc .embla__button--next,
.cid-uLEiTtt3yc .embla__button--prev {
  display: flex;
}
.cid-uLEiTtt3yc .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLEiTtt3yc .embla__button {
    display: none;
  }
}
.cid-uLEiTtt3yc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLEiTtt3yc .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLEiTtt3yc .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLEiTtt3yc .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLEiTtt3yc .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLEiTtt3yc .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLEiTtt3yc .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLEiTtt3yc .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLEiTtt3yc .embla__button {
    bottom: 1rem;
  }
}
.cid-uLEiTtt3yc .embla {
  position: relative;
  width: 100%;
}
.cid-uLEiTtt3yc .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLEiTtt3yc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLEiTtt3yc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLEiTtt3yc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLEiTtt3yc .mbr-section-title {
  color: #ffffff;
}
.cid-uLEiTtt3yc .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLEiTtt3yc .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLEiTtXsA7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLEiTtXsA7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEiTtXsA7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLEiTtXsA7 .container {
    padding: 0 30px;
  }
}
.cid-uLEiTtXsA7 .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLEiTtXsA7 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLEiTtXsA7 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLEiTtXsA7 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLEiTtXsA7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLEiTtXsA7 .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLEiTtXsA7 .items .item {
    padding: 20px 0;
  }
}
.cid-uLEiTtXsA7 .items .item:hover::after,
.cid-uLEiTtXsA7 .items .item:focus::after {
  height: 100%;
}
.cid-uLEiTtXsA7 .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLEiTtXsA7 .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLEiTtXsA7 .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLEiTtXsA7 .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLEiTtXsA7 .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLEiTtXsA7 .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLEiTtXsA7 .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLEiTtXsA7 .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLEiTtXsA7 .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLEiTtXsA7 .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLEiTtXsA7 .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLEiTtXsA7 .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLEiTtXsA7 .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLEiTtXsA7 .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLEiTtXsA7 .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLEiTtXsA7 .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLEiTtXsA7 .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLEiTtXsA7 .mbr-section-title {
  color: #3a341c;
}
.cid-uLEiTtXsA7 .card-title {
  color: #3a341c;
}
.cid-uLEiTtXsA7 .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLEiTtXsA7 .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLEiTuedzJ {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLEiTuedzJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEiTuedzJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEiTuedzJ .col-title {
  margin-bottom: 32px;
}
.cid-uLEiTuedzJ .mbr-section-title {
  color: #24262b;
}
.cid-uLEiTuedzJ .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLEiTuedzJ .cars-row {
  row-gap: 32px;
}
.cid-uLEiTuedzJ .card {
  border-radius: 0;
}
.cid-uLEiTuedzJ .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLEiTuedzJ .text-wrap {
  flex-grow: 1;
}
.cid-uLEiTuedzJ .card-title {
  color: #24262b;
}
.cid-uLEiTuedzJ .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLEiTuedzJ .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLEiTuedzJ .card-title,
.cid-uLEiTuedzJ .card-wrapper {
  color: #35341b;
}
.cid-uLEiTuHWGB {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLEiTuHWGB .mbr-text {
  color: #ffffff;
}
.cid-uLEiTuHWGB .container {
  max-width: 1000px;
}
.cid-uLEiTuHWGB h4 {
  text-align: center;
}
.cid-uLEiTuHWGB p {
  text-align: center;
}
.cid-uLEiTuHWGB .row {
  justify-content: center;
}
.cid-uLEiTuHWGB .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLEiTuHWGB .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLEiTuHWGB .card-title,
.cid-uLEiTuHWGB .card-img {
  color: #b69b74;
}
.cid-uLEiTuHWGB .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLEiTuHWGB .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLEiTuHWGB img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLEiTv1dfl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLEiTv1dfl .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLEmpHPgjr {
  z-index: 1000;
  width: 100%;
}
.cid-uLEmpHPgjr .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLEmpHPgjr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLEmpHPgjr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLEmpHPgjr .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLEmpHPgjr .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLEmpHPgjr .menu_box .navbar.opened,
  .cid-uLEmpHPgjr .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLEmpHPgjr nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLEmpHPgjr .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLEmpHPgjr .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLEmpHPgjr .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLEmpHPgjr .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLEmpHPgjr .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLEmpHPgjr .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLEmpHPgjr .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLEmpHPgjr .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLEmpHPgjr .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLEmpHPgjr .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLEmpHPgjr .offcanvas-body .mbr-text,
  .cid-uLEmpHPgjr .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLEmpHPgjr .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLEmpHPgjr .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLEmpHPgjr .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLEmpHPgjr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLEmpHPgjr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLEmpHPgjr .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLEmpHPgjr .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLEmpHPgjr ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLEmpHPgjr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEmpHPgjr .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLEmpHPgjr .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLEmpHPgjr li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLEmpHPgjr .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLEmpHPgjr .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLEmpHPgjr .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLEmpHPgjr .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLEmpHPgjr .nav-item {
    margin: 0 !important;
  }
}
.cid-uLEmpHPgjr .nav-item .nav-link:hover,
.cid-uLEmpHPgjr .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLEmpHPgjr .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLEmpHPgjr .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLEmpHPgjr .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLEmpHPgjr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEmpHPgjr .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLEmpHPgjr .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLEmpHPgjr .offcanvas_box {
    display: none;
  }
}
.cid-uLEmpHPgjr .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLEmpHPgjr .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLEmpHPgjr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLEmpHPgjr .container {
  display: flex;
  margin: auto;
}
.cid-uLEmpHPgjr .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLEmpHPgjr .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLEmpHPgjr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLEmpHPgjr .navbar-caption {
  color: #2b2b2b;
}
.cid-uLEmpHPgjr .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLEmpHPgjr .navbar-nav {
    margin: 0;
  }
}
.cid-uLEmpHPgjr .dropdown-menu,
.cid-uLEmpHPgjr .navbar.opened {
  background-color: true !important;
}
.cid-uLEmpHPgjr .nav-item:focus,
.cid-uLEmpHPgjr .nav-link:focus {
  outline: none;
}
.cid-uLEmpHPgjr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLEmpHPgjr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLEmpHPgjr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLEmpHPgjr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEmpHPgjr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLEmpHPgjr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLEmpHPgjr .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLEmpHPgjr .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLEmpHPgjr .navbar.opened {
  transition: all 0.3s;
}
.cid-uLEmpHPgjr .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLEmpHPgjr .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLEmpHPgjr .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLEmpHPgjr .navbar.collapsed {
  justify-content: center;
}
.cid-uLEmpHPgjr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLEmpHPgjr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLEmpHPgjr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLEmpHPgjr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLEmpHPgjr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLEmpHPgjr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLEmpHPgjr .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLEmpHPgjr .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLEmpHPgjr .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLEmpHPgjr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLEmpHPgjr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLEmpHPgjr .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLEmpHPgjr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLEmpHPgjr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLEmpHPgjr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLEmpHPgjr .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLEmpHPgjr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLEmpHPgjr .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLEmpHPgjr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLEmpHPgjr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLEmpHPgjr .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLEmpHPgjr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLEmpHPgjr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLEmpHPgjr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLEmpHPgjr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLEmpHPgjr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLEmpHPgjr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLEmpHPgjr .dropdown-item.active,
.cid-uLEmpHPgjr .dropdown-item:active {
  background-color: transparent;
}
.cid-uLEmpHPgjr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLEmpHPgjr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLEmpHPgjr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLEmpHPgjr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLEmpHPgjr ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLEmpHPgjr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLEmpHPgjr button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLEmpHPgjr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLEmpHPgjr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLEmpHPgjr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEmpHPgjr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEmpHPgjr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLEmpHPgjr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEmpHPgjr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLEmpHPgjr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLEmpHPgjr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEmpHPgjr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLEmpHPgjr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLEmpHPgjr .navbar {
    height: 70px;
  }
  .cid-uLEmpHPgjr .navbar.opened {
    height: auto;
  }
  .cid-uLEmpHPgjr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLEmpHPgjr .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLEmpHPgjr .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLEmpHPgjr .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLEmpHPgjr .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLEmpHPgjr .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLEmpHPgjr .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLEmpHPgjr .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLEmpHPgjr .text_widget {
  margin-bottom: 32px;
}
.cid-uLEmpHPgjr .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLEmpHPgjr .text_widget a:hover {
  opacity: .5;
}
.cid-uLEmpHPgjr .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLEmpHPgjr .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLEmpHPgjr .mbr-section-subtitle,
.cid-uLEmpHPgjr .text_widget,
.cid-uLEmpHPgjr .mbr-section-btn {
  text-align: center;
}
.cid-uLEmpHPgjr a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLEmpIiMxZ {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLEmpIiMxZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEmpIiMxZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEmpIiMxZ .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLEmpIiMxZ .label-text {
  color: #747474;
}
.cid-uLEmpIiMxZ .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLEmpIiMxZ .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLEmpIiMxZ .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLEmpIiMxZ .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLEmpIiMxZ .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLEmpIzUWs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLEmpIzUWs .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLEmpIzUWs .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLEmpIzUWs .container {
    padding: 0 25px;
  }
}
.cid-uLEmpIzUWs .row {
  margin: 0;
}
.cid-uLEmpIzUWs .row .card {
  padding: 0;
}
.cid-uLEmpIzUWs .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLEmpIzUWs .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLEmpIzUWs .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLEmpIzUWs .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLEmpIzUWs .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLEmpIzUWs .item:focus,
.cid-uLEmpIzUWs span:focus {
  outline: none;
}
.cid-uLEmpIzUWs .item-wrapper {
  position: relative;
}
.cid-uLEmpIzUWs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLEmpIzUWs .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLEmpIzUWs .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLEmpIzUWs .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLEmpIzUWs .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLEmpIzUWs .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLEmpIzUWs .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLEmpIzUWs .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLEmpIzUWs .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLEmpIzUWs .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLEmpIzUWs .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLEmpIzUWs .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLEmpIzUWs .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLEmpIzUWs .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLEmpIzUWs .embla__button--next,
.cid-uLEmpIzUWs .embla__button--prev {
  display: flex;
}
.cid-uLEmpIzUWs .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLEmpIzUWs .embla__button {
    display: none;
  }
}
.cid-uLEmpIzUWs .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLEmpIzUWs .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLEmpIzUWs .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLEmpIzUWs .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLEmpIzUWs .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLEmpIzUWs .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLEmpIzUWs .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLEmpIzUWs .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLEmpIzUWs .embla__button {
    bottom: 1rem;
  }
}
.cid-uLEmpIzUWs .embla {
  position: relative;
  width: 100%;
}
.cid-uLEmpIzUWs .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLEmpIzUWs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLEmpIzUWs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLEmpIzUWs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLEmpIzUWs .mbr-section-title {
  color: #ffffff;
}
.cid-uLEmpIzUWs .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLEmpIzUWs .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLEmpJ8zRx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLEmpJ8zRx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEmpJ8zRx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLEmpJ8zRx .container {
    padding: 0 30px;
  }
}
.cid-uLEmpJ8zRx .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLEmpJ8zRx .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLEmpJ8zRx .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLEmpJ8zRx .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLEmpJ8zRx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLEmpJ8zRx .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLEmpJ8zRx .items .item {
    padding: 20px 0;
  }
}
.cid-uLEmpJ8zRx .items .item:hover::after,
.cid-uLEmpJ8zRx .items .item:focus::after {
  height: 100%;
}
.cid-uLEmpJ8zRx .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLEmpJ8zRx .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLEmpJ8zRx .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLEmpJ8zRx .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLEmpJ8zRx .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLEmpJ8zRx .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLEmpJ8zRx .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLEmpJ8zRx .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLEmpJ8zRx .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLEmpJ8zRx .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLEmpJ8zRx .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLEmpJ8zRx .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLEmpJ8zRx .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLEmpJ8zRx .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLEmpJ8zRx .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLEmpJ8zRx .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLEmpJ8zRx .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLEmpJ8zRx .mbr-section-title {
  color: #3a341c;
}
.cid-uLEmpJ8zRx .card-title {
  color: #3a341c;
}
.cid-uLEmpJ8zRx .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLEmpJ8zRx .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLEmpJpdcU {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLEmpJpdcU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEmpJpdcU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEmpJpdcU .col-title {
  margin-bottom: 32px;
}
.cid-uLEmpJpdcU .mbr-section-title {
  color: #24262b;
}
.cid-uLEmpJpdcU .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLEmpJpdcU .cars-row {
  row-gap: 32px;
}
.cid-uLEmpJpdcU .card {
  border-radius: 0;
}
.cid-uLEmpJpdcU .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLEmpJpdcU .text-wrap {
  flex-grow: 1;
}
.cid-uLEmpJpdcU .card-title {
  color: #24262b;
}
.cid-uLEmpJpdcU .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLEmpJpdcU .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLEmpJpdcU .card-title,
.cid-uLEmpJpdcU .card-wrapper {
  color: #35341b;
}
.cid-uLEmpJOHol {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLEmpJOHol .mbr-text {
  color: #ffffff;
}
.cid-uLEmpJOHol .container {
  max-width: 1000px;
}
.cid-uLEmpJOHol h4 {
  text-align: center;
}
.cid-uLEmpJOHol p {
  text-align: center;
}
.cid-uLEmpJOHol .row {
  justify-content: center;
}
.cid-uLEmpJOHol .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLEmpJOHol .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLEmpJOHol .card-title,
.cid-uLEmpJOHol .card-img {
  color: #b69b74;
}
.cid-uLEmpJOHol .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLEmpJOHol .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLEmpJOHol img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLEmpKaXl4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLEmpKaXl4 .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLEnF7Uybl {
  z-index: 1000;
  width: 100%;
}
.cid-uLEnF7Uybl .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLEnF7Uybl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLEnF7Uybl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLEnF7Uybl .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLEnF7Uybl .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLEnF7Uybl .menu_box .navbar.opened,
  .cid-uLEnF7Uybl .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLEnF7Uybl nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLEnF7Uybl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLEnF7Uybl .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLEnF7Uybl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLEnF7Uybl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLEnF7Uybl .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLEnF7Uybl .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLEnF7Uybl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLEnF7Uybl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLEnF7Uybl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLEnF7Uybl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLEnF7Uybl .offcanvas-body .mbr-text,
  .cid-uLEnF7Uybl .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLEnF7Uybl .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLEnF7Uybl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLEnF7Uybl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLEnF7Uybl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLEnF7Uybl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLEnF7Uybl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLEnF7Uybl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLEnF7Uybl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLEnF7Uybl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEnF7Uybl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLEnF7Uybl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLEnF7Uybl li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLEnF7Uybl .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLEnF7Uybl .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLEnF7Uybl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLEnF7Uybl .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLEnF7Uybl .nav-item {
    margin: 0 !important;
  }
}
.cid-uLEnF7Uybl .nav-item .nav-link:hover,
.cid-uLEnF7Uybl .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLEnF7Uybl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLEnF7Uybl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLEnF7Uybl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLEnF7Uybl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEnF7Uybl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLEnF7Uybl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLEnF7Uybl .offcanvas_box {
    display: none;
  }
}
.cid-uLEnF7Uybl .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLEnF7Uybl .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLEnF7Uybl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLEnF7Uybl .container {
  display: flex;
  margin: auto;
}
.cid-uLEnF7Uybl .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLEnF7Uybl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLEnF7Uybl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLEnF7Uybl .navbar-caption {
  color: #2b2b2b;
}
.cid-uLEnF7Uybl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLEnF7Uybl .navbar-nav {
    margin: 0;
  }
}
.cid-uLEnF7Uybl .dropdown-menu,
.cid-uLEnF7Uybl .navbar.opened {
  background-color: true !important;
}
.cid-uLEnF7Uybl .nav-item:focus,
.cid-uLEnF7Uybl .nav-link:focus {
  outline: none;
}
.cid-uLEnF7Uybl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLEnF7Uybl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLEnF7Uybl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLEnF7Uybl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEnF7Uybl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLEnF7Uybl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLEnF7Uybl .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLEnF7Uybl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLEnF7Uybl .navbar.opened {
  transition: all 0.3s;
}
.cid-uLEnF7Uybl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLEnF7Uybl .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLEnF7Uybl .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLEnF7Uybl .navbar.collapsed {
  justify-content: center;
}
.cid-uLEnF7Uybl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLEnF7Uybl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLEnF7Uybl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLEnF7Uybl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLEnF7Uybl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLEnF7Uybl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLEnF7Uybl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLEnF7Uybl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLEnF7Uybl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLEnF7Uybl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLEnF7Uybl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLEnF7Uybl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLEnF7Uybl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLEnF7Uybl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLEnF7Uybl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLEnF7Uybl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLEnF7Uybl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLEnF7Uybl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLEnF7Uybl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLEnF7Uybl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLEnF7Uybl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLEnF7Uybl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLEnF7Uybl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLEnF7Uybl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLEnF7Uybl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLEnF7Uybl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLEnF7Uybl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLEnF7Uybl .dropdown-item.active,
.cid-uLEnF7Uybl .dropdown-item:active {
  background-color: transparent;
}
.cid-uLEnF7Uybl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLEnF7Uybl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLEnF7Uybl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLEnF7Uybl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLEnF7Uybl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLEnF7Uybl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLEnF7Uybl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLEnF7Uybl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLEnF7Uybl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLEnF7Uybl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEnF7Uybl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEnF7Uybl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLEnF7Uybl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEnF7Uybl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLEnF7Uybl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLEnF7Uybl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEnF7Uybl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLEnF7Uybl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLEnF7Uybl .navbar {
    height: 70px;
  }
  .cid-uLEnF7Uybl .navbar.opened {
    height: auto;
  }
  .cid-uLEnF7Uybl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLEnF7Uybl .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLEnF7Uybl .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLEnF7Uybl .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLEnF7Uybl .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLEnF7Uybl .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLEnF7Uybl .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLEnF7Uybl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLEnF7Uybl .text_widget {
  margin-bottom: 32px;
}
.cid-uLEnF7Uybl .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLEnF7Uybl .text_widget a:hover {
  opacity: .5;
}
.cid-uLEnF7Uybl .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLEnF7Uybl .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLEnF7Uybl .mbr-section-subtitle,
.cid-uLEnF7Uybl .text_widget,
.cid-uLEnF7Uybl .mbr-section-btn {
  text-align: center;
}
.cid-uLEnF7Uybl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLEnF8mooc {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLEnF8mooc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEnF8mooc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEnF8mooc .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLEnF8mooc .label-text {
  color: #747474;
}
.cid-uLEnF8mooc .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLEnF8mooc .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLEnF8mooc .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLEnF8mooc .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLEnF8mooc .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLEnF8J8qm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLEnF8J8qm .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLEnF8J8qm .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLEnF8J8qm .container {
    padding: 0 25px;
  }
}
.cid-uLEnF8J8qm .row {
  margin: 0;
}
.cid-uLEnF8J8qm .row .card {
  padding: 0;
}
.cid-uLEnF8J8qm .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLEnF8J8qm .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLEnF8J8qm .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLEnF8J8qm .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLEnF8J8qm .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLEnF8J8qm .item:focus,
.cid-uLEnF8J8qm span:focus {
  outline: none;
}
.cid-uLEnF8J8qm .item-wrapper {
  position: relative;
}
.cid-uLEnF8J8qm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLEnF8J8qm .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLEnF8J8qm .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLEnF8J8qm .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLEnF8J8qm .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLEnF8J8qm .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLEnF8J8qm .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLEnF8J8qm .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLEnF8J8qm .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLEnF8J8qm .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLEnF8J8qm .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLEnF8J8qm .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLEnF8J8qm .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLEnF8J8qm .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLEnF8J8qm .embla__button--next,
.cid-uLEnF8J8qm .embla__button--prev {
  display: flex;
}
.cid-uLEnF8J8qm .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLEnF8J8qm .embla__button {
    display: none;
  }
}
.cid-uLEnF8J8qm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLEnF8J8qm .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLEnF8J8qm .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLEnF8J8qm .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLEnF8J8qm .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLEnF8J8qm .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLEnF8J8qm .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLEnF8J8qm .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLEnF8J8qm .embla__button {
    bottom: 1rem;
  }
}
.cid-uLEnF8J8qm .embla {
  position: relative;
  width: 100%;
}
.cid-uLEnF8J8qm .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLEnF8J8qm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLEnF8J8qm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLEnF8J8qm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLEnF8J8qm .mbr-section-title {
  color: #ffffff;
}
.cid-uLEnF8J8qm .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLEnF8J8qm .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLEnF9fLgT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLEnF9fLgT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEnF9fLgT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLEnF9fLgT .container {
    padding: 0 30px;
  }
}
.cid-uLEnF9fLgT .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLEnF9fLgT .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLEnF9fLgT .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLEnF9fLgT .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLEnF9fLgT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLEnF9fLgT .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLEnF9fLgT .items .item {
    padding: 20px 0;
  }
}
.cid-uLEnF9fLgT .items .item:hover::after,
.cid-uLEnF9fLgT .items .item:focus::after {
  height: 100%;
}
.cid-uLEnF9fLgT .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLEnF9fLgT .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLEnF9fLgT .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLEnF9fLgT .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLEnF9fLgT .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLEnF9fLgT .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLEnF9fLgT .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLEnF9fLgT .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLEnF9fLgT .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLEnF9fLgT .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLEnF9fLgT .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLEnF9fLgT .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLEnF9fLgT .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLEnF9fLgT .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLEnF9fLgT .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLEnF9fLgT .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLEnF9fLgT .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLEnF9fLgT .mbr-section-title {
  color: #3a341c;
}
.cid-uLEnF9fLgT .card-title {
  color: #3a341c;
}
.cid-uLEnF9fLgT .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLEnF9fLgT .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLEnF9xiSV {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLEnF9xiSV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEnF9xiSV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEnF9xiSV .col-title {
  margin-bottom: 32px;
}
.cid-uLEnF9xiSV .mbr-section-title {
  color: #24262b;
}
.cid-uLEnF9xiSV .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLEnF9xiSV .cars-row {
  row-gap: 32px;
}
.cid-uLEnF9xiSV .card {
  border-radius: 0;
}
.cid-uLEnF9xiSV .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLEnF9xiSV .text-wrap {
  flex-grow: 1;
}
.cid-uLEnF9xiSV .card-title {
  color: #24262b;
}
.cid-uLEnF9xiSV .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLEnF9xiSV .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLEnF9xiSV .card-title,
.cid-uLEnF9xiSV .card-wrapper {
  color: #35341b;
}
.cid-uLEnF9Xc0M {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLEnF9Xc0M .mbr-text {
  color: #ffffff;
}
.cid-uLEnF9Xc0M .container {
  max-width: 1000px;
}
.cid-uLEnF9Xc0M h4 {
  text-align: center;
}
.cid-uLEnF9Xc0M p {
  text-align: center;
}
.cid-uLEnF9Xc0M .row {
  justify-content: center;
}
.cid-uLEnF9Xc0M .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLEnF9Xc0M .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLEnF9Xc0M .card-title,
.cid-uLEnF9Xc0M .card-img {
  color: #b69b74;
}
.cid-uLEnF9Xc0M .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLEnF9Xc0M .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLEnF9Xc0M img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLEnFane0E {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLEnFane0E .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLEkVdS1P7 {
  z-index: 1000;
  width: 100%;
}
.cid-uLEkVdS1P7 .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLEkVdS1P7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLEkVdS1P7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLEkVdS1P7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLEkVdS1P7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLEkVdS1P7 .menu_box .navbar.opened,
  .cid-uLEkVdS1P7 .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLEkVdS1P7 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLEkVdS1P7 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLEkVdS1P7 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLEkVdS1P7 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLEkVdS1P7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLEkVdS1P7 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLEkVdS1P7 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLEkVdS1P7 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLEkVdS1P7 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLEkVdS1P7 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLEkVdS1P7 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLEkVdS1P7 .offcanvas-body .mbr-text,
  .cid-uLEkVdS1P7 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLEkVdS1P7 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLEkVdS1P7 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLEkVdS1P7 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLEkVdS1P7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLEkVdS1P7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLEkVdS1P7 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLEkVdS1P7 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLEkVdS1P7 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLEkVdS1P7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEkVdS1P7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLEkVdS1P7 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLEkVdS1P7 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLEkVdS1P7 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLEkVdS1P7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLEkVdS1P7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLEkVdS1P7 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLEkVdS1P7 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLEkVdS1P7 .nav-item .nav-link:hover,
.cid-uLEkVdS1P7 .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLEkVdS1P7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLEkVdS1P7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLEkVdS1P7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLEkVdS1P7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEkVdS1P7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLEkVdS1P7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLEkVdS1P7 .offcanvas_box {
    display: none;
  }
}
.cid-uLEkVdS1P7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLEkVdS1P7 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLEkVdS1P7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLEkVdS1P7 .container {
  display: flex;
  margin: auto;
}
.cid-uLEkVdS1P7 .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLEkVdS1P7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLEkVdS1P7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLEkVdS1P7 .navbar-caption {
  color: #2b2b2b;
}
.cid-uLEkVdS1P7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLEkVdS1P7 .navbar-nav {
    margin: 0;
  }
}
.cid-uLEkVdS1P7 .dropdown-menu,
.cid-uLEkVdS1P7 .navbar.opened {
  background-color: true !important;
}
.cid-uLEkVdS1P7 .nav-item:focus,
.cid-uLEkVdS1P7 .nav-link:focus {
  outline: none;
}
.cid-uLEkVdS1P7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLEkVdS1P7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLEkVdS1P7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLEkVdS1P7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEkVdS1P7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLEkVdS1P7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLEkVdS1P7 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLEkVdS1P7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLEkVdS1P7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLEkVdS1P7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLEkVdS1P7 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLEkVdS1P7 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLEkVdS1P7 .navbar.collapsed {
  justify-content: center;
}
.cid-uLEkVdS1P7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLEkVdS1P7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLEkVdS1P7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLEkVdS1P7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLEkVdS1P7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLEkVdS1P7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLEkVdS1P7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLEkVdS1P7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLEkVdS1P7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLEkVdS1P7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLEkVdS1P7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLEkVdS1P7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLEkVdS1P7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLEkVdS1P7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLEkVdS1P7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLEkVdS1P7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLEkVdS1P7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLEkVdS1P7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLEkVdS1P7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLEkVdS1P7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLEkVdS1P7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLEkVdS1P7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLEkVdS1P7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLEkVdS1P7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLEkVdS1P7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLEkVdS1P7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLEkVdS1P7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLEkVdS1P7 .dropdown-item.active,
.cid-uLEkVdS1P7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLEkVdS1P7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLEkVdS1P7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLEkVdS1P7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLEkVdS1P7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLEkVdS1P7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLEkVdS1P7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLEkVdS1P7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLEkVdS1P7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLEkVdS1P7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLEkVdS1P7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEkVdS1P7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEkVdS1P7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLEkVdS1P7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEkVdS1P7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLEkVdS1P7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLEkVdS1P7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEkVdS1P7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLEkVdS1P7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLEkVdS1P7 .navbar {
    height: 70px;
  }
  .cid-uLEkVdS1P7 .navbar.opened {
    height: auto;
  }
  .cid-uLEkVdS1P7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLEkVdS1P7 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLEkVdS1P7 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLEkVdS1P7 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLEkVdS1P7 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLEkVdS1P7 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLEkVdS1P7 .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLEkVdS1P7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLEkVdS1P7 .text_widget {
  margin-bottom: 32px;
}
.cid-uLEkVdS1P7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLEkVdS1P7 .text_widget a:hover {
  opacity: .5;
}
.cid-uLEkVdS1P7 .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLEkVdS1P7 .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLEkVdS1P7 .mbr-section-subtitle,
.cid-uLEkVdS1P7 .text_widget,
.cid-uLEkVdS1P7 .mbr-section-btn {
  text-align: center;
}
.cid-uLEkVdS1P7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLEkVenqNl {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLEkVenqNl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEkVenqNl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEkVenqNl .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLEkVenqNl .label-text {
  color: #747474;
}
.cid-uLEkVenqNl .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLEkVenqNl .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLEkVenqNl .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLEkVenqNl .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLEkVenqNl .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLEkVeHJIx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLEkVeHJIx .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLEkVeHJIx .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLEkVeHJIx .container {
    padding: 0 25px;
  }
}
.cid-uLEkVeHJIx .row {
  margin: 0;
}
.cid-uLEkVeHJIx .row .card {
  padding: 0;
}
.cid-uLEkVeHJIx .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLEkVeHJIx .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLEkVeHJIx .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLEkVeHJIx .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLEkVeHJIx .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLEkVeHJIx .item:focus,
.cid-uLEkVeHJIx span:focus {
  outline: none;
}
.cid-uLEkVeHJIx .item-wrapper {
  position: relative;
}
.cid-uLEkVeHJIx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLEkVeHJIx .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLEkVeHJIx .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLEkVeHJIx .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLEkVeHJIx .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLEkVeHJIx .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLEkVeHJIx .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLEkVeHJIx .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLEkVeHJIx .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLEkVeHJIx .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLEkVeHJIx .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLEkVeHJIx .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLEkVeHJIx .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLEkVeHJIx .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLEkVeHJIx .embla__button--next,
.cid-uLEkVeHJIx .embla__button--prev {
  display: flex;
}
.cid-uLEkVeHJIx .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLEkVeHJIx .embla__button {
    display: none;
  }
}
.cid-uLEkVeHJIx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLEkVeHJIx .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLEkVeHJIx .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLEkVeHJIx .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLEkVeHJIx .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLEkVeHJIx .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLEkVeHJIx .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLEkVeHJIx .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLEkVeHJIx .embla__button {
    bottom: 1rem;
  }
}
.cid-uLEkVeHJIx .embla {
  position: relative;
  width: 100%;
}
.cid-uLEkVeHJIx .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLEkVeHJIx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLEkVeHJIx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLEkVeHJIx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLEkVeHJIx .mbr-section-title {
  color: #ffffff;
}
.cid-uLEkVeHJIx .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLEkVeHJIx .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLEkVfgFEx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLEkVfgFEx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEkVfgFEx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLEkVfgFEx .container {
    padding: 0 30px;
  }
}
.cid-uLEkVfgFEx .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLEkVfgFEx .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLEkVfgFEx .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLEkVfgFEx .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLEkVfgFEx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLEkVfgFEx .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLEkVfgFEx .items .item {
    padding: 20px 0;
  }
}
.cid-uLEkVfgFEx .items .item:hover::after,
.cid-uLEkVfgFEx .items .item:focus::after {
  height: 100%;
}
.cid-uLEkVfgFEx .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLEkVfgFEx .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLEkVfgFEx .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLEkVfgFEx .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLEkVfgFEx .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLEkVfgFEx .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLEkVfgFEx .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLEkVfgFEx .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLEkVfgFEx .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLEkVfgFEx .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLEkVfgFEx .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLEkVfgFEx .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLEkVfgFEx .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLEkVfgFEx .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLEkVfgFEx .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLEkVfgFEx .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLEkVfgFEx .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLEkVfgFEx .mbr-section-title {
  color: #3a341c;
}
.cid-uLEkVfgFEx .card-title {
  color: #3a341c;
}
.cid-uLEkVfgFEx .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLEkVfgFEx .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLEkVfyx5c {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLEkVfyx5c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEkVfyx5c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEkVfyx5c .col-title {
  margin-bottom: 32px;
}
.cid-uLEkVfyx5c .mbr-section-title {
  color: #24262b;
}
.cid-uLEkVfyx5c .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLEkVfyx5c .cars-row {
  row-gap: 32px;
}
.cid-uLEkVfyx5c .card {
  border-radius: 0;
}
.cid-uLEkVfyx5c .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLEkVfyx5c .text-wrap {
  flex-grow: 1;
}
.cid-uLEkVfyx5c .card-title {
  color: #24262b;
}
.cid-uLEkVfyx5c .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLEkVfyx5c .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLEkVfyx5c .card-title,
.cid-uLEkVfyx5c .card-wrapper {
  color: #35341b;
}
.cid-uLEkVfVgy8 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLEkVfVgy8 .mbr-text {
  color: #ffffff;
}
.cid-uLEkVfVgy8 .container {
  max-width: 1000px;
}
.cid-uLEkVfVgy8 h4 {
  text-align: center;
}
.cid-uLEkVfVgy8 p {
  text-align: center;
}
.cid-uLEkVfVgy8 .row {
  justify-content: center;
}
.cid-uLEkVfVgy8 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLEkVfVgy8 .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLEkVfVgy8 .card-title,
.cid-uLEkVfVgy8 .card-img {
  color: #b69b74;
}
.cid-uLEkVfVgy8 .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLEkVfVgy8 .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLEkVfVgy8 img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLEkVgi2Ff {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLEkVgi2Ff .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLEp7nSffk {
  z-index: 1000;
  width: 100%;
}
.cid-uLEp7nSffk .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLEp7nSffk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLEp7nSffk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLEp7nSffk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLEp7nSffk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLEp7nSffk .menu_box .navbar.opened,
  .cid-uLEp7nSffk .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLEp7nSffk nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLEp7nSffk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLEp7nSffk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLEp7nSffk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLEp7nSffk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLEp7nSffk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLEp7nSffk .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLEp7nSffk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLEp7nSffk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLEp7nSffk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLEp7nSffk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLEp7nSffk .offcanvas-body .mbr-text,
  .cid-uLEp7nSffk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLEp7nSffk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLEp7nSffk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLEp7nSffk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLEp7nSffk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLEp7nSffk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLEp7nSffk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLEp7nSffk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLEp7nSffk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLEp7nSffk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEp7nSffk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLEp7nSffk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLEp7nSffk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLEp7nSffk .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLEp7nSffk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLEp7nSffk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLEp7nSffk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLEp7nSffk .nav-item {
    margin: 0 !important;
  }
}
.cid-uLEp7nSffk .nav-item .nav-link:hover,
.cid-uLEp7nSffk .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLEp7nSffk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLEp7nSffk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLEp7nSffk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLEp7nSffk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEp7nSffk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLEp7nSffk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLEp7nSffk .offcanvas_box {
    display: none;
  }
}
.cid-uLEp7nSffk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLEp7nSffk .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLEp7nSffk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLEp7nSffk .container {
  display: flex;
  margin: auto;
}
.cid-uLEp7nSffk .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLEp7nSffk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLEp7nSffk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLEp7nSffk .navbar-caption {
  color: #2b2b2b;
}
.cid-uLEp7nSffk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLEp7nSffk .navbar-nav {
    margin: 0;
  }
}
.cid-uLEp7nSffk .dropdown-menu,
.cid-uLEp7nSffk .navbar.opened {
  background-color: true !important;
}
.cid-uLEp7nSffk .nav-item:focus,
.cid-uLEp7nSffk .nav-link:focus {
  outline: none;
}
.cid-uLEp7nSffk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLEp7nSffk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLEp7nSffk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLEp7nSffk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEp7nSffk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLEp7nSffk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLEp7nSffk .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLEp7nSffk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLEp7nSffk .navbar.opened {
  transition: all 0.3s;
}
.cid-uLEp7nSffk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLEp7nSffk .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLEp7nSffk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLEp7nSffk .navbar.collapsed {
  justify-content: center;
}
.cid-uLEp7nSffk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLEp7nSffk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLEp7nSffk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLEp7nSffk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLEp7nSffk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLEp7nSffk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLEp7nSffk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLEp7nSffk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLEp7nSffk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLEp7nSffk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLEp7nSffk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLEp7nSffk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLEp7nSffk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLEp7nSffk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLEp7nSffk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLEp7nSffk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLEp7nSffk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLEp7nSffk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLEp7nSffk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLEp7nSffk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLEp7nSffk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLEp7nSffk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLEp7nSffk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLEp7nSffk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLEp7nSffk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLEp7nSffk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLEp7nSffk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLEp7nSffk .dropdown-item.active,
.cid-uLEp7nSffk .dropdown-item:active {
  background-color: transparent;
}
.cid-uLEp7nSffk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLEp7nSffk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLEp7nSffk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLEp7nSffk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLEp7nSffk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLEp7nSffk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLEp7nSffk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLEp7nSffk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLEp7nSffk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLEp7nSffk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEp7nSffk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEp7nSffk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLEp7nSffk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEp7nSffk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLEp7nSffk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLEp7nSffk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEp7nSffk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLEp7nSffk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLEp7nSffk .navbar {
    height: 70px;
  }
  .cid-uLEp7nSffk .navbar.opened {
    height: auto;
  }
  .cid-uLEp7nSffk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLEp7nSffk .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLEp7nSffk .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLEp7nSffk .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLEp7nSffk .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLEp7nSffk .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLEp7nSffk .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLEp7nSffk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLEp7nSffk .text_widget {
  margin-bottom: 32px;
}
.cid-uLEp7nSffk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLEp7nSffk .text_widget a:hover {
  opacity: .5;
}
.cid-uLEp7nSffk .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLEp7nSffk .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLEp7nSffk .mbr-section-subtitle,
.cid-uLEp7nSffk .text_widget,
.cid-uLEp7nSffk .mbr-section-btn {
  text-align: center;
}
.cid-uLEp7nSffk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLEp7olgKj {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLEp7olgKj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEp7olgKj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEp7olgKj .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLEp7olgKj .label-text {
  color: #747474;
}
.cid-uLEp7olgKj .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLEp7olgKj .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLEp7olgKj .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLEp7olgKj .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLEp7olgKj .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLEp7oC2qN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLEp7oC2qN .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLEp7oC2qN .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLEp7oC2qN .container {
    padding: 0 25px;
  }
}
.cid-uLEp7oC2qN .row {
  margin: 0;
}
.cid-uLEp7oC2qN .row .card {
  padding: 0;
}
.cid-uLEp7oC2qN .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLEp7oC2qN .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLEp7oC2qN .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLEp7oC2qN .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLEp7oC2qN .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLEp7oC2qN .item:focus,
.cid-uLEp7oC2qN span:focus {
  outline: none;
}
.cid-uLEp7oC2qN .item-wrapper {
  position: relative;
}
.cid-uLEp7oC2qN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLEp7oC2qN .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLEp7oC2qN .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLEp7oC2qN .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLEp7oC2qN .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLEp7oC2qN .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLEp7oC2qN .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLEp7oC2qN .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLEp7oC2qN .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLEp7oC2qN .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLEp7oC2qN .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLEp7oC2qN .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLEp7oC2qN .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLEp7oC2qN .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLEp7oC2qN .embla__button--next,
.cid-uLEp7oC2qN .embla__button--prev {
  display: flex;
}
.cid-uLEp7oC2qN .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLEp7oC2qN .embla__button {
    display: none;
  }
}
.cid-uLEp7oC2qN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLEp7oC2qN .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLEp7oC2qN .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLEp7oC2qN .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLEp7oC2qN .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLEp7oC2qN .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLEp7oC2qN .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLEp7oC2qN .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLEp7oC2qN .embla__button {
    bottom: 1rem;
  }
}
.cid-uLEp7oC2qN .embla {
  position: relative;
  width: 100%;
}
.cid-uLEp7oC2qN .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLEp7oC2qN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLEp7oC2qN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLEp7oC2qN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLEp7oC2qN .mbr-section-title {
  color: #ffffff;
}
.cid-uLEp7oC2qN .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLEp7oC2qN .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLEp7p6fZa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLEp7p6fZa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEp7p6fZa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLEp7p6fZa .container {
    padding: 0 30px;
  }
}
.cid-uLEp7p6fZa .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLEp7p6fZa .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLEp7p6fZa .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLEp7p6fZa .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLEp7p6fZa .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLEp7p6fZa .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLEp7p6fZa .items .item {
    padding: 20px 0;
  }
}
.cid-uLEp7p6fZa .items .item:hover::after,
.cid-uLEp7p6fZa .items .item:focus::after {
  height: 100%;
}
.cid-uLEp7p6fZa .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLEp7p6fZa .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLEp7p6fZa .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLEp7p6fZa .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLEp7p6fZa .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLEp7p6fZa .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLEp7p6fZa .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLEp7p6fZa .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLEp7p6fZa .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLEp7p6fZa .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLEp7p6fZa .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLEp7p6fZa .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLEp7p6fZa .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLEp7p6fZa .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLEp7p6fZa .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLEp7p6fZa .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLEp7p6fZa .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLEp7p6fZa .mbr-section-title {
  color: #3a341c;
}
.cid-uLEp7p6fZa .card-title {
  color: #3a341c;
}
.cid-uLEp7p6fZa .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLEp7p6fZa .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLEp7pmNFp {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLEp7pmNFp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEp7pmNFp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEp7pmNFp .col-title {
  margin-bottom: 32px;
}
.cid-uLEp7pmNFp .mbr-section-title {
  color: #24262b;
}
.cid-uLEp7pmNFp .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLEp7pmNFp .cars-row {
  row-gap: 32px;
}
.cid-uLEp7pmNFp .card {
  border-radius: 0;
}
.cid-uLEp7pmNFp .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLEp7pmNFp .text-wrap {
  flex-grow: 1;
}
.cid-uLEp7pmNFp .card-title {
  color: #24262b;
}
.cid-uLEp7pmNFp .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLEp7pmNFp .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLEp7pmNFp .card-title,
.cid-uLEp7pmNFp .card-wrapper {
  color: #35341b;
}
.cid-uLEp7pJsqN {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLEp7pJsqN .mbr-text {
  color: #ffffff;
}
.cid-uLEp7pJsqN .container {
  max-width: 1000px;
}
.cid-uLEp7pJsqN h4 {
  text-align: center;
}
.cid-uLEp7pJsqN p {
  text-align: center;
}
.cid-uLEp7pJsqN .row {
  justify-content: center;
}
.cid-uLEp7pJsqN .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLEp7pJsqN .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLEp7pJsqN .card-title,
.cid-uLEp7pJsqN .card-img {
  color: #b69b74;
}
.cid-uLEp7pJsqN .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLEp7pJsqN .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLEp7pJsqN img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLEp7q91dd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLEp7q91dd .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLEq5bS5ZY {
  z-index: 1000;
  width: 100%;
}
.cid-uLEq5bS5ZY .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLEq5bS5ZY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLEq5bS5ZY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLEq5bS5ZY .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLEq5bS5ZY .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLEq5bS5ZY .menu_box .navbar.opened,
  .cid-uLEq5bS5ZY .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLEq5bS5ZY nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLEq5bS5ZY .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLEq5bS5ZY .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLEq5bS5ZY .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLEq5bS5ZY .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLEq5bS5ZY .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLEq5bS5ZY .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLEq5bS5ZY .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLEq5bS5ZY .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLEq5bS5ZY .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLEq5bS5ZY .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLEq5bS5ZY .offcanvas-body .mbr-text,
  .cid-uLEq5bS5ZY .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLEq5bS5ZY .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLEq5bS5ZY .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLEq5bS5ZY .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLEq5bS5ZY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLEq5bS5ZY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLEq5bS5ZY .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLEq5bS5ZY .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLEq5bS5ZY ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLEq5bS5ZY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEq5bS5ZY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLEq5bS5ZY .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLEq5bS5ZY li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLEq5bS5ZY .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLEq5bS5ZY .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLEq5bS5ZY .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLEq5bS5ZY .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLEq5bS5ZY .nav-item {
    margin: 0 !important;
  }
}
.cid-uLEq5bS5ZY .nav-item .nav-link:hover,
.cid-uLEq5bS5ZY .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLEq5bS5ZY .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLEq5bS5ZY .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLEq5bS5ZY .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLEq5bS5ZY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEq5bS5ZY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLEq5bS5ZY .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLEq5bS5ZY .offcanvas_box {
    display: none;
  }
}
.cid-uLEq5bS5ZY .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLEq5bS5ZY .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLEq5bS5ZY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLEq5bS5ZY .container {
  display: flex;
  margin: auto;
}
.cid-uLEq5bS5ZY .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLEq5bS5ZY .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLEq5bS5ZY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLEq5bS5ZY .navbar-caption {
  color: #2b2b2b;
}
.cid-uLEq5bS5ZY .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLEq5bS5ZY .navbar-nav {
    margin: 0;
  }
}
.cid-uLEq5bS5ZY .dropdown-menu,
.cid-uLEq5bS5ZY .navbar.opened {
  background-color: true !important;
}
.cid-uLEq5bS5ZY .nav-item:focus,
.cid-uLEq5bS5ZY .nav-link:focus {
  outline: none;
}
.cid-uLEq5bS5ZY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLEq5bS5ZY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLEq5bS5ZY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLEq5bS5ZY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEq5bS5ZY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLEq5bS5ZY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLEq5bS5ZY .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLEq5bS5ZY .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLEq5bS5ZY .navbar.opened {
  transition: all 0.3s;
}
.cid-uLEq5bS5ZY .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLEq5bS5ZY .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLEq5bS5ZY .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLEq5bS5ZY .navbar.collapsed {
  justify-content: center;
}
.cid-uLEq5bS5ZY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLEq5bS5ZY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLEq5bS5ZY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLEq5bS5ZY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLEq5bS5ZY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLEq5bS5ZY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLEq5bS5ZY .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLEq5bS5ZY .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLEq5bS5ZY .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLEq5bS5ZY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLEq5bS5ZY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLEq5bS5ZY .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLEq5bS5ZY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLEq5bS5ZY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLEq5bS5ZY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLEq5bS5ZY .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLEq5bS5ZY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLEq5bS5ZY .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLEq5bS5ZY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLEq5bS5ZY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLEq5bS5ZY .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLEq5bS5ZY .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLEq5bS5ZY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLEq5bS5ZY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLEq5bS5ZY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLEq5bS5ZY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLEq5bS5ZY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLEq5bS5ZY .dropdown-item.active,
.cid-uLEq5bS5ZY .dropdown-item:active {
  background-color: transparent;
}
.cid-uLEq5bS5ZY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLEq5bS5ZY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLEq5bS5ZY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLEq5bS5ZY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLEq5bS5ZY ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLEq5bS5ZY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLEq5bS5ZY button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLEq5bS5ZY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLEq5bS5ZY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLEq5bS5ZY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEq5bS5ZY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEq5bS5ZY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLEq5bS5ZY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEq5bS5ZY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLEq5bS5ZY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLEq5bS5ZY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEq5bS5ZY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLEq5bS5ZY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLEq5bS5ZY .navbar {
    height: 70px;
  }
  .cid-uLEq5bS5ZY .navbar.opened {
    height: auto;
  }
  .cid-uLEq5bS5ZY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLEq5bS5ZY .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLEq5bS5ZY .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLEq5bS5ZY .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLEq5bS5ZY .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLEq5bS5ZY .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLEq5bS5ZY .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLEq5bS5ZY .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLEq5bS5ZY .text_widget {
  margin-bottom: 32px;
}
.cid-uLEq5bS5ZY .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLEq5bS5ZY .text_widget a:hover {
  opacity: .5;
}
.cid-uLEq5bS5ZY .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLEq5bS5ZY .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLEq5bS5ZY .mbr-section-subtitle,
.cid-uLEq5bS5ZY .text_widget,
.cid-uLEq5bS5ZY .mbr-section-btn {
  text-align: center;
}
.cid-uLEq5bS5ZY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLEq5clZyJ {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLEq5clZyJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEq5clZyJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEq5clZyJ .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLEq5clZyJ .label-text {
  color: #747474;
}
.cid-uLEq5clZyJ .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLEq5clZyJ .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLEq5clZyJ .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLEq5clZyJ .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLEq5clZyJ .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLEq5cGOq1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLEq5cGOq1 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLEq5cGOq1 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLEq5cGOq1 .container {
    padding: 0 25px;
  }
}
.cid-uLEq5cGOq1 .row {
  margin: 0;
}
.cid-uLEq5cGOq1 .row .card {
  padding: 0;
}
.cid-uLEq5cGOq1 .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLEq5cGOq1 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLEq5cGOq1 .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLEq5cGOq1 .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLEq5cGOq1 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLEq5cGOq1 .item:focus,
.cid-uLEq5cGOq1 span:focus {
  outline: none;
}
.cid-uLEq5cGOq1 .item-wrapper {
  position: relative;
}
.cid-uLEq5cGOq1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLEq5cGOq1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLEq5cGOq1 .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLEq5cGOq1 .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLEq5cGOq1 .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLEq5cGOq1 .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLEq5cGOq1 .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLEq5cGOq1 .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLEq5cGOq1 .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLEq5cGOq1 .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLEq5cGOq1 .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLEq5cGOq1 .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLEq5cGOq1 .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLEq5cGOq1 .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLEq5cGOq1 .embla__button--next,
.cid-uLEq5cGOq1 .embla__button--prev {
  display: flex;
}
.cid-uLEq5cGOq1 .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLEq5cGOq1 .embla__button {
    display: none;
  }
}
.cid-uLEq5cGOq1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLEq5cGOq1 .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLEq5cGOq1 .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLEq5cGOq1 .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLEq5cGOq1 .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLEq5cGOq1 .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLEq5cGOq1 .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLEq5cGOq1 .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLEq5cGOq1 .embla__button {
    bottom: 1rem;
  }
}
.cid-uLEq5cGOq1 .embla {
  position: relative;
  width: 100%;
}
.cid-uLEq5cGOq1 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLEq5cGOq1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLEq5cGOq1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLEq5cGOq1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLEq5cGOq1 .mbr-section-title {
  color: #ffffff;
}
.cid-uLEq5cGOq1 .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLEq5cGOq1 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLEq5d96xE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLEq5d96xE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEq5d96xE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLEq5d96xE .container {
    padding: 0 30px;
  }
}
.cid-uLEq5d96xE .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLEq5d96xE .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLEq5d96xE .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLEq5d96xE .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLEq5d96xE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLEq5d96xE .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLEq5d96xE .items .item {
    padding: 20px 0;
  }
}
.cid-uLEq5d96xE .items .item:hover::after,
.cid-uLEq5d96xE .items .item:focus::after {
  height: 100%;
}
.cid-uLEq5d96xE .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLEq5d96xE .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLEq5d96xE .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLEq5d96xE .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLEq5d96xE .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLEq5d96xE .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLEq5d96xE .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLEq5d96xE .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLEq5d96xE .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLEq5d96xE .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLEq5d96xE .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLEq5d96xE .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLEq5d96xE .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLEq5d96xE .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLEq5d96xE .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLEq5d96xE .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLEq5d96xE .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLEq5d96xE .mbr-section-title {
  color: #3a341c;
}
.cid-uLEq5d96xE .card-title {
  color: #3a341c;
}
.cid-uLEq5d96xE .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLEq5d96xE .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLEq5dszbc {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLEq5dszbc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEq5dszbc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEq5dszbc .col-title {
  margin-bottom: 32px;
}
.cid-uLEq5dszbc .mbr-section-title {
  color: #24262b;
}
.cid-uLEq5dszbc .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLEq5dszbc .cars-row {
  row-gap: 32px;
}
.cid-uLEq5dszbc .card {
  border-radius: 0;
}
.cid-uLEq5dszbc .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLEq5dszbc .text-wrap {
  flex-grow: 1;
}
.cid-uLEq5dszbc .card-title {
  color: #24262b;
}
.cid-uLEq5dszbc .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLEq5dszbc .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLEq5dszbc .card-title,
.cid-uLEq5dszbc .card-wrapper {
  color: #35341b;
}
.cid-uLEq5dSdsO {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLEq5dSdsO .mbr-text {
  color: #ffffff;
}
.cid-uLEq5dSdsO .container {
  max-width: 1000px;
}
.cid-uLEq5dSdsO h4 {
  text-align: center;
}
.cid-uLEq5dSdsO p {
  text-align: center;
}
.cid-uLEq5dSdsO .row {
  justify-content: center;
}
.cid-uLEq5dSdsO .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLEq5dSdsO .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLEq5dSdsO .card-title,
.cid-uLEq5dSdsO .card-img {
  color: #b69b74;
}
.cid-uLEq5dSdsO .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLEq5dSdsO .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLEq5dSdsO img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLEq5eetPX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLEq5eetPX .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLEr4QXHno {
  z-index: 1000;
  width: 100%;
}
.cid-uLEr4QXHno .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLEr4QXHno .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLEr4QXHno .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLEr4QXHno .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLEr4QXHno .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLEr4QXHno .menu_box .navbar.opened,
  .cid-uLEr4QXHno .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLEr4QXHno nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLEr4QXHno .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLEr4QXHno .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLEr4QXHno .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLEr4QXHno .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLEr4QXHno .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLEr4QXHno .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLEr4QXHno .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLEr4QXHno .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLEr4QXHno .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLEr4QXHno .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLEr4QXHno .offcanvas-body .mbr-text,
  .cid-uLEr4QXHno .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLEr4QXHno .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLEr4QXHno .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLEr4QXHno .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLEr4QXHno .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLEr4QXHno .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLEr4QXHno .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLEr4QXHno .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLEr4QXHno ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLEr4QXHno .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEr4QXHno .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLEr4QXHno .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLEr4QXHno li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLEr4QXHno .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLEr4QXHno .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLEr4QXHno .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLEr4QXHno .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLEr4QXHno .nav-item {
    margin: 0 !important;
  }
}
.cid-uLEr4QXHno .nav-item .nav-link:hover,
.cid-uLEr4QXHno .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLEr4QXHno .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLEr4QXHno .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLEr4QXHno .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLEr4QXHno .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEr4QXHno .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLEr4QXHno .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLEr4QXHno .offcanvas_box {
    display: none;
  }
}
.cid-uLEr4QXHno .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLEr4QXHno .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLEr4QXHno .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLEr4QXHno .container {
  display: flex;
  margin: auto;
}
.cid-uLEr4QXHno .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLEr4QXHno .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLEr4QXHno .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLEr4QXHno .navbar-caption {
  color: #2b2b2b;
}
.cid-uLEr4QXHno .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLEr4QXHno .navbar-nav {
    margin: 0;
  }
}
.cid-uLEr4QXHno .dropdown-menu,
.cid-uLEr4QXHno .navbar.opened {
  background-color: true !important;
}
.cid-uLEr4QXHno .nav-item:focus,
.cid-uLEr4QXHno .nav-link:focus {
  outline: none;
}
.cid-uLEr4QXHno .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLEr4QXHno .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLEr4QXHno .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLEr4QXHno .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEr4QXHno .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLEr4QXHno .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLEr4QXHno .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLEr4QXHno .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLEr4QXHno .navbar.opened {
  transition: all 0.3s;
}
.cid-uLEr4QXHno .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLEr4QXHno .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLEr4QXHno .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLEr4QXHno .navbar.collapsed {
  justify-content: center;
}
.cid-uLEr4QXHno .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLEr4QXHno .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLEr4QXHno .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLEr4QXHno .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLEr4QXHno .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLEr4QXHno .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLEr4QXHno .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLEr4QXHno .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLEr4QXHno .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLEr4QXHno .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLEr4QXHno .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLEr4QXHno .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLEr4QXHno .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLEr4QXHno .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLEr4QXHno .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLEr4QXHno .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLEr4QXHno .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLEr4QXHno .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLEr4QXHno .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLEr4QXHno .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLEr4QXHno .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLEr4QXHno .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLEr4QXHno .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLEr4QXHno .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLEr4QXHno .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLEr4QXHno .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLEr4QXHno .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLEr4QXHno .dropdown-item.active,
.cid-uLEr4QXHno .dropdown-item:active {
  background-color: transparent;
}
.cid-uLEr4QXHno .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLEr4QXHno .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLEr4QXHno .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLEr4QXHno .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLEr4QXHno ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLEr4QXHno .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLEr4QXHno button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLEr4QXHno button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLEr4QXHno button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLEr4QXHno button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEr4QXHno button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEr4QXHno button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLEr4QXHno nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEr4QXHno nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLEr4QXHno nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLEr4QXHno nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEr4QXHno a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLEr4QXHno .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLEr4QXHno .navbar {
    height: 70px;
  }
  .cid-uLEr4QXHno .navbar.opened {
    height: auto;
  }
  .cid-uLEr4QXHno .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLEr4QXHno .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLEr4QXHno .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLEr4QXHno .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLEr4QXHno .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLEr4QXHno .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLEr4QXHno .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLEr4QXHno .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLEr4QXHno .text_widget {
  margin-bottom: 32px;
}
.cid-uLEr4QXHno .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLEr4QXHno .text_widget a:hover {
  opacity: .5;
}
.cid-uLEr4QXHno .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLEr4QXHno .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLEr4QXHno .mbr-section-subtitle,
.cid-uLEr4QXHno .text_widget,
.cid-uLEr4QXHno .mbr-section-btn {
  text-align: center;
}
.cid-uLEr4QXHno a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLEr4RpI8t {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLEr4RpI8t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEr4RpI8t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEr4RpI8t .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLEr4RpI8t .label-text {
  color: #747474;
}
.cid-uLEr4RpI8t .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLEr4RpI8t .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLEr4RpI8t .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLEr4RpI8t .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLEr4RpI8t .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLEr4RHSH5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLEr4RHSH5 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLEr4RHSH5 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLEr4RHSH5 .container {
    padding: 0 25px;
  }
}
.cid-uLEr4RHSH5 .row {
  margin: 0;
}
.cid-uLEr4RHSH5 .row .card {
  padding: 0;
}
.cid-uLEr4RHSH5 .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLEr4RHSH5 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLEr4RHSH5 .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLEr4RHSH5 .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLEr4RHSH5 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLEr4RHSH5 .item:focus,
.cid-uLEr4RHSH5 span:focus {
  outline: none;
}
.cid-uLEr4RHSH5 .item-wrapper {
  position: relative;
}
.cid-uLEr4RHSH5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLEr4RHSH5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLEr4RHSH5 .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLEr4RHSH5 .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLEr4RHSH5 .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLEr4RHSH5 .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLEr4RHSH5 .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLEr4RHSH5 .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLEr4RHSH5 .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLEr4RHSH5 .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLEr4RHSH5 .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLEr4RHSH5 .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLEr4RHSH5 .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLEr4RHSH5 .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLEr4RHSH5 .embla__button--next,
.cid-uLEr4RHSH5 .embla__button--prev {
  display: flex;
}
.cid-uLEr4RHSH5 .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLEr4RHSH5 .embla__button {
    display: none;
  }
}
.cid-uLEr4RHSH5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLEr4RHSH5 .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLEr4RHSH5 .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLEr4RHSH5 .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLEr4RHSH5 .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLEr4RHSH5 .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLEr4RHSH5 .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLEr4RHSH5 .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLEr4RHSH5 .embla__button {
    bottom: 1rem;
  }
}
.cid-uLEr4RHSH5 .embla {
  position: relative;
  width: 100%;
}
.cid-uLEr4RHSH5 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLEr4RHSH5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLEr4RHSH5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLEr4RHSH5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLEr4RHSH5 .mbr-section-title {
  color: #ffffff;
}
.cid-uLEr4RHSH5 .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLEr4RHSH5 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLEr4SbrHu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLEr4SbrHu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEr4SbrHu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLEr4SbrHu .container {
    padding: 0 30px;
  }
}
.cid-uLEr4SbrHu .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLEr4SbrHu .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLEr4SbrHu .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLEr4SbrHu .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLEr4SbrHu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLEr4SbrHu .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLEr4SbrHu .items .item {
    padding: 20px 0;
  }
}
.cid-uLEr4SbrHu .items .item:hover::after,
.cid-uLEr4SbrHu .items .item:focus::after {
  height: 100%;
}
.cid-uLEr4SbrHu .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLEr4SbrHu .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLEr4SbrHu .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLEr4SbrHu .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLEr4SbrHu .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLEr4SbrHu .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLEr4SbrHu .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLEr4SbrHu .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLEr4SbrHu .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLEr4SbrHu .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLEr4SbrHu .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLEr4SbrHu .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLEr4SbrHu .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLEr4SbrHu .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLEr4SbrHu .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLEr4SbrHu .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLEr4SbrHu .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLEr4SbrHu .mbr-section-title {
  color: #3a341c;
}
.cid-uLEr4SbrHu .card-title {
  color: #3a341c;
}
.cid-uLEr4SbrHu .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLEr4SbrHu .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLEr4Svy8k {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLEr4Svy8k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEr4Svy8k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEr4Svy8k .col-title {
  margin-bottom: 32px;
}
.cid-uLEr4Svy8k .mbr-section-title {
  color: #24262b;
}
.cid-uLEr4Svy8k .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLEr4Svy8k .cars-row {
  row-gap: 32px;
}
.cid-uLEr4Svy8k .card {
  border-radius: 0;
}
.cid-uLEr4Svy8k .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLEr4Svy8k .text-wrap {
  flex-grow: 1;
}
.cid-uLEr4Svy8k .card-title {
  color: #24262b;
}
.cid-uLEr4Svy8k .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLEr4Svy8k .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLEr4Svy8k .card-title,
.cid-uLEr4Svy8k .card-wrapper {
  color: #35341b;
}
.cid-uLEr4SVsod {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLEr4SVsod .mbr-text {
  color: #ffffff;
}
.cid-uLEr4SVsod .container {
  max-width: 1000px;
}
.cid-uLEr4SVsod h4 {
  text-align: center;
}
.cid-uLEr4SVsod p {
  text-align: center;
}
.cid-uLEr4SVsod .row {
  justify-content: center;
}
.cid-uLEr4SVsod .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLEr4SVsod .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLEr4SVsod .card-title,
.cid-uLEr4SVsod .card-img {
  color: #b69b74;
}
.cid-uLEr4SVsod .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLEr4SVsod .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLEr4SVsod img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLEr4TfEu6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLEr4TfEu6 .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLEswftd1A {
  z-index: 1000;
  width: 100%;
}
.cid-uLEswftd1A .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLEswftd1A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLEswftd1A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLEswftd1A .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLEswftd1A .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLEswftd1A .menu_box .navbar.opened,
  .cid-uLEswftd1A .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLEswftd1A nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLEswftd1A .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLEswftd1A .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLEswftd1A .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLEswftd1A .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLEswftd1A .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLEswftd1A .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLEswftd1A .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLEswftd1A .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLEswftd1A .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLEswftd1A .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLEswftd1A .offcanvas-body .mbr-text,
  .cid-uLEswftd1A .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLEswftd1A .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLEswftd1A .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLEswftd1A .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLEswftd1A .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLEswftd1A .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLEswftd1A .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLEswftd1A .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLEswftd1A ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLEswftd1A .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEswftd1A .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLEswftd1A .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLEswftd1A li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLEswftd1A .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLEswftd1A .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLEswftd1A .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLEswftd1A .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLEswftd1A .nav-item {
    margin: 0 !important;
  }
}
.cid-uLEswftd1A .nav-item .nav-link:hover,
.cid-uLEswftd1A .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLEswftd1A .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLEswftd1A .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLEswftd1A .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLEswftd1A .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEswftd1A .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLEswftd1A .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLEswftd1A .offcanvas_box {
    display: none;
  }
}
.cid-uLEswftd1A .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLEswftd1A .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLEswftd1A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLEswftd1A .container {
  display: flex;
  margin: auto;
}
.cid-uLEswftd1A .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLEswftd1A .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLEswftd1A .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLEswftd1A .navbar-caption {
  color: #2b2b2b;
}
.cid-uLEswftd1A .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLEswftd1A .navbar-nav {
    margin: 0;
  }
}
.cid-uLEswftd1A .dropdown-menu,
.cid-uLEswftd1A .navbar.opened {
  background-color: true !important;
}
.cid-uLEswftd1A .nav-item:focus,
.cid-uLEswftd1A .nav-link:focus {
  outline: none;
}
.cid-uLEswftd1A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLEswftd1A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLEswftd1A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLEswftd1A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEswftd1A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLEswftd1A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLEswftd1A .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLEswftd1A .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLEswftd1A .navbar.opened {
  transition: all 0.3s;
}
.cid-uLEswftd1A .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLEswftd1A .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLEswftd1A .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLEswftd1A .navbar.collapsed {
  justify-content: center;
}
.cid-uLEswftd1A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLEswftd1A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLEswftd1A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLEswftd1A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLEswftd1A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLEswftd1A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLEswftd1A .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLEswftd1A .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLEswftd1A .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLEswftd1A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLEswftd1A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLEswftd1A .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLEswftd1A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLEswftd1A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLEswftd1A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLEswftd1A .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLEswftd1A .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLEswftd1A .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLEswftd1A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLEswftd1A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLEswftd1A .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLEswftd1A .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLEswftd1A .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLEswftd1A .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLEswftd1A .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLEswftd1A .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLEswftd1A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLEswftd1A .dropdown-item.active,
.cid-uLEswftd1A .dropdown-item:active {
  background-color: transparent;
}
.cid-uLEswftd1A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLEswftd1A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLEswftd1A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLEswftd1A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLEswftd1A ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLEswftd1A .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLEswftd1A button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLEswftd1A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLEswftd1A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLEswftd1A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEswftd1A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEswftd1A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLEswftd1A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEswftd1A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLEswftd1A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLEswftd1A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEswftd1A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLEswftd1A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLEswftd1A .navbar {
    height: 70px;
  }
  .cid-uLEswftd1A .navbar.opened {
    height: auto;
  }
  .cid-uLEswftd1A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLEswftd1A .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLEswftd1A .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLEswftd1A .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLEswftd1A .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLEswftd1A .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLEswftd1A .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLEswftd1A .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLEswftd1A .text_widget {
  margin-bottom: 32px;
}
.cid-uLEswftd1A .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLEswftd1A .text_widget a:hover {
  opacity: .5;
}
.cid-uLEswftd1A .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLEswftd1A .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLEswftd1A .mbr-section-subtitle,
.cid-uLEswftd1A .text_widget,
.cid-uLEswftd1A .mbr-section-btn {
  text-align: center;
}
.cid-uLEswftd1A a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLEswfWWye {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLEswfWWye .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEswfWWye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEswfWWye .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLEswfWWye .label-text {
  color: #747474;
}
.cid-uLEswfWWye .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLEswfWWye .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLEswfWWye .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLEswfWWye .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLEswfWWye .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLEswgdDwu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLEswgdDwu .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLEswgdDwu .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLEswgdDwu .container {
    padding: 0 25px;
  }
}
.cid-uLEswgdDwu .row {
  margin: 0;
}
.cid-uLEswgdDwu .row .card {
  padding: 0;
}
.cid-uLEswgdDwu .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLEswgdDwu .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLEswgdDwu .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLEswgdDwu .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLEswgdDwu .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLEswgdDwu .item:focus,
.cid-uLEswgdDwu span:focus {
  outline: none;
}
.cid-uLEswgdDwu .item-wrapper {
  position: relative;
}
.cid-uLEswgdDwu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLEswgdDwu .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLEswgdDwu .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLEswgdDwu .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLEswgdDwu .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLEswgdDwu .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLEswgdDwu .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLEswgdDwu .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLEswgdDwu .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLEswgdDwu .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLEswgdDwu .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLEswgdDwu .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLEswgdDwu .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLEswgdDwu .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLEswgdDwu .embla__button--next,
.cid-uLEswgdDwu .embla__button--prev {
  display: flex;
}
.cid-uLEswgdDwu .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLEswgdDwu .embla__button {
    display: none;
  }
}
.cid-uLEswgdDwu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLEswgdDwu .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLEswgdDwu .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLEswgdDwu .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLEswgdDwu .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLEswgdDwu .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLEswgdDwu .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLEswgdDwu .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLEswgdDwu .embla__button {
    bottom: 1rem;
  }
}
.cid-uLEswgdDwu .embla {
  position: relative;
  width: 100%;
}
.cid-uLEswgdDwu .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLEswgdDwu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLEswgdDwu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLEswgdDwu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLEswgdDwu .mbr-section-title {
  color: #ffffff;
}
.cid-uLEswgdDwu .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLEswgdDwu .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLEswgHIjD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLEswgHIjD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEswgHIjD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLEswgHIjD .container {
    padding: 0 30px;
  }
}
.cid-uLEswgHIjD .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLEswgHIjD .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLEswgHIjD .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLEswgHIjD .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLEswgHIjD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLEswgHIjD .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLEswgHIjD .items .item {
    padding: 20px 0;
  }
}
.cid-uLEswgHIjD .items .item:hover::after,
.cid-uLEswgHIjD .items .item:focus::after {
  height: 100%;
}
.cid-uLEswgHIjD .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLEswgHIjD .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLEswgHIjD .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLEswgHIjD .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLEswgHIjD .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLEswgHIjD .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLEswgHIjD .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLEswgHIjD .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLEswgHIjD .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLEswgHIjD .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLEswgHIjD .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLEswgHIjD .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLEswgHIjD .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLEswgHIjD .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLEswgHIjD .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLEswgHIjD .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLEswgHIjD .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLEswgHIjD .mbr-section-title {
  color: #3a341c;
}
.cid-uLEswgHIjD .card-title {
  color: #3a341c;
}
.cid-uLEswgHIjD .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLEswgHIjD .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLEswh0zuo {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLEswh0zuo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEswh0zuo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEswh0zuo .col-title {
  margin-bottom: 32px;
}
.cid-uLEswh0zuo .mbr-section-title {
  color: #24262b;
}
.cid-uLEswh0zuo .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLEswh0zuo .cars-row {
  row-gap: 32px;
}
.cid-uLEswh0zuo .card {
  border-radius: 0;
}
.cid-uLEswh0zuo .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLEswh0zuo .text-wrap {
  flex-grow: 1;
}
.cid-uLEswh0zuo .card-title {
  color: #24262b;
}
.cid-uLEswh0zuo .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLEswh0zuo .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLEswh0zuo .card-title,
.cid-uLEswh0zuo .card-wrapper {
  color: #35341b;
}
.cid-uLEswhqPxo {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLEswhqPxo .mbr-text {
  color: #ffffff;
}
.cid-uLEswhqPxo .container {
  max-width: 1000px;
}
.cid-uLEswhqPxo h4 {
  text-align: center;
}
.cid-uLEswhqPxo p {
  text-align: center;
}
.cid-uLEswhqPxo .row {
  justify-content: center;
}
.cid-uLEswhqPxo .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLEswhqPxo .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLEswhqPxo .card-title,
.cid-uLEswhqPxo .card-img {
  color: #b69b74;
}
.cid-uLEswhqPxo .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLEswhqPxo .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLEswhqPxo img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLEswhKXwn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLEswhKXwn .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLEtoUK1Ts {
  z-index: 1000;
  width: 100%;
}
.cid-uLEtoUK1Ts .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLEtoUK1Ts .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLEtoUK1Ts .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLEtoUK1Ts .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLEtoUK1Ts .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLEtoUK1Ts .menu_box .navbar.opened,
  .cid-uLEtoUK1Ts .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLEtoUK1Ts nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLEtoUK1Ts .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLEtoUK1Ts .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLEtoUK1Ts .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLEtoUK1Ts .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLEtoUK1Ts .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLEtoUK1Ts .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLEtoUK1Ts .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLEtoUK1Ts .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLEtoUK1Ts .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLEtoUK1Ts .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLEtoUK1Ts .offcanvas-body .mbr-text,
  .cid-uLEtoUK1Ts .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLEtoUK1Ts .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLEtoUK1Ts .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLEtoUK1Ts .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLEtoUK1Ts .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLEtoUK1Ts .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLEtoUK1Ts .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLEtoUK1Ts .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLEtoUK1Ts ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLEtoUK1Ts .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEtoUK1Ts .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLEtoUK1Ts .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLEtoUK1Ts li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLEtoUK1Ts .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLEtoUK1Ts .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLEtoUK1Ts .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLEtoUK1Ts .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLEtoUK1Ts .nav-item {
    margin: 0 !important;
  }
}
.cid-uLEtoUK1Ts .nav-item .nav-link:hover,
.cid-uLEtoUK1Ts .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLEtoUK1Ts .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLEtoUK1Ts .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLEtoUK1Ts .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLEtoUK1Ts .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEtoUK1Ts .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLEtoUK1Ts .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLEtoUK1Ts .offcanvas_box {
    display: none;
  }
}
.cid-uLEtoUK1Ts .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLEtoUK1Ts .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLEtoUK1Ts .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLEtoUK1Ts .container {
  display: flex;
  margin: auto;
}
.cid-uLEtoUK1Ts .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLEtoUK1Ts .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLEtoUK1Ts .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLEtoUK1Ts .navbar-caption {
  color: #2b2b2b;
}
.cid-uLEtoUK1Ts .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLEtoUK1Ts .navbar-nav {
    margin: 0;
  }
}
.cid-uLEtoUK1Ts .dropdown-menu,
.cid-uLEtoUK1Ts .navbar.opened {
  background-color: true !important;
}
.cid-uLEtoUK1Ts .nav-item:focus,
.cid-uLEtoUK1Ts .nav-link:focus {
  outline: none;
}
.cid-uLEtoUK1Ts .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLEtoUK1Ts .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLEtoUK1Ts .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLEtoUK1Ts .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEtoUK1Ts .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLEtoUK1Ts .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLEtoUK1Ts .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLEtoUK1Ts .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLEtoUK1Ts .navbar.opened {
  transition: all 0.3s;
}
.cid-uLEtoUK1Ts .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLEtoUK1Ts .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLEtoUK1Ts .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLEtoUK1Ts .navbar.collapsed {
  justify-content: center;
}
.cid-uLEtoUK1Ts .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLEtoUK1Ts .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLEtoUK1Ts .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLEtoUK1Ts .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLEtoUK1Ts .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLEtoUK1Ts .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLEtoUK1Ts .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLEtoUK1Ts .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLEtoUK1Ts .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLEtoUK1Ts .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLEtoUK1Ts .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLEtoUK1Ts .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLEtoUK1Ts .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLEtoUK1Ts .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLEtoUK1Ts .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLEtoUK1Ts .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLEtoUK1Ts .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLEtoUK1Ts .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLEtoUK1Ts .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLEtoUK1Ts .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLEtoUK1Ts .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLEtoUK1Ts .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLEtoUK1Ts .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLEtoUK1Ts .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLEtoUK1Ts .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLEtoUK1Ts .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLEtoUK1Ts .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLEtoUK1Ts .dropdown-item.active,
.cid-uLEtoUK1Ts .dropdown-item:active {
  background-color: transparent;
}
.cid-uLEtoUK1Ts .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLEtoUK1Ts .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLEtoUK1Ts .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLEtoUK1Ts .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLEtoUK1Ts ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLEtoUK1Ts .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLEtoUK1Ts button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLEtoUK1Ts button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLEtoUK1Ts button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLEtoUK1Ts button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEtoUK1Ts button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEtoUK1Ts button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLEtoUK1Ts nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEtoUK1Ts nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLEtoUK1Ts nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLEtoUK1Ts nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEtoUK1Ts a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLEtoUK1Ts .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLEtoUK1Ts .navbar {
    height: 70px;
  }
  .cid-uLEtoUK1Ts .navbar.opened {
    height: auto;
  }
  .cid-uLEtoUK1Ts .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLEtoUK1Ts .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLEtoUK1Ts .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLEtoUK1Ts .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLEtoUK1Ts .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLEtoUK1Ts .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLEtoUK1Ts .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLEtoUK1Ts .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLEtoUK1Ts .text_widget {
  margin-bottom: 32px;
}
.cid-uLEtoUK1Ts .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLEtoUK1Ts .text_widget a:hover {
  opacity: .5;
}
.cid-uLEtoUK1Ts .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLEtoUK1Ts .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLEtoUK1Ts .mbr-section-subtitle,
.cid-uLEtoUK1Ts .text_widget,
.cid-uLEtoUK1Ts .mbr-section-btn {
  text-align: center;
}
.cid-uLEtoUK1Ts a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLEtoVhKtn {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLEtoVhKtn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEtoVhKtn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEtoVhKtn .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLEtoVhKtn .label-text {
  color: #747474;
}
.cid-uLEtoVhKtn .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLEtoVhKtn .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLEtoVhKtn .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLEtoVhKtn .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLEtoVhKtn .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLEtoVykLT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLEtoVykLT .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLEtoVykLT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLEtoVykLT .container {
    padding: 0 25px;
  }
}
.cid-uLEtoVykLT .row {
  margin: 0;
}
.cid-uLEtoVykLT .row .card {
  padding: 0;
}
.cid-uLEtoVykLT .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLEtoVykLT .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLEtoVykLT .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLEtoVykLT .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLEtoVykLT .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLEtoVykLT .item:focus,
.cid-uLEtoVykLT span:focus {
  outline: none;
}
.cid-uLEtoVykLT .item-wrapper {
  position: relative;
}
.cid-uLEtoVykLT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLEtoVykLT .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLEtoVykLT .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLEtoVykLT .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLEtoVykLT .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLEtoVykLT .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLEtoVykLT .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLEtoVykLT .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLEtoVykLT .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLEtoVykLT .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLEtoVykLT .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLEtoVykLT .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLEtoVykLT .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLEtoVykLT .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLEtoVykLT .embla__button--next,
.cid-uLEtoVykLT .embla__button--prev {
  display: flex;
}
.cid-uLEtoVykLT .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLEtoVykLT .embla__button {
    display: none;
  }
}
.cid-uLEtoVykLT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLEtoVykLT .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLEtoVykLT .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLEtoVykLT .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLEtoVykLT .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLEtoVykLT .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLEtoVykLT .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLEtoVykLT .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLEtoVykLT .embla__button {
    bottom: 1rem;
  }
}
.cid-uLEtoVykLT .embla {
  position: relative;
  width: 100%;
}
.cid-uLEtoVykLT .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLEtoVykLT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLEtoVykLT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLEtoVykLT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLEtoVykLT .mbr-section-title {
  color: #ffffff;
}
.cid-uLEtoVykLT .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLEtoVykLT .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLEtoW3ftV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLEtoW3ftV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEtoW3ftV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLEtoW3ftV .container {
    padding: 0 30px;
  }
}
.cid-uLEtoW3ftV .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLEtoW3ftV .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLEtoW3ftV .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLEtoW3ftV .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLEtoW3ftV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLEtoW3ftV .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLEtoW3ftV .items .item {
    padding: 20px 0;
  }
}
.cid-uLEtoW3ftV .items .item:hover::after,
.cid-uLEtoW3ftV .items .item:focus::after {
  height: 100%;
}
.cid-uLEtoW3ftV .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLEtoW3ftV .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLEtoW3ftV .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLEtoW3ftV .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLEtoW3ftV .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLEtoW3ftV .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLEtoW3ftV .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLEtoW3ftV .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLEtoW3ftV .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLEtoW3ftV .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLEtoW3ftV .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLEtoW3ftV .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLEtoW3ftV .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLEtoW3ftV .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLEtoW3ftV .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLEtoW3ftV .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLEtoW3ftV .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLEtoW3ftV .mbr-section-title {
  color: #3a341c;
}
.cid-uLEtoW3ftV .card-title {
  color: #3a341c;
}
.cid-uLEtoW3ftV .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLEtoW3ftV .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLEtoWkyGi {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLEtoWkyGi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEtoWkyGi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEtoWkyGi .col-title {
  margin-bottom: 32px;
}
.cid-uLEtoWkyGi .mbr-section-title {
  color: #24262b;
}
.cid-uLEtoWkyGi .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLEtoWkyGi .cars-row {
  row-gap: 32px;
}
.cid-uLEtoWkyGi .card {
  border-radius: 0;
}
.cid-uLEtoWkyGi .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLEtoWkyGi .text-wrap {
  flex-grow: 1;
}
.cid-uLEtoWkyGi .card-title {
  color: #24262b;
}
.cid-uLEtoWkyGi .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLEtoWkyGi .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLEtoWkyGi .card-title,
.cid-uLEtoWkyGi .card-wrapper {
  color: #35341b;
}
.cid-uLEtoWGeV5 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLEtoWGeV5 .mbr-text {
  color: #ffffff;
}
.cid-uLEtoWGeV5 .container {
  max-width: 1000px;
}
.cid-uLEtoWGeV5 h4 {
  text-align: center;
}
.cid-uLEtoWGeV5 p {
  text-align: center;
}
.cid-uLEtoWGeV5 .row {
  justify-content: center;
}
.cid-uLEtoWGeV5 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLEtoWGeV5 .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLEtoWGeV5 .card-title,
.cid-uLEtoWGeV5 .card-img {
  color: #b69b74;
}
.cid-uLEtoWGeV5 .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLEtoWGeV5 .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLEtoWGeV5 img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLEtoX3SFP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLEtoX3SFP .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLEvxuVIRz {
  z-index: 1000;
  width: 100%;
}
.cid-uLEvxuVIRz .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLEvxuVIRz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLEvxuVIRz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLEvxuVIRz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLEvxuVIRz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLEvxuVIRz .menu_box .navbar.opened,
  .cid-uLEvxuVIRz .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLEvxuVIRz nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLEvxuVIRz .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLEvxuVIRz .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLEvxuVIRz .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLEvxuVIRz .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLEvxuVIRz .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLEvxuVIRz .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLEvxuVIRz .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLEvxuVIRz .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLEvxuVIRz .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLEvxuVIRz .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLEvxuVIRz .offcanvas-body .mbr-text,
  .cid-uLEvxuVIRz .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLEvxuVIRz .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLEvxuVIRz .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLEvxuVIRz .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLEvxuVIRz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLEvxuVIRz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLEvxuVIRz .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLEvxuVIRz .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLEvxuVIRz ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLEvxuVIRz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEvxuVIRz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLEvxuVIRz .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLEvxuVIRz li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLEvxuVIRz .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLEvxuVIRz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLEvxuVIRz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLEvxuVIRz .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLEvxuVIRz .nav-item {
    margin: 0 !important;
  }
}
.cid-uLEvxuVIRz .nav-item .nav-link:hover,
.cid-uLEvxuVIRz .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLEvxuVIRz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLEvxuVIRz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLEvxuVIRz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLEvxuVIRz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEvxuVIRz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLEvxuVIRz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLEvxuVIRz .offcanvas_box {
    display: none;
  }
}
.cid-uLEvxuVIRz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLEvxuVIRz .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLEvxuVIRz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLEvxuVIRz .container {
  display: flex;
  margin: auto;
}
.cid-uLEvxuVIRz .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLEvxuVIRz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLEvxuVIRz .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLEvxuVIRz .navbar-caption {
  color: #2b2b2b;
}
.cid-uLEvxuVIRz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLEvxuVIRz .navbar-nav {
    margin: 0;
  }
}
.cid-uLEvxuVIRz .dropdown-menu,
.cid-uLEvxuVIRz .navbar.opened {
  background-color: true !important;
}
.cid-uLEvxuVIRz .nav-item:focus,
.cid-uLEvxuVIRz .nav-link:focus {
  outline: none;
}
.cid-uLEvxuVIRz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLEvxuVIRz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLEvxuVIRz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLEvxuVIRz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEvxuVIRz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLEvxuVIRz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLEvxuVIRz .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLEvxuVIRz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLEvxuVIRz .navbar.opened {
  transition: all 0.3s;
}
.cid-uLEvxuVIRz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLEvxuVIRz .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLEvxuVIRz .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLEvxuVIRz .navbar.collapsed {
  justify-content: center;
}
.cid-uLEvxuVIRz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLEvxuVIRz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLEvxuVIRz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLEvxuVIRz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLEvxuVIRz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLEvxuVIRz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLEvxuVIRz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLEvxuVIRz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLEvxuVIRz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLEvxuVIRz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLEvxuVIRz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLEvxuVIRz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLEvxuVIRz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLEvxuVIRz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLEvxuVIRz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLEvxuVIRz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLEvxuVIRz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLEvxuVIRz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLEvxuVIRz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLEvxuVIRz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLEvxuVIRz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLEvxuVIRz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLEvxuVIRz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLEvxuVIRz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLEvxuVIRz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLEvxuVIRz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLEvxuVIRz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLEvxuVIRz .dropdown-item.active,
.cid-uLEvxuVIRz .dropdown-item:active {
  background-color: transparent;
}
.cid-uLEvxuVIRz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLEvxuVIRz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLEvxuVIRz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLEvxuVIRz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLEvxuVIRz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLEvxuVIRz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLEvxuVIRz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLEvxuVIRz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLEvxuVIRz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLEvxuVIRz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEvxuVIRz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEvxuVIRz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLEvxuVIRz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEvxuVIRz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLEvxuVIRz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLEvxuVIRz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEvxuVIRz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLEvxuVIRz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLEvxuVIRz .navbar {
    height: 70px;
  }
  .cid-uLEvxuVIRz .navbar.opened {
    height: auto;
  }
  .cid-uLEvxuVIRz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLEvxuVIRz .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLEvxuVIRz .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLEvxuVIRz .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLEvxuVIRz .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLEvxuVIRz .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLEvxuVIRz .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLEvxuVIRz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLEvxuVIRz .text_widget {
  margin-bottom: 32px;
}
.cid-uLEvxuVIRz .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLEvxuVIRz .text_widget a:hover {
  opacity: .5;
}
.cid-uLEvxuVIRz .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLEvxuVIRz .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLEvxuVIRz .mbr-section-subtitle,
.cid-uLEvxuVIRz .text_widget,
.cid-uLEvxuVIRz .mbr-section-btn {
  text-align: center;
}
.cid-uLEvxuVIRz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLEvxvoNzN {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLEvxvoNzN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEvxvoNzN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEvxvoNzN .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLEvxvoNzN .label-text {
  color: #747474;
}
.cid-uLEvxvoNzN .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLEvxvoNzN .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLEvxvoNzN .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLEvxvoNzN .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLEvxvoNzN .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLEvxvFLyp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLEvxvFLyp .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLEvxvFLyp .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLEvxvFLyp .container {
    padding: 0 25px;
  }
}
.cid-uLEvxvFLyp .row {
  margin: 0;
}
.cid-uLEvxvFLyp .row .card {
  padding: 0;
}
.cid-uLEvxvFLyp .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLEvxvFLyp .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLEvxvFLyp .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLEvxvFLyp .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLEvxvFLyp .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLEvxvFLyp .item:focus,
.cid-uLEvxvFLyp span:focus {
  outline: none;
}
.cid-uLEvxvFLyp .item-wrapper {
  position: relative;
}
.cid-uLEvxvFLyp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLEvxvFLyp .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLEvxvFLyp .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLEvxvFLyp .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLEvxvFLyp .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLEvxvFLyp .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLEvxvFLyp .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLEvxvFLyp .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLEvxvFLyp .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLEvxvFLyp .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLEvxvFLyp .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLEvxvFLyp .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLEvxvFLyp .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLEvxvFLyp .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLEvxvFLyp .embla__button--next,
.cid-uLEvxvFLyp .embla__button--prev {
  display: flex;
}
.cid-uLEvxvFLyp .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLEvxvFLyp .embla__button {
    display: none;
  }
}
.cid-uLEvxvFLyp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLEvxvFLyp .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLEvxvFLyp .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLEvxvFLyp .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLEvxvFLyp .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLEvxvFLyp .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLEvxvFLyp .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLEvxvFLyp .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLEvxvFLyp .embla__button {
    bottom: 1rem;
  }
}
.cid-uLEvxvFLyp .embla {
  position: relative;
  width: 100%;
}
.cid-uLEvxvFLyp .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLEvxvFLyp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLEvxvFLyp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLEvxvFLyp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLEvxvFLyp .mbr-section-title {
  color: #ffffff;
}
.cid-uLEvxvFLyp .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLEvxvFLyp .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLEvxwaLi5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLEvxwaLi5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEvxwaLi5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLEvxwaLi5 .container {
    padding: 0 30px;
  }
}
.cid-uLEvxwaLi5 .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLEvxwaLi5 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLEvxwaLi5 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLEvxwaLi5 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLEvxwaLi5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLEvxwaLi5 .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLEvxwaLi5 .items .item {
    padding: 20px 0;
  }
}
.cid-uLEvxwaLi5 .items .item:hover::after,
.cid-uLEvxwaLi5 .items .item:focus::after {
  height: 100%;
}
.cid-uLEvxwaLi5 .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLEvxwaLi5 .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLEvxwaLi5 .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLEvxwaLi5 .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLEvxwaLi5 .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLEvxwaLi5 .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLEvxwaLi5 .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLEvxwaLi5 .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLEvxwaLi5 .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLEvxwaLi5 .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLEvxwaLi5 .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLEvxwaLi5 .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLEvxwaLi5 .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLEvxwaLi5 .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLEvxwaLi5 .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLEvxwaLi5 .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLEvxwaLi5 .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLEvxwaLi5 .mbr-section-title {
  color: #3a341c;
}
.cid-uLEvxwaLi5 .card-title {
  color: #3a341c;
}
.cid-uLEvxwaLi5 .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLEvxwaLi5 .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLEvxwu7LJ {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLEvxwu7LJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEvxwu7LJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEvxwu7LJ .col-title {
  margin-bottom: 32px;
}
.cid-uLEvxwu7LJ .mbr-section-title {
  color: #24262b;
}
.cid-uLEvxwu7LJ .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLEvxwu7LJ .cars-row {
  row-gap: 32px;
}
.cid-uLEvxwu7LJ .card {
  border-radius: 0;
}
.cid-uLEvxwu7LJ .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLEvxwu7LJ .text-wrap {
  flex-grow: 1;
}
.cid-uLEvxwu7LJ .card-title {
  color: #24262b;
}
.cid-uLEvxwu7LJ .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLEvxwu7LJ .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLEvxwu7LJ .card-title,
.cid-uLEvxwu7LJ .card-wrapper {
  color: #35341b;
}
.cid-uLEvxwWA0a {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLEvxwWA0a .mbr-text {
  color: #ffffff;
}
.cid-uLEvxwWA0a .container {
  max-width: 1000px;
}
.cid-uLEvxwWA0a h4 {
  text-align: center;
}
.cid-uLEvxwWA0a p {
  text-align: center;
}
.cid-uLEvxwWA0a .row {
  justify-content: center;
}
.cid-uLEvxwWA0a .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLEvxwWA0a .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLEvxwWA0a .card-title,
.cid-uLEvxwWA0a .card-img {
  color: #b69b74;
}
.cid-uLEvxwWA0a .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLEvxwWA0a .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLEvxwWA0a img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLEvxxgfn9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLEvxxgfn9 .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLEwBI6AA7 {
  z-index: 1000;
  width: 100%;
}
.cid-uLEwBI6AA7 .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLEwBI6AA7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLEwBI6AA7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLEwBI6AA7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLEwBI6AA7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLEwBI6AA7 .menu_box .navbar.opened,
  .cid-uLEwBI6AA7 .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLEwBI6AA7 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLEwBI6AA7 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLEwBI6AA7 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLEwBI6AA7 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLEwBI6AA7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLEwBI6AA7 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLEwBI6AA7 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLEwBI6AA7 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLEwBI6AA7 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLEwBI6AA7 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLEwBI6AA7 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLEwBI6AA7 .offcanvas-body .mbr-text,
  .cid-uLEwBI6AA7 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLEwBI6AA7 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLEwBI6AA7 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLEwBI6AA7 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLEwBI6AA7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLEwBI6AA7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLEwBI6AA7 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLEwBI6AA7 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLEwBI6AA7 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLEwBI6AA7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEwBI6AA7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLEwBI6AA7 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLEwBI6AA7 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLEwBI6AA7 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLEwBI6AA7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLEwBI6AA7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLEwBI6AA7 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLEwBI6AA7 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLEwBI6AA7 .nav-item .nav-link:hover,
.cid-uLEwBI6AA7 .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLEwBI6AA7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLEwBI6AA7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLEwBI6AA7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLEwBI6AA7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEwBI6AA7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLEwBI6AA7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLEwBI6AA7 .offcanvas_box {
    display: none;
  }
}
.cid-uLEwBI6AA7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLEwBI6AA7 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLEwBI6AA7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLEwBI6AA7 .container {
  display: flex;
  margin: auto;
}
.cid-uLEwBI6AA7 .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLEwBI6AA7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLEwBI6AA7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLEwBI6AA7 .navbar-caption {
  color: #2b2b2b;
}
.cid-uLEwBI6AA7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLEwBI6AA7 .navbar-nav {
    margin: 0;
  }
}
.cid-uLEwBI6AA7 .dropdown-menu,
.cid-uLEwBI6AA7 .navbar.opened {
  background-color: true !important;
}
.cid-uLEwBI6AA7 .nav-item:focus,
.cid-uLEwBI6AA7 .nav-link:focus {
  outline: none;
}
.cid-uLEwBI6AA7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLEwBI6AA7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLEwBI6AA7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLEwBI6AA7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEwBI6AA7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLEwBI6AA7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLEwBI6AA7 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLEwBI6AA7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLEwBI6AA7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLEwBI6AA7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLEwBI6AA7 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLEwBI6AA7 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLEwBI6AA7 .navbar.collapsed {
  justify-content: center;
}
.cid-uLEwBI6AA7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLEwBI6AA7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLEwBI6AA7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLEwBI6AA7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLEwBI6AA7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLEwBI6AA7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLEwBI6AA7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLEwBI6AA7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLEwBI6AA7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLEwBI6AA7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLEwBI6AA7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLEwBI6AA7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLEwBI6AA7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLEwBI6AA7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLEwBI6AA7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLEwBI6AA7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLEwBI6AA7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLEwBI6AA7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLEwBI6AA7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLEwBI6AA7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLEwBI6AA7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLEwBI6AA7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLEwBI6AA7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLEwBI6AA7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLEwBI6AA7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLEwBI6AA7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLEwBI6AA7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLEwBI6AA7 .dropdown-item.active,
.cid-uLEwBI6AA7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLEwBI6AA7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLEwBI6AA7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLEwBI6AA7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLEwBI6AA7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLEwBI6AA7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLEwBI6AA7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLEwBI6AA7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLEwBI6AA7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLEwBI6AA7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLEwBI6AA7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEwBI6AA7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEwBI6AA7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLEwBI6AA7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEwBI6AA7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLEwBI6AA7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLEwBI6AA7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEwBI6AA7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLEwBI6AA7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLEwBI6AA7 .navbar {
    height: 70px;
  }
  .cid-uLEwBI6AA7 .navbar.opened {
    height: auto;
  }
  .cid-uLEwBI6AA7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLEwBI6AA7 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLEwBI6AA7 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLEwBI6AA7 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLEwBI6AA7 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLEwBI6AA7 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLEwBI6AA7 .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLEwBI6AA7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLEwBI6AA7 .text_widget {
  margin-bottom: 32px;
}
.cid-uLEwBI6AA7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLEwBI6AA7 .text_widget a:hover {
  opacity: .5;
}
.cid-uLEwBI6AA7 .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLEwBI6AA7 .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLEwBI6AA7 .mbr-section-subtitle,
.cid-uLEwBI6AA7 .text_widget,
.cid-uLEwBI6AA7 .mbr-section-btn {
  text-align: center;
}
.cid-uLEwBI6AA7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLEwBIyWfC {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLEwBIyWfC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEwBIyWfC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEwBIyWfC .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLEwBIyWfC .label-text {
  color: #747474;
}
.cid-uLEwBIyWfC .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLEwBIyWfC .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLEwBIyWfC .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLEwBIyWfC .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLEwBIyWfC .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLEwBIQ2Tz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLEwBIQ2Tz .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLEwBIQ2Tz .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLEwBIQ2Tz .container {
    padding: 0 25px;
  }
}
.cid-uLEwBIQ2Tz .row {
  margin: 0;
}
.cid-uLEwBIQ2Tz .row .card {
  padding: 0;
}
.cid-uLEwBIQ2Tz .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLEwBIQ2Tz .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLEwBIQ2Tz .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLEwBIQ2Tz .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLEwBIQ2Tz .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLEwBIQ2Tz .item:focus,
.cid-uLEwBIQ2Tz span:focus {
  outline: none;
}
.cid-uLEwBIQ2Tz .item-wrapper {
  position: relative;
}
.cid-uLEwBIQ2Tz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLEwBIQ2Tz .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLEwBIQ2Tz .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLEwBIQ2Tz .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLEwBIQ2Tz .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLEwBIQ2Tz .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLEwBIQ2Tz .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLEwBIQ2Tz .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLEwBIQ2Tz .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLEwBIQ2Tz .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLEwBIQ2Tz .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLEwBIQ2Tz .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLEwBIQ2Tz .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLEwBIQ2Tz .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLEwBIQ2Tz .embla__button--next,
.cid-uLEwBIQ2Tz .embla__button--prev {
  display: flex;
}
.cid-uLEwBIQ2Tz .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLEwBIQ2Tz .embla__button {
    display: none;
  }
}
.cid-uLEwBIQ2Tz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLEwBIQ2Tz .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLEwBIQ2Tz .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLEwBIQ2Tz .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLEwBIQ2Tz .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLEwBIQ2Tz .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLEwBIQ2Tz .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLEwBIQ2Tz .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLEwBIQ2Tz .embla__button {
    bottom: 1rem;
  }
}
.cid-uLEwBIQ2Tz .embla {
  position: relative;
  width: 100%;
}
.cid-uLEwBIQ2Tz .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLEwBIQ2Tz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLEwBIQ2Tz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLEwBIQ2Tz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLEwBIQ2Tz .mbr-section-title {
  color: #ffffff;
}
.cid-uLEwBIQ2Tz .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLEwBIQ2Tz .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLEwBJntVk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLEwBJntVk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEwBJntVk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLEwBJntVk .container {
    padding: 0 30px;
  }
}
.cid-uLEwBJntVk .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLEwBJntVk .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLEwBJntVk .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLEwBJntVk .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLEwBJntVk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLEwBJntVk .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLEwBJntVk .items .item {
    padding: 20px 0;
  }
}
.cid-uLEwBJntVk .items .item:hover::after,
.cid-uLEwBJntVk .items .item:focus::after {
  height: 100%;
}
.cid-uLEwBJntVk .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLEwBJntVk .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLEwBJntVk .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLEwBJntVk .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLEwBJntVk .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLEwBJntVk .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLEwBJntVk .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLEwBJntVk .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLEwBJntVk .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLEwBJntVk .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLEwBJntVk .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLEwBJntVk .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLEwBJntVk .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLEwBJntVk .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLEwBJntVk .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLEwBJntVk .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLEwBJntVk .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLEwBJntVk .mbr-section-title {
  color: #3a341c;
}
.cid-uLEwBJntVk .card-title {
  color: #3a341c;
}
.cid-uLEwBJntVk .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLEwBJntVk .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLEwBJETeh {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLEwBJETeh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEwBJETeh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEwBJETeh .col-title {
  margin-bottom: 32px;
}
.cid-uLEwBJETeh .mbr-section-title {
  color: #24262b;
}
.cid-uLEwBJETeh .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLEwBJETeh .cars-row {
  row-gap: 32px;
}
.cid-uLEwBJETeh .card {
  border-radius: 0;
}
.cid-uLEwBJETeh .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLEwBJETeh .text-wrap {
  flex-grow: 1;
}
.cid-uLEwBJETeh .card-title {
  color: #24262b;
}
.cid-uLEwBJETeh .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLEwBJETeh .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLEwBJETeh .card-title,
.cid-uLEwBJETeh .card-wrapper {
  color: #35341b;
}
.cid-uLEwBK6ZYH {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLEwBK6ZYH .mbr-text {
  color: #ffffff;
}
.cid-uLEwBK6ZYH .container {
  max-width: 1000px;
}
.cid-uLEwBK6ZYH h4 {
  text-align: center;
}
.cid-uLEwBK6ZYH p {
  text-align: center;
}
.cid-uLEwBK6ZYH .row {
  justify-content: center;
}
.cid-uLEwBK6ZYH .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLEwBK6ZYH .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLEwBK6ZYH .card-title,
.cid-uLEwBK6ZYH .card-img {
  color: #b69b74;
}
.cid-uLEwBK6ZYH .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLEwBK6ZYH .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLEwBK6ZYH img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLEwBKr3VS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLEwBKr3VS .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLEFKKPTIw {
  z-index: 1000;
  width: 100%;
}
.cid-uLEFKKPTIw .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLEFKKPTIw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLEFKKPTIw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLEFKKPTIw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLEFKKPTIw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLEFKKPTIw .menu_box .navbar.opened,
  .cid-uLEFKKPTIw .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLEFKKPTIw nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLEFKKPTIw .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLEFKKPTIw .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLEFKKPTIw .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLEFKKPTIw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLEFKKPTIw .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLEFKKPTIw .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLEFKKPTIw .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLEFKKPTIw .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLEFKKPTIw .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLEFKKPTIw .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLEFKKPTIw .offcanvas-body .mbr-text,
  .cid-uLEFKKPTIw .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLEFKKPTIw .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLEFKKPTIw .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLEFKKPTIw .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLEFKKPTIw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLEFKKPTIw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLEFKKPTIw .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLEFKKPTIw .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLEFKKPTIw ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLEFKKPTIw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEFKKPTIw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLEFKKPTIw .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLEFKKPTIw li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLEFKKPTIw .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLEFKKPTIw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLEFKKPTIw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLEFKKPTIw .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLEFKKPTIw .nav-item {
    margin: 0 !important;
  }
}
.cid-uLEFKKPTIw .nav-item .nav-link:hover,
.cid-uLEFKKPTIw .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLEFKKPTIw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLEFKKPTIw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLEFKKPTIw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLEFKKPTIw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEFKKPTIw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLEFKKPTIw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLEFKKPTIw .offcanvas_box {
    display: none;
  }
}
.cid-uLEFKKPTIw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLEFKKPTIw .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLEFKKPTIw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLEFKKPTIw .container {
  display: flex;
  margin: auto;
}
.cid-uLEFKKPTIw .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLEFKKPTIw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLEFKKPTIw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLEFKKPTIw .navbar-caption {
  color: #2b2b2b;
}
.cid-uLEFKKPTIw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLEFKKPTIw .navbar-nav {
    margin: 0;
  }
}
.cid-uLEFKKPTIw .dropdown-menu,
.cid-uLEFKKPTIw .navbar.opened {
  background-color: true !important;
}
.cid-uLEFKKPTIw .nav-item:focus,
.cid-uLEFKKPTIw .nav-link:focus {
  outline: none;
}
.cid-uLEFKKPTIw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLEFKKPTIw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLEFKKPTIw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLEFKKPTIw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEFKKPTIw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLEFKKPTIw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLEFKKPTIw .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLEFKKPTIw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLEFKKPTIw .navbar.opened {
  transition: all 0.3s;
}
.cid-uLEFKKPTIw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLEFKKPTIw .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLEFKKPTIw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLEFKKPTIw .navbar.collapsed {
  justify-content: center;
}
.cid-uLEFKKPTIw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLEFKKPTIw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLEFKKPTIw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLEFKKPTIw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLEFKKPTIw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLEFKKPTIw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLEFKKPTIw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLEFKKPTIw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLEFKKPTIw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLEFKKPTIw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLEFKKPTIw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLEFKKPTIw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLEFKKPTIw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLEFKKPTIw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLEFKKPTIw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLEFKKPTIw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLEFKKPTIw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLEFKKPTIw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLEFKKPTIw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLEFKKPTIw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLEFKKPTIw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLEFKKPTIw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLEFKKPTIw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLEFKKPTIw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLEFKKPTIw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLEFKKPTIw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLEFKKPTIw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLEFKKPTIw .dropdown-item.active,
.cid-uLEFKKPTIw .dropdown-item:active {
  background-color: transparent;
}
.cid-uLEFKKPTIw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLEFKKPTIw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLEFKKPTIw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLEFKKPTIw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLEFKKPTIw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLEFKKPTIw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLEFKKPTIw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLEFKKPTIw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLEFKKPTIw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLEFKKPTIw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEFKKPTIw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEFKKPTIw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLEFKKPTIw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEFKKPTIw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLEFKKPTIw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLEFKKPTIw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEFKKPTIw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLEFKKPTIw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLEFKKPTIw .navbar {
    height: 70px;
  }
  .cid-uLEFKKPTIw .navbar.opened {
    height: auto;
  }
  .cid-uLEFKKPTIw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLEFKKPTIw .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLEFKKPTIw .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLEFKKPTIw .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLEFKKPTIw .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLEFKKPTIw .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLEFKKPTIw .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLEFKKPTIw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLEFKKPTIw .text_widget {
  margin-bottom: 32px;
}
.cid-uLEFKKPTIw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLEFKKPTIw .text_widget a:hover {
  opacity: .5;
}
.cid-uLEFKKPTIw .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLEFKKPTIw .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLEFKKPTIw .mbr-section-subtitle,
.cid-uLEFKKPTIw .text_widget,
.cid-uLEFKKPTIw .mbr-section-btn {
  text-align: center;
}
.cid-uLEFKKPTIw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLEFKLi5fL {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLEFKLi5fL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEFKLi5fL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEFKLi5fL .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLEFKLi5fL .label-text {
  color: #747474;
}
.cid-uLEFKLi5fL .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLEFKLi5fL .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLEFKLi5fL .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLEFKLi5fL .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLEFKLi5fL .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLEFKLznmS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLEFKLznmS .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLEFKLznmS .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLEFKLznmS .container {
    padding: 0 25px;
  }
}
.cid-uLEFKLznmS .row {
  margin: 0;
}
.cid-uLEFKLznmS .row .card {
  padding: 0;
}
.cid-uLEFKLznmS .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLEFKLznmS .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLEFKLznmS .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLEFKLznmS .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLEFKLznmS .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLEFKLznmS .item:focus,
.cid-uLEFKLznmS span:focus {
  outline: none;
}
.cid-uLEFKLznmS .item-wrapper {
  position: relative;
}
.cid-uLEFKLznmS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLEFKLznmS .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLEFKLznmS .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLEFKLznmS .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLEFKLznmS .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLEFKLznmS .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLEFKLznmS .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLEFKLznmS .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLEFKLznmS .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLEFKLznmS .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLEFKLznmS .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLEFKLznmS .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLEFKLznmS .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLEFKLznmS .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLEFKLznmS .embla__button--next,
.cid-uLEFKLznmS .embla__button--prev {
  display: flex;
}
.cid-uLEFKLznmS .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLEFKLznmS .embla__button {
    display: none;
  }
}
.cid-uLEFKLznmS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLEFKLznmS .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLEFKLznmS .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLEFKLznmS .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLEFKLznmS .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLEFKLznmS .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLEFKLznmS .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLEFKLznmS .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLEFKLznmS .embla__button {
    bottom: 1rem;
  }
}
.cid-uLEFKLznmS .embla {
  position: relative;
  width: 100%;
}
.cid-uLEFKLznmS .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLEFKLznmS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLEFKLznmS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLEFKLznmS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLEFKLznmS .mbr-section-title {
  color: #ffffff;
}
.cid-uLEFKLznmS .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLEFKLznmS .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLEFKM7FTJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLEFKM7FTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEFKM7FTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLEFKM7FTJ .container {
    padding: 0 30px;
  }
}
.cid-uLEFKM7FTJ .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLEFKM7FTJ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLEFKM7FTJ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLEFKM7FTJ .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLEFKM7FTJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLEFKM7FTJ .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLEFKM7FTJ .items .item {
    padding: 20px 0;
  }
}
.cid-uLEFKM7FTJ .items .item:hover::after,
.cid-uLEFKM7FTJ .items .item:focus::after {
  height: 100%;
}
.cid-uLEFKM7FTJ .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLEFKM7FTJ .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLEFKM7FTJ .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLEFKM7FTJ .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLEFKM7FTJ .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLEFKM7FTJ .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLEFKM7FTJ .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLEFKM7FTJ .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLEFKM7FTJ .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLEFKM7FTJ .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLEFKM7FTJ .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLEFKM7FTJ .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLEFKM7FTJ .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLEFKM7FTJ .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLEFKM7FTJ .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLEFKM7FTJ .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLEFKM7FTJ .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLEFKM7FTJ .mbr-section-title {
  color: #3a341c;
}
.cid-uLEFKM7FTJ .card-title {
  color: #3a341c;
}
.cid-uLEFKM7FTJ .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLEFKM7FTJ .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLEFKMnSzN {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLEFKMnSzN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEFKMnSzN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEFKMnSzN .col-title {
  margin-bottom: 32px;
}
.cid-uLEFKMnSzN .mbr-section-title {
  color: #24262b;
}
.cid-uLEFKMnSzN .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLEFKMnSzN .cars-row {
  row-gap: 32px;
}
.cid-uLEFKMnSzN .card {
  border-radius: 0;
}
.cid-uLEFKMnSzN .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLEFKMnSzN .text-wrap {
  flex-grow: 1;
}
.cid-uLEFKMnSzN .card-title {
  color: #24262b;
}
.cid-uLEFKMnSzN .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLEFKMnSzN .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLEFKMnSzN .card-title,
.cid-uLEFKMnSzN .card-wrapper {
  color: #35341b;
}
.cid-uLEFKMPJcy {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLEFKMPJcy .mbr-text {
  color: #ffffff;
}
.cid-uLEFKMPJcy .container {
  max-width: 1000px;
}
.cid-uLEFKMPJcy h4 {
  text-align: center;
}
.cid-uLEFKMPJcy p {
  text-align: center;
}
.cid-uLEFKMPJcy .row {
  justify-content: center;
}
.cid-uLEFKMPJcy .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLEFKMPJcy .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLEFKMPJcy .card-title,
.cid-uLEFKMPJcy .card-img {
  color: #b69b74;
}
.cid-uLEFKMPJcy .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLEFKMPJcy .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLEFKMPJcy img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLEFKN9Rxm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLEFKN9Rxm .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLEI2IsR0P {
  z-index: 1000;
  width: 100%;
}
.cid-uLEI2IsR0P .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLEI2IsR0P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLEI2IsR0P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLEI2IsR0P .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLEI2IsR0P .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLEI2IsR0P .menu_box .navbar.opened,
  .cid-uLEI2IsR0P .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLEI2IsR0P nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLEI2IsR0P .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLEI2IsR0P .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLEI2IsR0P .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLEI2IsR0P .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLEI2IsR0P .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLEI2IsR0P .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLEI2IsR0P .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLEI2IsR0P .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLEI2IsR0P .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLEI2IsR0P .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLEI2IsR0P .offcanvas-body .mbr-text,
  .cid-uLEI2IsR0P .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLEI2IsR0P .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLEI2IsR0P .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLEI2IsR0P .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLEI2IsR0P .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLEI2IsR0P .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLEI2IsR0P .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLEI2IsR0P .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLEI2IsR0P ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLEI2IsR0P .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEI2IsR0P .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLEI2IsR0P .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLEI2IsR0P li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLEI2IsR0P .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLEI2IsR0P .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLEI2IsR0P .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLEI2IsR0P .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLEI2IsR0P .nav-item {
    margin: 0 !important;
  }
}
.cid-uLEI2IsR0P .nav-item .nav-link:hover,
.cid-uLEI2IsR0P .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLEI2IsR0P .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLEI2IsR0P .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLEI2IsR0P .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLEI2IsR0P .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEI2IsR0P .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLEI2IsR0P .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLEI2IsR0P .offcanvas_box {
    display: none;
  }
}
.cid-uLEI2IsR0P .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLEI2IsR0P .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLEI2IsR0P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLEI2IsR0P .container {
  display: flex;
  margin: auto;
}
.cid-uLEI2IsR0P .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLEI2IsR0P .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLEI2IsR0P .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLEI2IsR0P .navbar-caption {
  color: #2b2b2b;
}
.cid-uLEI2IsR0P .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLEI2IsR0P .navbar-nav {
    margin: 0;
  }
}
.cid-uLEI2IsR0P .dropdown-menu,
.cid-uLEI2IsR0P .navbar.opened {
  background-color: true !important;
}
.cid-uLEI2IsR0P .nav-item:focus,
.cid-uLEI2IsR0P .nav-link:focus {
  outline: none;
}
.cid-uLEI2IsR0P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLEI2IsR0P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLEI2IsR0P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLEI2IsR0P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEI2IsR0P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLEI2IsR0P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLEI2IsR0P .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLEI2IsR0P .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLEI2IsR0P .navbar.opened {
  transition: all 0.3s;
}
.cid-uLEI2IsR0P .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLEI2IsR0P .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLEI2IsR0P .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLEI2IsR0P .navbar.collapsed {
  justify-content: center;
}
.cid-uLEI2IsR0P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLEI2IsR0P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLEI2IsR0P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLEI2IsR0P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLEI2IsR0P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLEI2IsR0P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLEI2IsR0P .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLEI2IsR0P .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLEI2IsR0P .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLEI2IsR0P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLEI2IsR0P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLEI2IsR0P .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLEI2IsR0P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLEI2IsR0P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLEI2IsR0P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLEI2IsR0P .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLEI2IsR0P .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLEI2IsR0P .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLEI2IsR0P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLEI2IsR0P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLEI2IsR0P .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLEI2IsR0P .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLEI2IsR0P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLEI2IsR0P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLEI2IsR0P .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLEI2IsR0P .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLEI2IsR0P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLEI2IsR0P .dropdown-item.active,
.cid-uLEI2IsR0P .dropdown-item:active {
  background-color: transparent;
}
.cid-uLEI2IsR0P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLEI2IsR0P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLEI2IsR0P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLEI2IsR0P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLEI2IsR0P ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLEI2IsR0P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLEI2IsR0P button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLEI2IsR0P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLEI2IsR0P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLEI2IsR0P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEI2IsR0P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEI2IsR0P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLEI2IsR0P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEI2IsR0P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLEI2IsR0P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLEI2IsR0P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEI2IsR0P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLEI2IsR0P .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLEI2IsR0P .navbar {
    height: 70px;
  }
  .cid-uLEI2IsR0P .navbar.opened {
    height: auto;
  }
  .cid-uLEI2IsR0P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLEI2IsR0P .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLEI2IsR0P .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLEI2IsR0P .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLEI2IsR0P .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLEI2IsR0P .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLEI2IsR0P .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLEI2IsR0P .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLEI2IsR0P .text_widget {
  margin-bottom: 32px;
}
.cid-uLEI2IsR0P .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLEI2IsR0P .text_widget a:hover {
  opacity: .5;
}
.cid-uLEI2IsR0P .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLEI2IsR0P .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLEI2IsR0P .mbr-section-subtitle,
.cid-uLEI2IsR0P .text_widget,
.cid-uLEI2IsR0P .mbr-section-btn {
  text-align: center;
}
.cid-uLEI2IsR0P a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLEI2IUNDU {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLEI2IUNDU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEI2IUNDU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEI2IUNDU .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLEI2IUNDU .label-text {
  color: #747474;
}
.cid-uLEI2IUNDU .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLEI2IUNDU .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLEI2IUNDU .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLEI2IUNDU .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLEI2IUNDU .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLEI2Jgh54 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLEI2Jgh54 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLEI2Jgh54 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLEI2Jgh54 .container {
    padding: 0 25px;
  }
}
.cid-uLEI2Jgh54 .row {
  margin: 0;
}
.cid-uLEI2Jgh54 .row .card {
  padding: 0;
}
.cid-uLEI2Jgh54 .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLEI2Jgh54 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLEI2Jgh54 .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLEI2Jgh54 .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLEI2Jgh54 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLEI2Jgh54 .item:focus,
.cid-uLEI2Jgh54 span:focus {
  outline: none;
}
.cid-uLEI2Jgh54 .item-wrapper {
  position: relative;
}
.cid-uLEI2Jgh54 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLEI2Jgh54 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLEI2Jgh54 .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLEI2Jgh54 .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLEI2Jgh54 .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLEI2Jgh54 .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLEI2Jgh54 .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLEI2Jgh54 .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLEI2Jgh54 .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLEI2Jgh54 .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLEI2Jgh54 .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLEI2Jgh54 .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLEI2Jgh54 .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLEI2Jgh54 .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLEI2Jgh54 .embla__button--next,
.cid-uLEI2Jgh54 .embla__button--prev {
  display: flex;
}
.cid-uLEI2Jgh54 .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLEI2Jgh54 .embla__button {
    display: none;
  }
}
.cid-uLEI2Jgh54 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLEI2Jgh54 .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLEI2Jgh54 .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLEI2Jgh54 .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLEI2Jgh54 .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLEI2Jgh54 .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLEI2Jgh54 .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLEI2Jgh54 .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLEI2Jgh54 .embla__button {
    bottom: 1rem;
  }
}
.cid-uLEI2Jgh54 .embla {
  position: relative;
  width: 100%;
}
.cid-uLEI2Jgh54 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLEI2Jgh54 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLEI2Jgh54 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLEI2Jgh54 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLEI2Jgh54 .mbr-section-title {
  color: #ffffff;
}
.cid-uLEI2Jgh54 .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLEI2Jgh54 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLEI2JJJe4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLEI2JJJe4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEI2JJJe4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLEI2JJJe4 .container {
    padding: 0 30px;
  }
}
.cid-uLEI2JJJe4 .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLEI2JJJe4 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLEI2JJJe4 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLEI2JJJe4 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLEI2JJJe4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLEI2JJJe4 .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLEI2JJJe4 .items .item {
    padding: 20px 0;
  }
}
.cid-uLEI2JJJe4 .items .item:hover::after,
.cid-uLEI2JJJe4 .items .item:focus::after {
  height: 100%;
}
.cid-uLEI2JJJe4 .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLEI2JJJe4 .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLEI2JJJe4 .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLEI2JJJe4 .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLEI2JJJe4 .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLEI2JJJe4 .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLEI2JJJe4 .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLEI2JJJe4 .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLEI2JJJe4 .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLEI2JJJe4 .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLEI2JJJe4 .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLEI2JJJe4 .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLEI2JJJe4 .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLEI2JJJe4 .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLEI2JJJe4 .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLEI2JJJe4 .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLEI2JJJe4 .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLEI2JJJe4 .mbr-section-title {
  color: #3a341c;
}
.cid-uLEI2JJJe4 .card-title {
  color: #3a341c;
}
.cid-uLEI2JJJe4 .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLEI2JJJe4 .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLEI2K1KwN {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLEI2K1KwN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEI2K1KwN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEI2K1KwN .col-title {
  margin-bottom: 32px;
}
.cid-uLEI2K1KwN .mbr-section-title {
  color: #24262b;
}
.cid-uLEI2K1KwN .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLEI2K1KwN .cars-row {
  row-gap: 32px;
}
.cid-uLEI2K1KwN .card {
  border-radius: 0;
}
.cid-uLEI2K1KwN .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLEI2K1KwN .text-wrap {
  flex-grow: 1;
}
.cid-uLEI2K1KwN .card-title {
  color: #24262b;
}
.cid-uLEI2K1KwN .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLEI2K1KwN .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLEI2K1KwN .card-title,
.cid-uLEI2K1KwN .card-wrapper {
  color: #35341b;
}
.cid-uLEI2KsVgI {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLEI2KsVgI .mbr-text {
  color: #ffffff;
}
.cid-uLEI2KsVgI .container {
  max-width: 1000px;
}
.cid-uLEI2KsVgI h4 {
  text-align: center;
}
.cid-uLEI2KsVgI p {
  text-align: center;
}
.cid-uLEI2KsVgI .row {
  justify-content: center;
}
.cid-uLEI2KsVgI .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLEI2KsVgI .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLEI2KsVgI .card-title,
.cid-uLEI2KsVgI .card-img {
  color: #b69b74;
}
.cid-uLEI2KsVgI .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLEI2KsVgI .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLEI2KsVgI img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLEI2KPPK2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLEI2KPPK2 .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLEJDSOnHC {
  z-index: 1000;
  width: 100%;
}
.cid-uLEJDSOnHC .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLEJDSOnHC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLEJDSOnHC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLEJDSOnHC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLEJDSOnHC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLEJDSOnHC .menu_box .navbar.opened,
  .cid-uLEJDSOnHC .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLEJDSOnHC nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLEJDSOnHC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLEJDSOnHC .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLEJDSOnHC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLEJDSOnHC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLEJDSOnHC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLEJDSOnHC .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLEJDSOnHC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLEJDSOnHC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLEJDSOnHC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLEJDSOnHC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLEJDSOnHC .offcanvas-body .mbr-text,
  .cid-uLEJDSOnHC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLEJDSOnHC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLEJDSOnHC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLEJDSOnHC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLEJDSOnHC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLEJDSOnHC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLEJDSOnHC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLEJDSOnHC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLEJDSOnHC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLEJDSOnHC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEJDSOnHC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLEJDSOnHC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLEJDSOnHC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLEJDSOnHC .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLEJDSOnHC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLEJDSOnHC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLEJDSOnHC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLEJDSOnHC .nav-item {
    margin: 0 !important;
  }
}
.cid-uLEJDSOnHC .nav-item .nav-link:hover,
.cid-uLEJDSOnHC .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLEJDSOnHC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLEJDSOnHC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLEJDSOnHC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLEJDSOnHC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEJDSOnHC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLEJDSOnHC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLEJDSOnHC .offcanvas_box {
    display: none;
  }
}
.cid-uLEJDSOnHC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLEJDSOnHC .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLEJDSOnHC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLEJDSOnHC .container {
  display: flex;
  margin: auto;
}
.cid-uLEJDSOnHC .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLEJDSOnHC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLEJDSOnHC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLEJDSOnHC .navbar-caption {
  color: #2b2b2b;
}
.cid-uLEJDSOnHC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLEJDSOnHC .navbar-nav {
    margin: 0;
  }
}
.cid-uLEJDSOnHC .dropdown-menu,
.cid-uLEJDSOnHC .navbar.opened {
  background-color: true !important;
}
.cid-uLEJDSOnHC .nav-item:focus,
.cid-uLEJDSOnHC .nav-link:focus {
  outline: none;
}
.cid-uLEJDSOnHC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLEJDSOnHC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLEJDSOnHC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLEJDSOnHC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEJDSOnHC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLEJDSOnHC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLEJDSOnHC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLEJDSOnHC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLEJDSOnHC .navbar.opened {
  transition: all 0.3s;
}
.cid-uLEJDSOnHC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLEJDSOnHC .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLEJDSOnHC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLEJDSOnHC .navbar.collapsed {
  justify-content: center;
}
.cid-uLEJDSOnHC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLEJDSOnHC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLEJDSOnHC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLEJDSOnHC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLEJDSOnHC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLEJDSOnHC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLEJDSOnHC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLEJDSOnHC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLEJDSOnHC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLEJDSOnHC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLEJDSOnHC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLEJDSOnHC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLEJDSOnHC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLEJDSOnHC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLEJDSOnHC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLEJDSOnHC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLEJDSOnHC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLEJDSOnHC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLEJDSOnHC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLEJDSOnHC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLEJDSOnHC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLEJDSOnHC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLEJDSOnHC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLEJDSOnHC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLEJDSOnHC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLEJDSOnHC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLEJDSOnHC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLEJDSOnHC .dropdown-item.active,
.cid-uLEJDSOnHC .dropdown-item:active {
  background-color: transparent;
}
.cid-uLEJDSOnHC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLEJDSOnHC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLEJDSOnHC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLEJDSOnHC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLEJDSOnHC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLEJDSOnHC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLEJDSOnHC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLEJDSOnHC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLEJDSOnHC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLEJDSOnHC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEJDSOnHC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEJDSOnHC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLEJDSOnHC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEJDSOnHC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLEJDSOnHC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLEJDSOnHC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEJDSOnHC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLEJDSOnHC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLEJDSOnHC .navbar {
    height: 70px;
  }
  .cid-uLEJDSOnHC .navbar.opened {
    height: auto;
  }
  .cid-uLEJDSOnHC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLEJDSOnHC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLEJDSOnHC .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLEJDSOnHC .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLEJDSOnHC .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLEJDSOnHC .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLEJDSOnHC .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLEJDSOnHC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLEJDSOnHC .text_widget {
  margin-bottom: 32px;
}
.cid-uLEJDSOnHC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLEJDSOnHC .text_widget a:hover {
  opacity: .5;
}
.cid-uLEJDSOnHC .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLEJDSOnHC .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLEJDSOnHC .mbr-section-subtitle,
.cid-uLEJDSOnHC .text_widget,
.cid-uLEJDSOnHC .mbr-section-btn {
  text-align: center;
}
.cid-uLEJDSOnHC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLEJDTguVB {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLEJDTguVB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEJDTguVB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEJDTguVB .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLEJDTguVB .label-text {
  color: #747474;
}
.cid-uLEJDTguVB .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLEJDTguVB .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLEJDTguVB .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLEJDTguVB .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLEJDTguVB .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLEJDTJyqa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLEJDTJyqa .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLEJDTJyqa .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLEJDTJyqa .container {
    padding: 0 25px;
  }
}
.cid-uLEJDTJyqa .row {
  margin: 0;
}
.cid-uLEJDTJyqa .row .card {
  padding: 0;
}
.cid-uLEJDTJyqa .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLEJDTJyqa .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLEJDTJyqa .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLEJDTJyqa .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLEJDTJyqa .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLEJDTJyqa .item:focus,
.cid-uLEJDTJyqa span:focus {
  outline: none;
}
.cid-uLEJDTJyqa .item-wrapper {
  position: relative;
}
.cid-uLEJDTJyqa .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLEJDTJyqa .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLEJDTJyqa .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLEJDTJyqa .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLEJDTJyqa .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLEJDTJyqa .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLEJDTJyqa .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLEJDTJyqa .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLEJDTJyqa .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLEJDTJyqa .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLEJDTJyqa .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLEJDTJyqa .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLEJDTJyqa .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLEJDTJyqa .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLEJDTJyqa .embla__button--next,
.cid-uLEJDTJyqa .embla__button--prev {
  display: flex;
}
.cid-uLEJDTJyqa .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLEJDTJyqa .embla__button {
    display: none;
  }
}
.cid-uLEJDTJyqa .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLEJDTJyqa .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLEJDTJyqa .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLEJDTJyqa .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLEJDTJyqa .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLEJDTJyqa .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLEJDTJyqa .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLEJDTJyqa .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLEJDTJyqa .embla__button {
    bottom: 1rem;
  }
}
.cid-uLEJDTJyqa .embla {
  position: relative;
  width: 100%;
}
.cid-uLEJDTJyqa .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLEJDTJyqa .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLEJDTJyqa .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLEJDTJyqa .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLEJDTJyqa .mbr-section-title {
  color: #ffffff;
}
.cid-uLEJDTJyqa .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLEJDTJyqa .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLEJDUcp9V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLEJDUcp9V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEJDUcp9V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLEJDUcp9V .container {
    padding: 0 30px;
  }
}
.cid-uLEJDUcp9V .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLEJDUcp9V .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLEJDUcp9V .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLEJDUcp9V .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLEJDUcp9V .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLEJDUcp9V .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLEJDUcp9V .items .item {
    padding: 20px 0;
  }
}
.cid-uLEJDUcp9V .items .item:hover::after,
.cid-uLEJDUcp9V .items .item:focus::after {
  height: 100%;
}
.cid-uLEJDUcp9V .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLEJDUcp9V .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLEJDUcp9V .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLEJDUcp9V .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLEJDUcp9V .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLEJDUcp9V .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLEJDUcp9V .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLEJDUcp9V .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLEJDUcp9V .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLEJDUcp9V .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLEJDUcp9V .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLEJDUcp9V .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLEJDUcp9V .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLEJDUcp9V .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLEJDUcp9V .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLEJDUcp9V .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLEJDUcp9V .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLEJDUcp9V .mbr-section-title {
  color: #3a341c;
}
.cid-uLEJDUcp9V .card-title {
  color: #3a341c;
}
.cid-uLEJDUcp9V .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLEJDUcp9V .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLEJDUsKYi {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLEJDUsKYi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEJDUsKYi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEJDUsKYi .col-title {
  margin-bottom: 32px;
}
.cid-uLEJDUsKYi .mbr-section-title {
  color: #24262b;
}
.cid-uLEJDUsKYi .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLEJDUsKYi .cars-row {
  row-gap: 32px;
}
.cid-uLEJDUsKYi .card {
  border-radius: 0;
}
.cid-uLEJDUsKYi .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLEJDUsKYi .text-wrap {
  flex-grow: 1;
}
.cid-uLEJDUsKYi .card-title {
  color: #24262b;
}
.cid-uLEJDUsKYi .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLEJDUsKYi .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLEJDUsKYi .card-title,
.cid-uLEJDUsKYi .card-wrapper {
  color: #35341b;
}
.cid-uLEJDUR78B {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLEJDUR78B .mbr-text {
  color: #ffffff;
}
.cid-uLEJDUR78B .container {
  max-width: 1000px;
}
.cid-uLEJDUR78B h4 {
  text-align: center;
}
.cid-uLEJDUR78B p {
  text-align: center;
}
.cid-uLEJDUR78B .row {
  justify-content: center;
}
.cid-uLEJDUR78B .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLEJDUR78B .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLEJDUR78B .card-title,
.cid-uLEJDUR78B .card-img {
  color: #b69b74;
}
.cid-uLEJDUR78B .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLEJDUR78B .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLEJDUR78B img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLEJDVhw2p {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLEJDVhw2p .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLEL4Scy96 {
  z-index: 1000;
  width: 100%;
}
.cid-uLEL4Scy96 .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLEL4Scy96 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLEL4Scy96 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLEL4Scy96 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLEL4Scy96 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLEL4Scy96 .menu_box .navbar.opened,
  .cid-uLEL4Scy96 .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLEL4Scy96 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLEL4Scy96 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLEL4Scy96 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLEL4Scy96 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLEL4Scy96 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLEL4Scy96 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLEL4Scy96 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLEL4Scy96 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLEL4Scy96 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLEL4Scy96 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLEL4Scy96 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLEL4Scy96 .offcanvas-body .mbr-text,
  .cid-uLEL4Scy96 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLEL4Scy96 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLEL4Scy96 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLEL4Scy96 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLEL4Scy96 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLEL4Scy96 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLEL4Scy96 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLEL4Scy96 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLEL4Scy96 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLEL4Scy96 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEL4Scy96 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLEL4Scy96 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLEL4Scy96 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLEL4Scy96 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLEL4Scy96 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLEL4Scy96 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLEL4Scy96 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLEL4Scy96 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLEL4Scy96 .nav-item .nav-link:hover,
.cid-uLEL4Scy96 .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLEL4Scy96 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLEL4Scy96 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLEL4Scy96 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLEL4Scy96 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLEL4Scy96 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLEL4Scy96 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLEL4Scy96 .offcanvas_box {
    display: none;
  }
}
.cid-uLEL4Scy96 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLEL4Scy96 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLEL4Scy96 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLEL4Scy96 .container {
  display: flex;
  margin: auto;
}
.cid-uLEL4Scy96 .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLEL4Scy96 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLEL4Scy96 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLEL4Scy96 .navbar-caption {
  color: #2b2b2b;
}
.cid-uLEL4Scy96 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLEL4Scy96 .navbar-nav {
    margin: 0;
  }
}
.cid-uLEL4Scy96 .dropdown-menu,
.cid-uLEL4Scy96 .navbar.opened {
  background-color: true !important;
}
.cid-uLEL4Scy96 .nav-item:focus,
.cid-uLEL4Scy96 .nav-link:focus {
  outline: none;
}
.cid-uLEL4Scy96 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLEL4Scy96 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLEL4Scy96 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLEL4Scy96 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEL4Scy96 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLEL4Scy96 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLEL4Scy96 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLEL4Scy96 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLEL4Scy96 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLEL4Scy96 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLEL4Scy96 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLEL4Scy96 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLEL4Scy96 .navbar.collapsed {
  justify-content: center;
}
.cid-uLEL4Scy96 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLEL4Scy96 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLEL4Scy96 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLEL4Scy96 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLEL4Scy96 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLEL4Scy96 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLEL4Scy96 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLEL4Scy96 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLEL4Scy96 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLEL4Scy96 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLEL4Scy96 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLEL4Scy96 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLEL4Scy96 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLEL4Scy96 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLEL4Scy96 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLEL4Scy96 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLEL4Scy96 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLEL4Scy96 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLEL4Scy96 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLEL4Scy96 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLEL4Scy96 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLEL4Scy96 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLEL4Scy96 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLEL4Scy96 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLEL4Scy96 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLEL4Scy96 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLEL4Scy96 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLEL4Scy96 .dropdown-item.active,
.cid-uLEL4Scy96 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLEL4Scy96 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLEL4Scy96 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLEL4Scy96 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLEL4Scy96 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLEL4Scy96 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLEL4Scy96 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLEL4Scy96 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLEL4Scy96 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLEL4Scy96 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLEL4Scy96 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEL4Scy96 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEL4Scy96 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLEL4Scy96 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEL4Scy96 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLEL4Scy96 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLEL4Scy96 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEL4Scy96 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLEL4Scy96 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLEL4Scy96 .navbar {
    height: 70px;
  }
  .cid-uLEL4Scy96 .navbar.opened {
    height: auto;
  }
  .cid-uLEL4Scy96 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLEL4Scy96 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLEL4Scy96 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLEL4Scy96 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLEL4Scy96 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLEL4Scy96 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLEL4Scy96 .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLEL4Scy96 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLEL4Scy96 .text_widget {
  margin-bottom: 32px;
}
.cid-uLEL4Scy96 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLEL4Scy96 .text_widget a:hover {
  opacity: .5;
}
.cid-uLEL4Scy96 .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLEL4Scy96 .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLEL4Scy96 .mbr-section-subtitle,
.cid-uLEL4Scy96 .text_widget,
.cid-uLEL4Scy96 .mbr-section-btn {
  text-align: center;
}
.cid-uLEL4Scy96 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLEL4SEvjh {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLEL4SEvjh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEL4SEvjh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEL4SEvjh .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLEL4SEvjh .label-text {
  color: #747474;
}
.cid-uLEL4SEvjh .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLEL4SEvjh .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLEL4SEvjh .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLEL4SEvjh .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLEL4SEvjh .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLEL4SV2dK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLEL4SV2dK .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLEL4SV2dK .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLEL4SV2dK .container {
    padding: 0 25px;
  }
}
.cid-uLEL4SV2dK .row {
  margin: 0;
}
.cid-uLEL4SV2dK .row .card {
  padding: 0;
}
.cid-uLEL4SV2dK .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLEL4SV2dK .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLEL4SV2dK .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLEL4SV2dK .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLEL4SV2dK .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLEL4SV2dK .item:focus,
.cid-uLEL4SV2dK span:focus {
  outline: none;
}
.cid-uLEL4SV2dK .item-wrapper {
  position: relative;
}
.cid-uLEL4SV2dK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLEL4SV2dK .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLEL4SV2dK .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLEL4SV2dK .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLEL4SV2dK .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLEL4SV2dK .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLEL4SV2dK .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLEL4SV2dK .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLEL4SV2dK .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLEL4SV2dK .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLEL4SV2dK .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLEL4SV2dK .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLEL4SV2dK .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLEL4SV2dK .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLEL4SV2dK .embla__button--next,
.cid-uLEL4SV2dK .embla__button--prev {
  display: flex;
}
.cid-uLEL4SV2dK .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLEL4SV2dK .embla__button {
    display: none;
  }
}
.cid-uLEL4SV2dK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLEL4SV2dK .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLEL4SV2dK .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLEL4SV2dK .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLEL4SV2dK .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLEL4SV2dK .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLEL4SV2dK .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLEL4SV2dK .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLEL4SV2dK .embla__button {
    bottom: 1rem;
  }
}
.cid-uLEL4SV2dK .embla {
  position: relative;
  width: 100%;
}
.cid-uLEL4SV2dK .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLEL4SV2dK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLEL4SV2dK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLEL4SV2dK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLEL4SV2dK .mbr-section-title {
  color: #ffffff;
}
.cid-uLEL4SV2dK .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLEL4SV2dK .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLEL4TncHI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLEL4TncHI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEL4TncHI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLEL4TncHI .container {
    padding: 0 30px;
  }
}
.cid-uLEL4TncHI .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLEL4TncHI .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLEL4TncHI .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLEL4TncHI .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLEL4TncHI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLEL4TncHI .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLEL4TncHI .items .item {
    padding: 20px 0;
  }
}
.cid-uLEL4TncHI .items .item:hover::after,
.cid-uLEL4TncHI .items .item:focus::after {
  height: 100%;
}
.cid-uLEL4TncHI .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLEL4TncHI .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLEL4TncHI .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLEL4TncHI .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLEL4TncHI .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLEL4TncHI .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLEL4TncHI .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLEL4TncHI .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLEL4TncHI .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLEL4TncHI .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLEL4TncHI .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLEL4TncHI .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLEL4TncHI .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLEL4TncHI .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLEL4TncHI .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLEL4TncHI .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLEL4TncHI .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLEL4TncHI .mbr-section-title {
  color: #3a341c;
}
.cid-uLEL4TncHI .card-title {
  color: #3a341c;
}
.cid-uLEL4TncHI .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLEL4TncHI .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLEL4TIpn4 {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLEL4TIpn4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEL4TIpn4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEL4TIpn4 .col-title {
  margin-bottom: 32px;
}
.cid-uLEL4TIpn4 .mbr-section-title {
  color: #24262b;
}
.cid-uLEL4TIpn4 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLEL4TIpn4 .cars-row {
  row-gap: 32px;
}
.cid-uLEL4TIpn4 .card {
  border-radius: 0;
}
.cid-uLEL4TIpn4 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLEL4TIpn4 .text-wrap {
  flex-grow: 1;
}
.cid-uLEL4TIpn4 .card-title {
  color: #24262b;
}
.cid-uLEL4TIpn4 .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLEL4TIpn4 .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLEL4TIpn4 .card-title,
.cid-uLEL4TIpn4 .card-wrapper {
  color: #35341b;
}
.cid-uLEL4U7UKb {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLEL4U7UKb .mbr-text {
  color: #ffffff;
}
.cid-uLEL4U7UKb .container {
  max-width: 1000px;
}
.cid-uLEL4U7UKb h4 {
  text-align: center;
}
.cid-uLEL4U7UKb p {
  text-align: center;
}
.cid-uLEL4U7UKb .row {
  justify-content: center;
}
.cid-uLEL4U7UKb .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLEL4U7UKb .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLEL4U7UKb .card-title,
.cid-uLEL4U7UKb .card-img {
  color: #b69b74;
}
.cid-uLEL4U7UKb .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLEL4U7UKb .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLEL4U7UKb img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLEL4Ut4hn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLEL4Ut4hn .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLb9clNy4k {
  z-index: 1000;
  width: 100%;
}
.cid-uLb9clNy4k .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLb9clNy4k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLb9clNy4k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLb9clNy4k .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLb9clNy4k .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLb9clNy4k .menu_box .navbar.opened,
  .cid-uLb9clNy4k .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLb9clNy4k nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLb9clNy4k .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLb9clNy4k .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLb9clNy4k .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLb9clNy4k .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLb9clNy4k .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLb9clNy4k .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLb9clNy4k .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLb9clNy4k .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLb9clNy4k .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLb9clNy4k .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLb9clNy4k .offcanvas-body .mbr-text,
  .cid-uLb9clNy4k .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLb9clNy4k .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLb9clNy4k .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLb9clNy4k .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLb9clNy4k .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLb9clNy4k .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLb9clNy4k .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLb9clNy4k .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLb9clNy4k ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLb9clNy4k .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLb9clNy4k .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLb9clNy4k .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLb9clNy4k li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLb9clNy4k .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLb9clNy4k .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLb9clNy4k .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLb9clNy4k .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLb9clNy4k .nav-item {
    margin: 0 !important;
  }
}
.cid-uLb9clNy4k .nav-item .nav-link:hover,
.cid-uLb9clNy4k .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLb9clNy4k .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLb9clNy4k .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLb9clNy4k .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLb9clNy4k .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLb9clNy4k .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLb9clNy4k .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLb9clNy4k .offcanvas_box {
    display: none;
  }
}
.cid-uLb9clNy4k .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLb9clNy4k .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLb9clNy4k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLb9clNy4k .container {
  display: flex;
  margin: auto;
}
.cid-uLb9clNy4k .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLb9clNy4k .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLb9clNy4k .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLb9clNy4k .navbar-caption {
  color: #2b2b2b;
}
.cid-uLb9clNy4k .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLb9clNy4k .navbar-nav {
    margin: 0;
  }
}
.cid-uLb9clNy4k .dropdown-menu,
.cid-uLb9clNy4k .navbar.opened {
  background-color: true !important;
}
.cid-uLb9clNy4k .nav-item:focus,
.cid-uLb9clNy4k .nav-link:focus {
  outline: none;
}
.cid-uLb9clNy4k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLb9clNy4k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLb9clNy4k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLb9clNy4k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLb9clNy4k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLb9clNy4k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLb9clNy4k .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLb9clNy4k .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLb9clNy4k .navbar.opened {
  transition: all 0.3s;
}
.cid-uLb9clNy4k .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLb9clNy4k .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLb9clNy4k .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLb9clNy4k .navbar.collapsed {
  justify-content: center;
}
.cid-uLb9clNy4k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLb9clNy4k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLb9clNy4k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLb9clNy4k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLb9clNy4k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLb9clNy4k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLb9clNy4k .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLb9clNy4k .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLb9clNy4k .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLb9clNy4k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLb9clNy4k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLb9clNy4k .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLb9clNy4k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLb9clNy4k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLb9clNy4k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLb9clNy4k .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLb9clNy4k .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLb9clNy4k .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLb9clNy4k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLb9clNy4k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLb9clNy4k .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLb9clNy4k .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLb9clNy4k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLb9clNy4k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLb9clNy4k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLb9clNy4k .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLb9clNy4k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLb9clNy4k .dropdown-item.active,
.cid-uLb9clNy4k .dropdown-item:active {
  background-color: transparent;
}
.cid-uLb9clNy4k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLb9clNy4k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLb9clNy4k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLb9clNy4k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLb9clNy4k ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLb9clNy4k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLb9clNy4k button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLb9clNy4k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLb9clNy4k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLb9clNy4k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLb9clNy4k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLb9clNy4k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLb9clNy4k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLb9clNy4k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLb9clNy4k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLb9clNy4k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLb9clNy4k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLb9clNy4k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLb9clNy4k .navbar {
    height: 70px;
  }
  .cid-uLb9clNy4k .navbar.opened {
    height: auto;
  }
  .cid-uLb9clNy4k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLb9clNy4k .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLb9clNy4k .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLb9clNy4k .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLb9clNy4k .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLb9clNy4k .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLb9clNy4k .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLb9clNy4k .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLb9clNy4k .text_widget {
  margin-bottom: 32px;
}
.cid-uLb9clNy4k .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLb9clNy4k .text_widget a:hover {
  opacity: .5;
}
.cid-uLb9clNy4k .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLb9clNy4k .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLb9clNy4k .mbr-section-subtitle,
.cid-uLb9clNy4k .text_widget,
.cid-uLb9clNy4k .mbr-section-btn {
  text-align: center;
}
.cid-uLb9clNy4k a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLb9cmdUQP {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a341c;
}
.cid-uLb9cmdUQP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLb9cmdUQP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLb9cmdUQP .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #35341b;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uLb9cmdUQP .label-text {
  color: #747474;
}
.cid-uLb9cmdUQP .mbr-title {
  margin-top: 30px;
  color: #fbca8d;
}
@media (min-width: 992px) {
  .cid-uLb9cmdUQP .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uLb9cmdUQP .mbr-subtitle {
  margin-top: 40px;
  color: #fbca8d;
}
@media (max-width: 991px) {
  .cid-uLb9cmdUQP .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uLb9cmdUQP .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uLb9cmuVX8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLb9cmuVX8 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLb9cmuVX8 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLb9cmuVX8 .container {
    padding: 0 25px;
  }
}
.cid-uLb9cmuVX8 .row {
  margin: 0;
}
.cid-uLb9cmuVX8 .row .card {
  padding: 0;
}
.cid-uLb9cmuVX8 .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uLb9cmuVX8 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLb9cmuVX8 .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLb9cmuVX8 .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uLb9cmuVX8 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLb9cmuVX8 .item:focus,
.cid-uLb9cmuVX8 span:focus {
  outline: none;
}
.cid-uLb9cmuVX8 .item-wrapper {
  position: relative;
}
.cid-uLb9cmuVX8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 400px) {
  .cid-uLb9cmuVX8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLb9cmuVX8 .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 400px) {
  .cid-uLb9cmuVX8 .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-uLb9cmuVX8 .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 400px) {
  .cid-uLb9cmuVX8 .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-uLb9cmuVX8 .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 200px) {
  .cid-uLb9cmuVX8 .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uLb9cmuVX8 .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .cid-uLb9cmuVX8 .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uLb9cmuVX8 .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uLb9cmuVX8 .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-uLb9cmuVX8 .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-uLb9cmuVX8 .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLb9cmuVX8 .embla__button--next,
.cid-uLb9cmuVX8 .embla__button--prev {
  display: flex;
}
.cid-uLb9cmuVX8 .embla__button {
  bottom: 4rem;
  width: 72px;
  height: 10px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #3a341c !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uLb9cmuVX8 .embla__button {
    display: none;
  }
}
.cid-uLb9cmuVX8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLb9cmuVX8 .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLb9cmuVX8 .embla__button.embla__button--prev {
  left: 105px;
}
.cid-uLb9cmuVX8 .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLb9cmuVX8 .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLb9cmuVX8 .embla__button.embla__button--next {
  right: 105px;
}
.cid-uLb9cmuVX8 .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-uLb9cmuVX8 .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-uLb9cmuVX8 .embla__button {
    bottom: 1rem;
  }
}
.cid-uLb9cmuVX8 .embla {
  position: relative;
  width: 100%;
}
.cid-uLb9cmuVX8 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLb9cmuVX8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLb9cmuVX8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLb9cmuVX8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLb9cmuVX8 .mbr-section-title {
  color: #ffffff;
}
.cid-uLb9cmuVX8 .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLb9cmuVX8 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLb9cmZboo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uLb9cmZboo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLb9cmZboo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLb9cmZboo .container {
    padding: 0 30px;
  }
}
.cid-uLb9cmZboo .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uLb9cmZboo .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLb9cmZboo .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLb9cmZboo .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uLb9cmZboo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLb9cmZboo .items .item {
  padding: 45px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLb9cmZboo .items .item {
    padding: 20px 0;
  }
}
.cid-uLb9cmZboo .items .item:hover::after,
.cid-uLb9cmZboo .items .item:focus::after {
  height: 100%;
}
.cid-uLb9cmZboo .items .item:hover .item-wrapper .card-box .title-wrap .card-title,
.cid-uLb9cmZboo .items .item:focus .item-wrapper .card-box .title-wrap .card-title {
  opacity: 1;
}
.cid-uLb9cmZboo .items .item:hover .item-wrapper .card-box .text-wrap .mbr-text,
.cid-uLb9cmZboo .items .item:focus .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 1;
}
.cid-uLb9cmZboo .items .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000vh;
  height: 0.5px;
  background-color: #6f6f6f;
}
.cid-uLb9cmZboo .items .item::after {
  content: '';
  position: absolute;
  width: 1000vh;
  height: 0;
  background-color: #d3d3d3;
  transition: all 0.3s ease-in-out;
}
.cid-uLb9cmZboo .items .item .item-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLb9cmZboo .items .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLb9cmZboo .items .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLb9cmZboo .items .item .item-wrapper .card-box .title-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLb9cmZboo .items .item .item-wrapper .card-box .title-wrap {
    width: 100%;
  }
}
.cid-uLb9cmZboo .items .item .item-wrapper .card-box .title-wrap .card-title {
  opacity: .4;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLb9cmZboo .items .item .item-wrapper .card-box .title-wrap .card-title {
    margin: 10px 0;
  }
}
.cid-uLb9cmZboo .items .item .item-wrapper .card-box .text-wrap {
  margin-left: 30px;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uLb9cmZboo .items .item .item-wrapper .card-box .text-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uLb9cmZboo .items .item .item-wrapper .card-box .text-wrap .mbr-text {
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLb9cmZboo .items .item .item-wrapper .card-box .text-wrap .mbr-text {
    text-align: left;
    margin: 10px 0;
    opacity: 1;
  }
}
.cid-uLb9cmZboo .mbr-section-title {
  color: #3a341c;
}
.cid-uLb9cmZboo .card-title {
  color: #3a341c;
}
.cid-uLb9cmZboo .mbr-text {
  color: #3a341c;
  text-align: right;
}
.cid-uLb9cmZboo .mbr-section-subtitle {
  color: #3a341c;
}
.cid-uLb9cniMGu {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uLb9cniMGu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLb9cniMGu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLb9cniMGu .col-title {
  margin-bottom: 32px;
}
.cid-uLb9cniMGu .mbr-section-title {
  color: #24262b;
}
.cid-uLb9cniMGu .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLb9cniMGu .cars-row {
  row-gap: 32px;
}
.cid-uLb9cniMGu .card {
  border-radius: 0;
}
.cid-uLb9cniMGu .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #35341b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uLb9cniMGu .text-wrap {
  flex-grow: 1;
}
.cid-uLb9cniMGu .card-title {
  color: #24262b;
}
.cid-uLb9cniMGu .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uLb9cniMGu .mbr-section-btn {
  margin-top: 12px;
}
.cid-uLb9cniMGu .card-title,
.cid-uLb9cniMGu .card-wrapper {
  color: #35341b;
}
.cid-uLb9cnEtly {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLb9cnEtly .mbr-text {
  color: #ffffff;
}
.cid-uLb9cnEtly .container {
  max-width: 1000px;
}
.cid-uLb9cnEtly h4 {
  text-align: center;
}
.cid-uLb9cnEtly p {
  text-align: center;
}
.cid-uLb9cnEtly .row {
  justify-content: center;
}
.cid-uLb9cnEtly .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLb9cnEtly .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLb9cnEtly .card-title,
.cid-uLb9cnEtly .card-img {
  color: #b69b74;
}
.cid-uLb9cnEtly .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLb9cnEtly .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLb9cnEtly img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLb9co9ULn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLb9co9ULn .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLFq1R7b9b {
  z-index: 1000;
  width: 100%;
}
.cid-uLFq1R7b9b .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLFq1R7b9b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLFq1R7b9b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLFq1R7b9b .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLFq1R7b9b .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLFq1R7b9b .menu_box .navbar.opened,
  .cid-uLFq1R7b9b .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLFq1R7b9b nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLFq1R7b9b .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLFq1R7b9b .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLFq1R7b9b .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLFq1R7b9b .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLFq1R7b9b .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLFq1R7b9b .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLFq1R7b9b .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLFq1R7b9b .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLFq1R7b9b .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLFq1R7b9b .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLFq1R7b9b .offcanvas-body .mbr-text,
  .cid-uLFq1R7b9b .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLFq1R7b9b .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLFq1R7b9b .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLFq1R7b9b .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLFq1R7b9b .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLFq1R7b9b .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLFq1R7b9b .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLFq1R7b9b .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLFq1R7b9b ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLFq1R7b9b .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLFq1R7b9b .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLFq1R7b9b .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLFq1R7b9b li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLFq1R7b9b .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLFq1R7b9b .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLFq1R7b9b .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLFq1R7b9b .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLFq1R7b9b .nav-item {
    margin: 0 !important;
  }
}
.cid-uLFq1R7b9b .nav-item .nav-link:hover,
.cid-uLFq1R7b9b .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLFq1R7b9b .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLFq1R7b9b .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLFq1R7b9b .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLFq1R7b9b .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLFq1R7b9b .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLFq1R7b9b .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLFq1R7b9b .offcanvas_box {
    display: none;
  }
}
.cid-uLFq1R7b9b .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLFq1R7b9b .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLFq1R7b9b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLFq1R7b9b .container {
  display: flex;
  margin: auto;
}
.cid-uLFq1R7b9b .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLFq1R7b9b .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLFq1R7b9b .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLFq1R7b9b .navbar-caption {
  color: #2b2b2b;
}
.cid-uLFq1R7b9b .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLFq1R7b9b .navbar-nav {
    margin: 0;
  }
}
.cid-uLFq1R7b9b .dropdown-menu,
.cid-uLFq1R7b9b .navbar.opened {
  background-color: true !important;
}
.cid-uLFq1R7b9b .nav-item:focus,
.cid-uLFq1R7b9b .nav-link:focus {
  outline: none;
}
.cid-uLFq1R7b9b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLFq1R7b9b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLFq1R7b9b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLFq1R7b9b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLFq1R7b9b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLFq1R7b9b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLFq1R7b9b .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLFq1R7b9b .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLFq1R7b9b .navbar.opened {
  transition: all 0.3s;
}
.cid-uLFq1R7b9b .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLFq1R7b9b .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLFq1R7b9b .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLFq1R7b9b .navbar.collapsed {
  justify-content: center;
}
.cid-uLFq1R7b9b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLFq1R7b9b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLFq1R7b9b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLFq1R7b9b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLFq1R7b9b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLFq1R7b9b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLFq1R7b9b .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLFq1R7b9b .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLFq1R7b9b .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLFq1R7b9b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLFq1R7b9b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLFq1R7b9b .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLFq1R7b9b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLFq1R7b9b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLFq1R7b9b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLFq1R7b9b .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLFq1R7b9b .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLFq1R7b9b .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLFq1R7b9b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLFq1R7b9b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLFq1R7b9b .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLFq1R7b9b .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLFq1R7b9b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLFq1R7b9b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLFq1R7b9b .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLFq1R7b9b .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLFq1R7b9b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLFq1R7b9b .dropdown-item.active,
.cid-uLFq1R7b9b .dropdown-item:active {
  background-color: transparent;
}
.cid-uLFq1R7b9b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLFq1R7b9b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLFq1R7b9b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLFq1R7b9b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLFq1R7b9b ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLFq1R7b9b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLFq1R7b9b button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLFq1R7b9b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLFq1R7b9b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLFq1R7b9b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLFq1R7b9b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLFq1R7b9b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLFq1R7b9b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLFq1R7b9b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLFq1R7b9b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLFq1R7b9b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLFq1R7b9b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLFq1R7b9b .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLFq1R7b9b .navbar {
    height: 70px;
  }
  .cid-uLFq1R7b9b .navbar.opened {
    height: auto;
  }
  .cid-uLFq1R7b9b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLFq1R7b9b .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLFq1R7b9b .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLFq1R7b9b .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLFq1R7b9b .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLFq1R7b9b .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLFq1R7b9b .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLFq1R7b9b .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLFq1R7b9b .text_widget {
  margin-bottom: 32px;
}
.cid-uLFq1R7b9b .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLFq1R7b9b .text_widget a:hover {
  opacity: .5;
}
.cid-uLFq1R7b9b .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLFq1R7b9b .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLFq1R7b9b .mbr-section-subtitle,
.cid-uLFq1R7b9b .text_widget,
.cid-uLFq1R7b9b .mbr-section-btn {
  text-align: center;
}
.cid-uLFq1R7b9b a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLFq1RwoVt {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #3a341c;
}
.cid-uLFq1RwoVt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFq1RwoVt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLFq1RwoVt .row {
  justify-content: left;
}
.cid-uLFq1RwoVt .main-col {
  display: flex;
}
.cid-uLFq1RwoVt .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-uLFq1RwoVt .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uLFq1RwoVt .item-container {
    flex-wrap: wrap;
  }
}
.cid-uLFq1RwoVt .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-uLFq1RwoVt .item-img {
    display: none;
  }
}
.cid-uLFq1RwoVt .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uLFq1RwoVt .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uLFq1RwoVt .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-uLFq1RwoVt .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-uLFq1RwoVt .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-uLFq1RwoVt .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-uLFq1RwoVt .mbr-text-1 {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .cid-uLFq1RwoVt .mbr-text-1 {
    margin: 0;
  }
}
.cid-uLFq1RwoVt .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-uLFq1RwoVt .mbr-text-2 {
    margin: 0;
  }
}
.cid-uLFq1RwoVt .item-container-2 {
  align-items: center;
  padding-left: 26px;
}
.cid-uLFq1RwoVt .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-uLFq1RwoVt .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
.cid-uLFq1RwoVt .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-uLFq1RwoVt .item-container-4 {
    justify-content: center !important;
  }
}
.cid-uLFq1RwoVt .mbr-section-title-1 {
  color: #fbca8d;
}
.cid-uLFq1RwoVt .mbr-section-title-2 {
  color: #fbca8d;
}
.cid-uLFq1RwoVt .mbr-section-title-3 {
  color: #c76d3f;
  text-align: left;
}
.cid-uLFq1RwoVt .mbr-section-title-4 {
  color: #c76d3f;
}
.cid-uLFq1RQlGL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLFq1RQlGL .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uLFq1RQlGL img,
.cid-uLFq1RQlGL .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLFq1RQlGL .item:focus,
.cid-uLFq1RQlGL span:focus {
  outline: none;
}
.cid-uLFq1RQlGL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLFq1RQlGL .item {
    margin-bottom: 1rem;
  }
}
.cid-uLFq1RQlGL .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uLFq1RQlGL .mbr-section-title {
  color: #232323;
}
.cid-uLFq1RQlGL .mbr-text,
.cid-uLFq1RQlGL .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uLFq1RQlGL .item-title {
  color: #232323;
  text-align: center;
}
.cid-uLFq1RQlGL .content-head {
  max-width: 800px;
}
.cid-uLFq1ScJWe {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLFq1ScJWe .mbr-text {
  color: #ffffff;
}
.cid-uLFq1ScJWe .container {
  max-width: 1000px;
}
.cid-uLFq1ScJWe h4 {
  text-align: center;
}
.cid-uLFq1ScJWe p {
  text-align: center;
}
.cid-uLFq1ScJWe .row {
  justify-content: center;
}
.cid-uLFq1ScJWe .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLFq1ScJWe .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLFq1ScJWe .card-title,
.cid-uLFq1ScJWe .card-img {
  color: #b69b74;
}
.cid-uLFq1ScJWe .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLFq1ScJWe .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLFq1ScJWe img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLFq1SxmPH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLFq1SxmPH .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLFsSSfDBD {
  z-index: 1000;
  width: 100%;
}
.cid-uLFsSSfDBD .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLFsSSfDBD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLFsSSfDBD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLFsSSfDBD .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLFsSSfDBD .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLFsSSfDBD .menu_box .navbar.opened,
  .cid-uLFsSSfDBD .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLFsSSfDBD nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLFsSSfDBD .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLFsSSfDBD .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLFsSSfDBD .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLFsSSfDBD .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLFsSSfDBD .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLFsSSfDBD .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLFsSSfDBD .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLFsSSfDBD .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLFsSSfDBD .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLFsSSfDBD .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLFsSSfDBD .offcanvas-body .mbr-text,
  .cid-uLFsSSfDBD .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLFsSSfDBD .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLFsSSfDBD .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLFsSSfDBD .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLFsSSfDBD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLFsSSfDBD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLFsSSfDBD .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLFsSSfDBD .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLFsSSfDBD ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLFsSSfDBD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLFsSSfDBD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLFsSSfDBD .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLFsSSfDBD li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLFsSSfDBD .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLFsSSfDBD .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLFsSSfDBD .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLFsSSfDBD .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLFsSSfDBD .nav-item {
    margin: 0 !important;
  }
}
.cid-uLFsSSfDBD .nav-item .nav-link:hover,
.cid-uLFsSSfDBD .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLFsSSfDBD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLFsSSfDBD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLFsSSfDBD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLFsSSfDBD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLFsSSfDBD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLFsSSfDBD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLFsSSfDBD .offcanvas_box {
    display: none;
  }
}
.cid-uLFsSSfDBD .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLFsSSfDBD .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLFsSSfDBD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLFsSSfDBD .container {
  display: flex;
  margin: auto;
}
.cid-uLFsSSfDBD .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLFsSSfDBD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLFsSSfDBD .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLFsSSfDBD .navbar-caption {
  color: #2b2b2b;
}
.cid-uLFsSSfDBD .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLFsSSfDBD .navbar-nav {
    margin: 0;
  }
}
.cid-uLFsSSfDBD .dropdown-menu,
.cid-uLFsSSfDBD .navbar.opened {
  background-color: true !important;
}
.cid-uLFsSSfDBD .nav-item:focus,
.cid-uLFsSSfDBD .nav-link:focus {
  outline: none;
}
.cid-uLFsSSfDBD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLFsSSfDBD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLFsSSfDBD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLFsSSfDBD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLFsSSfDBD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLFsSSfDBD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLFsSSfDBD .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLFsSSfDBD .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLFsSSfDBD .navbar.opened {
  transition: all 0.3s;
}
.cid-uLFsSSfDBD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLFsSSfDBD .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLFsSSfDBD .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLFsSSfDBD .navbar.collapsed {
  justify-content: center;
}
.cid-uLFsSSfDBD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLFsSSfDBD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLFsSSfDBD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLFsSSfDBD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLFsSSfDBD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLFsSSfDBD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLFsSSfDBD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLFsSSfDBD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLFsSSfDBD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLFsSSfDBD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLFsSSfDBD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLFsSSfDBD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLFsSSfDBD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLFsSSfDBD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLFsSSfDBD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLFsSSfDBD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLFsSSfDBD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLFsSSfDBD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLFsSSfDBD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLFsSSfDBD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLFsSSfDBD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLFsSSfDBD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLFsSSfDBD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLFsSSfDBD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLFsSSfDBD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLFsSSfDBD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLFsSSfDBD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLFsSSfDBD .dropdown-item.active,
.cid-uLFsSSfDBD .dropdown-item:active {
  background-color: transparent;
}
.cid-uLFsSSfDBD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLFsSSfDBD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLFsSSfDBD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLFsSSfDBD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLFsSSfDBD ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLFsSSfDBD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLFsSSfDBD button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLFsSSfDBD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLFsSSfDBD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLFsSSfDBD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLFsSSfDBD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLFsSSfDBD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLFsSSfDBD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLFsSSfDBD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLFsSSfDBD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLFsSSfDBD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLFsSSfDBD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLFsSSfDBD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLFsSSfDBD .navbar {
    height: 70px;
  }
  .cid-uLFsSSfDBD .navbar.opened {
    height: auto;
  }
  .cid-uLFsSSfDBD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLFsSSfDBD .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLFsSSfDBD .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLFsSSfDBD .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLFsSSfDBD .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLFsSSfDBD .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLFsSSfDBD .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLFsSSfDBD .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLFsSSfDBD .text_widget {
  margin-bottom: 32px;
}
.cid-uLFsSSfDBD .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLFsSSfDBD .text_widget a:hover {
  opacity: .5;
}
.cid-uLFsSSfDBD .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLFsSSfDBD .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLFsSSfDBD .mbr-section-subtitle,
.cid-uLFsSSfDBD .text_widget,
.cid-uLFsSSfDBD .mbr-section-btn {
  text-align: center;
}
.cid-uLFsSSfDBD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLFsSSHbxf {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #3a341c;
}
.cid-uLFsSSHbxf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFsSSHbxf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLFsSSHbxf .row {
  justify-content: left;
}
.cid-uLFsSSHbxf .main-col {
  display: flex;
}
.cid-uLFsSSHbxf .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-uLFsSSHbxf .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uLFsSSHbxf .item-container {
    flex-wrap: wrap;
  }
}
.cid-uLFsSSHbxf .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-uLFsSSHbxf .item-img {
    display: none;
  }
}
.cid-uLFsSSHbxf .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uLFsSSHbxf .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uLFsSSHbxf .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-uLFsSSHbxf .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-uLFsSSHbxf .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-uLFsSSHbxf .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-uLFsSSHbxf .mbr-text-1 {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .cid-uLFsSSHbxf .mbr-text-1 {
    margin: 0;
  }
}
.cid-uLFsSSHbxf .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-uLFsSSHbxf .mbr-text-2 {
    margin: 0;
  }
}
.cid-uLFsSSHbxf .item-container-2 {
  align-items: center;
  padding-left: 26px;
}
.cid-uLFsSSHbxf .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-uLFsSSHbxf .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
.cid-uLFsSSHbxf .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-uLFsSSHbxf .item-container-4 {
    justify-content: center !important;
  }
}
.cid-uLFsSSHbxf .mbr-section-title-1 {
  color: #fbca8d;
}
.cid-uLFsSSHbxf .mbr-section-title-2 {
  color: #fbca8d;
}
.cid-uLFsSSHbxf .mbr-section-title-3 {
  color: #c76d3f;
  text-align: left;
}
.cid-uLFsSSHbxf .mbr-section-title-4 {
  color: #c76d3f;
}
.cid-uLFsSSZPXO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLFsSSZPXO .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uLFsSSZPXO img,
.cid-uLFsSSZPXO .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLFsSSZPXO .item:focus,
.cid-uLFsSSZPXO span:focus {
  outline: none;
}
.cid-uLFsSSZPXO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLFsSSZPXO .item {
    margin-bottom: 1rem;
  }
}
.cid-uLFsSSZPXO .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uLFsSSZPXO .mbr-section-title {
  color: #232323;
}
.cid-uLFsSSZPXO .mbr-text,
.cid-uLFsSSZPXO .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uLFsSSZPXO .item-title {
  color: #232323;
  text-align: center;
}
.cid-uLFsSSZPXO .content-head {
  max-width: 800px;
}
.cid-uLFsSTm9to {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLFsSTm9to .mbr-text {
  color: #ffffff;
}
.cid-uLFsSTm9to .container {
  max-width: 1000px;
}
.cid-uLFsSTm9to h4 {
  text-align: center;
}
.cid-uLFsSTm9to p {
  text-align: center;
}
.cid-uLFsSTm9to .row {
  justify-content: center;
}
.cid-uLFsSTm9to .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLFsSTm9to .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLFsSTm9to .card-title,
.cid-uLFsSTm9to .card-img {
  color: #b69b74;
}
.cid-uLFsSTm9to .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLFsSTm9to .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLFsSTm9to img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLFsSTIek9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLFsSTIek9 .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLK5GwXJhu {
  z-index: 1000;
  width: 100%;
}
.cid-uLK5GwXJhu .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLK5GwXJhu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLK5GwXJhu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLK5GwXJhu .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLK5GwXJhu .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLK5GwXJhu .menu_box .navbar.opened,
  .cid-uLK5GwXJhu .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLK5GwXJhu nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLK5GwXJhu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLK5GwXJhu .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLK5GwXJhu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLK5GwXJhu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLK5GwXJhu .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLK5GwXJhu .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLK5GwXJhu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLK5GwXJhu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLK5GwXJhu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLK5GwXJhu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLK5GwXJhu .offcanvas-body .mbr-text,
  .cid-uLK5GwXJhu .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLK5GwXJhu .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLK5GwXJhu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLK5GwXJhu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLK5GwXJhu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLK5GwXJhu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLK5GwXJhu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLK5GwXJhu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLK5GwXJhu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLK5GwXJhu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLK5GwXJhu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLK5GwXJhu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLK5GwXJhu li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLK5GwXJhu .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLK5GwXJhu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLK5GwXJhu .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLK5GwXJhu .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLK5GwXJhu .nav-item {
    margin: 0 !important;
  }
}
.cid-uLK5GwXJhu .nav-item .nav-link:hover,
.cid-uLK5GwXJhu .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLK5GwXJhu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLK5GwXJhu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLK5GwXJhu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLK5GwXJhu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLK5GwXJhu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLK5GwXJhu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLK5GwXJhu .offcanvas_box {
    display: none;
  }
}
.cid-uLK5GwXJhu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLK5GwXJhu .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLK5GwXJhu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLK5GwXJhu .container {
  display: flex;
  margin: auto;
}
.cid-uLK5GwXJhu .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLK5GwXJhu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLK5GwXJhu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLK5GwXJhu .navbar-caption {
  color: #2b2b2b;
}
.cid-uLK5GwXJhu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLK5GwXJhu .navbar-nav {
    margin: 0;
  }
}
.cid-uLK5GwXJhu .dropdown-menu,
.cid-uLK5GwXJhu .navbar.opened {
  background-color: true !important;
}
.cid-uLK5GwXJhu .nav-item:focus,
.cid-uLK5GwXJhu .nav-link:focus {
  outline: none;
}
.cid-uLK5GwXJhu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLK5GwXJhu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLK5GwXJhu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLK5GwXJhu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLK5GwXJhu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLK5GwXJhu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLK5GwXJhu .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLK5GwXJhu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLK5GwXJhu .navbar.opened {
  transition: all 0.3s;
}
.cid-uLK5GwXJhu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLK5GwXJhu .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLK5GwXJhu .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLK5GwXJhu .navbar.collapsed {
  justify-content: center;
}
.cid-uLK5GwXJhu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLK5GwXJhu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLK5GwXJhu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLK5GwXJhu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLK5GwXJhu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLK5GwXJhu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLK5GwXJhu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLK5GwXJhu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLK5GwXJhu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLK5GwXJhu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLK5GwXJhu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLK5GwXJhu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLK5GwXJhu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLK5GwXJhu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLK5GwXJhu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLK5GwXJhu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLK5GwXJhu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLK5GwXJhu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLK5GwXJhu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLK5GwXJhu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLK5GwXJhu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLK5GwXJhu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLK5GwXJhu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLK5GwXJhu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLK5GwXJhu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLK5GwXJhu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLK5GwXJhu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLK5GwXJhu .dropdown-item.active,
.cid-uLK5GwXJhu .dropdown-item:active {
  background-color: transparent;
}
.cid-uLK5GwXJhu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLK5GwXJhu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLK5GwXJhu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLK5GwXJhu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLK5GwXJhu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLK5GwXJhu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLK5GwXJhu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLK5GwXJhu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLK5GwXJhu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLK5GwXJhu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLK5GwXJhu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLK5GwXJhu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLK5GwXJhu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLK5GwXJhu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLK5GwXJhu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLK5GwXJhu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLK5GwXJhu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLK5GwXJhu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLK5GwXJhu .navbar {
    height: 70px;
  }
  .cid-uLK5GwXJhu .navbar.opened {
    height: auto;
  }
  .cid-uLK5GwXJhu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLK5GwXJhu .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLK5GwXJhu .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLK5GwXJhu .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLK5GwXJhu .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLK5GwXJhu .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLK5GwXJhu .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLK5GwXJhu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLK5GwXJhu .text_widget {
  margin-bottom: 32px;
}
.cid-uLK5GwXJhu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLK5GwXJhu .text_widget a:hover {
  opacity: .5;
}
.cid-uLK5GwXJhu .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLK5GwXJhu .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLK5GwXJhu .mbr-section-subtitle,
.cid-uLK5GwXJhu .text_widget,
.cid-uLK5GwXJhu .mbr-section-btn {
  text-align: center;
}
.cid-uLK5GwXJhu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLK5Gxntb4 {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #3a341c;
}
.cid-uLK5Gxntb4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLK5Gxntb4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLK5Gxntb4 .row {
  justify-content: left;
}
.cid-uLK5Gxntb4 .main-col {
  display: flex;
}
.cid-uLK5Gxntb4 .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-uLK5Gxntb4 .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uLK5Gxntb4 .item-container {
    flex-wrap: wrap;
  }
}
.cid-uLK5Gxntb4 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-uLK5Gxntb4 .item-img {
    display: none;
  }
}
.cid-uLK5Gxntb4 .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uLK5Gxntb4 .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uLK5Gxntb4 .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-uLK5Gxntb4 .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-uLK5Gxntb4 .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-uLK5Gxntb4 .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-uLK5Gxntb4 .mbr-text-1 {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .cid-uLK5Gxntb4 .mbr-text-1 {
    margin: 0;
  }
}
.cid-uLK5Gxntb4 .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-uLK5Gxntb4 .mbr-text-2 {
    margin: 0;
  }
}
.cid-uLK5Gxntb4 .item-container-2 {
  align-items: center;
  padding-left: 26px;
}
.cid-uLK5Gxntb4 .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-uLK5Gxntb4 .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
.cid-uLK5Gxntb4 .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-uLK5Gxntb4 .item-container-4 {
    justify-content: center !important;
  }
}
.cid-uLK5Gxntb4 .mbr-section-title-1 {
  color: #fbca8d;
}
.cid-uLK5Gxntb4 .mbr-section-title-2 {
  color: #fbca8d;
}
.cid-uLK5Gxntb4 .mbr-section-title-3 {
  color: #c76d3f;
}
.cid-uLK5Gxntb4 .mbr-section-title-4 {
  color: #c76d3f;
}
.cid-uLK5GxEP64 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLK5GxEP64 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uLK5GxEP64 img,
.cid-uLK5GxEP64 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLK5GxEP64 .item:focus,
.cid-uLK5GxEP64 span:focus {
  outline: none;
}
.cid-uLK5GxEP64 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLK5GxEP64 .item {
    margin-bottom: 1rem;
  }
}
.cid-uLK5GxEP64 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uLK5GxEP64 .mbr-section-title {
  color: #232323;
}
.cid-uLK5GxEP64 .mbr-text,
.cid-uLK5GxEP64 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uLK5GxEP64 .item-title {
  color: #232323;
  text-align: center;
}
.cid-uLK5GxEP64 .content-head {
  max-width: 800px;
}
.cid-uLK5GxYUPg {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLK5GxYUPg .mbr-text {
  color: #ffffff;
}
.cid-uLK5GxYUPg .container {
  max-width: 1000px;
}
.cid-uLK5GxYUPg h4 {
  text-align: center;
}
.cid-uLK5GxYUPg p {
  text-align: center;
}
.cid-uLK5GxYUPg .row {
  justify-content: center;
}
.cid-uLK5GxYUPg .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLK5GxYUPg .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLK5GxYUPg .card-title,
.cid-uLK5GxYUPg .card-img {
  color: #b69b74;
}
.cid-uLK5GxYUPg .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLK5GxYUPg .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLK5GxYUPg img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLK5GyhCza {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLK5GyhCza .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLKw0ymwcH {
  z-index: 1000;
  width: 100%;
}
.cid-uLKw0ymwcH .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLKw0ymwcH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLKw0ymwcH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLKw0ymwcH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLKw0ymwcH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLKw0ymwcH .menu_box .navbar.opened,
  .cid-uLKw0ymwcH .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLKw0ymwcH nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLKw0ymwcH .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLKw0ymwcH .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLKw0ymwcH .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLKw0ymwcH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLKw0ymwcH .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLKw0ymwcH .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLKw0ymwcH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLKw0ymwcH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLKw0ymwcH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLKw0ymwcH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLKw0ymwcH .offcanvas-body .mbr-text,
  .cid-uLKw0ymwcH .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLKw0ymwcH .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLKw0ymwcH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLKw0ymwcH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLKw0ymwcH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLKw0ymwcH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLKw0ymwcH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLKw0ymwcH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLKw0ymwcH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLKw0ymwcH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLKw0ymwcH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLKw0ymwcH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLKw0ymwcH li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLKw0ymwcH .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLKw0ymwcH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLKw0ymwcH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLKw0ymwcH .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLKw0ymwcH .nav-item {
    margin: 0 !important;
  }
}
.cid-uLKw0ymwcH .nav-item .nav-link:hover,
.cid-uLKw0ymwcH .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLKw0ymwcH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLKw0ymwcH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLKw0ymwcH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLKw0ymwcH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLKw0ymwcH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLKw0ymwcH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLKw0ymwcH .offcanvas_box {
    display: none;
  }
}
.cid-uLKw0ymwcH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLKw0ymwcH .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLKw0ymwcH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLKw0ymwcH .container {
  display: flex;
  margin: auto;
}
.cid-uLKw0ymwcH .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLKw0ymwcH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLKw0ymwcH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLKw0ymwcH .navbar-caption {
  color: #2b2b2b;
}
.cid-uLKw0ymwcH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLKw0ymwcH .navbar-nav {
    margin: 0;
  }
}
.cid-uLKw0ymwcH .dropdown-menu,
.cid-uLKw0ymwcH .navbar.opened {
  background-color: true !important;
}
.cid-uLKw0ymwcH .nav-item:focus,
.cid-uLKw0ymwcH .nav-link:focus {
  outline: none;
}
.cid-uLKw0ymwcH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLKw0ymwcH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLKw0ymwcH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLKw0ymwcH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLKw0ymwcH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLKw0ymwcH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLKw0ymwcH .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLKw0ymwcH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLKw0ymwcH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLKw0ymwcH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLKw0ymwcH .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLKw0ymwcH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLKw0ymwcH .navbar.collapsed {
  justify-content: center;
}
.cid-uLKw0ymwcH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLKw0ymwcH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLKw0ymwcH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLKw0ymwcH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLKw0ymwcH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLKw0ymwcH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLKw0ymwcH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLKw0ymwcH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLKw0ymwcH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLKw0ymwcH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLKw0ymwcH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLKw0ymwcH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLKw0ymwcH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLKw0ymwcH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLKw0ymwcH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLKw0ymwcH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLKw0ymwcH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLKw0ymwcH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLKw0ymwcH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLKw0ymwcH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLKw0ymwcH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLKw0ymwcH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLKw0ymwcH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLKw0ymwcH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLKw0ymwcH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLKw0ymwcH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLKw0ymwcH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLKw0ymwcH .dropdown-item.active,
.cid-uLKw0ymwcH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLKw0ymwcH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLKw0ymwcH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLKw0ymwcH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLKw0ymwcH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLKw0ymwcH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLKw0ymwcH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLKw0ymwcH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLKw0ymwcH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLKw0ymwcH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLKw0ymwcH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLKw0ymwcH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLKw0ymwcH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLKw0ymwcH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLKw0ymwcH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLKw0ymwcH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLKw0ymwcH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLKw0ymwcH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLKw0ymwcH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLKw0ymwcH .navbar {
    height: 70px;
  }
  .cid-uLKw0ymwcH .navbar.opened {
    height: auto;
  }
  .cid-uLKw0ymwcH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLKw0ymwcH .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLKw0ymwcH .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLKw0ymwcH .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLKw0ymwcH .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLKw0ymwcH .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLKw0ymwcH .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLKw0ymwcH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLKw0ymwcH .text_widget {
  margin-bottom: 32px;
}
.cid-uLKw0ymwcH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLKw0ymwcH .text_widget a:hover {
  opacity: .5;
}
.cid-uLKw0ymwcH .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLKw0ymwcH .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLKw0ymwcH .mbr-section-subtitle,
.cid-uLKw0ymwcH .text_widget,
.cid-uLKw0ymwcH .mbr-section-btn {
  text-align: center;
}
.cid-uLKw0ymwcH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLKw0yNmjc {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #3a341c;
}
.cid-uLKw0yNmjc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLKw0yNmjc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLKw0yNmjc .row {
  justify-content: left;
}
.cid-uLKw0yNmjc .main-col {
  display: flex;
}
.cid-uLKw0yNmjc .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-uLKw0yNmjc .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uLKw0yNmjc .item-container {
    flex-wrap: wrap;
  }
}
.cid-uLKw0yNmjc .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-uLKw0yNmjc .item-img {
    display: none;
  }
}
.cid-uLKw0yNmjc .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uLKw0yNmjc .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uLKw0yNmjc .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-uLKw0yNmjc .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-uLKw0yNmjc .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-uLKw0yNmjc .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-uLKw0yNmjc .mbr-text-1 {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .cid-uLKw0yNmjc .mbr-text-1 {
    margin: 0;
  }
}
.cid-uLKw0yNmjc .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-uLKw0yNmjc .mbr-text-2 {
    margin: 0;
  }
}
.cid-uLKw0yNmjc .item-container-2 {
  align-items: center;
  padding-left: 26px;
}
.cid-uLKw0yNmjc .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-uLKw0yNmjc .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
.cid-uLKw0yNmjc .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-uLKw0yNmjc .item-container-4 {
    justify-content: center !important;
  }
}
.cid-uLKw0yNmjc .mbr-section-title-1 {
  color: #fbca8d;
}
.cid-uLKw0yNmjc .mbr-section-title-2 {
  color: #fbca8d;
}
.cid-uLKw0yNmjc .mbr-section-title-3 {
  color: #c76d3f;
  text-align: left;
}
.cid-uLKw0yNmjc .mbr-section-title-4 {
  color: #c76d3f;
}
.cid-uLKwcxr8wk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLKwcxr8wk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLKwcxr8wk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLKwcxr8wk .mbr-section-title {
  color: #35341b;
}
.cid-uLKw0z8itJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLKw0z8itJ .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uLKw0z8itJ img,
.cid-uLKw0z8itJ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLKw0z8itJ .item:focus,
.cid-uLKw0z8itJ span:focus {
  outline: none;
}
.cid-uLKw0z8itJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLKw0z8itJ .item {
    margin-bottom: 1rem;
  }
}
.cid-uLKw0z8itJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uLKw0z8itJ .mbr-section-title {
  color: #232323;
}
.cid-uLKw0z8itJ .mbr-text,
.cid-uLKw0z8itJ .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uLKw0z8itJ .item-title {
  color: #232323;
  text-align: center;
}
.cid-uLKw0z8itJ .content-head {
  max-width: 800px;
}
.cid-uLKw0ztxmn {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLKw0ztxmn .mbr-text {
  color: #ffffff;
}
.cid-uLKw0ztxmn .container {
  max-width: 1000px;
}
.cid-uLKw0ztxmn h4 {
  text-align: center;
}
.cid-uLKw0ztxmn p {
  text-align: center;
}
.cid-uLKw0ztxmn .row {
  justify-content: center;
}
.cid-uLKw0ztxmn .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLKw0ztxmn .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLKw0ztxmn .card-title,
.cid-uLKw0ztxmn .card-img {
  color: #b69b74;
}
.cid-uLKw0ztxmn .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLKw0ztxmn .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLKw0ztxmn img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLKw0zMzsG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLKw0zMzsG .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-ubKnFJPRLY {
  z-index: 1000;
  width: 100%;
}
.cid-ubKnFJPRLY .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-ubKnFJPRLY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-ubKnFJPRLY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubKnFJPRLY .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubKnFJPRLY .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ubKnFJPRLY .menu_box .navbar.opened,
  .cid-ubKnFJPRLY .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-ubKnFJPRLY nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ubKnFJPRLY .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ubKnFJPRLY .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ubKnFJPRLY .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ubKnFJPRLY .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ubKnFJPRLY .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ubKnFJPRLY .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-ubKnFJPRLY .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ubKnFJPRLY .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ubKnFJPRLY .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ubKnFJPRLY .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ubKnFJPRLY .offcanvas-body .mbr-text,
  .cid-ubKnFJPRLY .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ubKnFJPRLY .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ubKnFJPRLY .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ubKnFJPRLY .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-ubKnFJPRLY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ubKnFJPRLY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ubKnFJPRLY .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ubKnFJPRLY .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ubKnFJPRLY ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ubKnFJPRLY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ubKnFJPRLY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ubKnFJPRLY .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ubKnFJPRLY li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ubKnFJPRLY .lg_brand {
    margin: 0 1rem;
  }
  .cid-ubKnFJPRLY .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-ubKnFJPRLY .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ubKnFJPRLY .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ubKnFJPRLY .nav-item {
    margin: 0 !important;
  }
}
.cid-ubKnFJPRLY .nav-item .nav-link:hover,
.cid-ubKnFJPRLY .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-ubKnFJPRLY .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ubKnFJPRLY .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ubKnFJPRLY .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ubKnFJPRLY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ubKnFJPRLY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ubKnFJPRLY .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ubKnFJPRLY .offcanvas_box {
    display: none;
  }
}
.cid-ubKnFJPRLY .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ubKnFJPRLY .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ubKnFJPRLY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ubKnFJPRLY .container {
  display: flex;
  margin: auto;
}
.cid-ubKnFJPRLY .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ubKnFJPRLY .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ubKnFJPRLY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ubKnFJPRLY .navbar-caption {
  color: #2b2b2b;
}
.cid-ubKnFJPRLY .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ubKnFJPRLY .navbar-nav {
    margin: 0;
  }
}
.cid-ubKnFJPRLY .dropdown-menu,
.cid-ubKnFJPRLY .navbar.opened {
  background-color: true !important;
}
.cid-ubKnFJPRLY .nav-item:focus,
.cid-ubKnFJPRLY .nav-link:focus {
  outline: none;
}
.cid-ubKnFJPRLY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubKnFJPRLY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubKnFJPRLY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubKnFJPRLY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubKnFJPRLY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubKnFJPRLY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubKnFJPRLY .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ubKnFJPRLY .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ubKnFJPRLY .navbar.opened {
  transition: all 0.3s;
}
.cid-ubKnFJPRLY .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ubKnFJPRLY .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-ubKnFJPRLY .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ubKnFJPRLY .navbar.collapsed {
  justify-content: center;
}
.cid-ubKnFJPRLY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubKnFJPRLY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ubKnFJPRLY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubKnFJPRLY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubKnFJPRLY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubKnFJPRLY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ubKnFJPRLY .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ubKnFJPRLY .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ubKnFJPRLY .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ubKnFJPRLY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubKnFJPRLY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubKnFJPRLY .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ubKnFJPRLY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubKnFJPRLY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ubKnFJPRLY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubKnFJPRLY .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ubKnFJPRLY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ubKnFJPRLY .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ubKnFJPRLY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ubKnFJPRLY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubKnFJPRLY .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ubKnFJPRLY .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubKnFJPRLY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubKnFJPRLY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubKnFJPRLY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubKnFJPRLY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ubKnFJPRLY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubKnFJPRLY .dropdown-item.active,
.cid-ubKnFJPRLY .dropdown-item:active {
  background-color: transparent;
}
.cid-ubKnFJPRLY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubKnFJPRLY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubKnFJPRLY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubKnFJPRLY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubKnFJPRLY ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ubKnFJPRLY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubKnFJPRLY button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-ubKnFJPRLY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-ubKnFJPRLY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubKnFJPRLY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubKnFJPRLY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubKnFJPRLY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubKnFJPRLY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubKnFJPRLY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubKnFJPRLY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubKnFJPRLY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubKnFJPRLY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ubKnFJPRLY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubKnFJPRLY .navbar {
    height: 70px;
  }
  .cid-ubKnFJPRLY .navbar.opened {
    height: auto;
  }
  .cid-ubKnFJPRLY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubKnFJPRLY .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ubKnFJPRLY .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-ubKnFJPRLY .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ubKnFJPRLY .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-ubKnFJPRLY .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-ubKnFJPRLY .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-ubKnFJPRLY .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ubKnFJPRLY .text_widget {
  margin-bottom: 32px;
}
.cid-ubKnFJPRLY .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ubKnFJPRLY .text_widget a:hover {
  opacity: .5;
}
.cid-ubKnFJPRLY .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-ubKnFJPRLY .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-ubKnFJPRLY .mbr-section-subtitle,
.cid-ubKnFJPRLY .text_widget,
.cid-ubKnFJPRLY .mbr-section-btn {
  text-align: center;
}
.cid-ubKnFJPRLY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ubKnFKug2X {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #3a341c;
}
.cid-ubKnFKug2X .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubKnFKug2X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubKnFKug2X .mbr-section-title {
  color: #fbca8d;
}
.cid-ubKnFKS3tq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/6.jpg");
}
.cid-ubKnFKS3tq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubKnFKS3tq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubKnFKS3tq .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ubKnFKS3tq .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ubKnFKS3tq .container {
    padding: 0 20px;
  }
}
.cid-ubKnFKS3tq .row {
  margin: 0;
}
.cid-ubKnFKS3tq .card {
  padding: 0;
}
.cid-ubKnFKS3tq .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ubKnFKS3tq .image-wrapper img {
    height: 450px;
  }
}
.cid-ubKnFKS3tq .title-wrapper {
  height: 100%;
  margin-bottom: 10%;
  background-color: #3a341c;
  display: flex;
  align-items: center;
  padding: 24px 115px;
}
@media (max-width: 992px) {
  .cid-ubKnFKS3tq .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-ubKnFKS3tq .title-wrapper .title-wrap {
  width: 100%;
}
.cid-ubKnFKS3tq .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ubKnFKS3tq .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ubKnFKS3tq .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .cid-ubKnFKS3tq .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-ubKnFKS3tq .mbr-section-title {
  color: #c2b299;
}
.cid-ubKnFKS3tq .mbr-text {
  color: #ffffff;
}
.cid-ubKnFKS3tq .mbr-section-title,
.cid-ubKnFKS3tq .mbr-section-btn {
  color: #fbca8d;
}
.cid-ucKMLkPOTl {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-ucKMLkPOTl .mbr-text {
  color: #ffffff;
}
.cid-ucKMLkPOTl .container {
  max-width: 1000px;
}
.cid-ucKMLkPOTl h4 {
  text-align: center;
}
.cid-ucKMLkPOTl p {
  text-align: center;
}
.cid-ucKMLkPOTl .row {
  justify-content: center;
}
.cid-ucKMLkPOTl .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ucKMLkPOTl .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-ucKMLkPOTl .card-title,
.cid-ucKMLkPOTl .card-img {
  color: #b69b74;
}
.cid-ucKMLkPOTl .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-ucKMLkPOTl .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-ucKMLkPOTl img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-ubKnFLGmMd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-ubKnFLGmMd .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uLVWyLhfmk {
  z-index: 1000;
  width: 100%;
}
.cid-uLVWyLhfmk .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uLVWyLhfmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uLVWyLhfmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLVWyLhfmk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLVWyLhfmk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLVWyLhfmk .menu_box .navbar.opened,
  .cid-uLVWyLhfmk .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLVWyLhfmk nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLVWyLhfmk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLVWyLhfmk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLVWyLhfmk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLVWyLhfmk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLVWyLhfmk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLVWyLhfmk .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uLVWyLhfmk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLVWyLhfmk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLVWyLhfmk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLVWyLhfmk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLVWyLhfmk .offcanvas-body .mbr-text,
  .cid-uLVWyLhfmk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLVWyLhfmk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLVWyLhfmk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLVWyLhfmk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uLVWyLhfmk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLVWyLhfmk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLVWyLhfmk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLVWyLhfmk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLVWyLhfmk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLVWyLhfmk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLVWyLhfmk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLVWyLhfmk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLVWyLhfmk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLVWyLhfmk .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLVWyLhfmk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uLVWyLhfmk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLVWyLhfmk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLVWyLhfmk .nav-item {
    margin: 0 !important;
  }
}
.cid-uLVWyLhfmk .nav-item .nav-link:hover,
.cid-uLVWyLhfmk .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uLVWyLhfmk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLVWyLhfmk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLVWyLhfmk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLVWyLhfmk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLVWyLhfmk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLVWyLhfmk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLVWyLhfmk .offcanvas_box {
    display: none;
  }
}
.cid-uLVWyLhfmk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLVWyLhfmk .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLVWyLhfmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLVWyLhfmk .container {
  display: flex;
  margin: auto;
}
.cid-uLVWyLhfmk .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLVWyLhfmk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLVWyLhfmk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLVWyLhfmk .navbar-caption {
  color: #2b2b2b;
}
.cid-uLVWyLhfmk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLVWyLhfmk .navbar-nav {
    margin: 0;
  }
}
.cid-uLVWyLhfmk .dropdown-menu,
.cid-uLVWyLhfmk .navbar.opened {
  background-color: true !important;
}
.cid-uLVWyLhfmk .nav-item:focus,
.cid-uLVWyLhfmk .nav-link:focus {
  outline: none;
}
.cid-uLVWyLhfmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLVWyLhfmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLVWyLhfmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLVWyLhfmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLVWyLhfmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLVWyLhfmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLVWyLhfmk .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLVWyLhfmk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLVWyLhfmk .navbar.opened {
  transition: all 0.3s;
}
.cid-uLVWyLhfmk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLVWyLhfmk .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uLVWyLhfmk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLVWyLhfmk .navbar.collapsed {
  justify-content: center;
}
.cid-uLVWyLhfmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLVWyLhfmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLVWyLhfmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLVWyLhfmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLVWyLhfmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLVWyLhfmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLVWyLhfmk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLVWyLhfmk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLVWyLhfmk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLVWyLhfmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLVWyLhfmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLVWyLhfmk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLVWyLhfmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLVWyLhfmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLVWyLhfmk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLVWyLhfmk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLVWyLhfmk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLVWyLhfmk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLVWyLhfmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLVWyLhfmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLVWyLhfmk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLVWyLhfmk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLVWyLhfmk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLVWyLhfmk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLVWyLhfmk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLVWyLhfmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLVWyLhfmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLVWyLhfmk .dropdown-item.active,
.cid-uLVWyLhfmk .dropdown-item:active {
  background-color: transparent;
}
.cid-uLVWyLhfmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLVWyLhfmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLVWyLhfmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLVWyLhfmk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLVWyLhfmk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLVWyLhfmk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLVWyLhfmk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uLVWyLhfmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uLVWyLhfmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLVWyLhfmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLVWyLhfmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLVWyLhfmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLVWyLhfmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLVWyLhfmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLVWyLhfmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLVWyLhfmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLVWyLhfmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLVWyLhfmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLVWyLhfmk .navbar {
    height: 70px;
  }
  .cid-uLVWyLhfmk .navbar.opened {
    height: auto;
  }
  .cid-uLVWyLhfmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLVWyLhfmk .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLVWyLhfmk .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLVWyLhfmk .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLVWyLhfmk .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLVWyLhfmk .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLVWyLhfmk .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uLVWyLhfmk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLVWyLhfmk .text_widget {
  margin-bottom: 32px;
}
.cid-uLVWyLhfmk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLVWyLhfmk .text_widget a:hover {
  opacity: .5;
}
.cid-uLVWyLhfmk .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uLVWyLhfmk .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uLVWyLhfmk .mbr-section-subtitle,
.cid-uLVWyLhfmk .text_widget,
.cid-uLVWyLhfmk .mbr-section-btn {
  text-align: center;
}
.cid-uLVWyLhfmk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLVWyLMVRR {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #3a341c;
}
.cid-uLVWyLMVRR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLVWyLMVRR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLVWyLMVRR .row {
  justify-content: left;
}
.cid-uLVWyLMVRR .main-col {
  display: flex;
}
.cid-uLVWyLMVRR .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-uLVWyLMVRR .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uLVWyLMVRR .item-container {
    flex-wrap: wrap;
  }
}
.cid-uLVWyLMVRR .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-uLVWyLMVRR .item-img {
    display: none;
  }
}
.cid-uLVWyLMVRR .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uLVWyLMVRR .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uLVWyLMVRR .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-uLVWyLMVRR .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-uLVWyLMVRR .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-uLVWyLMVRR .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-uLVWyLMVRR .mbr-text-1 {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .cid-uLVWyLMVRR .mbr-text-1 {
    margin: 0;
  }
}
.cid-uLVWyLMVRR .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-uLVWyLMVRR .mbr-text-2 {
    margin: 0;
  }
}
.cid-uLVWyLMVRR .item-container-2 {
  align-items: center;
  padding-left: 26px;
}
.cid-uLVWyLMVRR .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-uLVWyLMVRR .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
.cid-uLVWyLMVRR .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-uLVWyLMVRR .item-container-4 {
    justify-content: center !important;
  }
}
.cid-uLVWyLMVRR .mbr-section-title-1 {
  color: #fbca8d;
}
.cid-uLVWyLMVRR .mbr-section-title-2 {
  color: #fbca8d;
}
.cid-uLVWyLMVRR .mbr-section-title-3 {
  color: #fbca8d;
}
.cid-uLVWyLMVRR .mbr-section-title-4 {
  color: #35341b;
}
.cid-uLVWyMbgFy {
  background: #ffffff;
}
.cid-uLVWyMbgFy .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uLVWyMbgFy figcaption {
  position: relative;
}
.cid-uLVWyMbgFy figcaption div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uLVWyMbgFy .image-block {
    width: 100% !important;
  }
}
.cid-uLVWyMsK7V {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uLVWyMsK7V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLVWyMsK7V .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uLVWyMsK7V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLVWyMsK7V h1 {
  max-width: 800px;
}
.cid-uLVWyMsK7V p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uLVWyMsK7V .btn:hover {
  transform: scale(1.1);
  background: #c76d3f !important;
  border-color: #c76d3f !important;
  color: #c76d3f !important;
}
.cid-uLVWyMsK7V .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uLVWyMsK7V .btn div {
  overflow: hidden;
}
.cid-uLVWyMsK7V .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uLVWyMsK7V {
    align-items: center;
  }
  .cid-uLVWyMsK7V .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLVWyMsK7V .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLVWyMsK7V {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLVWyMsK7V .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLVWyMsK7V .content-wrap {
    width: 100%;
  }
}
.cid-uLVWyMsK7V .mbr-section-subtitle,
.cid-uLVWyMsK7V .line {
  color: #291f1e;
}
.cid-uLVWyMsK7V .mbr-text,
.cid-uLVWyMsK7V .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uLVWyMsK7V .mbr-section-title {
  color: #291f1e;
}
.cid-uLVWyMLSex {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #3a341c;
}
.cid-uLVWyMLSex .mbr-section-head,
.cid-uLVWyMLSex .gallery_item {
  margin-bottom: 6rem;
}
.cid-uLVWyMLSex .mbr-section-subtitle {
  margin-bottom: 0.5rem;
}
.cid-uLVWyMLSex .mbr-section-title {
  line-height: .95;
}
.cid-uLVWyMLSex .box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-uLVWyMLSex .gallery-wrap-left {
  padding-right: 2rem;
  max-width: 66%;
  width: 66%;
}
.cid-uLVWyMLSex .gallery-wrap-right {
  padding-left: 2rem;
  max-width: 33%;
  width: 33%;
}
.cid-uLVWyMLSex .item-img,
.cid-uLVWyMLSex img {
  max-width: 100%;
  object-fit: cover;
}
.cid-uLVWyMLSex .gallery-wrap-50 .item_left {
  padding-right: 1rem;
}
.cid-uLVWyMLSex .gallery-wrap-50 .item_right {
  padding-left: 1rem;
}
.cid-uLVWyMLSex .item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.5rem;
}
.cid-uLVWyMLSex .item-title {
  text-align: left;
  flex: 1 1 0;
}
.cid-uLVWyMLSex .item-subtitle {
  text-align: right;
  flex: 1 1 0;
}
@media (max-width: 991px) {
  .cid-uLVWyMLSex .gallery-wrap-left {
    padding-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .cid-uLVWyMLSex .gallery-wrap-right {
    padding-left: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uLVWyMLSex .mbr-section-head,
  .cid-uLVWyMLSex .gallery_item {
    margin-bottom: 3rem;
  }
  .cid-uLVWyMLSex .gallery-wrap-50 .item_left {
    padding-right: 0;
  }
  .cid-uLVWyMLSex .gallery-wrap-50 .item_right {
    padding-left: 0;
  }
}
.cid-uLVWyNdLQl {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uLVWyNdLQl .mbr-text {
  color: #ffffff;
}
.cid-uLVWyNdLQl .container {
  max-width: 1000px;
}
.cid-uLVWyNdLQl h4 {
  text-align: center;
}
.cid-uLVWyNdLQl p {
  text-align: center;
}
.cid-uLVWyNdLQl .row {
  justify-content: center;
}
.cid-uLVWyNdLQl .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uLVWyNdLQl .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uLVWyNdLQl .card-title,
.cid-uLVWyNdLQl .card-img {
  color: #b69b74;
}
.cid-uLVWyNdLQl .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uLVWyNdLQl .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uLVWyNdLQl img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLVWyNwyBe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uLVWyNwyBe .media-container-row .mbr-text {
  color: #fbca8d;
}
.cid-uM2Tl52JKO {
  z-index: 1000;
  width: 100%;
}
.cid-uM2Tl52JKO .navbar-dropdown {
  background: #3a341c !important;
  padding: 0;
  position: fixed;
}
.cid-uM2Tl52JKO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a341c !important;
  background: #3a341c;
}
.cid-uM2Tl52JKO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uM2Tl52JKO .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uM2Tl52JKO .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uM2Tl52JKO .menu_box .navbar.opened,
  .cid-uM2Tl52JKO .menu_box .navbar-collapse {
    background-color: #3a341c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uM2Tl52JKO nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uM2Tl52JKO .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uM2Tl52JKO .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uM2Tl52JKO .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uM2Tl52JKO .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uM2Tl52JKO .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uM2Tl52JKO .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uM2Tl52JKO .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uM2Tl52JKO .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uM2Tl52JKO .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uM2Tl52JKO .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uM2Tl52JKO .offcanvas-body .mbr-text,
  .cid-uM2Tl52JKO .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uM2Tl52JKO .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uM2Tl52JKO .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uM2Tl52JKO .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fbca8d;
  }
  .cid-uM2Tl52JKO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uM2Tl52JKO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uM2Tl52JKO .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uM2Tl52JKO .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uM2Tl52JKO ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uM2Tl52JKO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uM2Tl52JKO .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uM2Tl52JKO .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uM2Tl52JKO li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uM2Tl52JKO .lg_brand {
    margin: 0 1rem;
  }
  .cid-uM2Tl52JKO .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uM2Tl52JKO .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uM2Tl52JKO .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uM2Tl52JKO .nav-item {
    margin: 0 !important;
  }
}
.cid-uM2Tl52JKO .nav-item .nav-link:hover,
.cid-uM2Tl52JKO .nav-item .nav-link:focus {
  opacity: 1;
  color: #c76d3f !important;
}
.cid-uM2Tl52JKO .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uM2Tl52JKO .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uM2Tl52JKO .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uM2Tl52JKO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uM2Tl52JKO .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uM2Tl52JKO .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uM2Tl52JKO .offcanvas_box {
    display: none;
  }
}
.cid-uM2Tl52JKO .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uM2Tl52JKO .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uM2Tl52JKO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uM2Tl52JKO .container {
  display: flex;
  margin: auto;
}
.cid-uM2Tl52JKO .iconfont-wrapper {
  color: #fbca8d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uM2Tl52JKO .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uM2Tl52JKO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uM2Tl52JKO .navbar-caption {
  color: #2b2b2b;
}
.cid-uM2Tl52JKO .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uM2Tl52JKO .navbar-nav {
    margin: 0;
  }
}
.cid-uM2Tl52JKO .dropdown-menu,
.cid-uM2Tl52JKO .navbar.opened {
  background-color: true !important;
}
.cid-uM2Tl52JKO .nav-item:focus,
.cid-uM2Tl52JKO .nav-link:focus {
  outline: none;
}
.cid-uM2Tl52JKO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uM2Tl52JKO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uM2Tl52JKO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uM2Tl52JKO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uM2Tl52JKO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uM2Tl52JKO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uM2Tl52JKO .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uM2Tl52JKO .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uM2Tl52JKO .navbar.opened {
  transition: all 0.3s;
}
.cid-uM2Tl52JKO .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uM2Tl52JKO .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uM2Tl52JKO .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uM2Tl52JKO .navbar.collapsed {
  justify-content: center;
}
.cid-uM2Tl52JKO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uM2Tl52JKO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uM2Tl52JKO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uM2Tl52JKO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uM2Tl52JKO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uM2Tl52JKO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uM2Tl52JKO .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uM2Tl52JKO .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uM2Tl52JKO .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uM2Tl52JKO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uM2Tl52JKO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uM2Tl52JKO .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uM2Tl52JKO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uM2Tl52JKO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uM2Tl52JKO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uM2Tl52JKO .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uM2Tl52JKO .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uM2Tl52JKO .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uM2Tl52JKO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uM2Tl52JKO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uM2Tl52JKO .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uM2Tl52JKO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uM2Tl52JKO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uM2Tl52JKO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uM2Tl52JKO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uM2Tl52JKO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uM2Tl52JKO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uM2Tl52JKO .dropdown-item.active,
.cid-uM2Tl52JKO .dropdown-item:active {
  background-color: transparent;
}
.cid-uM2Tl52JKO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uM2Tl52JKO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uM2Tl52JKO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uM2Tl52JKO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uM2Tl52JKO ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uM2Tl52JKO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uM2Tl52JKO button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #3a341c;
  background: #3a341c;
}
.cid-uM2Tl52JKO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbca8d;
}
.cid-uM2Tl52JKO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uM2Tl52JKO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM2Tl52JKO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM2Tl52JKO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uM2Tl52JKO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM2Tl52JKO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uM2Tl52JKO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uM2Tl52JKO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM2Tl52JKO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uM2Tl52JKO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uM2Tl52JKO .navbar {
    height: 70px;
  }
  .cid-uM2Tl52JKO .navbar.opened {
    height: auto;
  }
  .cid-uM2Tl52JKO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uM2Tl52JKO .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uM2Tl52JKO .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uM2Tl52JKO .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uM2Tl52JKO .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uM2Tl52JKO .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uM2Tl52JKO .navbar-caption:hover {
  color: #c76d3f;
}
@media (min-width: 992px) {
  .cid-uM2Tl52JKO .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uM2Tl52JKO .text_widget {
  margin-bottom: 32px;
}
.cid-uM2Tl52JKO .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uM2Tl52JKO .text_widget a:hover {
  opacity: .5;
}
.cid-uM2Tl52JKO .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uM2Tl52JKO .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uM2Tl52JKO .mbr-section-subtitle,
.cid-uM2Tl52JKO .text_widget,
.cid-uM2Tl52JKO .mbr-section-btn {
  text-align: center;
}
.cid-uM2Tl52JKO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uM2Tl5tLzL {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #3a341c;
}
.cid-uM2Tl5tLzL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM2Tl5tLzL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM2Tl5tLzL .mbr-section-title {
  color: #fbca8d;
}
.cid-uM2Tl5Jb0q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/6.jpg");
}
.cid-uM2Tl5Jb0q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM2Tl5Jb0q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM2Tl5Jb0q .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uM2Tl5Jb0q .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uM2Tl5Jb0q .container {
    padding: 0 20px;
  }
}
.cid-uM2Tl5Jb0q .row {
  margin: 0;
}
.cid-uM2Tl5Jb0q .card {
  padding: 0;
}
.cid-uM2Tl5Jb0q .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uM2Tl5Jb0q .image-wrapper img {
    height: 450px;
  }
}
.cid-uM2Tl5Jb0q .title-wrapper {
  height: 100%;
  margin-bottom: 10%;
  background-color: #3a341c;
  display: flex;
  align-items: center;
  padding: 24px 115px;
}
@media (max-width: 992px) {
  .cid-uM2Tl5Jb0q .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-uM2Tl5Jb0q .title-wrapper .title-wrap {
  width: 100%;
}
.cid-uM2Tl5Jb0q .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uM2Tl5Jb0q .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uM2Tl5Jb0q .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .cid-uM2Tl5Jb0q .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uM2Tl5Jb0q .mbr-section-title {
  color: #c2b299;
}
.cid-uM2Tl5Jb0q .mbr-text {
  color: #ffffff;
}
.cid-uM2Tl5Jb0q .mbr-section-title,
.cid-uM2Tl5Jb0q .mbr-section-btn {
  color: #fbca8d;
}
.cid-uM2Tl60vus {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #3a341c;
}
.cid-uM2Tl60vus .mbr-text {
  color: #ffffff;
}
.cid-uM2Tl60vus .container {
  max-width: 1000px;
}
.cid-uM2Tl60vus h4 {
  text-align: center;
}
.cid-uM2Tl60vus p {
  text-align: center;
}
.cid-uM2Tl60vus .row {
  justify-content: center;
}
.cid-uM2Tl60vus .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uM2Tl60vus .mbr-iconfont {
  font-size: 1.5rem;
  color: #fbca8d;
  display: block;
}
.cid-uM2Tl60vus .card-title,
.cid-uM2Tl60vus .card-img {
  color: #b69b74;
}
.cid-uM2Tl60vus .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uM2Tl60vus .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fbca8d;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uM2Tl60vus img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uM2Tl6kFBk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c76d3f;
  overflow: hidden;
}
.cid-uM2Tl6kFBk .media-container-row .mbr-text {
  color: #fbca8d;
}
