.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: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Dancing Script', handwriting;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Dancing Script', handwriting;
  font-size: 3.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Dancing Script', handwriting;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((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.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((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.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: #dcc5b2 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #dcc5b2 !important;
  border-color: #dcc5b2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ecdfd5 !important;
  border-color: #ecdfd5 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ecdfd5 !important;
  border-color: #ecdfd5 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !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: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !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: #dcc5b2;
  color: #dcc5b2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c19876 !important;
  background-color: transparent !important;
  border-color: #c19876 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #dcc5b2 !important;
  border-color: #dcc5b2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !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: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !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: #dcc5b2 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !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: #bc906c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !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: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !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: #dcc5b2;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #dcc5b2;
  border-color: #dcc5b2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #dcc5b2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.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*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #dcc5b2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #dcc5b2;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #dcc5b2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #dcc5b2;
}
.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: #dcc5b2;
  border-bottom-color: #dcc5b2;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #dcc5b2 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%23dcc5b2' %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;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vdiOtX1dXx {
  z-index: 1000;
  width: 100%;
}
.cid-vdiOtX1dXx .navbar-dropdown {
  background-color: #f7f5f0 !important;
  padding: 0;
  position: fixed;
}
.cid-vdiOtX1dXx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7f5f0 !important;
  background: #f7f5f0;
}
.cid-vdiOtX1dXx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vdiOtX1dXx .menu_box .navbar.opened,
  .cid-vdiOtX1dXx .menu_box .navbar-collapse {
    background-color: #f7f5f0 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vdiOtX1dXx nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vdiOtX1dXx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vdiOtX1dXx .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vdiOtX1dXx .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vdiOtX1dXx .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vdiOtX1dXx .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vdiOtX1dXx .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vdiOtX1dXx .offcanvas-body .mbr-text,
  .cid-vdiOtX1dXx .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vdiOtX1dXx .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vdiOtX1dXx .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vdiOtX1dXx .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-vdiOtX1dXx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vdiOtX1dXx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vdiOtX1dXx .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vdiOtX1dXx .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vdiOtX1dXx ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vdiOtX1dXx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdiOtX1dXx .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-vdiOtX1dXx .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vdiOtX1dXx 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-vdiOtX1dXx .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vdiOtX1dXx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vdiOtX1dXx .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vdiOtX1dXx .nav-item {
    margin: 0 !important;
  }
}
.cid-vdiOtX1dXx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vdiOtX1dXx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vdiOtX1dXx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vdiOtX1dXx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdiOtX1dXx .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-vdiOtX1dXx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vdiOtX1dXx .offcanvas_box {
    display: none;
  }
}
.cid-vdiOtX1dXx .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vdiOtX1dXx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vdiOtX1dXx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vdiOtX1dXx .container {
  display: flex;
  margin: auto;
}
.cid-vdiOtX1dXx .iconfont-wrapper {
  color: #dcc5b2;
  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-vdiOtX1dXx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vdiOtX1dXx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdiOtX1dXx .navbar-caption {
  color: #747474;
}
.cid-vdiOtX1dXx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vdiOtX1dXx .navbar-nav {
    margin: 0;
  }
}
.cid-vdiOtX1dXx .dropdown-menu,
.cid-vdiOtX1dXx .navbar.opened {
  background-color: false !important;
}
.cid-vdiOtX1dXx .nav-item:focus,
.cid-vdiOtX1dXx .nav-link:focus {
  outline: none;
}
.cid-vdiOtX1dXx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdiOtX1dXx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdiOtX1dXx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdiOtX1dXx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdiOtX1dXx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdiOtX1dXx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdiOtX1dXx .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-vdiOtX1dXx .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-vdiOtX1dXx .navbar.opened {
  transition: all 0.3s;
}
.cid-vdiOtX1dXx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vdiOtX1dXx .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-vdiOtX1dXx .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vdiOtX1dXx .navbar.collapsed {
  justify-content: center;
}
.cid-vdiOtX1dXx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdiOtX1dXx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdiOtX1dXx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdiOtX1dXx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdiOtX1dXx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdiOtX1dXx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vdiOtX1dXx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdiOtX1dXx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vdiOtX1dXx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vdiOtX1dXx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdiOtX1dXx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdiOtX1dXx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vdiOtX1dXx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdiOtX1dXx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vdiOtX1dXx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdiOtX1dXx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vdiOtX1dXx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vdiOtX1dXx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vdiOtX1dXx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdiOtX1dXx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdiOtX1dXx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vdiOtX1dXx .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdiOtX1dXx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdiOtX1dXx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdiOtX1dXx .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-vdiOtX1dXx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdiOtX1dXx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdiOtX1dXx .dropdown-item.active,
.cid-vdiOtX1dXx .dropdown-item:active {
  background-color: transparent;
}
.cid-vdiOtX1dXx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdiOtX1dXx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdiOtX1dXx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdiOtX1dXx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdiOtX1dXx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #dcc5b2;
}
.cid-vdiOtX1dXx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdiOtX1dXx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7f5f0;
  background: #ffffff;
}
.cid-vdiOtX1dXx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-vdiOtX1dXx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdiOtX1dXx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdiOtX1dXx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdiOtX1dXx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdiOtX1dXx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdiOtX1dXx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdiOtX1dXx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdiOtX1dXx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdiOtX1dXx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vdiOtX1dXx .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-vdiOtX1dXx .navbar {
    height: 70px;
  }
  .cid-vdiOtX1dXx .navbar.opened {
    height: auto;
  }
  .cid-vdiOtX1dXx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdiOtX1dXx .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vdiOtX1dXx .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-vdiOtX1dXx .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-vdiOtX1dXx .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-vdiOtX1dXx .navbar-caption:hover {
  color: #dcc5b2;
}
@media (min-width: 992px) {
  .cid-vdiOtX1dXx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vdiOtX1dXx .nav-link {
  position: relative;
}
.cid-vdiOtX1dXx .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #dcc5b2;
  transition: all .3s ease;
  opacity: 0;
}
.cid-vdiOtX1dXx .nav-link:hover:before {
  opacity: 1;
}
.cid-vdiOtX1dXx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdiOtX1dXx .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vdiOtX1dXx .text_widget {
  color: #ffffff;
}
.cid-vdiOtX1dXx .mbr-section-subtitle,
.cid-vdiOtX1dXx .text_widget,
.cid-vdiOtX1dXx .mbr-section-btn {
  text-align: center;
}
.cid-vdiOtX1dXx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vfKQlrYbyv {
  background-image: url("../../../assets/images/kol-3715capas.webp");
}
.cid-vfKQlrYbyv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfKQlrYbyv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfKQlrYbyv .mbr-text,
.cid-vfKQlrYbyv .mbr-section-btn {
  text-align: center;
}
.cid-vfKQlrYbyv .mbr-section-subtitle {
  text-align: right;
}
.cid-vfzmzJWWmr {
  background-color: #f7f5f0;
}
.cid-vfzmzJWWmr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfzmzJWWmr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfzmzJWWmr b,
.cid-vfzmzJWWmr strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-vfzmzJWWmr img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-vfzmzJWWmr img {
    padding-bottom: 2rem;
  }
}
.cid-vfzmzJWWmr .row {
  align-items: center;
}
.cid-vfzmzJWWmr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vfzmzJWWmr .mbr-text,
.cid-vfzmzJWWmr .mbr-section-btn {
  color: #000000;
}
.cid-vfzmzJWWmr .mbr-section-subtitle {
  color: #000000;
}
.cid-vfzmzJWWmr .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-vfKTM476WR {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f7f5f0;
}
@media (max-width: 767px) {
  .cid-vfKTM476WR {
    padding-bottom: 5rem;
  }
}
.cid-vfKTM476WR img,
.cid-vfKTM476WR .item-img {
  width: 100%;
  height: 100%;
}
.cid-vfKTM476WR .mbr-text {
  color: #000000;
}
.cid-vfKTM476WR .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-vfKTM476WR .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfKTM476WR .main-button {
    margin-bottom: 2rem;
  }
}
.cid-vfKTM476WR .mbr-text UL {
  text-align: left;
}
.cid-vfKTM476WR .mbr-section-subtitle,
.cid-vfKTM476WR .main-button {
  color: #000000;
}
.cid-vfKTM476WR .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-vfKTM476WR .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-vfKTM476WR .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfKTM476WR .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfKTM476WR .item-title {
  text-align: center;
}
.cid-vfKTM476WR .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vfKTM476WR .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-vgdYg6wqg0 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-vgdYg6wqg0 h6 {
  line-height: 1.2;
}
.cid-vgdYg6wqg0 img,
.cid-vgdYg6wqg0 .item-img {
  width: 100%;
  height: 100%;
}
.cid-vgdYg6wqg0 .item:focus,
.cid-vgdYg6wqg0 span:focus {
  outline: none;
}
.cid-vgdYg6wqg0 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vgdYg6wqg0 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vgdYg6wqg0 .mbr-section-title {
  color: #000000;
}
.cid-vgdYg6wqg0 .mbr-text,
.cid-vgdYg6wqg0 .mbr-section-btn {
  color: #000000;
}
.cid-vgdYg6wqg0 .item-title {
  color: #000000;
  text-align: center;
}
.cid-vgdYg6wqg0 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vgdYg6wqg0 .item-text {
  color: #000000;
  text-align: center;
}
.cid-vgdYg6wqg0 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vgdYg6wqg0 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfz9Xv8jWG {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f7f5f0;
}
.cid-vfz9Xv8jWG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfz9Xv8jWG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfz9Xv8jWG .mbr-description {
  text-align: left;
}
.cid-vfz9Xv8jWG .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vfz9Xv8jWG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfz9Xv8jWG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vfz9Xv8jWG .card-title,
.cid-vfz9Xv8jWG .iconfont-wrapper {
  color: #000000;
}
.cid-vfz9Xv8jWG .card-text {
  color: #000000;
}
.cid-vfz9Xv8jWG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vfz9Xv8jWG .mbr-number {
  color: #9fe870;
}
.cid-vfz9Xv8jWG .mbr-text,
.cid-vfz9Xv8jWG .mbr-section-btn {
  text-align: center;
}
.cid-vfz9Xv8jWG .card-text,
.cid-vfz9Xv8jWG .item .mbr-section-btn {
  text-align: left;
}
.cid-vfzgcLf9Eo {
  padding-top: 5rem;
  background-color: #f7f5f0;
}
.cid-vfzgcLf9Eo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfzgcLf9Eo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfzgcLf9Eo .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-vfzgcLf9Eo .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vfzgcLf9Eo .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vfzgcLf9Eo .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vfzgcLf9Eo .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vfzgcLf9Eo .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vfzgcLf9Eo .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vfzgcLf9Eo .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vfzgcLf9Eo .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfzgcLf9Eo .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfzgcLf9Eo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 420px;
  max-width: 420px;
}
@media (max-width: 768px) {
  .cid-vfzgcLf9Eo .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfzgcLf9Eo .embla__slide .slide-content {
  width: 100%;
}
.cid-vfzgcLf9Eo .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 24px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #f7f5f0, inset 0 -5px 10px -4px #f7f5f0, 0 10px 10px -5px #f7f5f0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vfzgcLf9Eo .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-vfzgcLf9Eo .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-vfzgcLf9Eo .embla__slide .slide-content .item-wrapper .item-img img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}
.cid-vfzgcLf9Eo .embla__slide .slide-content .item-wrapper .item-label {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.cid-vfzgcLf9Eo .embla__slide .slide-content .item-wrapper .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.cid-vfzgcLf9Eo .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vfzgcLf9Eo .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
.cid-vfzgcLf9Eo .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfzgcLf9Eo .embla__button--next,
.cid-vfzgcLf9Eo .embla__button--prev {
  display: flex;
}
.cid-vfzgcLf9Eo .embla__button {
  bottom: 0;
  width: 42px;
  height: 42px;
  font-size: 26px;
  background-color: #c8b499 !important;
  color: #fafafa !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: inset 0 2px 10px -2px #f7f5f0, 0 10px 10px -2px #f7f5f0;
}
.cid-vfzgcLf9Eo .embla__button:hover {
  transform: translateY(-3px);
}
.cid-vfzgcLf9Eo .embla__button:disabled {
  opacity: .5 !important;
  transform: none;
}
.cid-vfzgcLf9Eo .embla__button.embla__button--prev {
  left: 0;
}
.cid-vfzgcLf9Eo .embla__button.embla__button--next {
  right: 0;
}
.cid-vfzgcLf9Eo .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 4rem;
}
.cid-vfzgcLf9Eo .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vfzgcLf9Eo .embla__viewport {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vfzgcLf9Eo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfzgcLf9Eo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfzgcLf9Eo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfzgcLf9Eo .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vfzgcLf9Eo .mbr-label,
.cid-vfzgcLf9Eo .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-vfzgcLf9Eo .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vfzgcLf9Eo .mbr-text,
.cid-vfzgcLf9Eo .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vfzgcLf9Eo .item-label {
  color: #ff6900;
}
.cid-vfzgcLf9Eo .item-title {
  color: #0f172a;
}
.cid-vfzgcLf9Eo .item-text {
  color: #475569;
}
.cid-vdjzKAJiuZ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f7f5f0;
}
.cid-vdjzKAJiuZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vdjzKAJiuZ form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vdjzKAJiuZ form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vdjzKAJiuZ form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vdjzKAJiuZ .content-head {
  max-width: 800px;
}
.cid-uvI6MPdVOb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7f5f0;
}
.cid-uvI6MPdVOb .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uvI6MPdVOb .social-row .soc-item {
  margin: 8px;
}
.cid-uvI6MPdVOb .social-row .soc-item a:hover .mbr-iconfont,
.cid-uvI6MPdVOb .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uvI6MPdVOb .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f5f0;
  color: #c8b499;
  transition: all 0.3s ease-in-out;
}
.cid-uvI6MPdVOb .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uvI6MPdVOb .mbr-section-title {
  color: #ffffff;
}
.cid-uvI6MPdVOb .mbr-section-title,
.cid-uvI6MPdVOb .social-list {
  color: #000000;
}
.cid-uvI6MPdVOb .list,
.cid-uvI6MPdVOb .item-wrap {
  color: #f7f7f7;
}
.cid-uQyr06JKFB {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background: #f7f5f0;
}
.cid-uQyr06JKFB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQyr06JKFB .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-uQyr06JKFB .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQyr06JKFB .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uQyr06JKFB .google-map {
  height: 100%;
  position: relative;
}
.cid-uQyr06JKFB .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uQyr06JKFB .google-map iframe {
    min-height: 350px;
  }
}
.cid-uQyr06JKFB .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uQyr06JKFB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uQyr06JKFB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQyr06JKFB .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uQyr06JKFB .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQyr06JKFB .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uQyr06JKFB ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uQyr06JKFB .content-head {
  max-width: 800px;
}
.cid-uQyr06JKFB .list,
.cid-uQyr06JKFB .item-wrap {
  color: #232323;
}
.cid-uvJ0Og2k8j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
}
.cid-uvJ0Og2k8j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJ0Og2k8j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJ0Og2k8j .col-12 {
  align-items: center;
  display: flex;
}
.cid-uvJ0Og2k8j img {
  width: 50px;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uvJ0Og2k8j img {
    margin: auto;
    padding-top: 1rem;
  }
}
.cid-uvJ0Og2k8j .copyright {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uvJ0Og2k8j .row {
    flex-direction: column-reverse !important;
  }
  .cid-uvJ0Og2k8j .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uvJ0Og2k8j .row-links {
  width: 100%;
}
.cid-uvJ0Og2k8j .row-links .row-links-soc {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uvJ0Og2k8j .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 992px) {
  .cid-uvJ0Og2k8j .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uvJ0Og2k8j .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvJ0Og2k8j .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-vdiOtX1dXx {
  z-index: 1000;
  width: 100%;
}
.cid-vdiOtX1dXx .navbar-dropdown {
  background-color: #f7f5f0 !important;
  padding: 0;
  position: fixed;
}
.cid-vdiOtX1dXx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7f5f0 !important;
  background: #f7f5f0;
}
.cid-vdiOtX1dXx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vdiOtX1dXx .menu_box .navbar.opened,
  .cid-vdiOtX1dXx .menu_box .navbar-collapse {
    background-color: #f7f5f0 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vdiOtX1dXx nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vdiOtX1dXx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vdiOtX1dXx .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vdiOtX1dXx .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vdiOtX1dXx .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vdiOtX1dXx .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vdiOtX1dXx .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vdiOtX1dXx .offcanvas-body .mbr-text,
  .cid-vdiOtX1dXx .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vdiOtX1dXx .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vdiOtX1dXx .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vdiOtX1dXx .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-vdiOtX1dXx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vdiOtX1dXx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vdiOtX1dXx .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vdiOtX1dXx .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vdiOtX1dXx ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vdiOtX1dXx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdiOtX1dXx .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-vdiOtX1dXx .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vdiOtX1dXx 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-vdiOtX1dXx .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vdiOtX1dXx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vdiOtX1dXx .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vdiOtX1dXx .nav-item {
    margin: 0 !important;
  }
}
.cid-vdiOtX1dXx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vdiOtX1dXx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vdiOtX1dXx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vdiOtX1dXx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdiOtX1dXx .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-vdiOtX1dXx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vdiOtX1dXx .offcanvas_box {
    display: none;
  }
}
.cid-vdiOtX1dXx .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vdiOtX1dXx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vdiOtX1dXx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vdiOtX1dXx .container {
  display: flex;
  margin: auto;
}
.cid-vdiOtX1dXx .iconfont-wrapper {
  color: #dcc5b2;
  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-vdiOtX1dXx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vdiOtX1dXx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdiOtX1dXx .navbar-caption {
  color: #747474;
}
.cid-vdiOtX1dXx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vdiOtX1dXx .navbar-nav {
    margin: 0;
  }
}
.cid-vdiOtX1dXx .dropdown-menu,
.cid-vdiOtX1dXx .navbar.opened {
  background-color: false !important;
}
.cid-vdiOtX1dXx .nav-item:focus,
.cid-vdiOtX1dXx .nav-link:focus {
  outline: none;
}
.cid-vdiOtX1dXx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdiOtX1dXx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdiOtX1dXx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdiOtX1dXx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdiOtX1dXx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdiOtX1dXx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdiOtX1dXx .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-vdiOtX1dXx .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-vdiOtX1dXx .navbar.opened {
  transition: all 0.3s;
}
.cid-vdiOtX1dXx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vdiOtX1dXx .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-vdiOtX1dXx .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vdiOtX1dXx .navbar.collapsed {
  justify-content: center;
}
.cid-vdiOtX1dXx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdiOtX1dXx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdiOtX1dXx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdiOtX1dXx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdiOtX1dXx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdiOtX1dXx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vdiOtX1dXx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdiOtX1dXx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vdiOtX1dXx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vdiOtX1dXx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdiOtX1dXx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdiOtX1dXx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vdiOtX1dXx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdiOtX1dXx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vdiOtX1dXx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdiOtX1dXx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vdiOtX1dXx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vdiOtX1dXx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vdiOtX1dXx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdiOtX1dXx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdiOtX1dXx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vdiOtX1dXx .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdiOtX1dXx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdiOtX1dXx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdiOtX1dXx .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-vdiOtX1dXx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdiOtX1dXx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdiOtX1dXx .dropdown-item.active,
.cid-vdiOtX1dXx .dropdown-item:active {
  background-color: transparent;
}
.cid-vdiOtX1dXx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdiOtX1dXx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdiOtX1dXx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdiOtX1dXx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdiOtX1dXx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #dcc5b2;
}
.cid-vdiOtX1dXx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdiOtX1dXx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7f5f0;
  background: #ffffff;
}
.cid-vdiOtX1dXx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-vdiOtX1dXx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdiOtX1dXx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdiOtX1dXx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdiOtX1dXx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdiOtX1dXx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdiOtX1dXx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdiOtX1dXx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdiOtX1dXx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdiOtX1dXx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vdiOtX1dXx .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-vdiOtX1dXx .navbar {
    height: 70px;
  }
  .cid-vdiOtX1dXx .navbar.opened {
    height: auto;
  }
  .cid-vdiOtX1dXx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdiOtX1dXx .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vdiOtX1dXx .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-vdiOtX1dXx .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-vdiOtX1dXx .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-vdiOtX1dXx .navbar-caption:hover {
  color: #dcc5b2;
}
@media (min-width: 992px) {
  .cid-vdiOtX1dXx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vdiOtX1dXx .nav-link {
  position: relative;
}
.cid-vdiOtX1dXx .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #dcc5b2;
  transition: all .3s ease;
  opacity: 0;
}
.cid-vdiOtX1dXx .nav-link:hover:before {
  opacity: 1;
}
.cid-vdiOtX1dXx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdiOtX1dXx .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vdiOtX1dXx .text_widget {
  color: #ffffff;
}
.cid-vdiOtX1dXx .mbr-section-subtitle,
.cid-vdiOtX1dXx .text_widget,
.cid-vdiOtX1dXx .mbr-section-btn {
  text-align: center;
}
.cid-vdiOtX1dXx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uvJdjniaSH {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uvJdjniaSH .mbr-text {
  color: #000000;
}
.cid-uvJdjniaSH .mbr-section-subtitle {
  color: #000000;
}
.cid-uvJdjniaSH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uvJ0Og2k8j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
}
.cid-uvJ0Og2k8j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJ0Og2k8j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJ0Og2k8j .col-12 {
  align-items: center;
  display: flex;
}
.cid-uvJ0Og2k8j img {
  width: 50px;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uvJ0Og2k8j img {
    margin: auto;
    padding-top: 1rem;
  }
}
.cid-uvJ0Og2k8j .copyright {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uvJ0Og2k8j .row {
    flex-direction: column-reverse !important;
  }
  .cid-uvJ0Og2k8j .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uvJ0Og2k8j .row-links {
  width: 100%;
}
.cid-uvJ0Og2k8j .row-links .row-links-soc {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uvJ0Og2k8j .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 992px) {
  .cid-uvJ0Og2k8j .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uvJ0Og2k8j .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvJ0Og2k8j .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-vdiOtX1dXx {
  z-index: 1000;
  width: 100%;
}
.cid-vdiOtX1dXx .navbar-dropdown {
  background-color: #f7f5f0 !important;
  padding: 0;
  position: fixed;
}
.cid-vdiOtX1dXx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7f5f0 !important;
  background: #f7f5f0;
}
.cid-vdiOtX1dXx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vdiOtX1dXx .menu_box .navbar.opened,
  .cid-vdiOtX1dXx .menu_box .navbar-collapse {
    background-color: #f7f5f0 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vdiOtX1dXx nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vdiOtX1dXx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vdiOtX1dXx .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vdiOtX1dXx .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vdiOtX1dXx .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vdiOtX1dXx .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vdiOtX1dXx .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vdiOtX1dXx .offcanvas-body .mbr-text,
  .cid-vdiOtX1dXx .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vdiOtX1dXx .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vdiOtX1dXx .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vdiOtX1dXx .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-vdiOtX1dXx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vdiOtX1dXx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vdiOtX1dXx .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vdiOtX1dXx .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vdiOtX1dXx ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vdiOtX1dXx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdiOtX1dXx .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-vdiOtX1dXx .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vdiOtX1dXx 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-vdiOtX1dXx .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vdiOtX1dXx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vdiOtX1dXx .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vdiOtX1dXx .nav-item {
    margin: 0 !important;
  }
}
.cid-vdiOtX1dXx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vdiOtX1dXx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vdiOtX1dXx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vdiOtX1dXx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdiOtX1dXx .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-vdiOtX1dXx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vdiOtX1dXx .offcanvas_box {
    display: none;
  }
}
.cid-vdiOtX1dXx .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vdiOtX1dXx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vdiOtX1dXx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vdiOtX1dXx .container {
  display: flex;
  margin: auto;
}
.cid-vdiOtX1dXx .iconfont-wrapper {
  color: #dcc5b2;
  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-vdiOtX1dXx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vdiOtX1dXx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdiOtX1dXx .navbar-caption {
  color: #747474;
}
.cid-vdiOtX1dXx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vdiOtX1dXx .navbar-nav {
    margin: 0;
  }
}
.cid-vdiOtX1dXx .dropdown-menu,
.cid-vdiOtX1dXx .navbar.opened {
  background-color: false !important;
}
.cid-vdiOtX1dXx .nav-item:focus,
.cid-vdiOtX1dXx .nav-link:focus {
  outline: none;
}
.cid-vdiOtX1dXx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdiOtX1dXx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdiOtX1dXx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdiOtX1dXx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdiOtX1dXx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdiOtX1dXx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdiOtX1dXx .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-vdiOtX1dXx .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-vdiOtX1dXx .navbar.opened {
  transition: all 0.3s;
}
.cid-vdiOtX1dXx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vdiOtX1dXx .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-vdiOtX1dXx .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vdiOtX1dXx .navbar.collapsed {
  justify-content: center;
}
.cid-vdiOtX1dXx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdiOtX1dXx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdiOtX1dXx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdiOtX1dXx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdiOtX1dXx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdiOtX1dXx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vdiOtX1dXx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdiOtX1dXx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vdiOtX1dXx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vdiOtX1dXx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdiOtX1dXx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdiOtX1dXx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vdiOtX1dXx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdiOtX1dXx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vdiOtX1dXx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdiOtX1dXx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vdiOtX1dXx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vdiOtX1dXx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vdiOtX1dXx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdiOtX1dXx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdiOtX1dXx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vdiOtX1dXx .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdiOtX1dXx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdiOtX1dXx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdiOtX1dXx .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-vdiOtX1dXx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdiOtX1dXx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdiOtX1dXx .dropdown-item.active,
.cid-vdiOtX1dXx .dropdown-item:active {
  background-color: transparent;
}
.cid-vdiOtX1dXx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdiOtX1dXx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdiOtX1dXx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdiOtX1dXx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdiOtX1dXx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #dcc5b2;
}
.cid-vdiOtX1dXx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdiOtX1dXx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7f5f0;
  background: #ffffff;
}
.cid-vdiOtX1dXx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-vdiOtX1dXx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdiOtX1dXx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdiOtX1dXx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdiOtX1dXx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdiOtX1dXx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdiOtX1dXx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdiOtX1dXx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdiOtX1dXx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdiOtX1dXx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vdiOtX1dXx .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-vdiOtX1dXx .navbar {
    height: 70px;
  }
  .cid-vdiOtX1dXx .navbar.opened {
    height: auto;
  }
  .cid-vdiOtX1dXx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdiOtX1dXx .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vdiOtX1dXx .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-vdiOtX1dXx .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-vdiOtX1dXx .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-vdiOtX1dXx .navbar-caption:hover {
  color: #dcc5b2;
}
@media (min-width: 992px) {
  .cid-vdiOtX1dXx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vdiOtX1dXx .nav-link {
  position: relative;
}
.cid-vdiOtX1dXx .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #dcc5b2;
  transition: all .3s ease;
  opacity: 0;
}
.cid-vdiOtX1dXx .nav-link:hover:before {
  opacity: 1;
}
.cid-vdiOtX1dXx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdiOtX1dXx .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vdiOtX1dXx .text_widget {
  color: #ffffff;
}
.cid-vdiOtX1dXx .mbr-section-subtitle,
.cid-vdiOtX1dXx .text_widget,
.cid-vdiOtX1dXx .mbr-section-btn {
  text-align: center;
}
.cid-vdiOtX1dXx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uvJdywZWe6 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uvJdywZWe6 .mbr-text {
  color: #000000;
}
.cid-uvJdywZWe6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uvJdywZWe6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uvJ0Og2k8j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
}
.cid-uvJ0Og2k8j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJ0Og2k8j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJ0Og2k8j .col-12 {
  align-items: center;
  display: flex;
}
.cid-uvJ0Og2k8j img {
  width: 50px;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uvJ0Og2k8j img {
    margin: auto;
    padding-top: 1rem;
  }
}
.cid-uvJ0Og2k8j .copyright {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uvJ0Og2k8j .row {
    flex-direction: column-reverse !important;
  }
  .cid-uvJ0Og2k8j .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uvJ0Og2k8j .row-links {
  width: 100%;
}
.cid-uvJ0Og2k8j .row-links .row-links-soc {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uvJ0Og2k8j .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 992px) {
  .cid-uvJ0Og2k8j .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uvJ0Og2k8j .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvJ0Og2k8j .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-vdiOtX1dXx {
  z-index: 1000;
  width: 100%;
}
.cid-vdiOtX1dXx .navbar-dropdown {
  background-color: #f7f5f0 !important;
  padding: 0;
  position: fixed;
}
.cid-vdiOtX1dXx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7f5f0 !important;
  background: #f7f5f0;
}
.cid-vdiOtX1dXx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vdiOtX1dXx .menu_box .navbar.opened,
  .cid-vdiOtX1dXx .menu_box .navbar-collapse {
    background-color: #f7f5f0 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vdiOtX1dXx nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vdiOtX1dXx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vdiOtX1dXx .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vdiOtX1dXx .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vdiOtX1dXx .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vdiOtX1dXx .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vdiOtX1dXx .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vdiOtX1dXx .offcanvas-body .mbr-text,
  .cid-vdiOtX1dXx .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vdiOtX1dXx .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vdiOtX1dXx .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vdiOtX1dXx .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-vdiOtX1dXx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vdiOtX1dXx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vdiOtX1dXx .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vdiOtX1dXx .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vdiOtX1dXx ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vdiOtX1dXx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdiOtX1dXx .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-vdiOtX1dXx .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vdiOtX1dXx 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-vdiOtX1dXx .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vdiOtX1dXx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vdiOtX1dXx .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vdiOtX1dXx .nav-item {
    margin: 0 !important;
  }
}
.cid-vdiOtX1dXx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vdiOtX1dXx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vdiOtX1dXx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vdiOtX1dXx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdiOtX1dXx .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-vdiOtX1dXx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vdiOtX1dXx .offcanvas_box {
    display: none;
  }
}
.cid-vdiOtX1dXx .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vdiOtX1dXx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vdiOtX1dXx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vdiOtX1dXx .container {
  display: flex;
  margin: auto;
}
.cid-vdiOtX1dXx .iconfont-wrapper {
  color: #dcc5b2;
  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-vdiOtX1dXx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vdiOtX1dXx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdiOtX1dXx .navbar-caption {
  color: #747474;
}
.cid-vdiOtX1dXx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vdiOtX1dXx .navbar-nav {
    margin: 0;
  }
}
.cid-vdiOtX1dXx .dropdown-menu,
.cid-vdiOtX1dXx .navbar.opened {
  background-color: false !important;
}
.cid-vdiOtX1dXx .nav-item:focus,
.cid-vdiOtX1dXx .nav-link:focus {
  outline: none;
}
.cid-vdiOtX1dXx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdiOtX1dXx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdiOtX1dXx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdiOtX1dXx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdiOtX1dXx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdiOtX1dXx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdiOtX1dXx .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-vdiOtX1dXx .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-vdiOtX1dXx .navbar.opened {
  transition: all 0.3s;
}
.cid-vdiOtX1dXx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vdiOtX1dXx .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-vdiOtX1dXx .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vdiOtX1dXx .navbar.collapsed {
  justify-content: center;
}
.cid-vdiOtX1dXx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdiOtX1dXx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdiOtX1dXx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdiOtX1dXx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdiOtX1dXx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdiOtX1dXx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vdiOtX1dXx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdiOtX1dXx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vdiOtX1dXx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vdiOtX1dXx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdiOtX1dXx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdiOtX1dXx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vdiOtX1dXx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdiOtX1dXx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vdiOtX1dXx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdiOtX1dXx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vdiOtX1dXx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vdiOtX1dXx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vdiOtX1dXx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdiOtX1dXx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdiOtX1dXx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vdiOtX1dXx .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdiOtX1dXx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdiOtX1dXx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdiOtX1dXx .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-vdiOtX1dXx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdiOtX1dXx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdiOtX1dXx .dropdown-item.active,
.cid-vdiOtX1dXx .dropdown-item:active {
  background-color: transparent;
}
.cid-vdiOtX1dXx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdiOtX1dXx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdiOtX1dXx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdiOtX1dXx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdiOtX1dXx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #dcc5b2;
}
.cid-vdiOtX1dXx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdiOtX1dXx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7f5f0;
  background: #ffffff;
}
.cid-vdiOtX1dXx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-vdiOtX1dXx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdiOtX1dXx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdiOtX1dXx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdiOtX1dXx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdiOtX1dXx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdiOtX1dXx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdiOtX1dXx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdiOtX1dXx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdiOtX1dXx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vdiOtX1dXx .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-vdiOtX1dXx .navbar {
    height: 70px;
  }
  .cid-vdiOtX1dXx .navbar.opened {
    height: auto;
  }
  .cid-vdiOtX1dXx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdiOtX1dXx .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vdiOtX1dXx .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-vdiOtX1dXx .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-vdiOtX1dXx .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-vdiOtX1dXx .navbar-caption:hover {
  color: #dcc5b2;
}
@media (min-width: 992px) {
  .cid-vdiOtX1dXx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vdiOtX1dXx .nav-link {
  position: relative;
}
.cid-vdiOtX1dXx .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #dcc5b2;
  transition: all .3s ease;
  opacity: 0;
}
.cid-vdiOtX1dXx .nav-link:hover:before {
  opacity: 1;
}
.cid-vdiOtX1dXx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdiOtX1dXx .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vdiOtX1dXx .text_widget {
  color: #ffffff;
}
.cid-vdiOtX1dXx .mbr-section-subtitle,
.cid-vdiOtX1dXx .text_widget,
.cid-vdiOtX1dXx .mbr-section-btn {
  text-align: center;
}
.cid-vdiOtX1dXx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uvJgd9yWZu {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uvJgd9yWZu .mbr-text {
  color: #000000;
}
.cid-uvJgd9yWZu .mbr-section-subtitle {
  color: #000000;
}
.cid-uvJgd9yWZu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uvJ0Og2k8j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
}
.cid-uvJ0Og2k8j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJ0Og2k8j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJ0Og2k8j .col-12 {
  align-items: center;
  display: flex;
}
.cid-uvJ0Og2k8j img {
  width: 50px;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uvJ0Og2k8j img {
    margin: auto;
    padding-top: 1rem;
  }
}
.cid-uvJ0Og2k8j .copyright {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uvJ0Og2k8j .row {
    flex-direction: column-reverse !important;
  }
  .cid-uvJ0Og2k8j .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uvJ0Og2k8j .row-links {
  width: 100%;
}
.cid-uvJ0Og2k8j .row-links .row-links-soc {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uvJ0Og2k8j .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 992px) {
  .cid-uvJ0Og2k8j .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uvJ0Og2k8j .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvJ0Og2k8j .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-vdiOtX1dXx {
  z-index: 1000;
  width: 100%;
}
.cid-vdiOtX1dXx .navbar-dropdown {
  background-color: #f7f5f0 !important;
  padding: 0;
  position: fixed;
}
.cid-vdiOtX1dXx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7f5f0 !important;
  background: #f7f5f0;
}
.cid-vdiOtX1dXx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vdiOtX1dXx .menu_box .navbar.opened,
  .cid-vdiOtX1dXx .menu_box .navbar-collapse {
    background-color: #f7f5f0 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vdiOtX1dXx nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vdiOtX1dXx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vdiOtX1dXx .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vdiOtX1dXx .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vdiOtX1dXx .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vdiOtX1dXx .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vdiOtX1dXx .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vdiOtX1dXx .offcanvas-body .mbr-text,
  .cid-vdiOtX1dXx .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vdiOtX1dXx .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vdiOtX1dXx .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vdiOtX1dXx .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-vdiOtX1dXx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vdiOtX1dXx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vdiOtX1dXx .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vdiOtX1dXx .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vdiOtX1dXx ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vdiOtX1dXx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdiOtX1dXx .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-vdiOtX1dXx .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vdiOtX1dXx 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-vdiOtX1dXx .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vdiOtX1dXx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vdiOtX1dXx .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vdiOtX1dXx .nav-item {
    margin: 0 !important;
  }
}
.cid-vdiOtX1dXx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vdiOtX1dXx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vdiOtX1dXx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vdiOtX1dXx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vdiOtX1dXx .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-vdiOtX1dXx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vdiOtX1dXx .offcanvas_box {
    display: none;
  }
}
.cid-vdiOtX1dXx .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vdiOtX1dXx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vdiOtX1dXx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vdiOtX1dXx .container {
  display: flex;
  margin: auto;
}
.cid-vdiOtX1dXx .iconfont-wrapper {
  color: #dcc5b2;
  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-vdiOtX1dXx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vdiOtX1dXx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdiOtX1dXx .navbar-caption {
  color: #747474;
}
.cid-vdiOtX1dXx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vdiOtX1dXx .navbar-nav {
    margin: 0;
  }
}
.cid-vdiOtX1dXx .dropdown-menu,
.cid-vdiOtX1dXx .navbar.opened {
  background-color: false !important;
}
.cid-vdiOtX1dXx .nav-item:focus,
.cid-vdiOtX1dXx .nav-link:focus {
  outline: none;
}
.cid-vdiOtX1dXx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdiOtX1dXx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdiOtX1dXx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdiOtX1dXx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdiOtX1dXx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdiOtX1dXx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdiOtX1dXx .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-vdiOtX1dXx .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-vdiOtX1dXx .navbar.opened {
  transition: all 0.3s;
}
.cid-vdiOtX1dXx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vdiOtX1dXx .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-vdiOtX1dXx .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vdiOtX1dXx .navbar.collapsed {
  justify-content: center;
}
.cid-vdiOtX1dXx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdiOtX1dXx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdiOtX1dXx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdiOtX1dXx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdiOtX1dXx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdiOtX1dXx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vdiOtX1dXx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdiOtX1dXx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vdiOtX1dXx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vdiOtX1dXx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdiOtX1dXx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdiOtX1dXx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vdiOtX1dXx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdiOtX1dXx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vdiOtX1dXx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdiOtX1dXx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vdiOtX1dXx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vdiOtX1dXx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vdiOtX1dXx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdiOtX1dXx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdiOtX1dXx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vdiOtX1dXx .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdiOtX1dXx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdiOtX1dXx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdiOtX1dXx .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-vdiOtX1dXx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdiOtX1dXx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdiOtX1dXx .dropdown-item.active,
.cid-vdiOtX1dXx .dropdown-item:active {
  background-color: transparent;
}
.cid-vdiOtX1dXx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdiOtX1dXx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdiOtX1dXx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdiOtX1dXx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdiOtX1dXx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #dcc5b2;
}
.cid-vdiOtX1dXx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdiOtX1dXx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7f5f0;
  background: #ffffff;
}
.cid-vdiOtX1dXx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-vdiOtX1dXx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdiOtX1dXx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdiOtX1dXx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdiOtX1dXx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdiOtX1dXx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdiOtX1dXx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdiOtX1dXx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdiOtX1dXx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdiOtX1dXx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vdiOtX1dXx .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-vdiOtX1dXx .navbar {
    height: 70px;
  }
  .cid-vdiOtX1dXx .navbar.opened {
    height: auto;
  }
  .cid-vdiOtX1dXx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdiOtX1dXx .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vdiOtX1dXx .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-vdiOtX1dXx .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-vdiOtX1dXx .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-vdiOtX1dXx .navbar-caption:hover {
  color: #dcc5b2;
}
@media (min-width: 992px) {
  .cid-vdiOtX1dXx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vdiOtX1dXx .nav-link {
  position: relative;
}
.cid-vdiOtX1dXx .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #dcc5b2;
  transition: all .3s ease;
  opacity: 0;
}
.cid-vdiOtX1dXx .nav-link:hover:before {
  opacity: 1;
}
.cid-vdiOtX1dXx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdiOtX1dXx .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vdiOtX1dXx .text_widget {
  color: #ffffff;
}
.cid-vdiOtX1dXx .mbr-section-subtitle,
.cid-vdiOtX1dXx .text_widget,
.cid-vdiOtX1dXx .mbr-section-btn {
  text-align: center;
}
.cid-vdiOtX1dXx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vj3mVrX85T {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #f7f5f0;
}
.cid-vj3mVrX85T .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-vj3mVrX85T .mbr-section-title {
  color: #000000;
}
.cid-vj3mVrX85T .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-vj3mVrX85T .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-vj3mVrX85T .items-row {
    margin: 0 -15px;
  }
  .cid-vj3mVrX85T .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-vj3mVrX85T .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-vj3mVrX85T .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-vj3mVrX85T .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-vj3mVrX85T .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-vj3mVrX85T .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vj3mVrX85T .mbr-text {
  color: #747474;
  padding-top: 5px;
}
.cid-vj3mVrX85T .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-vj3mVrX85T .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-vj3mVrX85T .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vj3mVrX85T .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-vj3mVrX85T .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vj3mVrX85T .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-vj3mVrX85T .mbr-section-btn {
  margin-top: 20px;
}
.cid-vj3oe38fsY {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f7f5f0;
}
.cid-vj3oe38fsY .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-vj3oe38fsY .mbr-section-title {
  color: #000000;
}
.cid-vj3oe38fsY .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-vj3oe38fsY .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-vj3oe38fsY .items-row {
    margin: 0 -15px;
  }
  .cid-vj3oe38fsY .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-vj3oe38fsY .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-vj3oe38fsY .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-vj3oe38fsY .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-vj3oe38fsY .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-vj3oe38fsY .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vj3oe38fsY .mbr-text {
  color: #747474;
  padding-top: 5px;
}
.cid-vj3oe38fsY .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-vj3oe38fsY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-vj3oe38fsY .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vj3oe38fsY .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-vj3oe38fsY .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vj3oe38fsY .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-vj3oe38fsY .mbr-section-btn {
  margin-top: 20px;
}
.cid-vj3oH25kd7 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f7f5f0;
}
.cid-vj3oH25kd7 .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-vj3oH25kd7 .mbr-section-title {
  color: #000000;
}
.cid-vj3oH25kd7 .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-vj3oH25kd7 .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-vj3oH25kd7 .items-row {
    margin: 0 -15px;
  }
  .cid-vj3oH25kd7 .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-vj3oH25kd7 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-vj3oH25kd7 .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-vj3oH25kd7 .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-vj3oH25kd7 .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-vj3oH25kd7 .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vj3oH25kd7 .mbr-text {
  color: #747474;
  padding-top: 5px;
}
.cid-vj3oH25kd7 .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-vj3oH25kd7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-vj3oH25kd7 .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vj3oH25kd7 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-vj3oH25kd7 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vj3oH25kd7 .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-vj3oH25kd7 .mbr-section-btn {
  margin-top: 20px;
}
.cid-vj3oSN8OY7 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f7f5f0;
}
.cid-vj3oSN8OY7 .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-vj3oSN8OY7 .mbr-section-title {
  color: #000000;
}
.cid-vj3oSN8OY7 .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-vj3oSN8OY7 .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-vj3oSN8OY7 .items-row {
    margin: 0 -15px;
  }
  .cid-vj3oSN8OY7 .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-vj3oSN8OY7 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-vj3oSN8OY7 .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-vj3oSN8OY7 .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-vj3oSN8OY7 .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-vj3oSN8OY7 .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vj3oSN8OY7 .mbr-text {
  color: #747474;
  padding-top: 5px;
}
.cid-vj3oSN8OY7 .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-vj3oSN8OY7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-vj3oSN8OY7 .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vj3oSN8OY7 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-vj3oSN8OY7 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vj3oSN8OY7 .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-vj3oSN8OY7 .mbr-section-btn {
  margin-top: 20px;
}
.cid-vj3p3vjeap {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f7f5f0;
}
.cid-vj3p3vjeap .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-vj3p3vjeap .mbr-section-title {
  color: #000000;
}
.cid-vj3p3vjeap .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-vj3p3vjeap .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-vj3p3vjeap .items-row {
    margin: 0 -15px;
  }
  .cid-vj3p3vjeap .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-vj3p3vjeap .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-vj3p3vjeap .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-vj3p3vjeap .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-vj3p3vjeap .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-vj3p3vjeap .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vj3p3vjeap .mbr-text {
  color: #747474;
  padding-top: 5px;
}
.cid-vj3p3vjeap .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-vj3p3vjeap .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-vj3p3vjeap .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vj3p3vjeap .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-vj3p3vjeap .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vj3p3vjeap .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-vj3p3vjeap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vj3pdwojhS {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f7f5f0;
}
.cid-vj3pdwojhS .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-vj3pdwojhS .mbr-section-title {
  color: #000000;
}
.cid-vj3pdwojhS .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-vj3pdwojhS .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-vj3pdwojhS .items-row {
    margin: 0 -15px;
  }
  .cid-vj3pdwojhS .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-vj3pdwojhS .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-vj3pdwojhS .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-vj3pdwojhS .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-vj3pdwojhS .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-vj3pdwojhS .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vj3pdwojhS .mbr-text {
  color: #747474;
  padding-top: 5px;
}
.cid-vj3pdwojhS .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-vj3pdwojhS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-vj3pdwojhS .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vj3pdwojhS .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-vj3pdwojhS .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vj3pdwojhS .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-vj3pdwojhS .mbr-section-btn {
  margin-top: 20px;
}
.cid-vj3pqYqGIk {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f7f5f0;
}
.cid-vj3pqYqGIk .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-vj3pqYqGIk .mbr-section-title {
  color: #000000;
}
.cid-vj3pqYqGIk .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-vj3pqYqGIk .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-vj3pqYqGIk .items-row {
    margin: 0 -15px;
  }
  .cid-vj3pqYqGIk .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-vj3pqYqGIk .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-vj3pqYqGIk .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-vj3pqYqGIk .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-vj3pqYqGIk .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-vj3pqYqGIk .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vj3pqYqGIk .mbr-text {
  color: #747474;
  padding-top: 5px;
}
.cid-vj3pqYqGIk .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-vj3pqYqGIk .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-vj3pqYqGIk .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vj3pqYqGIk .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-vj3pqYqGIk .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vj3pqYqGIk .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-vj3pqYqGIk .mbr-section-btn {
  margin-top: 20px;
}
.cid-vj3pGgQl8v {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f7f5f0;
}
.cid-vj3pGgQl8v .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-vj3pGgQl8v .mbr-section-title {
  color: #000000;
}
.cid-vj3pGgQl8v .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-vj3pGgQl8v .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-vj3pGgQl8v .items-row {
    margin: 0 -15px;
  }
  .cid-vj3pGgQl8v .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-vj3pGgQl8v .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-vj3pGgQl8v .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-vj3pGgQl8v .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-vj3pGgQl8v .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-vj3pGgQl8v .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vj3pGgQl8v .mbr-text {
  color: #747474;
  padding-top: 5px;
}
.cid-vj3pGgQl8v .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-vj3pGgQl8v .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-vj3pGgQl8v .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vj3pGgQl8v .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-vj3pGgQl8v .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vj3pGgQl8v .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-vj3pGgQl8v .mbr-section-btn {
  margin-top: 20px;
}
.cid-vj3pQOYeIB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f7f5f0;
}
.cid-vj3pQOYeIB .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-vj3pQOYeIB .mbr-section-title {
  color: #000000;
}
.cid-vj3pQOYeIB .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-vj3pQOYeIB .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-vj3pQOYeIB .items-row {
    margin: 0 -15px;
  }
  .cid-vj3pQOYeIB .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-vj3pQOYeIB .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-vj3pQOYeIB .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-vj3pQOYeIB .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-vj3pQOYeIB .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-vj3pQOYeIB .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vj3pQOYeIB .mbr-text {
  color: #747474;
  padding-top: 5px;
}
.cid-vj3pQOYeIB .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-vj3pQOYeIB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-vj3pQOYeIB .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vj3pQOYeIB .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-vj3pQOYeIB .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vj3pQOYeIB .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-vj3pQOYeIB .mbr-section-btn {
  margin-top: 20px;
}
.cid-vj3qdyOMtO {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f7f5f0;
}
.cid-vj3qdyOMtO .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-vj3qdyOMtO .mbr-section-title {
  color: #000000;
}
.cid-vj3qdyOMtO .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-vj3qdyOMtO .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-vj3qdyOMtO .items-row {
    margin: 0 -15px;
  }
  .cid-vj3qdyOMtO .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-vj3qdyOMtO .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-vj3qdyOMtO .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-vj3qdyOMtO .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-vj3qdyOMtO .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-vj3qdyOMtO .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vj3qdyOMtO .mbr-text {
  color: #747474;
  padding-top: 5px;
}
.cid-vj3qdyOMtO .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-vj3qdyOMtO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-vj3qdyOMtO .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vj3qdyOMtO .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-vj3qdyOMtO .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vj3qdyOMtO .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-vj3qdyOMtO .mbr-section-btn {
  margin-top: 20px;
}
.cid-vj3qrXzJRR {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f7f5f0;
}
.cid-vj3qrXzJRR .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-vj3qrXzJRR .mbr-section-title {
  color: #000000;
}
.cid-vj3qrXzJRR .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-vj3qrXzJRR .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-vj3qrXzJRR .items-row {
    margin: 0 -15px;
  }
  .cid-vj3qrXzJRR .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-vj3qrXzJRR .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-vj3qrXzJRR .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-vj3qrXzJRR .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-vj3qrXzJRR .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-vj3qrXzJRR .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vj3qrXzJRR .mbr-text {
  color: #747474;
  padding-top: 5px;
}
.cid-vj3qrXzJRR .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-vj3qrXzJRR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-vj3qrXzJRR .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vj3qrXzJRR .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-vj3qrXzJRR .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vj3qrXzJRR .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-vj3qrXzJRR .mbr-section-btn {
  margin-top: 20px;
}
.cid-vj3qETxsKW {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f7f5f0;
}
.cid-vj3qETxsKW .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-vj3qETxsKW .mbr-section-title {
  color: #000000;
}
.cid-vj3qETxsKW .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-vj3qETxsKW .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-vj3qETxsKW .items-row {
    margin: 0 -15px;
  }
  .cid-vj3qETxsKW .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-vj3qETxsKW .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-vj3qETxsKW .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-vj3qETxsKW .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-vj3qETxsKW .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-vj3qETxsKW .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vj3qETxsKW .mbr-text {
  color: #747474;
  padding-top: 5px;
}
.cid-vj3qETxsKW .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-vj3qETxsKW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-vj3qETxsKW .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vj3qETxsKW .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-vj3qETxsKW .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vj3qETxsKW .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-vj3qETxsKW .mbr-section-btn {
  margin-top: 20px;
}
.cid-vj3qUyA0yK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f5f0;
}
.cid-vj3qUyA0yK .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-vj3qUyA0yK .mbr-section-title {
  color: #000000;
}
.cid-vj3qUyA0yK .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-vj3qUyA0yK .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-vj3qUyA0yK .items-row {
    margin: 0 -15px;
  }
  .cid-vj3qUyA0yK .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-vj3qUyA0yK .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-vj3qUyA0yK .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-vj3qUyA0yK .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-vj3qUyA0yK .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-vj3qUyA0yK .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vj3qUyA0yK .mbr-text {
  color: #747474;
  padding-top: 5px;
}
.cid-vj3qUyA0yK .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-vj3qUyA0yK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-vj3qUyA0yK .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vj3qUyA0yK .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-vj3qUyA0yK .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vj3qUyA0yK .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-vj3qUyA0yK .mbr-section-btn {
  margin-top: 20px;
}
.cid-vj3rsYRJd0 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f5f0;
}
.cid-vj3rsYRJd0 .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-vj3rsYRJd0 .mbr-section-title {
  color: #000000;
}
.cid-vj3rsYRJd0 .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-vj3rsYRJd0 .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-vj3rsYRJd0 .items-row {
    margin: 0 -15px;
  }
  .cid-vj3rsYRJd0 .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-vj3rsYRJd0 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-vj3rsYRJd0 .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-vj3rsYRJd0 .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-vj3rsYRJd0 .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-vj3rsYRJd0 .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vj3rsYRJd0 .mbr-text {
  color: #747474;
  padding-top: 5px;
}
.cid-vj3rsYRJd0 .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-vj3rsYRJd0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-vj3rsYRJd0 .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vj3rsYRJd0 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-vj3rsYRJd0 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vj3rsYRJd0 .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-vj3rsYRJd0 .mbr-section-btn {
  margin-top: 20px;
}
.cid-vj3rKBaypI {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f5f0;
}
.cid-vj3rKBaypI .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-vj3rKBaypI .mbr-section-title {
  color: #000000;
}
.cid-vj3rKBaypI .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-vj3rKBaypI .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-vj3rKBaypI .items-row {
    margin: 0 -15px;
  }
  .cid-vj3rKBaypI .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-vj3rKBaypI .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-vj3rKBaypI .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-vj3rKBaypI .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-vj3rKBaypI .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-vj3rKBaypI .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vj3rKBaypI .mbr-text {
  color: #747474;
  padding-top: 5px;
}
.cid-vj3rKBaypI .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-vj3rKBaypI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-vj3rKBaypI .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vj3rKBaypI .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-vj3rKBaypI .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vj3rKBaypI .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-vj3rKBaypI .mbr-section-btn {
  margin-top: 20px;
}
.cid-vj3rVAWmJl {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-vj3rVAWmJl .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-vj3rVAWmJl .mbr-section-title {
  color: #000000;
}
.cid-vj3rVAWmJl .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-vj3rVAWmJl .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-vj3rVAWmJl .items-row {
    margin: 0 -15px;
  }
  .cid-vj3rVAWmJl .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-vj3rVAWmJl .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-vj3rVAWmJl .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-vj3rVAWmJl .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-vj3rVAWmJl .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-vj3rVAWmJl .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vj3rVAWmJl .mbr-text {
  color: #747474;
  padding-top: 5px;
}
.cid-vj3rVAWmJl .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-vj3rVAWmJl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-vj3rVAWmJl .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vj3rVAWmJl .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-vj3rVAWmJl .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vj3rVAWmJl .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-vj3rVAWmJl .mbr-section-btn {
  margin-top: 20px;
}
.cid-veOBaFA5XS {
  padding-top: 6rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f5f0;
}
.cid-veOBaFA5XS .mbr-fallback-image.disabled {
  display: none;
}
.cid-veOBaFA5XS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veOBaFA5XS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-veOBaFA5XS .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-veOBaFA5XS .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-veOBaFA5XS .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-veOBaFA5XS .container {
    padding: 0 12px;
  }
}
.cid-veOBaFA5XS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-veOBaFA5XS .content-wrapper {
    padding: 0 24px;
  }
}
.cid-veOBaFA5XS .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-veOBaFA5XS .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-veOBaFA5XS .mbr-section-title {
  color: #1D1D1F;
}
.cid-veOBaFA5XS .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-veOBaFA5XS .mbr-section-title,
.cid-veOBaFA5XS .mbr-section-btn {
  text-align: center;
}
.cid-uvJ0Og2k8j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
}
.cid-uvJ0Og2k8j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJ0Og2k8j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJ0Og2k8j .col-12 {
  align-items: center;
  display: flex;
}
.cid-uvJ0Og2k8j img {
  width: 50px;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uvJ0Og2k8j img {
    margin: auto;
    padding-top: 1rem;
  }
}
.cid-uvJ0Og2k8j .copyright {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uvJ0Og2k8j .row {
    flex-direction: column-reverse !important;
  }
  .cid-uvJ0Og2k8j .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uvJ0Og2k8j .row-links {
  width: 100%;
}
.cid-uvJ0Og2k8j .row-links .row-links-soc {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uvJ0Og2k8j .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 992px) {
  .cid-uvJ0Og2k8j .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uvJ0Og2k8j .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvJ0Og2k8j .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-vgHf3RE341 {
  z-index: 1000;
  width: 100%;
}
.cid-vgHf3RE341 .navbar-dropdown {
  background-color: #f7f5f0 !important;
  padding: 0;
  position: fixed;
}
.cid-vgHf3RE341 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7f5f0 !important;
  background: #f7f5f0;
}
.cid-vgHf3RE341 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vgHf3RE341 .menu_box .navbar.opened,
  .cid-vgHf3RE341 .menu_box .navbar-collapse {
    background-color: #f7f5f0 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vgHf3RE341 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vgHf3RE341 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vgHf3RE341 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vgHf3RE341 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vgHf3RE341 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vgHf3RE341 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vgHf3RE341 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vgHf3RE341 .offcanvas-body .mbr-text,
  .cid-vgHf3RE341 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vgHf3RE341 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vgHf3RE341 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vgHf3RE341 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-vgHf3RE341 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vgHf3RE341 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vgHf3RE341 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vgHf3RE341 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vgHf3RE341 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vgHf3RE341 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vgHf3RE341 .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-vgHf3RE341 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vgHf3RE341 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-vgHf3RE341 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vgHf3RE341 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vgHf3RE341 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vgHf3RE341 .nav-item {
    margin: 0 !important;
  }
}
.cid-vgHf3RE341 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vgHf3RE341 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vgHf3RE341 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vgHf3RE341 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vgHf3RE341 .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-vgHf3RE341 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vgHf3RE341 .offcanvas_box {
    display: none;
  }
}
.cid-vgHf3RE341 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vgHf3RE341 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vgHf3RE341 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vgHf3RE341 .container {
  display: flex;
  margin: auto;
}
.cid-vgHf3RE341 .iconfont-wrapper {
  color: #dcc5b2;
  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-vgHf3RE341 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vgHf3RE341 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgHf3RE341 .navbar-caption {
  color: #747474;
}
.cid-vgHf3RE341 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vgHf3RE341 .navbar-nav {
    margin: 0;
  }
}
.cid-vgHf3RE341 .dropdown-menu,
.cid-vgHf3RE341 .navbar.opened {
  background-color: false !important;
}
.cid-vgHf3RE341 .nav-item:focus,
.cid-vgHf3RE341 .nav-link:focus {
  outline: none;
}
.cid-vgHf3RE341 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgHf3RE341 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgHf3RE341 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgHf3RE341 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgHf3RE341 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgHf3RE341 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgHf3RE341 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-vgHf3RE341 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-vgHf3RE341 .navbar.opened {
  transition: all 0.3s;
}
.cid-vgHf3RE341 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vgHf3RE341 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-vgHf3RE341 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vgHf3RE341 .navbar.collapsed {
  justify-content: center;
}
.cid-vgHf3RE341 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgHf3RE341 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgHf3RE341 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgHf3RE341 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgHf3RE341 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgHf3RE341 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vgHf3RE341 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vgHf3RE341 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vgHf3RE341 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vgHf3RE341 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgHf3RE341 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgHf3RE341 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vgHf3RE341 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgHf3RE341 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vgHf3RE341 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgHf3RE341 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vgHf3RE341 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vgHf3RE341 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vgHf3RE341 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgHf3RE341 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgHf3RE341 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vgHf3RE341 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgHf3RE341 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vgHf3RE341 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgHf3RE341 .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-vgHf3RE341 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgHf3RE341 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgHf3RE341 .dropdown-item.active,
.cid-vgHf3RE341 .dropdown-item:active {
  background-color: transparent;
}
.cid-vgHf3RE341 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgHf3RE341 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgHf3RE341 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgHf3RE341 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgHf3RE341 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #dcc5b2;
}
.cid-vgHf3RE341 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgHf3RE341 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7f5f0;
  background: #ffffff;
}
.cid-vgHf3RE341 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-vgHf3RE341 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgHf3RE341 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgHf3RE341 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgHf3RE341 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgHf3RE341 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgHf3RE341 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgHf3RE341 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgHf3RE341 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgHf3RE341 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vgHf3RE341 .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-vgHf3RE341 .navbar {
    height: 70px;
  }
  .cid-vgHf3RE341 .navbar.opened {
    height: auto;
  }
  .cid-vgHf3RE341 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgHf3RE341 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vgHf3RE341 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-vgHf3RE341 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-vgHf3RE341 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-vgHf3RE341 .navbar-caption:hover {
  color: #dcc5b2;
}
@media (min-width: 992px) {
  .cid-vgHf3RE341 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vgHf3RE341 .nav-link {
  position: relative;
}
.cid-vgHf3RE341 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #dcc5b2;
  transition: all .3s ease;
  opacity: 0;
}
.cid-vgHf3RE341 .nav-link:hover:before {
  opacity: 1;
}
.cid-vgHf3RE341 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vgHf3RE341 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vgHf3RE341 .text_widget {
  color: #ffffff;
}
.cid-vgHf3RE341 .mbr-section-subtitle,
.cid-vgHf3RE341 .text_widget,
.cid-vgHf3RE341 .mbr-section-btn {
  text-align: center;
}
.cid-vgHf3RE341 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vgHf3SfaRZ {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHf3SfaRZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHf3SfaRZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHf3SfaRZ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHf3SfaRZ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHf3SfaRZ .container {
    padding: 0 25px;
  }
}
.cid-vgHf3SfaRZ .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHf3SfaRZ .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHf3SfaRZ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHf3SfaRZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHf3SfaRZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHf3SfaRZ .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHf3SfaRZ .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHf3SfaRZ .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHf3SfaRZ .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHf3SfaRZ .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHf3SfaRZ .embla__button--next,
.cid-vgHf3SfaRZ .embla__button--prev {
  display: flex;
}
.cid-vgHf3SfaRZ .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHf3SfaRZ .embla__button {
    display: none;
  }
}
.cid-vgHf3SfaRZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHf3SfaRZ .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHf3SfaRZ .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHf3SfaRZ .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHf3SfaRZ .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHf3SfaRZ .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHf3SfaRZ .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHf3SfaRZ .embla {
  position: relative;
  width: 100%;
}
.cid-vgHf3SfaRZ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHf3SfaRZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHf3SfaRZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHf3SfaRZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHf3SfaRZ .mbr-section-title {
  color: #E33030;
}
.cid-vgHf3SfaRZ .mbr-section-title,
.cid-vgHf3SfaRZ .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHf3SN8EU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHf3SN8EU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHf3SN8EU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHf3SN8EU .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHf3SN8EU .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHf3SN8EU .container {
    padding: 0 25px;
  }
}
.cid-vgHf3SN8EU .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHf3SN8EU .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHf3SN8EU .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHf3SN8EU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHf3SN8EU .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHf3SN8EU .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHf3SN8EU .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHf3SN8EU .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHf3SN8EU .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHf3SN8EU .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHf3SN8EU .embla__button--next,
.cid-vgHf3SN8EU .embla__button--prev {
  display: flex;
}
.cid-vgHf3SN8EU .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHf3SN8EU .embla__button {
    display: none;
  }
}
.cid-vgHf3SN8EU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHf3SN8EU .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHf3SN8EU .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHf3SN8EU .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHf3SN8EU .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHf3SN8EU .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHf3SN8EU .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHf3SN8EU .embla {
  position: relative;
  width: 100%;
}
.cid-vgHf3SN8EU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHf3SN8EU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHf3SN8EU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHf3SN8EU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHf3SN8EU .mbr-section-title {
  color: #E33030;
}
.cid-vgHf3SN8EU .mbr-section-title,
.cid-vgHf3SN8EU .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHf3Tn0wX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHf3Tn0wX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHf3Tn0wX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHf3Tn0wX .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHf3Tn0wX .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHf3Tn0wX .container {
    padding: 0 25px;
  }
}
.cid-vgHf3Tn0wX .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHf3Tn0wX .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHf3Tn0wX .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHf3Tn0wX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHf3Tn0wX .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHf3Tn0wX .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHf3Tn0wX .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHf3Tn0wX .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHf3Tn0wX .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHf3Tn0wX .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHf3Tn0wX .embla__button--next,
.cid-vgHf3Tn0wX .embla__button--prev {
  display: flex;
}
.cid-vgHf3Tn0wX .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHf3Tn0wX .embla__button {
    display: none;
  }
}
.cid-vgHf3Tn0wX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHf3Tn0wX .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHf3Tn0wX .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHf3Tn0wX .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHf3Tn0wX .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHf3Tn0wX .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHf3Tn0wX .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHf3Tn0wX .embla {
  position: relative;
  width: 100%;
}
.cid-vgHf3Tn0wX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHf3Tn0wX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHf3Tn0wX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHf3Tn0wX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHf3Tn0wX .mbr-section-title {
  color: #E33030;
}
.cid-vgHf3Tn0wX .mbr-section-title,
.cid-vgHf3Tn0wX .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHf3TVqXy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHf3TVqXy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHf3TVqXy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHf3TVqXy .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHf3TVqXy .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHf3TVqXy .container {
    padding: 0 25px;
  }
}
.cid-vgHf3TVqXy .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHf3TVqXy .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHf3TVqXy .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHf3TVqXy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHf3TVqXy .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHf3TVqXy .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHf3TVqXy .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHf3TVqXy .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHf3TVqXy .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHf3TVqXy .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHf3TVqXy .embla__button--next,
.cid-vgHf3TVqXy .embla__button--prev {
  display: flex;
}
.cid-vgHf3TVqXy .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHf3TVqXy .embla__button {
    display: none;
  }
}
.cid-vgHf3TVqXy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHf3TVqXy .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHf3TVqXy .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHf3TVqXy .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHf3TVqXy .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHf3TVqXy .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHf3TVqXy .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHf3TVqXy .embla {
  position: relative;
  width: 100%;
}
.cid-vgHf3TVqXy .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHf3TVqXy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHf3TVqXy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHf3TVqXy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHf3TVqXy .mbr-section-title {
  color: #E33030;
}
.cid-vgHf3TVqXy .mbr-section-title,
.cid-vgHf3TVqXy .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHf3Uwpjz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHf3Uwpjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHf3Uwpjz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHf3Uwpjz .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHf3Uwpjz .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHf3Uwpjz .container {
    padding: 0 25px;
  }
}
.cid-vgHf3Uwpjz .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHf3Uwpjz .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHf3Uwpjz .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHf3Uwpjz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHf3Uwpjz .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHf3Uwpjz .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHf3Uwpjz .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHf3Uwpjz .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHf3Uwpjz .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHf3Uwpjz .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHf3Uwpjz .embla__button--next,
.cid-vgHf3Uwpjz .embla__button--prev {
  display: flex;
}
.cid-vgHf3Uwpjz .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHf3Uwpjz .embla__button {
    display: none;
  }
}
.cid-vgHf3Uwpjz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHf3Uwpjz .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHf3Uwpjz .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHf3Uwpjz .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHf3Uwpjz .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHf3Uwpjz .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHf3Uwpjz .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHf3Uwpjz .embla {
  position: relative;
  width: 100%;
}
.cid-vgHf3Uwpjz .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHf3Uwpjz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHf3Uwpjz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHf3Uwpjz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHf3Uwpjz .mbr-section-title {
  color: #E33030;
}
.cid-vgHf3Uwpjz .mbr-section-title,
.cid-vgHf3Uwpjz .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHf3V6X48 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHf3V6X48 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHf3V6X48 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHf3V6X48 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHf3V6X48 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHf3V6X48 .container {
    padding: 0 25px;
  }
}
.cid-vgHf3V6X48 .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHf3V6X48 .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHf3V6X48 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHf3V6X48 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHf3V6X48 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHf3V6X48 .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHf3V6X48 .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHf3V6X48 .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHf3V6X48 .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHf3V6X48 .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHf3V6X48 .embla__button--next,
.cid-vgHf3V6X48 .embla__button--prev {
  display: flex;
}
.cid-vgHf3V6X48 .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHf3V6X48 .embla__button {
    display: none;
  }
}
.cid-vgHf3V6X48 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHf3V6X48 .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHf3V6X48 .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHf3V6X48 .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHf3V6X48 .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHf3V6X48 .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHf3V6X48 .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHf3V6X48 .embla {
  position: relative;
  width: 100%;
}
.cid-vgHf3V6X48 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHf3V6X48 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHf3V6X48 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHf3V6X48 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHf3V6X48 .mbr-section-title {
  color: #E33030;
}
.cid-vgHf3V6X48 .mbr-section-title,
.cid-vgHf3V6X48 .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHf3VICnd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHf3VICnd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHf3VICnd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHf3VICnd .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHf3VICnd .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHf3VICnd .container {
    padding: 0 25px;
  }
}
.cid-vgHf3VICnd .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHf3VICnd .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHf3VICnd .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHf3VICnd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHf3VICnd .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHf3VICnd .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHf3VICnd .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHf3VICnd .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHf3VICnd .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHf3VICnd .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHf3VICnd .embla__button--next,
.cid-vgHf3VICnd .embla__button--prev {
  display: flex;
}
.cid-vgHf3VICnd .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHf3VICnd .embla__button {
    display: none;
  }
}
.cid-vgHf3VICnd .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHf3VICnd .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHf3VICnd .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHf3VICnd .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHf3VICnd .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHf3VICnd .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHf3VICnd .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHf3VICnd .embla {
  position: relative;
  width: 100%;
}
.cid-vgHf3VICnd .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHf3VICnd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHf3VICnd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHf3VICnd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHf3VICnd .mbr-section-title {
  color: #E33030;
}
.cid-vgHf3VICnd .mbr-section-title,
.cid-vgHf3VICnd .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHf3Wsl6V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHf3Wsl6V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHf3Wsl6V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHf3Wsl6V .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHf3Wsl6V .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHf3Wsl6V .container {
    padding: 0 25px;
  }
}
.cid-vgHf3Wsl6V .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHf3Wsl6V .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHf3Wsl6V .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHf3Wsl6V .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHf3Wsl6V .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHf3Wsl6V .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHf3Wsl6V .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHf3Wsl6V .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHf3Wsl6V .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHf3Wsl6V .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHf3Wsl6V .embla__button--next,
.cid-vgHf3Wsl6V .embla__button--prev {
  display: flex;
}
.cid-vgHf3Wsl6V .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHf3Wsl6V .embla__button {
    display: none;
  }
}
.cid-vgHf3Wsl6V .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHf3Wsl6V .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHf3Wsl6V .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHf3Wsl6V .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHf3Wsl6V .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHf3Wsl6V .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHf3Wsl6V .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHf3Wsl6V .embla {
  position: relative;
  width: 100%;
}
.cid-vgHf3Wsl6V .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHf3Wsl6V .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHf3Wsl6V .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHf3Wsl6V .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHf3Wsl6V .mbr-section-title {
  color: #E33030;
}
.cid-vgHf3Wsl6V .mbr-section-title,
.cid-vgHf3Wsl6V .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHf3X6cOw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHf3X6cOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHf3X6cOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHf3X6cOw .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHf3X6cOw .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHf3X6cOw .container {
    padding: 0 25px;
  }
}
.cid-vgHf3X6cOw .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHf3X6cOw .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHf3X6cOw .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHf3X6cOw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHf3X6cOw .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHf3X6cOw .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHf3X6cOw .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHf3X6cOw .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHf3X6cOw .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHf3X6cOw .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHf3X6cOw .embla__button--next,
.cid-vgHf3X6cOw .embla__button--prev {
  display: flex;
}
.cid-vgHf3X6cOw .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHf3X6cOw .embla__button {
    display: none;
  }
}
.cid-vgHf3X6cOw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHf3X6cOw .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHf3X6cOw .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHf3X6cOw .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHf3X6cOw .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHf3X6cOw .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHf3X6cOw .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHf3X6cOw .embla {
  position: relative;
  width: 100%;
}
.cid-vgHf3X6cOw .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHf3X6cOw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHf3X6cOw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHf3X6cOw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHf3X6cOw .mbr-section-title {
  color: #E33030;
}
.cid-vgHf3X6cOw .mbr-section-title,
.cid-vgHf3X6cOw .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHf3XLagD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHf3XLagD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHf3XLagD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHf3XLagD .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHf3XLagD .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHf3XLagD .container {
    padding: 0 25px;
  }
}
.cid-vgHf3XLagD .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHf3XLagD .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHf3XLagD .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHf3XLagD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHf3XLagD .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHf3XLagD .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHf3XLagD .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHf3XLagD .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHf3XLagD .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHf3XLagD .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHf3XLagD .embla__button--next,
.cid-vgHf3XLagD .embla__button--prev {
  display: flex;
}
.cid-vgHf3XLagD .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHf3XLagD .embla__button {
    display: none;
  }
}
.cid-vgHf3XLagD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHf3XLagD .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHf3XLagD .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHf3XLagD .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHf3XLagD .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHf3XLagD .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHf3XLagD .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHf3XLagD .embla {
  position: relative;
  width: 100%;
}
.cid-vgHf3XLagD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHf3XLagD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHf3XLagD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHf3XLagD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHf3XLagD .mbr-section-title {
  color: #E33030;
}
.cid-vgHf3XLagD .mbr-section-title,
.cid-vgHf3XLagD .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHf3Yw5wQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHf3Yw5wQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHf3Yw5wQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHf3Yw5wQ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHf3Yw5wQ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHf3Yw5wQ .container {
    padding: 0 25px;
  }
}
.cid-vgHf3Yw5wQ .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHf3Yw5wQ .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHf3Yw5wQ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHf3Yw5wQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHf3Yw5wQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHf3Yw5wQ .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHf3Yw5wQ .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHf3Yw5wQ .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHf3Yw5wQ .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHf3Yw5wQ .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHf3Yw5wQ .embla__button--next,
.cid-vgHf3Yw5wQ .embla__button--prev {
  display: flex;
}
.cid-vgHf3Yw5wQ .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHf3Yw5wQ .embla__button {
    display: none;
  }
}
.cid-vgHf3Yw5wQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHf3Yw5wQ .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHf3Yw5wQ .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHf3Yw5wQ .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHf3Yw5wQ .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHf3Yw5wQ .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHf3Yw5wQ .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHf3Yw5wQ .embla {
  position: relative;
  width: 100%;
}
.cid-vgHf3Yw5wQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHf3Yw5wQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHf3Yw5wQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHf3Yw5wQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHf3Yw5wQ .mbr-section-title {
  color: #E33030;
}
.cid-vgHf3Yw5wQ .mbr-section-title,
.cid-vgHf3Yw5wQ .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHf3ZcfUT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHf3ZcfUT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHf3ZcfUT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHf3ZcfUT .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHf3ZcfUT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHf3ZcfUT .container {
    padding: 0 25px;
  }
}
.cid-vgHf3ZcfUT .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHf3ZcfUT .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHf3ZcfUT .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHf3ZcfUT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHf3ZcfUT .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHf3ZcfUT .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHf3ZcfUT .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHf3ZcfUT .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHf3ZcfUT .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHf3ZcfUT .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHf3ZcfUT .embla__button--next,
.cid-vgHf3ZcfUT .embla__button--prev {
  display: flex;
}
.cid-vgHf3ZcfUT .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHf3ZcfUT .embla__button {
    display: none;
  }
}
.cid-vgHf3ZcfUT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHf3ZcfUT .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHf3ZcfUT .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHf3ZcfUT .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHf3ZcfUT .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHf3ZcfUT .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHf3ZcfUT .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHf3ZcfUT .embla {
  position: relative;
  width: 100%;
}
.cid-vgHf3ZcfUT .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHf3ZcfUT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHf3ZcfUT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHf3ZcfUT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHf3ZcfUT .mbr-section-title {
  color: #E33030;
}
.cid-vgHf3ZcfUT .mbr-section-title,
.cid-vgHf3ZcfUT .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHf3ZUn3l {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHf3ZUn3l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHf3ZUn3l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHf3ZUn3l .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHf3ZUn3l .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHf3ZUn3l .container {
    padding: 0 25px;
  }
}
.cid-vgHf3ZUn3l .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHf3ZUn3l .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHf3ZUn3l .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHf3ZUn3l .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHf3ZUn3l .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHf3ZUn3l .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHf3ZUn3l .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHf3ZUn3l .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHf3ZUn3l .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHf3ZUn3l .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHf3ZUn3l .embla__button--next,
.cid-vgHf3ZUn3l .embla__button--prev {
  display: flex;
}
.cid-vgHf3ZUn3l .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHf3ZUn3l .embla__button {
    display: none;
  }
}
.cid-vgHf3ZUn3l .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHf3ZUn3l .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHf3ZUn3l .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHf3ZUn3l .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHf3ZUn3l .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHf3ZUn3l .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHf3ZUn3l .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHf3ZUn3l .embla {
  position: relative;
  width: 100%;
}
.cid-vgHf3ZUn3l .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHf3ZUn3l .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHf3ZUn3l .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHf3ZUn3l .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHf3ZUn3l .mbr-section-title {
  color: #E33030;
}
.cid-vgHf3ZUn3l .mbr-section-title,
.cid-vgHf3ZUn3l .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHf40DuCy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHf40DuCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHf40DuCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHf40DuCy .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHf40DuCy .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHf40DuCy .container {
    padding: 0 25px;
  }
}
.cid-vgHf40DuCy .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHf40DuCy .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHf40DuCy .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHf40DuCy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHf40DuCy .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHf40DuCy .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHf40DuCy .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHf40DuCy .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHf40DuCy .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHf40DuCy .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHf40DuCy .embla__button--next,
.cid-vgHf40DuCy .embla__button--prev {
  display: flex;
}
.cid-vgHf40DuCy .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHf40DuCy .embla__button {
    display: none;
  }
}
.cid-vgHf40DuCy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHf40DuCy .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHf40DuCy .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHf40DuCy .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHf40DuCy .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHf40DuCy .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHf40DuCy .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHf40DuCy .embla {
  position: relative;
  width: 100%;
}
.cid-vgHf40DuCy .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHf40DuCy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHf40DuCy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHf40DuCy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHf40DuCy .mbr-section-title {
  color: #E33030;
}
.cid-vgHf40DuCy .mbr-section-title,
.cid-vgHf40DuCy .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHf41nNZo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHf41nNZo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHf41nNZo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHf41nNZo .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHf41nNZo .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHf41nNZo .container {
    padding: 0 25px;
  }
}
.cid-vgHf41nNZo .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHf41nNZo .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHf41nNZo .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHf41nNZo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHf41nNZo .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHf41nNZo .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHf41nNZo .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHf41nNZo .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHf41nNZo .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHf41nNZo .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHf41nNZo .embla__button--next,
.cid-vgHf41nNZo .embla__button--prev {
  display: flex;
}
.cid-vgHf41nNZo .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHf41nNZo .embla__button {
    display: none;
  }
}
.cid-vgHf41nNZo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHf41nNZo .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHf41nNZo .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHf41nNZo .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHf41nNZo .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHf41nNZo .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHf41nNZo .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHf41nNZo .embla {
  position: relative;
  width: 100%;
}
.cid-vgHf41nNZo .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHf41nNZo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHf41nNZo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHf41nNZo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHf41nNZo .mbr-section-title {
  color: #E33030;
}
.cid-vgHf41nNZo .mbr-section-title,
.cid-vgHf41nNZo .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHf42aOIU {
  padding-top: 6rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f5f0;
}
.cid-vgHf42aOIU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHf42aOIU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHf42aOIU .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHf42aOIU .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vgHf42aOIU .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-vgHf42aOIU .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vgHf42aOIU .container {
    padding: 0 12px;
  }
}
.cid-vgHf42aOIU .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgHf42aOIU .content-wrapper {
    padding: 0 24px;
  }
}
.cid-vgHf42aOIU .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vgHf42aOIU .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-vgHf42aOIU .mbr-section-title {
  color: #1D1D1F;
}
.cid-vgHf42aOIU .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-vgHf42aOIU .mbr-section-title,
.cid-vgHf42aOIU .mbr-section-btn {
  text-align: center;
}
.cid-vgHf42R4ji {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
}
.cid-vgHf42R4ji .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHf42R4ji .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHf42R4ji .col-12 {
  align-items: center;
  display: flex;
}
.cid-vgHf42R4ji img {
  width: 50px;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-vgHf42R4ji img {
    margin: auto;
    padding-top: 1rem;
  }
}
.cid-vgHf42R4ji .copyright {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vgHf42R4ji .row {
    flex-direction: column-reverse !important;
  }
  .cid-vgHf42R4ji .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-vgHf42R4ji .row-links {
  width: 100%;
}
.cid-vgHf42R4ji .row-links .row-links-soc {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vgHf42R4ji .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 992px) {
  .cid-vgHf42R4ji .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-vgHf42R4ji .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vgHf42R4ji .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-vgHfjno3gg {
  z-index: 1000;
  width: 100%;
}
.cid-vgHfjno3gg .navbar-dropdown {
  background-color: #f7f5f0 !important;
  padding: 0;
  position: fixed;
}
.cid-vgHfjno3gg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7f5f0 !important;
  background: #f7f5f0;
}
.cid-vgHfjno3gg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vgHfjno3gg .menu_box .navbar.opened,
  .cid-vgHfjno3gg .menu_box .navbar-collapse {
    background-color: #f7f5f0 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vgHfjno3gg nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vgHfjno3gg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vgHfjno3gg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vgHfjno3gg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vgHfjno3gg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vgHfjno3gg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vgHfjno3gg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vgHfjno3gg .offcanvas-body .mbr-text,
  .cid-vgHfjno3gg .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vgHfjno3gg .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vgHfjno3gg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vgHfjno3gg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-vgHfjno3gg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vgHfjno3gg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vgHfjno3gg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vgHfjno3gg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vgHfjno3gg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vgHfjno3gg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vgHfjno3gg .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-vgHfjno3gg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vgHfjno3gg 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-vgHfjno3gg .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vgHfjno3gg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vgHfjno3gg .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vgHfjno3gg .nav-item {
    margin: 0 !important;
  }
}
.cid-vgHfjno3gg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vgHfjno3gg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vgHfjno3gg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vgHfjno3gg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vgHfjno3gg .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-vgHfjno3gg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vgHfjno3gg .offcanvas_box {
    display: none;
  }
}
.cid-vgHfjno3gg .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vgHfjno3gg .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vgHfjno3gg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vgHfjno3gg .container {
  display: flex;
  margin: auto;
}
.cid-vgHfjno3gg .iconfont-wrapper {
  color: #dcc5b2;
  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-vgHfjno3gg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vgHfjno3gg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgHfjno3gg .navbar-caption {
  color: #747474;
}
.cid-vgHfjno3gg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vgHfjno3gg .navbar-nav {
    margin: 0;
  }
}
.cid-vgHfjno3gg .dropdown-menu,
.cid-vgHfjno3gg .navbar.opened {
  background-color: false !important;
}
.cid-vgHfjno3gg .nav-item:focus,
.cid-vgHfjno3gg .nav-link:focus {
  outline: none;
}
.cid-vgHfjno3gg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgHfjno3gg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgHfjno3gg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgHfjno3gg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgHfjno3gg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgHfjno3gg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgHfjno3gg .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-vgHfjno3gg .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-vgHfjno3gg .navbar.opened {
  transition: all 0.3s;
}
.cid-vgHfjno3gg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vgHfjno3gg .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-vgHfjno3gg .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vgHfjno3gg .navbar.collapsed {
  justify-content: center;
}
.cid-vgHfjno3gg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgHfjno3gg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgHfjno3gg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgHfjno3gg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgHfjno3gg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgHfjno3gg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vgHfjno3gg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vgHfjno3gg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vgHfjno3gg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vgHfjno3gg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgHfjno3gg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgHfjno3gg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vgHfjno3gg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgHfjno3gg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vgHfjno3gg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgHfjno3gg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vgHfjno3gg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vgHfjno3gg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vgHfjno3gg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgHfjno3gg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgHfjno3gg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vgHfjno3gg .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgHfjno3gg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vgHfjno3gg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgHfjno3gg .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-vgHfjno3gg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgHfjno3gg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgHfjno3gg .dropdown-item.active,
.cid-vgHfjno3gg .dropdown-item:active {
  background-color: transparent;
}
.cid-vgHfjno3gg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgHfjno3gg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgHfjno3gg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgHfjno3gg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgHfjno3gg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #dcc5b2;
}
.cid-vgHfjno3gg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgHfjno3gg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7f5f0;
  background: #ffffff;
}
.cid-vgHfjno3gg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-vgHfjno3gg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgHfjno3gg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgHfjno3gg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgHfjno3gg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgHfjno3gg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgHfjno3gg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgHfjno3gg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgHfjno3gg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgHfjno3gg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vgHfjno3gg .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-vgHfjno3gg .navbar {
    height: 70px;
  }
  .cid-vgHfjno3gg .navbar.opened {
    height: auto;
  }
  .cid-vgHfjno3gg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgHfjno3gg .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vgHfjno3gg .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-vgHfjno3gg .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-vgHfjno3gg .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-vgHfjno3gg .navbar-caption:hover {
  color: #dcc5b2;
}
@media (min-width: 992px) {
  .cid-vgHfjno3gg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vgHfjno3gg .nav-link {
  position: relative;
}
.cid-vgHfjno3gg .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #dcc5b2;
  transition: all .3s ease;
  opacity: 0;
}
.cid-vgHfjno3gg .nav-link:hover:before {
  opacity: 1;
}
.cid-vgHfjno3gg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vgHfjno3gg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vgHfjno3gg .text_widget {
  color: #ffffff;
}
.cid-vgHfjno3gg .mbr-section-subtitle,
.cid-vgHfjno3gg .text_widget,
.cid-vgHfjno3gg .mbr-section-btn {
  text-align: center;
}
.cid-vgHfjno3gg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vgHfjnTidf {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfjnTidf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfjnTidf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfjnTidf .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfjnTidf .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfjnTidf .container {
    padding: 0 25px;
  }
}
.cid-vgHfjnTidf .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfjnTidf .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfjnTidf .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfjnTidf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfjnTidf .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfjnTidf .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfjnTidf .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfjnTidf .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfjnTidf .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfjnTidf .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfjnTidf .embla__button--next,
.cid-vgHfjnTidf .embla__button--prev {
  display: flex;
}
.cid-vgHfjnTidf .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfjnTidf .embla__button {
    display: none;
  }
}
.cid-vgHfjnTidf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfjnTidf .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfjnTidf .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfjnTidf .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfjnTidf .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfjnTidf .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfjnTidf .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfjnTidf .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfjnTidf .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfjnTidf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfjnTidf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfjnTidf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfjnTidf .mbr-section-title {
  color: #E33030;
}
.cid-vgHfjnTidf .mbr-section-title,
.cid-vgHfjnTidf .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfjonpsH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfjonpsH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfjonpsH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfjonpsH .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfjonpsH .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfjonpsH .container {
    padding: 0 25px;
  }
}
.cid-vgHfjonpsH .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfjonpsH .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfjonpsH .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfjonpsH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfjonpsH .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfjonpsH .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfjonpsH .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfjonpsH .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfjonpsH .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfjonpsH .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfjonpsH .embla__button--next,
.cid-vgHfjonpsH .embla__button--prev {
  display: flex;
}
.cid-vgHfjonpsH .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfjonpsH .embla__button {
    display: none;
  }
}
.cid-vgHfjonpsH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfjonpsH .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfjonpsH .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfjonpsH .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfjonpsH .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfjonpsH .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfjonpsH .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfjonpsH .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfjonpsH .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfjonpsH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfjonpsH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfjonpsH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfjonpsH .mbr-section-title {
  color: #E33030;
}
.cid-vgHfjonpsH .mbr-section-title,
.cid-vgHfjonpsH .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfjoT9EJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfjoT9EJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfjoT9EJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfjoT9EJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfjoT9EJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfjoT9EJ .container {
    padding: 0 25px;
  }
}
.cid-vgHfjoT9EJ .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfjoT9EJ .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfjoT9EJ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfjoT9EJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfjoT9EJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfjoT9EJ .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfjoT9EJ .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfjoT9EJ .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfjoT9EJ .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfjoT9EJ .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfjoT9EJ .embla__button--next,
.cid-vgHfjoT9EJ .embla__button--prev {
  display: flex;
}
.cid-vgHfjoT9EJ .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfjoT9EJ .embla__button {
    display: none;
  }
}
.cid-vgHfjoT9EJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfjoT9EJ .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfjoT9EJ .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfjoT9EJ .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfjoT9EJ .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfjoT9EJ .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfjoT9EJ .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfjoT9EJ .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfjoT9EJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfjoT9EJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfjoT9EJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfjoT9EJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfjoT9EJ .mbr-section-title {
  color: #E33030;
}
.cid-vgHfjoT9EJ .mbr-section-title,
.cid-vgHfjoT9EJ .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfjpoTm0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfjpoTm0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfjpoTm0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfjpoTm0 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfjpoTm0 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfjpoTm0 .container {
    padding: 0 25px;
  }
}
.cid-vgHfjpoTm0 .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfjpoTm0 .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfjpoTm0 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfjpoTm0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfjpoTm0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfjpoTm0 .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfjpoTm0 .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfjpoTm0 .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfjpoTm0 .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfjpoTm0 .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfjpoTm0 .embla__button--next,
.cid-vgHfjpoTm0 .embla__button--prev {
  display: flex;
}
.cid-vgHfjpoTm0 .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfjpoTm0 .embla__button {
    display: none;
  }
}
.cid-vgHfjpoTm0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfjpoTm0 .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfjpoTm0 .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfjpoTm0 .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfjpoTm0 .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfjpoTm0 .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfjpoTm0 .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfjpoTm0 .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfjpoTm0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfjpoTm0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfjpoTm0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfjpoTm0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfjpoTm0 .mbr-section-title {
  color: #E33030;
}
.cid-vgHfjpoTm0 .mbr-section-title,
.cid-vgHfjpoTm0 .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfjpX8Cx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfjpX8Cx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfjpX8Cx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfjpX8Cx .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfjpX8Cx .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfjpX8Cx .container {
    padding: 0 25px;
  }
}
.cid-vgHfjpX8Cx .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfjpX8Cx .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfjpX8Cx .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfjpX8Cx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfjpX8Cx .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfjpX8Cx .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfjpX8Cx .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfjpX8Cx .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfjpX8Cx .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfjpX8Cx .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfjpX8Cx .embla__button--next,
.cid-vgHfjpX8Cx .embla__button--prev {
  display: flex;
}
.cid-vgHfjpX8Cx .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfjpX8Cx .embla__button {
    display: none;
  }
}
.cid-vgHfjpX8Cx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfjpX8Cx .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfjpX8Cx .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfjpX8Cx .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfjpX8Cx .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfjpX8Cx .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfjpX8Cx .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfjpX8Cx .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfjpX8Cx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfjpX8Cx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfjpX8Cx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfjpX8Cx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfjpX8Cx .mbr-section-title {
  color: #E33030;
}
.cid-vgHfjpX8Cx .mbr-section-title,
.cid-vgHfjpX8Cx .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfjqweYg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfjqweYg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfjqweYg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfjqweYg .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfjqweYg .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfjqweYg .container {
    padding: 0 25px;
  }
}
.cid-vgHfjqweYg .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfjqweYg .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfjqweYg .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfjqweYg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfjqweYg .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfjqweYg .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfjqweYg .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfjqweYg .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfjqweYg .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfjqweYg .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfjqweYg .embla__button--next,
.cid-vgHfjqweYg .embla__button--prev {
  display: flex;
}
.cid-vgHfjqweYg .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfjqweYg .embla__button {
    display: none;
  }
}
.cid-vgHfjqweYg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfjqweYg .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfjqweYg .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfjqweYg .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfjqweYg .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfjqweYg .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfjqweYg .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfjqweYg .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfjqweYg .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfjqweYg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfjqweYg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfjqweYg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfjqweYg .mbr-section-title {
  color: #E33030;
}
.cid-vgHfjqweYg .mbr-section-title,
.cid-vgHfjqweYg .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfjr4Wwg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfjr4Wwg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfjr4Wwg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfjr4Wwg .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfjr4Wwg .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfjr4Wwg .container {
    padding: 0 25px;
  }
}
.cid-vgHfjr4Wwg .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfjr4Wwg .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfjr4Wwg .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfjr4Wwg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfjr4Wwg .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfjr4Wwg .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfjr4Wwg .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfjr4Wwg .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfjr4Wwg .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfjr4Wwg .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfjr4Wwg .embla__button--next,
.cid-vgHfjr4Wwg .embla__button--prev {
  display: flex;
}
.cid-vgHfjr4Wwg .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfjr4Wwg .embla__button {
    display: none;
  }
}
.cid-vgHfjr4Wwg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfjr4Wwg .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfjr4Wwg .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfjr4Wwg .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfjr4Wwg .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfjr4Wwg .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfjr4Wwg .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfjr4Wwg .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfjr4Wwg .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfjr4Wwg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfjr4Wwg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfjr4Wwg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfjr4Wwg .mbr-section-title {
  color: #E33030;
}
.cid-vgHfjr4Wwg .mbr-section-title,
.cid-vgHfjr4Wwg .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfjrEBtb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfjrEBtb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfjrEBtb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfjrEBtb .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfjrEBtb .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfjrEBtb .container {
    padding: 0 25px;
  }
}
.cid-vgHfjrEBtb .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfjrEBtb .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfjrEBtb .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfjrEBtb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfjrEBtb .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfjrEBtb .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfjrEBtb .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfjrEBtb .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfjrEBtb .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfjrEBtb .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfjrEBtb .embla__button--next,
.cid-vgHfjrEBtb .embla__button--prev {
  display: flex;
}
.cid-vgHfjrEBtb .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfjrEBtb .embla__button {
    display: none;
  }
}
.cid-vgHfjrEBtb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfjrEBtb .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfjrEBtb .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfjrEBtb .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfjrEBtb .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfjrEBtb .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfjrEBtb .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfjrEBtb .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfjrEBtb .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfjrEBtb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfjrEBtb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfjrEBtb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfjrEBtb .mbr-section-title {
  color: #E33030;
}
.cid-vgHfjrEBtb .mbr-section-title,
.cid-vgHfjrEBtb .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfjsgRGK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfjsgRGK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfjsgRGK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfjsgRGK .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfjsgRGK .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfjsgRGK .container {
    padding: 0 25px;
  }
}
.cid-vgHfjsgRGK .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfjsgRGK .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfjsgRGK .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfjsgRGK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfjsgRGK .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfjsgRGK .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfjsgRGK .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfjsgRGK .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfjsgRGK .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfjsgRGK .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfjsgRGK .embla__button--next,
.cid-vgHfjsgRGK .embla__button--prev {
  display: flex;
}
.cid-vgHfjsgRGK .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfjsgRGK .embla__button {
    display: none;
  }
}
.cid-vgHfjsgRGK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfjsgRGK .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfjsgRGK .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfjsgRGK .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfjsgRGK .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfjsgRGK .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfjsgRGK .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfjsgRGK .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfjsgRGK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfjsgRGK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfjsgRGK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfjsgRGK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfjsgRGK .mbr-section-title {
  color: #E33030;
}
.cid-vgHfjsgRGK .mbr-section-title,
.cid-vgHfjsgRGK .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfjsPbn3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfjsPbn3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfjsPbn3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfjsPbn3 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfjsPbn3 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfjsPbn3 .container {
    padding: 0 25px;
  }
}
.cid-vgHfjsPbn3 .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfjsPbn3 .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfjsPbn3 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfjsPbn3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfjsPbn3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfjsPbn3 .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfjsPbn3 .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfjsPbn3 .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfjsPbn3 .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfjsPbn3 .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfjsPbn3 .embla__button--next,
.cid-vgHfjsPbn3 .embla__button--prev {
  display: flex;
}
.cid-vgHfjsPbn3 .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfjsPbn3 .embla__button {
    display: none;
  }
}
.cid-vgHfjsPbn3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfjsPbn3 .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfjsPbn3 .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfjsPbn3 .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfjsPbn3 .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfjsPbn3 .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfjsPbn3 .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfjsPbn3 .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfjsPbn3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfjsPbn3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfjsPbn3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfjsPbn3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfjsPbn3 .mbr-section-title {
  color: #E33030;
}
.cid-vgHfjsPbn3 .mbr-section-title,
.cid-vgHfjsPbn3 .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfjttfxX {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfjttfxX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfjttfxX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfjttfxX .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfjttfxX .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfjttfxX .container {
    padding: 0 25px;
  }
}
.cid-vgHfjttfxX .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfjttfxX .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfjttfxX .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfjttfxX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfjttfxX .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfjttfxX .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfjttfxX .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfjttfxX .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfjttfxX .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfjttfxX .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfjttfxX .embla__button--next,
.cid-vgHfjttfxX .embla__button--prev {
  display: flex;
}
.cid-vgHfjttfxX .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfjttfxX .embla__button {
    display: none;
  }
}
.cid-vgHfjttfxX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfjttfxX .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfjttfxX .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfjttfxX .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfjttfxX .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfjttfxX .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfjttfxX .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfjttfxX .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfjttfxX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfjttfxX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfjttfxX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfjttfxX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfjttfxX .mbr-section-title {
  color: #E33030;
}
.cid-vgHfjttfxX .mbr-section-title,
.cid-vgHfjttfxX .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfju5k9V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfju5k9V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfju5k9V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfju5k9V .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfju5k9V .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfju5k9V .container {
    padding: 0 25px;
  }
}
.cid-vgHfju5k9V .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfju5k9V .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfju5k9V .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfju5k9V .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfju5k9V .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfju5k9V .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfju5k9V .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfju5k9V .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfju5k9V .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfju5k9V .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfju5k9V .embla__button--next,
.cid-vgHfju5k9V .embla__button--prev {
  display: flex;
}
.cid-vgHfju5k9V .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfju5k9V .embla__button {
    display: none;
  }
}
.cid-vgHfju5k9V .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfju5k9V .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfju5k9V .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfju5k9V .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfju5k9V .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfju5k9V .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfju5k9V .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfju5k9V .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfju5k9V .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfju5k9V .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfju5k9V .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfju5k9V .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfju5k9V .mbr-section-title {
  color: #E33030;
}
.cid-vgHfju5k9V .mbr-section-title,
.cid-vgHfju5k9V .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfjuFtzD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfjuFtzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfjuFtzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfjuFtzD .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfjuFtzD .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfjuFtzD .container {
    padding: 0 25px;
  }
}
.cid-vgHfjuFtzD .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfjuFtzD .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfjuFtzD .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfjuFtzD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfjuFtzD .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfjuFtzD .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfjuFtzD .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfjuFtzD .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfjuFtzD .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfjuFtzD .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfjuFtzD .embla__button--next,
.cid-vgHfjuFtzD .embla__button--prev {
  display: flex;
}
.cid-vgHfjuFtzD .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfjuFtzD .embla__button {
    display: none;
  }
}
.cid-vgHfjuFtzD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfjuFtzD .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfjuFtzD .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfjuFtzD .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfjuFtzD .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfjuFtzD .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfjuFtzD .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfjuFtzD .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfjuFtzD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfjuFtzD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfjuFtzD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfjuFtzD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfjuFtzD .mbr-section-title {
  color: #E33030;
}
.cid-vgHfjuFtzD .mbr-section-title,
.cid-vgHfjuFtzD .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfjvkpiy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfjvkpiy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfjvkpiy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfjvkpiy .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfjvkpiy .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfjvkpiy .container {
    padding: 0 25px;
  }
}
.cid-vgHfjvkpiy .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfjvkpiy .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfjvkpiy .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfjvkpiy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfjvkpiy .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfjvkpiy .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfjvkpiy .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfjvkpiy .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfjvkpiy .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfjvkpiy .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfjvkpiy .embla__button--next,
.cid-vgHfjvkpiy .embla__button--prev {
  display: flex;
}
.cid-vgHfjvkpiy .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfjvkpiy .embla__button {
    display: none;
  }
}
.cid-vgHfjvkpiy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfjvkpiy .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfjvkpiy .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfjvkpiy .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfjvkpiy .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfjvkpiy .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfjvkpiy .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfjvkpiy .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfjvkpiy .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfjvkpiy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfjvkpiy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfjvkpiy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfjvkpiy .mbr-section-title {
  color: #E33030;
}
.cid-vgHfjvkpiy .mbr-section-title,
.cid-vgHfjvkpiy .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfjvXCTq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfjvXCTq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfjvXCTq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfjvXCTq .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfjvXCTq .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfjvXCTq .container {
    padding: 0 25px;
  }
}
.cid-vgHfjvXCTq .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfjvXCTq .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfjvXCTq .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfjvXCTq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfjvXCTq .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfjvXCTq .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfjvXCTq .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfjvXCTq .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfjvXCTq .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfjvXCTq .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfjvXCTq .embla__button--next,
.cid-vgHfjvXCTq .embla__button--prev {
  display: flex;
}
.cid-vgHfjvXCTq .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfjvXCTq .embla__button {
    display: none;
  }
}
.cid-vgHfjvXCTq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfjvXCTq .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfjvXCTq .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfjvXCTq .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfjvXCTq .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfjvXCTq .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfjvXCTq .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfjvXCTq .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfjvXCTq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfjvXCTq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfjvXCTq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfjvXCTq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfjvXCTq .mbr-section-title {
  color: #E33030;
}
.cid-vgHfjvXCTq .mbr-section-title,
.cid-vgHfjvXCTq .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfjwGm91 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f5f0;
}
.cid-vgHfjwGm91 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfjwGm91 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfjwGm91 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfjwGm91 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfjwGm91 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-vgHfjwGm91 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfjwGm91 .container {
    padding: 0 12px;
  }
}
.cid-vgHfjwGm91 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgHfjwGm91 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-vgHfjwGm91 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vgHfjwGm91 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-vgHfjwGm91 .mbr-section-title {
  color: #1D1D1F;
}
.cid-vgHfjwGm91 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-vgHfjwGm91 .mbr-section-title,
.cid-vgHfjwGm91 .mbr-section-btn {
  text-align: center;
}
.cid-vgHfjxlgQc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
}
.cid-vgHfjxlgQc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfjxlgQc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfjxlgQc .col-12 {
  align-items: center;
  display: flex;
}
.cid-vgHfjxlgQc img {
  width: 50px;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-vgHfjxlgQc img {
    margin: auto;
    padding-top: 1rem;
  }
}
.cid-vgHfjxlgQc .copyright {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vgHfjxlgQc .row {
    flex-direction: column-reverse !important;
  }
  .cid-vgHfjxlgQc .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-vgHfjxlgQc .row-links {
  width: 100%;
}
.cid-vgHfjxlgQc .row-links .row-links-soc {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vgHfjxlgQc .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 992px) {
  .cid-vgHfjxlgQc .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-vgHfjxlgQc .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vgHfjxlgQc .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-vgHfnmrFGN {
  z-index: 1000;
  width: 100%;
}
.cid-vgHfnmrFGN .navbar-dropdown {
  background-color: #f7f5f0 !important;
  padding: 0;
  position: fixed;
}
.cid-vgHfnmrFGN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7f5f0 !important;
  background: #f7f5f0;
}
.cid-vgHfnmrFGN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vgHfnmrFGN .menu_box .navbar.opened,
  .cid-vgHfnmrFGN .menu_box .navbar-collapse {
    background-color: #f7f5f0 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vgHfnmrFGN nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vgHfnmrFGN .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vgHfnmrFGN .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vgHfnmrFGN .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vgHfnmrFGN .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vgHfnmrFGN .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vgHfnmrFGN .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vgHfnmrFGN .offcanvas-body .mbr-text,
  .cid-vgHfnmrFGN .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vgHfnmrFGN .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vgHfnmrFGN .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vgHfnmrFGN .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-vgHfnmrFGN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vgHfnmrFGN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vgHfnmrFGN .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vgHfnmrFGN .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vgHfnmrFGN ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vgHfnmrFGN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vgHfnmrFGN .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-vgHfnmrFGN .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vgHfnmrFGN 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-vgHfnmrFGN .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vgHfnmrFGN .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vgHfnmrFGN .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vgHfnmrFGN .nav-item {
    margin: 0 !important;
  }
}
.cid-vgHfnmrFGN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vgHfnmrFGN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vgHfnmrFGN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vgHfnmrFGN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vgHfnmrFGN .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-vgHfnmrFGN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vgHfnmrFGN .offcanvas_box {
    display: none;
  }
}
.cid-vgHfnmrFGN .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vgHfnmrFGN .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vgHfnmrFGN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vgHfnmrFGN .container {
  display: flex;
  margin: auto;
}
.cid-vgHfnmrFGN .iconfont-wrapper {
  color: #dcc5b2;
  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-vgHfnmrFGN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vgHfnmrFGN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgHfnmrFGN .navbar-caption {
  color: #747474;
}
.cid-vgHfnmrFGN .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vgHfnmrFGN .navbar-nav {
    margin: 0;
  }
}
.cid-vgHfnmrFGN .dropdown-menu,
.cid-vgHfnmrFGN .navbar.opened {
  background-color: false !important;
}
.cid-vgHfnmrFGN .nav-item:focus,
.cid-vgHfnmrFGN .nav-link:focus {
  outline: none;
}
.cid-vgHfnmrFGN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgHfnmrFGN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgHfnmrFGN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgHfnmrFGN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgHfnmrFGN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgHfnmrFGN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgHfnmrFGN .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-vgHfnmrFGN .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-vgHfnmrFGN .navbar.opened {
  transition: all 0.3s;
}
.cid-vgHfnmrFGN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vgHfnmrFGN .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-vgHfnmrFGN .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vgHfnmrFGN .navbar.collapsed {
  justify-content: center;
}
.cid-vgHfnmrFGN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgHfnmrFGN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgHfnmrFGN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgHfnmrFGN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgHfnmrFGN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgHfnmrFGN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vgHfnmrFGN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vgHfnmrFGN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vgHfnmrFGN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vgHfnmrFGN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgHfnmrFGN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgHfnmrFGN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vgHfnmrFGN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgHfnmrFGN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vgHfnmrFGN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgHfnmrFGN .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vgHfnmrFGN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vgHfnmrFGN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vgHfnmrFGN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgHfnmrFGN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgHfnmrFGN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vgHfnmrFGN .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgHfnmrFGN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vgHfnmrFGN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgHfnmrFGN .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-vgHfnmrFGN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgHfnmrFGN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgHfnmrFGN .dropdown-item.active,
.cid-vgHfnmrFGN .dropdown-item:active {
  background-color: transparent;
}
.cid-vgHfnmrFGN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgHfnmrFGN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgHfnmrFGN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgHfnmrFGN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgHfnmrFGN ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #dcc5b2;
}
.cid-vgHfnmrFGN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgHfnmrFGN button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7f5f0;
  background: #ffffff;
}
.cid-vgHfnmrFGN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-vgHfnmrFGN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgHfnmrFGN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgHfnmrFGN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgHfnmrFGN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgHfnmrFGN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgHfnmrFGN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgHfnmrFGN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgHfnmrFGN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgHfnmrFGN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vgHfnmrFGN .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-vgHfnmrFGN .navbar {
    height: 70px;
  }
  .cid-vgHfnmrFGN .navbar.opened {
    height: auto;
  }
  .cid-vgHfnmrFGN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgHfnmrFGN .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vgHfnmrFGN .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-vgHfnmrFGN .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-vgHfnmrFGN .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-vgHfnmrFGN .navbar-caption:hover {
  color: #dcc5b2;
}
@media (min-width: 992px) {
  .cid-vgHfnmrFGN .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vgHfnmrFGN .nav-link {
  position: relative;
}
.cid-vgHfnmrFGN .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #dcc5b2;
  transition: all .3s ease;
  opacity: 0;
}
.cid-vgHfnmrFGN .nav-link:hover:before {
  opacity: 1;
}
.cid-vgHfnmrFGN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vgHfnmrFGN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vgHfnmrFGN .text_widget {
  color: #ffffff;
}
.cid-vgHfnmrFGN .mbr-section-subtitle,
.cid-vgHfnmrFGN .text_widget,
.cid-vgHfnmrFGN .mbr-section-btn {
  text-align: center;
}
.cid-vgHfnmrFGN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vgHfnmYzht {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfnmYzht .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfnmYzht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfnmYzht .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfnmYzht .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfnmYzht .container {
    padding: 0 25px;
  }
}
.cid-vgHfnmYzht .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfnmYzht .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfnmYzht .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfnmYzht .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfnmYzht .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfnmYzht .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfnmYzht .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfnmYzht .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfnmYzht .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfnmYzht .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfnmYzht .embla__button--next,
.cid-vgHfnmYzht .embla__button--prev {
  display: flex;
}
.cid-vgHfnmYzht .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfnmYzht .embla__button {
    display: none;
  }
}
.cid-vgHfnmYzht .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfnmYzht .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfnmYzht .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfnmYzht .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfnmYzht .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfnmYzht .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfnmYzht .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfnmYzht .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfnmYzht .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfnmYzht .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfnmYzht .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfnmYzht .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfnmYzht .mbr-section-title {
  color: #E33030;
}
.cid-vgHfnmYzht .mbr-section-title,
.cid-vgHfnmYzht .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfnnx84i {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfnnx84i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfnnx84i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfnnx84i .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfnnx84i .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfnnx84i .container {
    padding: 0 25px;
  }
}
.cid-vgHfnnx84i .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfnnx84i .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfnnx84i .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfnnx84i .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfnnx84i .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfnnx84i .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfnnx84i .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfnnx84i .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfnnx84i .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfnnx84i .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfnnx84i .embla__button--next,
.cid-vgHfnnx84i .embla__button--prev {
  display: flex;
}
.cid-vgHfnnx84i .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfnnx84i .embla__button {
    display: none;
  }
}
.cid-vgHfnnx84i .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfnnx84i .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfnnx84i .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfnnx84i .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfnnx84i .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfnnx84i .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfnnx84i .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfnnx84i .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfnnx84i .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfnnx84i .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfnnx84i .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfnnx84i .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfnnx84i .mbr-section-title {
  color: #E33030;
}
.cid-vgHfnnx84i .mbr-section-title,
.cid-vgHfnnx84i .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfno6Lah {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfno6Lah .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfno6Lah .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfno6Lah .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfno6Lah .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfno6Lah .container {
    padding: 0 25px;
  }
}
.cid-vgHfno6Lah .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfno6Lah .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfno6Lah .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfno6Lah .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfno6Lah .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfno6Lah .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfno6Lah .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfno6Lah .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfno6Lah .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfno6Lah .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfno6Lah .embla__button--next,
.cid-vgHfno6Lah .embla__button--prev {
  display: flex;
}
.cid-vgHfno6Lah .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfno6Lah .embla__button {
    display: none;
  }
}
.cid-vgHfno6Lah .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfno6Lah .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfno6Lah .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfno6Lah .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfno6Lah .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfno6Lah .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfno6Lah .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfno6Lah .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfno6Lah .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfno6Lah .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfno6Lah .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfno6Lah .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfno6Lah .mbr-section-title {
  color: #E33030;
}
.cid-vgHfno6Lah .mbr-section-title,
.cid-vgHfno6Lah .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfnoJI6l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfnoJI6l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfnoJI6l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfnoJI6l .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfnoJI6l .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfnoJI6l .container {
    padding: 0 25px;
  }
}
.cid-vgHfnoJI6l .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfnoJI6l .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfnoJI6l .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfnoJI6l .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfnoJI6l .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfnoJI6l .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfnoJI6l .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfnoJI6l .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfnoJI6l .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfnoJI6l .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfnoJI6l .embla__button--next,
.cid-vgHfnoJI6l .embla__button--prev {
  display: flex;
}
.cid-vgHfnoJI6l .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfnoJI6l .embla__button {
    display: none;
  }
}
.cid-vgHfnoJI6l .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfnoJI6l .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfnoJI6l .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfnoJI6l .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfnoJI6l .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfnoJI6l .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfnoJI6l .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfnoJI6l .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfnoJI6l .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfnoJI6l .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfnoJI6l .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfnoJI6l .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfnoJI6l .mbr-section-title {
  color: #E33030;
}
.cid-vgHfnoJI6l .mbr-section-title,
.cid-vgHfnoJI6l .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfnpnjQG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfnpnjQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfnpnjQG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfnpnjQG .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfnpnjQG .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfnpnjQG .container {
    padding: 0 25px;
  }
}
.cid-vgHfnpnjQG .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfnpnjQG .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfnpnjQG .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfnpnjQG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfnpnjQG .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfnpnjQG .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfnpnjQG .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfnpnjQG .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfnpnjQG .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfnpnjQG .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfnpnjQG .embla__button--next,
.cid-vgHfnpnjQG .embla__button--prev {
  display: flex;
}
.cid-vgHfnpnjQG .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfnpnjQG .embla__button {
    display: none;
  }
}
.cid-vgHfnpnjQG .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfnpnjQG .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfnpnjQG .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfnpnjQG .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfnpnjQG .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfnpnjQG .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfnpnjQG .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfnpnjQG .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfnpnjQG .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfnpnjQG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfnpnjQG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfnpnjQG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfnpnjQG .mbr-section-title {
  color: #E33030;
}
.cid-vgHfnpnjQG .mbr-section-title,
.cid-vgHfnpnjQG .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfnq4vNA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfnq4vNA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfnq4vNA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfnq4vNA .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfnq4vNA .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfnq4vNA .container {
    padding: 0 25px;
  }
}
.cid-vgHfnq4vNA .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfnq4vNA .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfnq4vNA .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfnq4vNA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfnq4vNA .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfnq4vNA .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfnq4vNA .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfnq4vNA .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfnq4vNA .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfnq4vNA .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfnq4vNA .embla__button--next,
.cid-vgHfnq4vNA .embla__button--prev {
  display: flex;
}
.cid-vgHfnq4vNA .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfnq4vNA .embla__button {
    display: none;
  }
}
.cid-vgHfnq4vNA .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfnq4vNA .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfnq4vNA .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfnq4vNA .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfnq4vNA .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfnq4vNA .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfnq4vNA .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfnq4vNA .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfnq4vNA .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfnq4vNA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfnq4vNA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfnq4vNA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfnq4vNA .mbr-section-title {
  color: #E33030;
}
.cid-vgHfnq4vNA .mbr-section-title,
.cid-vgHfnq4vNA .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfnqJluJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfnqJluJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfnqJluJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfnqJluJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfnqJluJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfnqJluJ .container {
    padding: 0 25px;
  }
}
.cid-vgHfnqJluJ .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfnqJluJ .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfnqJluJ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfnqJluJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfnqJluJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfnqJluJ .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfnqJluJ .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfnqJluJ .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfnqJluJ .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfnqJluJ .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfnqJluJ .embla__button--next,
.cid-vgHfnqJluJ .embla__button--prev {
  display: flex;
}
.cid-vgHfnqJluJ .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfnqJluJ .embla__button {
    display: none;
  }
}
.cid-vgHfnqJluJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfnqJluJ .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfnqJluJ .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfnqJluJ .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfnqJluJ .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfnqJluJ .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfnqJluJ .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfnqJluJ .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfnqJluJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfnqJluJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfnqJluJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfnqJluJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfnqJluJ .mbr-section-title {
  color: #E33030;
}
.cid-vgHfnqJluJ .mbr-section-title,
.cid-vgHfnqJluJ .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfnrptHM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfnrptHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfnrptHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfnrptHM .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfnrptHM .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfnrptHM .container {
    padding: 0 25px;
  }
}
.cid-vgHfnrptHM .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfnrptHM .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfnrptHM .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfnrptHM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfnrptHM .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfnrptHM .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfnrptHM .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfnrptHM .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfnrptHM .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfnrptHM .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfnrptHM .embla__button--next,
.cid-vgHfnrptHM .embla__button--prev {
  display: flex;
}
.cid-vgHfnrptHM .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfnrptHM .embla__button {
    display: none;
  }
}
.cid-vgHfnrptHM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfnrptHM .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfnrptHM .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfnrptHM .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfnrptHM .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfnrptHM .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfnrptHM .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfnrptHM .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfnrptHM .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfnrptHM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfnrptHM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfnrptHM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfnrptHM .mbr-section-title {
  color: #E33030;
}
.cid-vgHfnrptHM .mbr-section-title,
.cid-vgHfnrptHM .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfns43mq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfns43mq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfns43mq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfns43mq .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfns43mq .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfns43mq .container {
    padding: 0 25px;
  }
}
.cid-vgHfns43mq .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfns43mq .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfns43mq .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfns43mq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfns43mq .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfns43mq .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfns43mq .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfns43mq .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfns43mq .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfns43mq .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfns43mq .embla__button--next,
.cid-vgHfns43mq .embla__button--prev {
  display: flex;
}
.cid-vgHfns43mq .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfns43mq .embla__button {
    display: none;
  }
}
.cid-vgHfns43mq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfns43mq .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfns43mq .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfns43mq .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfns43mq .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfns43mq .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfns43mq .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfns43mq .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfns43mq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfns43mq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfns43mq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfns43mq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfns43mq .mbr-section-title {
  color: #E33030;
}
.cid-vgHfns43mq .mbr-section-title,
.cid-vgHfns43mq .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfnsH7V0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfnsH7V0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfnsH7V0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfnsH7V0 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfnsH7V0 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfnsH7V0 .container {
    padding: 0 25px;
  }
}
.cid-vgHfnsH7V0 .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfnsH7V0 .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfnsH7V0 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfnsH7V0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfnsH7V0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfnsH7V0 .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfnsH7V0 .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfnsH7V0 .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfnsH7V0 .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfnsH7V0 .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfnsH7V0 .embla__button--next,
.cid-vgHfnsH7V0 .embla__button--prev {
  display: flex;
}
.cid-vgHfnsH7V0 .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfnsH7V0 .embla__button {
    display: none;
  }
}
.cid-vgHfnsH7V0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfnsH7V0 .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfnsH7V0 .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfnsH7V0 .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfnsH7V0 .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfnsH7V0 .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfnsH7V0 .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfnsH7V0 .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfnsH7V0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfnsH7V0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfnsH7V0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfnsH7V0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfnsH7V0 .mbr-section-title {
  color: #E33030;
}
.cid-vgHfnsH7V0 .mbr-section-title,
.cid-vgHfnsH7V0 .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfntmoZ2 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfntmoZ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfntmoZ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfntmoZ2 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfntmoZ2 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfntmoZ2 .container {
    padding: 0 25px;
  }
}
.cid-vgHfntmoZ2 .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfntmoZ2 .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfntmoZ2 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfntmoZ2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfntmoZ2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfntmoZ2 .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfntmoZ2 .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfntmoZ2 .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfntmoZ2 .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfntmoZ2 .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfntmoZ2 .embla__button--next,
.cid-vgHfntmoZ2 .embla__button--prev {
  display: flex;
}
.cid-vgHfntmoZ2 .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfntmoZ2 .embla__button {
    display: none;
  }
}
.cid-vgHfntmoZ2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfntmoZ2 .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfntmoZ2 .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfntmoZ2 .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfntmoZ2 .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfntmoZ2 .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfntmoZ2 .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfntmoZ2 .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfntmoZ2 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfntmoZ2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfntmoZ2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfntmoZ2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfntmoZ2 .mbr-section-title {
  color: #E33030;
}
.cid-vgHfntmoZ2 .mbr-section-title,
.cid-vgHfntmoZ2 .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfntWeXG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfntWeXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfntWeXG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfntWeXG .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfntWeXG .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfntWeXG .container {
    padding: 0 25px;
  }
}
.cid-vgHfntWeXG .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfntWeXG .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfntWeXG .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfntWeXG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfntWeXG .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfntWeXG .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfntWeXG .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfntWeXG .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfntWeXG .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfntWeXG .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfntWeXG .embla__button--next,
.cid-vgHfntWeXG .embla__button--prev {
  display: flex;
}
.cid-vgHfntWeXG .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfntWeXG .embla__button {
    display: none;
  }
}
.cid-vgHfntWeXG .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfntWeXG .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfntWeXG .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfntWeXG .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfntWeXG .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfntWeXG .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfntWeXG .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfntWeXG .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfntWeXG .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfntWeXG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfntWeXG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfntWeXG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfntWeXG .mbr-section-title {
  color: #E33030;
}
.cid-vgHfntWeXG .mbr-section-title,
.cid-vgHfntWeXG .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfnuAYhD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfnuAYhD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfnuAYhD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfnuAYhD .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfnuAYhD .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfnuAYhD .container {
    padding: 0 25px;
  }
}
.cid-vgHfnuAYhD .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfnuAYhD .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfnuAYhD .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfnuAYhD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfnuAYhD .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfnuAYhD .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfnuAYhD .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfnuAYhD .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfnuAYhD .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfnuAYhD .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfnuAYhD .embla__button--next,
.cid-vgHfnuAYhD .embla__button--prev {
  display: flex;
}
.cid-vgHfnuAYhD .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfnuAYhD .embla__button {
    display: none;
  }
}
.cid-vgHfnuAYhD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfnuAYhD .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfnuAYhD .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfnuAYhD .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfnuAYhD .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfnuAYhD .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfnuAYhD .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfnuAYhD .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfnuAYhD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfnuAYhD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfnuAYhD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfnuAYhD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfnuAYhD .mbr-section-title {
  color: #E33030;
}
.cid-vgHfnuAYhD .mbr-section-title,
.cid-vgHfnuAYhD .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfnvflM8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfnvflM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfnvflM8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfnvflM8 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfnvflM8 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfnvflM8 .container {
    padding: 0 25px;
  }
}
.cid-vgHfnvflM8 .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfnvflM8 .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfnvflM8 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfnvflM8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfnvflM8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfnvflM8 .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfnvflM8 .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfnvflM8 .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfnvflM8 .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfnvflM8 .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfnvflM8 .embla__button--next,
.cid-vgHfnvflM8 .embla__button--prev {
  display: flex;
}
.cid-vgHfnvflM8 .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfnvflM8 .embla__button {
    display: none;
  }
}
.cid-vgHfnvflM8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfnvflM8 .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfnvflM8 .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfnvflM8 .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfnvflM8 .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfnvflM8 .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfnvflM8 .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfnvflM8 .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfnvflM8 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfnvflM8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfnvflM8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfnvflM8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfnvflM8 .mbr-section-title {
  color: #E33030;
}
.cid-vgHfnvflM8 .mbr-section-title,
.cid-vgHfnvflM8 .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfnvSceR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfnvSceR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfnvSceR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfnvSceR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfnvSceR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfnvSceR .container {
    padding: 0 25px;
  }
}
.cid-vgHfnvSceR .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfnvSceR .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfnvSceR .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfnvSceR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfnvSceR .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfnvSceR .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfnvSceR .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfnvSceR .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfnvSceR .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfnvSceR .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfnvSceR .embla__button--next,
.cid-vgHfnvSceR .embla__button--prev {
  display: flex;
}
.cid-vgHfnvSceR .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfnvSceR .embla__button {
    display: none;
  }
}
.cid-vgHfnvSceR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfnvSceR .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfnvSceR .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfnvSceR .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfnvSceR .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfnvSceR .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfnvSceR .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfnvSceR .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfnvSceR .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfnvSceR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfnvSceR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfnvSceR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfnvSceR .mbr-section-title {
  color: #E33030;
}
.cid-vgHfnvSceR .mbr-section-title,
.cid-vgHfnvSceR .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfnwA3dO {
  padding-top: 6rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f5f0;
}
.cid-vgHfnwA3dO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfnwA3dO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfnwA3dO .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfnwA3dO .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfnwA3dO .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-vgHfnwA3dO .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfnwA3dO .container {
    padding: 0 12px;
  }
}
.cid-vgHfnwA3dO .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgHfnwA3dO .content-wrapper {
    padding: 0 24px;
  }
}
.cid-vgHfnwA3dO .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vgHfnwA3dO .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-vgHfnwA3dO .mbr-section-title {
  color: #1D1D1F;
}
.cid-vgHfnwA3dO .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-vgHfnwA3dO .mbr-section-title,
.cid-vgHfnwA3dO .mbr-section-btn {
  text-align: center;
}
.cid-vgHfnxat2N {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
}
.cid-vgHfnxat2N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfnxat2N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfnxat2N .col-12 {
  align-items: center;
  display: flex;
}
.cid-vgHfnxat2N img {
  width: 50px;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-vgHfnxat2N img {
    margin: auto;
    padding-top: 1rem;
  }
}
.cid-vgHfnxat2N .copyright {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vgHfnxat2N .row {
    flex-direction: column-reverse !important;
  }
  .cid-vgHfnxat2N .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-vgHfnxat2N .row-links {
  width: 100%;
}
.cid-vgHfnxat2N .row-links .row-links-soc {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vgHfnxat2N .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 992px) {
  .cid-vgHfnxat2N .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-vgHfnxat2N .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vgHfnxat2N .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-vgHfrygbGc {
  z-index: 1000;
  width: 100%;
}
.cid-vgHfrygbGc .navbar-dropdown {
  background-color: #f7f5f0 !important;
  padding: 0;
  position: fixed;
}
.cid-vgHfrygbGc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7f5f0 !important;
  background: #f7f5f0;
}
.cid-vgHfrygbGc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vgHfrygbGc .menu_box .navbar.opened,
  .cid-vgHfrygbGc .menu_box .navbar-collapse {
    background-color: #f7f5f0 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vgHfrygbGc nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vgHfrygbGc .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vgHfrygbGc .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vgHfrygbGc .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vgHfrygbGc .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vgHfrygbGc .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vgHfrygbGc .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vgHfrygbGc .offcanvas-body .mbr-text,
  .cid-vgHfrygbGc .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vgHfrygbGc .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vgHfrygbGc .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vgHfrygbGc .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-vgHfrygbGc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vgHfrygbGc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vgHfrygbGc .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vgHfrygbGc .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vgHfrygbGc ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vgHfrygbGc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vgHfrygbGc .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-vgHfrygbGc .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vgHfrygbGc 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-vgHfrygbGc .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vgHfrygbGc .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vgHfrygbGc .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vgHfrygbGc .nav-item {
    margin: 0 !important;
  }
}
.cid-vgHfrygbGc .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vgHfrygbGc .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vgHfrygbGc .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vgHfrygbGc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vgHfrygbGc .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-vgHfrygbGc .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vgHfrygbGc .offcanvas_box {
    display: none;
  }
}
.cid-vgHfrygbGc .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vgHfrygbGc .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vgHfrygbGc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vgHfrygbGc .container {
  display: flex;
  margin: auto;
}
.cid-vgHfrygbGc .iconfont-wrapper {
  color: #dcc5b2;
  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-vgHfrygbGc .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vgHfrygbGc .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgHfrygbGc .navbar-caption {
  color: #747474;
}
.cid-vgHfrygbGc .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vgHfrygbGc .navbar-nav {
    margin: 0;
  }
}
.cid-vgHfrygbGc .dropdown-menu,
.cid-vgHfrygbGc .navbar.opened {
  background-color: false !important;
}
.cid-vgHfrygbGc .nav-item:focus,
.cid-vgHfrygbGc .nav-link:focus {
  outline: none;
}
.cid-vgHfrygbGc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgHfrygbGc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgHfrygbGc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgHfrygbGc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgHfrygbGc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgHfrygbGc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgHfrygbGc .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-vgHfrygbGc .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-vgHfrygbGc .navbar.opened {
  transition: all 0.3s;
}
.cid-vgHfrygbGc .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vgHfrygbGc .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-vgHfrygbGc .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vgHfrygbGc .navbar.collapsed {
  justify-content: center;
}
.cid-vgHfrygbGc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgHfrygbGc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgHfrygbGc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgHfrygbGc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgHfrygbGc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgHfrygbGc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vgHfrygbGc .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vgHfrygbGc .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vgHfrygbGc .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vgHfrygbGc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgHfrygbGc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgHfrygbGc .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vgHfrygbGc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgHfrygbGc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vgHfrygbGc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgHfrygbGc .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vgHfrygbGc .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vgHfrygbGc .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vgHfrygbGc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgHfrygbGc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgHfrygbGc .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vgHfrygbGc .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgHfrygbGc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vgHfrygbGc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgHfrygbGc .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-vgHfrygbGc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgHfrygbGc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgHfrygbGc .dropdown-item.active,
.cid-vgHfrygbGc .dropdown-item:active {
  background-color: transparent;
}
.cid-vgHfrygbGc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgHfrygbGc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgHfrygbGc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgHfrygbGc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgHfrygbGc ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #dcc5b2;
}
.cid-vgHfrygbGc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgHfrygbGc button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7f5f0;
  background: #ffffff;
}
.cid-vgHfrygbGc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-vgHfrygbGc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgHfrygbGc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgHfrygbGc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgHfrygbGc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgHfrygbGc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgHfrygbGc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgHfrygbGc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgHfrygbGc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgHfrygbGc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vgHfrygbGc .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-vgHfrygbGc .navbar {
    height: 70px;
  }
  .cid-vgHfrygbGc .navbar.opened {
    height: auto;
  }
  .cid-vgHfrygbGc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgHfrygbGc .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vgHfrygbGc .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-vgHfrygbGc .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-vgHfrygbGc .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-vgHfrygbGc .navbar-caption:hover {
  color: #dcc5b2;
}
@media (min-width: 992px) {
  .cid-vgHfrygbGc .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vgHfrygbGc .nav-link {
  position: relative;
}
.cid-vgHfrygbGc .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #dcc5b2;
  transition: all .3s ease;
  opacity: 0;
}
.cid-vgHfrygbGc .nav-link:hover:before {
  opacity: 1;
}
.cid-vgHfrygbGc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vgHfrygbGc .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vgHfrygbGc .text_widget {
  color: #ffffff;
}
.cid-vgHfrygbGc .mbr-section-subtitle,
.cid-vgHfrygbGc .text_widget,
.cid-vgHfrygbGc .mbr-section-btn {
  text-align: center;
}
.cid-vgHfrygbGc a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vgHfryKjG6 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfryKjG6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfryKjG6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfryKjG6 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfryKjG6 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfryKjG6 .container {
    padding: 0 25px;
  }
}
.cid-vgHfryKjG6 .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfryKjG6 .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfryKjG6 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfryKjG6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfryKjG6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfryKjG6 .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfryKjG6 .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfryKjG6 .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfryKjG6 .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfryKjG6 .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfryKjG6 .embla__button--next,
.cid-vgHfryKjG6 .embla__button--prev {
  display: flex;
}
.cid-vgHfryKjG6 .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfryKjG6 .embla__button {
    display: none;
  }
}
.cid-vgHfryKjG6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfryKjG6 .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfryKjG6 .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfryKjG6 .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfryKjG6 .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfryKjG6 .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfryKjG6 .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfryKjG6 .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfryKjG6 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfryKjG6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfryKjG6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfryKjG6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfryKjG6 .mbr-section-title {
  color: #E33030;
}
.cid-vgHfryKjG6 .mbr-section-title,
.cid-vgHfryKjG6 .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfrzhjcg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfrzhjcg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfrzhjcg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfrzhjcg .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfrzhjcg .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfrzhjcg .container {
    padding: 0 25px;
  }
}
.cid-vgHfrzhjcg .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfrzhjcg .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfrzhjcg .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfrzhjcg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfrzhjcg .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfrzhjcg .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfrzhjcg .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfrzhjcg .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfrzhjcg .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfrzhjcg .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfrzhjcg .embla__button--next,
.cid-vgHfrzhjcg .embla__button--prev {
  display: flex;
}
.cid-vgHfrzhjcg .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfrzhjcg .embla__button {
    display: none;
  }
}
.cid-vgHfrzhjcg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfrzhjcg .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfrzhjcg .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfrzhjcg .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfrzhjcg .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfrzhjcg .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfrzhjcg .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfrzhjcg .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfrzhjcg .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfrzhjcg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfrzhjcg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfrzhjcg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfrzhjcg .mbr-section-title {
  color: #E33030;
}
.cid-vgHfrzhjcg .mbr-section-title,
.cid-vgHfrzhjcg .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfrzNvk7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfrzNvk7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfrzNvk7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfrzNvk7 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfrzNvk7 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfrzNvk7 .container {
    padding: 0 25px;
  }
}
.cid-vgHfrzNvk7 .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfrzNvk7 .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfrzNvk7 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfrzNvk7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfrzNvk7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfrzNvk7 .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfrzNvk7 .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfrzNvk7 .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfrzNvk7 .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfrzNvk7 .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfrzNvk7 .embla__button--next,
.cid-vgHfrzNvk7 .embla__button--prev {
  display: flex;
}
.cid-vgHfrzNvk7 .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfrzNvk7 .embla__button {
    display: none;
  }
}
.cid-vgHfrzNvk7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfrzNvk7 .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfrzNvk7 .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfrzNvk7 .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfrzNvk7 .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfrzNvk7 .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfrzNvk7 .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfrzNvk7 .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfrzNvk7 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfrzNvk7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfrzNvk7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfrzNvk7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfrzNvk7 .mbr-section-title {
  color: #E33030;
}
.cid-vgHfrzNvk7 .mbr-section-title,
.cid-vgHfrzNvk7 .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfrAk4UY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfrAk4UY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfrAk4UY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfrAk4UY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfrAk4UY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfrAk4UY .container {
    padding: 0 25px;
  }
}
.cid-vgHfrAk4UY .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfrAk4UY .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfrAk4UY .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfrAk4UY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfrAk4UY .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfrAk4UY .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfrAk4UY .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfrAk4UY .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfrAk4UY .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfrAk4UY .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfrAk4UY .embla__button--next,
.cid-vgHfrAk4UY .embla__button--prev {
  display: flex;
}
.cid-vgHfrAk4UY .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfrAk4UY .embla__button {
    display: none;
  }
}
.cid-vgHfrAk4UY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfrAk4UY .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfrAk4UY .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfrAk4UY .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfrAk4UY .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfrAk4UY .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfrAk4UY .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfrAk4UY .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfrAk4UY .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfrAk4UY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfrAk4UY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfrAk4UY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfrAk4UY .mbr-section-title {
  color: #E33030;
}
.cid-vgHfrAk4UY .mbr-section-title,
.cid-vgHfrAk4UY .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfrASDIH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfrASDIH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfrASDIH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfrASDIH .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfrASDIH .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfrASDIH .container {
    padding: 0 25px;
  }
}
.cid-vgHfrASDIH .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfrASDIH .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfrASDIH .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfrASDIH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfrASDIH .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfrASDIH .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfrASDIH .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfrASDIH .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfrASDIH .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfrASDIH .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfrASDIH .embla__button--next,
.cid-vgHfrASDIH .embla__button--prev {
  display: flex;
}
.cid-vgHfrASDIH .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfrASDIH .embla__button {
    display: none;
  }
}
.cid-vgHfrASDIH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfrASDIH .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfrASDIH .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfrASDIH .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfrASDIH .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfrASDIH .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfrASDIH .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfrASDIH .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfrASDIH .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfrASDIH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfrASDIH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfrASDIH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfrASDIH .mbr-section-title {
  color: #E33030;
}
.cid-vgHfrASDIH .mbr-section-title,
.cid-vgHfrASDIH .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfrBpFSj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfrBpFSj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfrBpFSj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfrBpFSj .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfrBpFSj .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfrBpFSj .container {
    padding: 0 25px;
  }
}
.cid-vgHfrBpFSj .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfrBpFSj .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfrBpFSj .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfrBpFSj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfrBpFSj .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfrBpFSj .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfrBpFSj .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfrBpFSj .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfrBpFSj .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfrBpFSj .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfrBpFSj .embla__button--next,
.cid-vgHfrBpFSj .embla__button--prev {
  display: flex;
}
.cid-vgHfrBpFSj .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfrBpFSj .embla__button {
    display: none;
  }
}
.cid-vgHfrBpFSj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfrBpFSj .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfrBpFSj .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfrBpFSj .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfrBpFSj .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfrBpFSj .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfrBpFSj .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfrBpFSj .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfrBpFSj .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfrBpFSj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfrBpFSj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfrBpFSj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfrBpFSj .mbr-section-title {
  color: #E33030;
}
.cid-vgHfrBpFSj .mbr-section-title,
.cid-vgHfrBpFSj .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfrC0H3B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfrC0H3B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfrC0H3B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfrC0H3B .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfrC0H3B .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfrC0H3B .container {
    padding: 0 25px;
  }
}
.cid-vgHfrC0H3B .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfrC0H3B .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfrC0H3B .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfrC0H3B .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfrC0H3B .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfrC0H3B .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfrC0H3B .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfrC0H3B .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfrC0H3B .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfrC0H3B .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfrC0H3B .embla__button--next,
.cid-vgHfrC0H3B .embla__button--prev {
  display: flex;
}
.cid-vgHfrC0H3B .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfrC0H3B .embla__button {
    display: none;
  }
}
.cid-vgHfrC0H3B .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfrC0H3B .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfrC0H3B .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfrC0H3B .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfrC0H3B .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfrC0H3B .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfrC0H3B .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfrC0H3B .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfrC0H3B .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfrC0H3B .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfrC0H3B .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfrC0H3B .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfrC0H3B .mbr-section-title {
  color: #E33030;
}
.cid-vgHfrC0H3B .mbr-section-title,
.cid-vgHfrC0H3B .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfrCAV78 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfrCAV78 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfrCAV78 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfrCAV78 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfrCAV78 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfrCAV78 .container {
    padding: 0 25px;
  }
}
.cid-vgHfrCAV78 .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfrCAV78 .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfrCAV78 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfrCAV78 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfrCAV78 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfrCAV78 .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfrCAV78 .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfrCAV78 .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfrCAV78 .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfrCAV78 .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfrCAV78 .embla__button--next,
.cid-vgHfrCAV78 .embla__button--prev {
  display: flex;
}
.cid-vgHfrCAV78 .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfrCAV78 .embla__button {
    display: none;
  }
}
.cid-vgHfrCAV78 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfrCAV78 .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfrCAV78 .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfrCAV78 .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfrCAV78 .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfrCAV78 .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfrCAV78 .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfrCAV78 .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfrCAV78 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfrCAV78 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfrCAV78 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfrCAV78 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfrCAV78 .mbr-section-title {
  color: #E33030;
}
.cid-vgHfrCAV78 .mbr-section-title,
.cid-vgHfrCAV78 .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfrD9LWB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfrD9LWB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfrD9LWB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfrD9LWB .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfrD9LWB .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfrD9LWB .container {
    padding: 0 25px;
  }
}
.cid-vgHfrD9LWB .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfrD9LWB .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfrD9LWB .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfrD9LWB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfrD9LWB .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfrD9LWB .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfrD9LWB .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfrD9LWB .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfrD9LWB .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfrD9LWB .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfrD9LWB .embla__button--next,
.cid-vgHfrD9LWB .embla__button--prev {
  display: flex;
}
.cid-vgHfrD9LWB .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfrD9LWB .embla__button {
    display: none;
  }
}
.cid-vgHfrD9LWB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfrD9LWB .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfrD9LWB .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfrD9LWB .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfrD9LWB .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfrD9LWB .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfrD9LWB .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfrD9LWB .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfrD9LWB .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfrD9LWB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfrD9LWB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfrD9LWB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfrD9LWB .mbr-section-title {
  color: #E33030;
}
.cid-vgHfrD9LWB .mbr-section-title,
.cid-vgHfrD9LWB .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfrDKQT0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfrDKQT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfrDKQT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfrDKQT0 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfrDKQT0 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfrDKQT0 .container {
    padding: 0 25px;
  }
}
.cid-vgHfrDKQT0 .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfrDKQT0 .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfrDKQT0 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfrDKQT0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfrDKQT0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfrDKQT0 .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfrDKQT0 .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfrDKQT0 .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfrDKQT0 .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfrDKQT0 .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfrDKQT0 .embla__button--next,
.cid-vgHfrDKQT0 .embla__button--prev {
  display: flex;
}
.cid-vgHfrDKQT0 .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfrDKQT0 .embla__button {
    display: none;
  }
}
.cid-vgHfrDKQT0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfrDKQT0 .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfrDKQT0 .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfrDKQT0 .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfrDKQT0 .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfrDKQT0 .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfrDKQT0 .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfrDKQT0 .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfrDKQT0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfrDKQT0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfrDKQT0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfrDKQT0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfrDKQT0 .mbr-section-title {
  color: #E33030;
}
.cid-vgHfrDKQT0 .mbr-section-title,
.cid-vgHfrDKQT0 .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfrEofdA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfrEofdA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfrEofdA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfrEofdA .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfrEofdA .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfrEofdA .container {
    padding: 0 25px;
  }
}
.cid-vgHfrEofdA .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfrEofdA .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfrEofdA .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfrEofdA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfrEofdA .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfrEofdA .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfrEofdA .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfrEofdA .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfrEofdA .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfrEofdA .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfrEofdA .embla__button--next,
.cid-vgHfrEofdA .embla__button--prev {
  display: flex;
}
.cid-vgHfrEofdA .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfrEofdA .embla__button {
    display: none;
  }
}
.cid-vgHfrEofdA .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfrEofdA .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfrEofdA .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfrEofdA .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfrEofdA .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfrEofdA .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfrEofdA .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfrEofdA .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfrEofdA .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfrEofdA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfrEofdA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfrEofdA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfrEofdA .mbr-section-title {
  color: #E33030;
}
.cid-vgHfrEofdA .mbr-section-title,
.cid-vgHfrEofdA .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfrEY7Nl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfrEY7Nl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfrEY7Nl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfrEY7Nl .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfrEY7Nl .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfrEY7Nl .container {
    padding: 0 25px;
  }
}
.cid-vgHfrEY7Nl .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfrEY7Nl .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfrEY7Nl .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfrEY7Nl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfrEY7Nl .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfrEY7Nl .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfrEY7Nl .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfrEY7Nl .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfrEY7Nl .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfrEY7Nl .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfrEY7Nl .embla__button--next,
.cid-vgHfrEY7Nl .embla__button--prev {
  display: flex;
}
.cid-vgHfrEY7Nl .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfrEY7Nl .embla__button {
    display: none;
  }
}
.cid-vgHfrEY7Nl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfrEY7Nl .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfrEY7Nl .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfrEY7Nl .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfrEY7Nl .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfrEY7Nl .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfrEY7Nl .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfrEY7Nl .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfrEY7Nl .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfrEY7Nl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfrEY7Nl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfrEY7Nl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfrEY7Nl .mbr-section-title {
  color: #E33030;
}
.cid-vgHfrEY7Nl .mbr-section-title,
.cid-vgHfrEY7Nl .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfrFB5px {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfrFB5px .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfrFB5px .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfrFB5px .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfrFB5px .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfrFB5px .container {
    padding: 0 25px;
  }
}
.cid-vgHfrFB5px .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfrFB5px .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfrFB5px .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfrFB5px .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfrFB5px .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfrFB5px .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfrFB5px .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfrFB5px .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfrFB5px .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfrFB5px .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfrFB5px .embla__button--next,
.cid-vgHfrFB5px .embla__button--prev {
  display: flex;
}
.cid-vgHfrFB5px .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfrFB5px .embla__button {
    display: none;
  }
}
.cid-vgHfrFB5px .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfrFB5px .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfrFB5px .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfrFB5px .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfrFB5px .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfrFB5px .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfrFB5px .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfrFB5px .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfrFB5px .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfrFB5px .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfrFB5px .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfrFB5px .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfrFB5px .mbr-section-title {
  color: #E33030;
}
.cid-vgHfrFB5px .mbr-section-title,
.cid-vgHfrFB5px .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfrGeurm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfrGeurm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfrGeurm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfrGeurm .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfrGeurm .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfrGeurm .container {
    padding: 0 25px;
  }
}
.cid-vgHfrGeurm .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfrGeurm .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfrGeurm .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfrGeurm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfrGeurm .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfrGeurm .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfrGeurm .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfrGeurm .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfrGeurm .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfrGeurm .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfrGeurm .embla__button--next,
.cid-vgHfrGeurm .embla__button--prev {
  display: flex;
}
.cid-vgHfrGeurm .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfrGeurm .embla__button {
    display: none;
  }
}
.cid-vgHfrGeurm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfrGeurm .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfrGeurm .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfrGeurm .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfrGeurm .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfrGeurm .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfrGeurm .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfrGeurm .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfrGeurm .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfrGeurm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfrGeurm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfrGeurm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfrGeurm .mbr-section-title {
  color: #E33030;
}
.cid-vgHfrGeurm .mbr-section-title,
.cid-vgHfrGeurm .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfrGSHnC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfrGSHnC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfrGSHnC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfrGSHnC .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfrGSHnC .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfrGSHnC .container {
    padding: 0 25px;
  }
}
.cid-vgHfrGSHnC .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfrGSHnC .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfrGSHnC .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfrGSHnC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfrGSHnC .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfrGSHnC .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfrGSHnC .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfrGSHnC .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfrGSHnC .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfrGSHnC .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfrGSHnC .embla__button--next,
.cid-vgHfrGSHnC .embla__button--prev {
  display: flex;
}
.cid-vgHfrGSHnC .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfrGSHnC .embla__button {
    display: none;
  }
}
.cid-vgHfrGSHnC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfrGSHnC .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfrGSHnC .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfrGSHnC .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfrGSHnC .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfrGSHnC .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfrGSHnC .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfrGSHnC .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfrGSHnC .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfrGSHnC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfrGSHnC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfrGSHnC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfrGSHnC .mbr-section-title {
  color: #E33030;
}
.cid-vgHfrGSHnC .mbr-section-title,
.cid-vgHfrGSHnC .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfrHzdxw {
  padding-top: 6rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f5f0;
}
.cid-vgHfrHzdxw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfrHzdxw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfrHzdxw .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfrHzdxw .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfrHzdxw .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-vgHfrHzdxw .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfrHzdxw .container {
    padding: 0 12px;
  }
}
.cid-vgHfrHzdxw .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgHfrHzdxw .content-wrapper {
    padding: 0 24px;
  }
}
.cid-vgHfrHzdxw .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vgHfrHzdxw .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-vgHfrHzdxw .mbr-section-title {
  color: #1D1D1F;
}
.cid-vgHfrHzdxw .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-vgHfrHzdxw .mbr-section-title,
.cid-vgHfrHzdxw .mbr-section-btn {
  text-align: center;
}
.cid-vgHfrIbcyv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
}
.cid-vgHfrIbcyv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfrIbcyv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfrIbcyv .col-12 {
  align-items: center;
  display: flex;
}
.cid-vgHfrIbcyv img {
  width: 50px;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-vgHfrIbcyv img {
    margin: auto;
    padding-top: 1rem;
  }
}
.cid-vgHfrIbcyv .copyright {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vgHfrIbcyv .row {
    flex-direction: column-reverse !important;
  }
  .cid-vgHfrIbcyv .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-vgHfrIbcyv .row-links {
  width: 100%;
}
.cid-vgHfrIbcyv .row-links .row-links-soc {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vgHfrIbcyv .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 992px) {
  .cid-vgHfrIbcyv .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-vgHfrIbcyv .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vgHfrIbcyv .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-vgHfAqJQZp {
  z-index: 1000;
  width: 100%;
}
.cid-vgHfAqJQZp .navbar-dropdown {
  background-color: #f7f5f0 !important;
  padding: 0;
  position: fixed;
}
.cid-vgHfAqJQZp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7f5f0 !important;
  background: #f7f5f0;
}
.cid-vgHfAqJQZp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vgHfAqJQZp .menu_box .navbar.opened,
  .cid-vgHfAqJQZp .menu_box .navbar-collapse {
    background-color: #f7f5f0 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vgHfAqJQZp nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vgHfAqJQZp .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vgHfAqJQZp .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vgHfAqJQZp .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vgHfAqJQZp .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vgHfAqJQZp .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vgHfAqJQZp .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vgHfAqJQZp .offcanvas-body .mbr-text,
  .cid-vgHfAqJQZp .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vgHfAqJQZp .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vgHfAqJQZp .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vgHfAqJQZp .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-vgHfAqJQZp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vgHfAqJQZp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vgHfAqJQZp .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vgHfAqJQZp .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vgHfAqJQZp ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vgHfAqJQZp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vgHfAqJQZp .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-vgHfAqJQZp .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vgHfAqJQZp 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-vgHfAqJQZp .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vgHfAqJQZp .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vgHfAqJQZp .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vgHfAqJQZp .nav-item {
    margin: 0 !important;
  }
}
.cid-vgHfAqJQZp .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vgHfAqJQZp .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vgHfAqJQZp .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vgHfAqJQZp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vgHfAqJQZp .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-vgHfAqJQZp .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vgHfAqJQZp .offcanvas_box {
    display: none;
  }
}
.cid-vgHfAqJQZp .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vgHfAqJQZp .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vgHfAqJQZp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vgHfAqJQZp .container {
  display: flex;
  margin: auto;
}
.cid-vgHfAqJQZp .iconfont-wrapper {
  color: #dcc5b2;
  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-vgHfAqJQZp .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vgHfAqJQZp .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vgHfAqJQZp .navbar-caption {
  color: #747474;
}
.cid-vgHfAqJQZp .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vgHfAqJQZp .navbar-nav {
    margin: 0;
  }
}
.cid-vgHfAqJQZp .dropdown-menu,
.cid-vgHfAqJQZp .navbar.opened {
  background-color: false !important;
}
.cid-vgHfAqJQZp .nav-item:focus,
.cid-vgHfAqJQZp .nav-link:focus {
  outline: none;
}
.cid-vgHfAqJQZp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgHfAqJQZp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgHfAqJQZp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgHfAqJQZp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgHfAqJQZp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgHfAqJQZp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgHfAqJQZp .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-vgHfAqJQZp .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-vgHfAqJQZp .navbar.opened {
  transition: all 0.3s;
}
.cid-vgHfAqJQZp .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vgHfAqJQZp .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-vgHfAqJQZp .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vgHfAqJQZp .navbar.collapsed {
  justify-content: center;
}
.cid-vgHfAqJQZp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgHfAqJQZp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgHfAqJQZp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgHfAqJQZp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgHfAqJQZp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgHfAqJQZp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vgHfAqJQZp .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vgHfAqJQZp .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vgHfAqJQZp .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vgHfAqJQZp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgHfAqJQZp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgHfAqJQZp .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vgHfAqJQZp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgHfAqJQZp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vgHfAqJQZp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgHfAqJQZp .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vgHfAqJQZp .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vgHfAqJQZp .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vgHfAqJQZp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgHfAqJQZp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgHfAqJQZp .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vgHfAqJQZp .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgHfAqJQZp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vgHfAqJQZp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgHfAqJQZp .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-vgHfAqJQZp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgHfAqJQZp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgHfAqJQZp .dropdown-item.active,
.cid-vgHfAqJQZp .dropdown-item:active {
  background-color: transparent;
}
.cid-vgHfAqJQZp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgHfAqJQZp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgHfAqJQZp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgHfAqJQZp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgHfAqJQZp ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #dcc5b2;
}
.cid-vgHfAqJQZp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgHfAqJQZp button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7f5f0;
  background: #ffffff;
}
.cid-vgHfAqJQZp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-vgHfAqJQZp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgHfAqJQZp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgHfAqJQZp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgHfAqJQZp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgHfAqJQZp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgHfAqJQZp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgHfAqJQZp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgHfAqJQZp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgHfAqJQZp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vgHfAqJQZp .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-vgHfAqJQZp .navbar {
    height: 70px;
  }
  .cid-vgHfAqJQZp .navbar.opened {
    height: auto;
  }
  .cid-vgHfAqJQZp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgHfAqJQZp .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vgHfAqJQZp .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-vgHfAqJQZp .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-vgHfAqJQZp .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-vgHfAqJQZp .navbar-caption:hover {
  color: #dcc5b2;
}
@media (min-width: 992px) {
  .cid-vgHfAqJQZp .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vgHfAqJQZp .nav-link {
  position: relative;
}
.cid-vgHfAqJQZp .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #dcc5b2;
  transition: all .3s ease;
  opacity: 0;
}
.cid-vgHfAqJQZp .nav-link:hover:before {
  opacity: 1;
}
.cid-vgHfAqJQZp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vgHfAqJQZp .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vgHfAqJQZp .text_widget {
  color: #ffffff;
}
.cid-vgHfAqJQZp .mbr-section-subtitle,
.cid-vgHfAqJQZp .text_widget,
.cid-vgHfAqJQZp .mbr-section-btn {
  text-align: center;
}
.cid-vgHfAqJQZp a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vgHfAreiqk {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfAreiqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfAreiqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfAreiqk .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfAreiqk .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfAreiqk .container {
    padding: 0 25px;
  }
}
.cid-vgHfAreiqk .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfAreiqk .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfAreiqk .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfAreiqk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfAreiqk .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfAreiqk .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfAreiqk .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfAreiqk .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfAreiqk .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfAreiqk .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfAreiqk .embla__button--next,
.cid-vgHfAreiqk .embla__button--prev {
  display: flex;
}
.cid-vgHfAreiqk .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfAreiqk .embla__button {
    display: none;
  }
}
.cid-vgHfAreiqk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfAreiqk .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfAreiqk .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfAreiqk .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfAreiqk .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfAreiqk .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfAreiqk .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfAreiqk .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfAreiqk .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfAreiqk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfAreiqk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfAreiqk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfAreiqk .mbr-section-title {
  color: #E33030;
}
.cid-vgHfAreiqk .mbr-section-title,
.cid-vgHfAreiqk .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfArMmTL {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfArMmTL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfArMmTL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfArMmTL .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfArMmTL .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfArMmTL .container {
    padding: 0 25px;
  }
}
.cid-vgHfArMmTL .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfArMmTL .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfArMmTL .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfArMmTL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfArMmTL .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfArMmTL .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfArMmTL .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfArMmTL .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfArMmTL .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfArMmTL .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfArMmTL .embla__button--next,
.cid-vgHfArMmTL .embla__button--prev {
  display: flex;
}
.cid-vgHfArMmTL .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfArMmTL .embla__button {
    display: none;
  }
}
.cid-vgHfArMmTL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfArMmTL .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfArMmTL .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfArMmTL .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfArMmTL .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfArMmTL .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfArMmTL .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfArMmTL .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfArMmTL .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfArMmTL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfArMmTL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfArMmTL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfArMmTL .mbr-section-title {
  color: #E33030;
}
.cid-vgHfArMmTL .mbr-section-title,
.cid-vgHfArMmTL .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfAsk55U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfAsk55U .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfAsk55U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfAsk55U .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfAsk55U .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfAsk55U .container {
    padding: 0 25px;
  }
}
.cid-vgHfAsk55U .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfAsk55U .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfAsk55U .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfAsk55U .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfAsk55U .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfAsk55U .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfAsk55U .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfAsk55U .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfAsk55U .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfAsk55U .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfAsk55U .embla__button--next,
.cid-vgHfAsk55U .embla__button--prev {
  display: flex;
}
.cid-vgHfAsk55U .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfAsk55U .embla__button {
    display: none;
  }
}
.cid-vgHfAsk55U .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfAsk55U .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfAsk55U .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfAsk55U .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfAsk55U .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfAsk55U .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfAsk55U .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfAsk55U .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfAsk55U .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfAsk55U .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfAsk55U .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfAsk55U .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfAsk55U .mbr-section-title {
  color: #E33030;
}
.cid-vgHfAsk55U .mbr-section-title,
.cid-vgHfAsk55U .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfAsU8F3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfAsU8F3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfAsU8F3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfAsU8F3 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfAsU8F3 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfAsU8F3 .container {
    padding: 0 25px;
  }
}
.cid-vgHfAsU8F3 .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfAsU8F3 .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfAsU8F3 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfAsU8F3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfAsU8F3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfAsU8F3 .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfAsU8F3 .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfAsU8F3 .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfAsU8F3 .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfAsU8F3 .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfAsU8F3 .embla__button--next,
.cid-vgHfAsU8F3 .embla__button--prev {
  display: flex;
}
.cid-vgHfAsU8F3 .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfAsU8F3 .embla__button {
    display: none;
  }
}
.cid-vgHfAsU8F3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfAsU8F3 .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfAsU8F3 .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfAsU8F3 .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfAsU8F3 .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfAsU8F3 .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfAsU8F3 .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfAsU8F3 .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfAsU8F3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfAsU8F3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfAsU8F3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfAsU8F3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfAsU8F3 .mbr-section-title {
  color: #E33030;
}
.cid-vgHfAsU8F3 .mbr-section-title,
.cid-vgHfAsU8F3 .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfAtuPao {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfAtuPao .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfAtuPao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfAtuPao .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfAtuPao .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfAtuPao .container {
    padding: 0 25px;
  }
}
.cid-vgHfAtuPao .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfAtuPao .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfAtuPao .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfAtuPao .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfAtuPao .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfAtuPao .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfAtuPao .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfAtuPao .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfAtuPao .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfAtuPao .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfAtuPao .embla__button--next,
.cid-vgHfAtuPao .embla__button--prev {
  display: flex;
}
.cid-vgHfAtuPao .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfAtuPao .embla__button {
    display: none;
  }
}
.cid-vgHfAtuPao .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfAtuPao .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfAtuPao .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfAtuPao .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfAtuPao .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfAtuPao .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfAtuPao .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfAtuPao .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfAtuPao .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfAtuPao .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfAtuPao .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfAtuPao .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfAtuPao .mbr-section-title {
  color: #E33030;
}
.cid-vgHfAtuPao .mbr-section-title,
.cid-vgHfAtuPao .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfAu9MhQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfAu9MhQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfAu9MhQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfAu9MhQ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfAu9MhQ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfAu9MhQ .container {
    padding: 0 25px;
  }
}
.cid-vgHfAu9MhQ .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfAu9MhQ .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfAu9MhQ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfAu9MhQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfAu9MhQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfAu9MhQ .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfAu9MhQ .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfAu9MhQ .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfAu9MhQ .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfAu9MhQ .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfAu9MhQ .embla__button--next,
.cid-vgHfAu9MhQ .embla__button--prev {
  display: flex;
}
.cid-vgHfAu9MhQ .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfAu9MhQ .embla__button {
    display: none;
  }
}
.cid-vgHfAu9MhQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfAu9MhQ .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfAu9MhQ .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfAu9MhQ .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfAu9MhQ .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfAu9MhQ .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfAu9MhQ .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfAu9MhQ .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfAu9MhQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfAu9MhQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfAu9MhQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfAu9MhQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfAu9MhQ .mbr-section-title {
  color: #E33030;
}
.cid-vgHfAu9MhQ .mbr-section-title,
.cid-vgHfAu9MhQ .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfAuJGTG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfAuJGTG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfAuJGTG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfAuJGTG .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfAuJGTG .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfAuJGTG .container {
    padding: 0 25px;
  }
}
.cid-vgHfAuJGTG .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfAuJGTG .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfAuJGTG .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfAuJGTG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfAuJGTG .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfAuJGTG .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfAuJGTG .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfAuJGTG .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfAuJGTG .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfAuJGTG .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfAuJGTG .embla__button--next,
.cid-vgHfAuJGTG .embla__button--prev {
  display: flex;
}
.cid-vgHfAuJGTG .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfAuJGTG .embla__button {
    display: none;
  }
}
.cid-vgHfAuJGTG .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfAuJGTG .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfAuJGTG .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfAuJGTG .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfAuJGTG .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfAuJGTG .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfAuJGTG .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfAuJGTG .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfAuJGTG .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfAuJGTG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfAuJGTG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfAuJGTG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfAuJGTG .mbr-section-title {
  color: #E33030;
}
.cid-vgHfAuJGTG .mbr-section-title,
.cid-vgHfAuJGTG .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfAvk5jM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfAvk5jM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfAvk5jM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfAvk5jM .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfAvk5jM .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfAvk5jM .container {
    padding: 0 25px;
  }
}
.cid-vgHfAvk5jM .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfAvk5jM .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfAvk5jM .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfAvk5jM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfAvk5jM .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfAvk5jM .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfAvk5jM .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfAvk5jM .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfAvk5jM .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfAvk5jM .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfAvk5jM .embla__button--next,
.cid-vgHfAvk5jM .embla__button--prev {
  display: flex;
}
.cid-vgHfAvk5jM .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfAvk5jM .embla__button {
    display: none;
  }
}
.cid-vgHfAvk5jM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfAvk5jM .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfAvk5jM .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfAvk5jM .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfAvk5jM .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfAvk5jM .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfAvk5jM .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfAvk5jM .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfAvk5jM .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfAvk5jM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfAvk5jM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfAvk5jM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfAvk5jM .mbr-section-title {
  color: #E33030;
}
.cid-vgHfAvk5jM .mbr-section-title,
.cid-vgHfAvk5jM .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfAvZNMR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfAvZNMR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfAvZNMR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfAvZNMR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfAvZNMR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfAvZNMR .container {
    padding: 0 25px;
  }
}
.cid-vgHfAvZNMR .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfAvZNMR .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfAvZNMR .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfAvZNMR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfAvZNMR .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfAvZNMR .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfAvZNMR .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfAvZNMR .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfAvZNMR .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfAvZNMR .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfAvZNMR .embla__button--next,
.cid-vgHfAvZNMR .embla__button--prev {
  display: flex;
}
.cid-vgHfAvZNMR .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfAvZNMR .embla__button {
    display: none;
  }
}
.cid-vgHfAvZNMR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfAvZNMR .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfAvZNMR .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfAvZNMR .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfAvZNMR .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfAvZNMR .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfAvZNMR .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfAvZNMR .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfAvZNMR .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfAvZNMR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfAvZNMR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfAvZNMR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfAvZNMR .mbr-section-title {
  color: #E33030;
}
.cid-vgHfAvZNMR .mbr-section-title,
.cid-vgHfAvZNMR .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfAwET9u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfAwET9u .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfAwET9u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfAwET9u .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfAwET9u .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfAwET9u .container {
    padding: 0 25px;
  }
}
.cid-vgHfAwET9u .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfAwET9u .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfAwET9u .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfAwET9u .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfAwET9u .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfAwET9u .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfAwET9u .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfAwET9u .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfAwET9u .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfAwET9u .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfAwET9u .embla__button--next,
.cid-vgHfAwET9u .embla__button--prev {
  display: flex;
}
.cid-vgHfAwET9u .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfAwET9u .embla__button {
    display: none;
  }
}
.cid-vgHfAwET9u .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfAwET9u .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfAwET9u .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfAwET9u .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfAwET9u .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfAwET9u .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfAwET9u .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfAwET9u .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfAwET9u .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfAwET9u .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfAwET9u .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfAwET9u .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfAwET9u .mbr-section-title {
  color: #E33030;
}
.cid-vgHfAwET9u .mbr-section-title,
.cid-vgHfAwET9u .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfAxiTYy {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfAxiTYy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfAxiTYy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfAxiTYy .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfAxiTYy .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfAxiTYy .container {
    padding: 0 25px;
  }
}
.cid-vgHfAxiTYy .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfAxiTYy .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfAxiTYy .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfAxiTYy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfAxiTYy .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfAxiTYy .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfAxiTYy .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfAxiTYy .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfAxiTYy .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfAxiTYy .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfAxiTYy .embla__button--next,
.cid-vgHfAxiTYy .embla__button--prev {
  display: flex;
}
.cid-vgHfAxiTYy .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfAxiTYy .embla__button {
    display: none;
  }
}
.cid-vgHfAxiTYy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfAxiTYy .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfAxiTYy .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfAxiTYy .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfAxiTYy .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfAxiTYy .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfAxiTYy .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfAxiTYy .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfAxiTYy .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfAxiTYy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfAxiTYy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfAxiTYy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfAxiTYy .mbr-section-title {
  color: #E33030;
}
.cid-vgHfAxiTYy .mbr-section-title,
.cid-vgHfAxiTYy .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfAxUq1w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfAxUq1w .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfAxUq1w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfAxUq1w .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfAxUq1w .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfAxUq1w .container {
    padding: 0 25px;
  }
}
.cid-vgHfAxUq1w .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfAxUq1w .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfAxUq1w .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfAxUq1w .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfAxUq1w .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfAxUq1w .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfAxUq1w .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfAxUq1w .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfAxUq1w .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfAxUq1w .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfAxUq1w .embla__button--next,
.cid-vgHfAxUq1w .embla__button--prev {
  display: flex;
}
.cid-vgHfAxUq1w .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfAxUq1w .embla__button {
    display: none;
  }
}
.cid-vgHfAxUq1w .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfAxUq1w .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfAxUq1w .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfAxUq1w .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfAxUq1w .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfAxUq1w .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfAxUq1w .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfAxUq1w .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfAxUq1w .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfAxUq1w .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfAxUq1w .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfAxUq1w .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfAxUq1w .mbr-section-title {
  color: #E33030;
}
.cid-vgHfAxUq1w .mbr-section-title,
.cid-vgHfAxUq1w .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfAyxS4K {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfAyxS4K .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfAyxS4K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfAyxS4K .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfAyxS4K .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfAyxS4K .container {
    padding: 0 25px;
  }
}
.cid-vgHfAyxS4K .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfAyxS4K .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfAyxS4K .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfAyxS4K .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfAyxS4K .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfAyxS4K .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfAyxS4K .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfAyxS4K .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfAyxS4K .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfAyxS4K .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfAyxS4K .embla__button--next,
.cid-vgHfAyxS4K .embla__button--prev {
  display: flex;
}
.cid-vgHfAyxS4K .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfAyxS4K .embla__button {
    display: none;
  }
}
.cid-vgHfAyxS4K .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfAyxS4K .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfAyxS4K .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfAyxS4K .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfAyxS4K .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfAyxS4K .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfAyxS4K .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfAyxS4K .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfAyxS4K .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfAyxS4K .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfAyxS4K .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfAyxS4K .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfAyxS4K .mbr-section-title {
  color: #E33030;
}
.cid-vgHfAyxS4K .mbr-section-title,
.cid-vgHfAyxS4K .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfAz9H1r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfAz9H1r .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfAz9H1r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfAz9H1r .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfAz9H1r .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfAz9H1r .container {
    padding: 0 25px;
  }
}
.cid-vgHfAz9H1r .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfAz9H1r .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfAz9H1r .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfAz9H1r .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfAz9H1r .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfAz9H1r .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfAz9H1r .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfAz9H1r .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfAz9H1r .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfAz9H1r .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfAz9H1r .embla__button--next,
.cid-vgHfAz9H1r .embla__button--prev {
  display: flex;
}
.cid-vgHfAz9H1r .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfAz9H1r .embla__button {
    display: none;
  }
}
.cid-vgHfAz9H1r .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfAz9H1r .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfAz9H1r .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfAz9H1r .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfAz9H1r .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfAz9H1r .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfAz9H1r .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfAz9H1r .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfAz9H1r .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfAz9H1r .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfAz9H1r .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfAz9H1r .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfAz9H1r .mbr-section-title {
  color: #E33030;
}
.cid-vgHfAz9H1r .mbr-section-title,
.cid-vgHfAz9H1r .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfAzQX1A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f7f5f0;
}
.cid-vgHfAzQX1A .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfAzQX1A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfAzQX1A .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgHfAzQX1A .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgHfAzQX1A .container {
    padding: 0 25px;
  }
}
.cid-vgHfAzQX1A .title-wrapper {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfAzQX1A .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vgHfAzQX1A .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgHfAzQX1A .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-vgHfAzQX1A .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgHfAzQX1A .embla__slide .card-wrap {
  width: 100%;
}
.cid-vgHfAzQX1A .embla__slide .card-wrap a {
  display: block;
}
.cid-vgHfAzQX1A .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06) translateX(6px);
}
.cid-vgHfAzQX1A .embla__slide .card-wrap a .item-wrapper .image-wrap {
  overflow: hidden;
}
.cid-vgHfAzQX1A .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vgHfAzQX1A .embla__button--next,
.cid-vgHfAzQX1A .embla__button--prev {
  display: flex;
}
.cid-vgHfAzQX1A .embla__button {
  top: -1rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #dcc5b2;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vgHfAzQX1A .embla__button {
    display: none;
  }
}
.cid-vgHfAzQX1A .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgHfAzQX1A .embla__button:hover {
  background: transparent;
  color: #dcc5b2;
  opacity: .7;
}
.cid-vgHfAzQX1A .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vgHfAzQX1A .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vgHfAzQX1A .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vgHfAzQX1A .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfAzQX1A .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
.cid-vgHfAzQX1A .embla {
  position: relative;
  width: 100%;
}
.cid-vgHfAzQX1A .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgHfAzQX1A .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgHfAzQX1A .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgHfAzQX1A .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgHfAzQX1A .mbr-section-title {
  color: #E33030;
}
.cid-vgHfAzQX1A .mbr-section-title,
.cid-vgHfAzQX1A .mbr-section-btn {
  text-align: center;
  color: #4e3b31;
}
.cid-vgHfAAvwnI {
  padding-top: 6rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f5f0;
}
.cid-vgHfAAvwnI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfAAvwnI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfAAvwnI .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vgHfAAvwnI .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfAAvwnI .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-vgHfAAvwnI .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vgHfAAvwnI .container {
    padding: 0 12px;
  }
}
.cid-vgHfAAvwnI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgHfAAvwnI .content-wrapper {
    padding: 0 24px;
  }
}
.cid-vgHfAAvwnI .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vgHfAAvwnI .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-vgHfAAvwnI .mbr-section-title {
  color: #1D1D1F;
}
.cid-vgHfAAvwnI .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-vgHfAAvwnI .mbr-section-title,
.cid-vgHfAAvwnI .mbr-section-btn {
  text-align: center;
}
.cid-vgHfAB4Z8H {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
}
.cid-vgHfAB4Z8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHfAB4Z8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHfAB4Z8H .col-12 {
  align-items: center;
  display: flex;
}
.cid-vgHfAB4Z8H img {
  width: 50px;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-vgHfAB4Z8H img {
    margin: auto;
    padding-top: 1rem;
  }
}
.cid-vgHfAB4Z8H .copyright {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vgHfAB4Z8H .row {
    flex-direction: column-reverse !important;
  }
  .cid-vgHfAB4Z8H .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-vgHfAB4Z8H .row-links {
  width: 100%;
}
.cid-vgHfAB4Z8H .row-links .row-links-soc {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vgHfAB4Z8H .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 992px) {
  .cid-vgHfAB4Z8H .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-vgHfAB4Z8H .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vgHfAB4Z8H .row-links .row-links-soc {
    justify-content: center;
  }
}
