.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 5.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 3.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.05rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.3125rem;
}
.display-5 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 2.25rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.84rem;
    font-size: calc( 1.0175rem + (1.05 - 1.0175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0175rem + (1.05 - 1.0175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #756556 !important;
}
.bg-success {
  background-color: #8c806f !important;
}
.bg-info {
  background-color: #b5aa9c !important;
}
.bg-warning {
  background-color: #c8b69d !important;
}
.bg-danger {
  background-color: #8a5e52 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #756556 !important;
  border-color: #756556 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #433a31 !important;
  border-color: #433a31 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #433a31 !important;
  border-color: #433a31 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2b2723 !important;
  border-color: #2b2723 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #b5aa9c !important;
  border-color: #b5aa9c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #8f7f6b !important;
  border-color: #8f7f6b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #8f7f6b !important;
  border-color: #8f7f6b !important;
}
.btn-success,
.btn-success:active {
  background-color: #8c806f !important;
  border-color: #8c806f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #5c5449 !important;
  border-color: #5c5449 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c5449 !important;
  border-color: #5c5449 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c8b69d !important;
  border-color: #c8b69d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #a98d65 !important;
  border-color: #a98d65 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a98d65 !important;
  border-color: #a98d65 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #8a5e52 !important;
  border-color: #8a5e52 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #543932 !important;
  border-color: #543932 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #543932 !important;
  border-color: #543932 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #756556;
  color: #756556;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #433a31 !important;
  background-color: transparent!important;
  border-color: #433a31 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #756556 !important;
  border-color: #756556 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #2b2723;
  color: #2b2723;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2b2723 !important;
  border-color: #2b2723 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #b5aa9c;
  color: #b5aa9c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #8f7f6b !important;
  background-color: transparent!important;
  border-color: #8f7f6b !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b5aa9c !important;
  border-color: #b5aa9c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #8c806f;
  color: #8c806f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #5c5449 !important;
  background-color: transparent!important;
  border-color: #5c5449 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8c806f !important;
  border-color: #8c806f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #c8b69d;
  color: #c8b69d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a98d65 !important;
  background-color: transparent!important;
  border-color: #a98d65 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c8b69d !important;
  border-color: #c8b69d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #8a5e52;
  color: #8a5e52;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #543932 !important;
  background-color: transparent!important;
  border-color: #543932 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #8a5e52 !important;
  border-color: #8a5e52 !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: #756556 !important;
}
.text-secondary {
  color: #2b2723 !important;
}
.text-success {
  color: #8c806f !important;
}
.text-info {
  color: #b5aa9c !important;
}
.text-warning {
  color: #c8b69d !important;
}
.text-danger {
  color: #8a5e52 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #3a322b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #534c42 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #867865 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a3855c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #4a322c !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: #756556;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b5aa9c;
}
.alert-warning {
  background-color: #c8b69d;
}
.alert-danger {
  background-color: #8a5e52;
}
.mbr-gallery-filter li.active .btn {
  background-color: #756556;
  border-color: #756556;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #756556;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3a598;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c5bfb6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ece9e5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f6f3ef;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c2a299;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.05rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.3125rem;
}
.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: #756556 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.05rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.3125rem;
}
blockquote {
  border-color: #756556;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #756556;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #756556;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #756556;
  border-bottom-color: #756556;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #756556 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #2b2723 !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='%23756556' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vtSLqe64Lv .navbar {
  padding: 0.65rem 0;
  background: #27231f;
  transition: all .25s ease;
  min-height: 86px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-vtSLqe64Lv .navbar-dropdown.bg-color.transparent.opened {
  background: #27231f;
}
.cid-vtSLqe64Lv a {
  font-style: normal;
}
.cid-vtSLqe64Lv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vtSLqe64Lv .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 0 !important;
  margin: 0rem .72rem !important;
  letter-spacing: .07em;
  font-weight: 400;
}
.cid-vtSLqe64Lv .nav-item:focus,
.cid-vtSLqe64Lv .nav-link:focus {
  outline: none;
}
.cid-vtSLqe64Lv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-vtSLqe64Lv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vtSLqe64Lv .menu-logo {
  margin-right: auto;
}
.cid-vtSLqe64Lv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vtSLqe64Lv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vtSLqe64Lv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vtSLqe64Lv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vtSLqe64Lv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vtSLqe64Lv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vtSLqe64Lv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vtSLqe64Lv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vtSLqe64Lv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vtSLqe64Lv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vtSLqe64Lv .dropdown .dropdown-menu {
  background: #27231f;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vtSLqe64Lv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vtSLqe64Lv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtSLqe64Lv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vtSLqe64Lv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtSLqe64Lv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-vtSLqe64Lv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vtSLqe64Lv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vtSLqe64Lv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vtSLqe64Lv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vtSLqe64Lv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vtSLqe64Lv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vtSLqe64Lv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vtSLqe64Lv button.navbar-toggler:focus {
  outline: none;
}
.cid-vtSLqe64Lv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f4efe7;
}
.cid-vtSLqe64Lv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vtSLqe64Lv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vtSLqe64Lv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vtSLqe64Lv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vtSLqe64Lv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtSLqe64Lv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vtSLqe64Lv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vtSLqe64Lv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vtSLqe64Lv .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-vtSLqe64Lv .collapsed .btn {
  display: flex;
}
.cid-vtSLqe64Lv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vtSLqe64Lv .collapsed .navbar-collapse.collapsing,
.cid-vtSLqe64Lv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vtSLqe64Lv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vtSLqe64Lv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vtSLqe64Lv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vtSLqe64Lv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vtSLqe64Lv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vtSLqe64Lv .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vtSLqe64Lv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vtSLqe64Lv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vtSLqe64Lv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vtSLqe64Lv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-vtSLqe64Lv .collapsed button.navbar-toggler {
  display: block;
}
.cid-vtSLqe64Lv .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vtSLqe64Lv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vtSLqe64Lv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-vtSLqe64Lv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vtSLqe64Lv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vtSLqe64Lv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-vtSLqe64Lv .navbar-expand {
    flex-direction: column;
  }
  .cid-vtSLqe64Lv img {
    height: 3.8rem !important;
  }
  .cid-vtSLqe64Lv .btn {
    display: flex;
  }
  .cid-vtSLqe64Lv button.navbar-toggler {
    display: block;
  }
  .cid-vtSLqe64Lv .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vtSLqe64Lv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vtSLqe64Lv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vtSLqe64Lv .navbar-collapse.collapsing,
  .cid-vtSLqe64Lv .navbar-collapse.show {
    display: block !important;
  }
  .cid-vtSLqe64Lv .navbar-collapse.collapsing .navbar-nav,
  .cid-vtSLqe64Lv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vtSLqe64Lv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vtSLqe64Lv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vtSLqe64Lv .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vtSLqe64Lv .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vtSLqe64Lv .navbar-collapse.collapsing .navbar-buttons,
  .cid-vtSLqe64Lv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vtSLqe64Lv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vtSLqe64Lv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vtSLqe64Lv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-vtSLqe64Lv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vtSLqe64Lv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vtSLqe64Lv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-vtSLqe64Lv .menu-logo {
    flex-shrink: 0;
  }
}
.cid-vtSLqe64Lv .navbar-collapse {
  flex-basis: auto;
}
.cid-vtSLqe64Lv .dropdown-menu {
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: .6rem;
  background: #27231f;
}
.cid-vtSLqe64Lv .dropdown-item {
  padding: .65rem .9rem;
  font-size: 1rem;
}
.cid-vtSLqe64Lv .navbar-logo img {
  object-fit: contain;
  max-height: 76px;
}
.cid-t4Xv25DTzt {
  display: flex;
  background-image: url("../../../assets/images/topciment-sttandard-microbase-oscura-1920x1080.webp");
}
.cid-t4Xv25DTzt .mbr-overlay {
  background-color: #221f1c;
  opacity: 0.5;
}
.cid-t4Xv25DTzt .content-wrap {
  padding: 6rem 2rem 5.5rem;
  max-width: 900px;
  border-left: 2px solid rgba(255, 255, 255, 0.65);
}
@media (min-width: 768px) {
  .cid-t4Xv25DTzt {
    align-items: flex-end;
  }
  .cid-t4Xv25DTzt .row {
    justify-content: flex-start;
  }
  .cid-t4Xv25DTzt .content-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t4Xv25DTzt .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-t4Xv25DTzt {
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .cid-t4Xv25DTzt .mbr-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-t4Xv25DTzt .content-wrap {
    width: 100%;
    padding: 3rem 1.2rem 3.5rem;
    border-left: 1px solid rgba(255, 255, 255, 0.55);
  }
}
.cid-t4Xv25DTzt .mbr-section-title {
  text-align: left;
  color: #f7f3ed;
  letter-spacing: -0.015em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.18);
}
.cid-t4Xv25DTzt .mbr-text,
.cid-t4Xv25DTzt .mbr-section-btn {
  text-align: left;
  color: #f2ede6;
}
.cid-t4XppaSAVQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f1eb;
}
.cid-t4XppaSAVQ .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.2rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid rgba(43, 39, 35, 0.12);
}
.cid-t4XppaSAVQ .icon-box {
  background: #efe9e1;
  width: 46px;
  min-width: 46px;
  height: 46px;
  border-radius: 0;
  margin-right: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t4XppaSAVQ .mbr-iconfont {
  font-size: 1.35rem;
  color: #756556;
}
@media (max-width: 991px) {
  .cid-t4XppaSAVQ .card {
    margin-bottom: 2rem;
  }
  .cid-t4XppaSAVQ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t4XppaSAVQ .card-title,
.cid-t4XppaSAVQ .card-box {
  color: #2b2723;
  text-align: left;
}
.cid-t4XppaSAVQ .icon-title {
  color: #756556;
  letter-spacing: .04em;
}
.cid-t4XppaSAVQ .icon-text {
  color: #4d4843;
  line-height: 1.7;
}
.cid-t4UM42X0aH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t4UM42X0aH .card-wrapper {
  background: #f4f0ea;
  border-radius: 0;
  border: 1px solid rgba(43, 39, 35, 0.1);
  box-shadow: 0 20px 60px rgba(36, 31, 27, 0.06);
}
@media (max-width: 767px) {
  .cid-t4UM42X0aH .card-wrapper {
    padding: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t4UM42X0aH .card-wrapper {
    padding: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-t4UM42X0aH .card-wrapper {
    padding: 4.5rem 5rem;
  }
}
.cid-t4UM42X0aH .mbr-text,
.cid-t4UM42X0aH .mbr-section-btn {
  color: #4d4843;
  line-height: 1.75;
  text-align: left;
}
.cid-t4UM42X0aH .card-title,
.cid-t4UM42X0aH .card-box {
  text-align: left;
  color: #2b2723;
}
.cid-t4XrtCBOSS {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t4XrtCBOSS .item {
  padding-bottom: 2rem;
}
.cid-t4XrtCBOSS .item-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #eee8e0;
}
.cid-t4XrtCBOSS .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t4XrtCBOSS .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t4XrtCBOSS .item-wrapper:hover .icon-wrapper {
  opacity: 0.6;
}
.cid-t4XrtCBOSS .item-wrapper:hover img {
  transform: scale(1.025);
}
.cid-t4XrtCBOSS .item-wrapper img {
  transition: transform .55s ease;
  display: block;
}
.cid-t4XrtCBOSS .carousel-control,
.cid-t4XrtCBOSS .close {
  background: #1b1b1b;
}
.cid-t4XrtCBOSS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t4XrtCBOSS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t4XrtCBOSS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t4XrtCBOSS .carousel-control-next span {
  margin-left: 5px;
}
.cid-t4XrtCBOSS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t4XrtCBOSS .close::before {
  content: '\e91a';
}
.cid-t4XrtCBOSS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t4XrtCBOSS .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t4XrtCBOSS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4XrtCBOSS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t4XrtCBOSS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t4XrtCBOSS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t4XrtCBOSS .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t4XrtCBOSS .carousel-indicators li.active,
.cid-t4XrtCBOSS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t4XrtCBOSS .carousel-indicators li::after,
.cid-t4XrtCBOSS .carousel-indicators li::before {
  content: none;
}
.cid-t4XrtCBOSS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t4XrtCBOSS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t4XrtCBOSS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t4XrtCBOSS .carousel-indicators {
    display: none;
  }
}
.cid-t4XrtCBOSS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t4XrtCBOSS .carousel-inner > .active {
  display: block;
}
.cid-t4XrtCBOSS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4XrtCBOSS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t4XrtCBOSS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t4XrtCBOSS .carousel-control,
  .cid-t4XrtCBOSS .carousel-indicators,
  .cid-t4XrtCBOSS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t4XrtCBOSS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t4XrtCBOSS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t4XrtCBOSS .carousel-indicators .active,
.cid-t4XrtCBOSS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t4XrtCBOSS .carousel-indicators .active {
  background: #fff;
}
.cid-t4XrtCBOSS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t4XrtCBOSS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t4XrtCBOSS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t4XrtCBOSS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t4XrtCBOSS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t4XrtCBOSS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t4XrtCBOSS .carousel {
  width: 100%;
}
.cid-t4XrtCBOSS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t4XrtCBOSS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t4XrtCBOSS .modal.fade .modal-dialog,
.cid-t4XrtCBOSS .modal.in .modal-dialog {
  transform: none;
}
.cid-t4XrtCBOSS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t4XrtCBOSS H6 {
  text-align: center;
}
.cid-t4XrtCBOSS .item {
  padding-bottom: 2rem;
}
.cid-t4XrtCBOSS .mbr-gallery-title {
  font-family: Tenor Sans;
  color: #2b2723;
}
.cid-t4XrtCBOSS .mbr-gallery-subtitle {
  color: #6e675f;
}
.cid-t4XzXXTu0H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f1eb;
}
.cid-t4XzXXTu0H .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.2rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid rgba(43, 39, 35, 0.12);
}
.cid-t4XzXXTu0H .icon-box {
  background: #efe9e1;
  width: 46px;
  min-width: 46px;
  height: 46px;
  border-radius: 0;
  margin-right: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t4XzXXTu0H .mbr-iconfont {
  font-size: 1.35rem;
  color: #756556;
}
@media (max-width: 991px) {
  .cid-t4XzXXTu0H .card {
    margin-bottom: 2rem;
  }
  .cid-t4XzXXTu0H .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t4XzXXTu0H .card-title,
.cid-t4XzXXTu0H .card-box {
  color: #2b2723;
  text-align: left;
}
.cid-t4XzXXTu0H .icon-title {
  color: #756556;
  letter-spacing: .04em;
}
.cid-t4XzXXTu0H .icon-text {
  color: #4d4843;
  line-height: 1.7;
}
.cid-t4ULGTOMQa {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t4ULGTOMQa .card-wrapper {
  background: #f4f0ea;
  border-radius: 0;
  border: 1px solid rgba(43, 39, 35, 0.1);
  box-shadow: 0 20px 60px rgba(36, 31, 27, 0.06);
}
@media (max-width: 767px) {
  .cid-t4ULGTOMQa .card-wrapper {
    padding: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t4ULGTOMQa .card-wrapper {
    padding: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-t4ULGTOMQa .card-wrapper {
    padding: 4.5rem 5rem;
  }
}
.cid-t4ULGTOMQa .mbr-text,
.cid-t4ULGTOMQa .mbr-section-btn {
  color: #4d4843;
  line-height: 1.75;
  text-align: left;
}
.cid-t4ULGTOMQa .card-title,
.cid-t4ULGTOMQa .card-box {
  text-align: left;
  color: #2b2723;
}
.cid-t4XxyMwGzo {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4XxyMwGzo .item {
  padding-bottom: 2rem;
}
.cid-t4XxyMwGzo .item-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #eee8e0;
}
.cid-t4XxyMwGzo .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t4XxyMwGzo .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t4XxyMwGzo .item-wrapper:hover .icon-wrapper {
  opacity: 0.6;
}
.cid-t4XxyMwGzo .item-wrapper:hover img {
  transform: scale(1.025);
}
.cid-t4XxyMwGzo .item-wrapper img {
  transition: transform .55s ease;
  display: block;
}
.cid-t4XxyMwGzo .carousel-control,
.cid-t4XxyMwGzo .close {
  background: #1b1b1b;
}
.cid-t4XxyMwGzo .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t4XxyMwGzo .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t4XxyMwGzo .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t4XxyMwGzo .carousel-control-next span {
  margin-left: 5px;
}
.cid-t4XxyMwGzo .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t4XxyMwGzo .close::before {
  content: '\e91a';
}
.cid-t4XxyMwGzo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t4XxyMwGzo .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t4XxyMwGzo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4XxyMwGzo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t4XxyMwGzo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t4XxyMwGzo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t4XxyMwGzo .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t4XxyMwGzo .carousel-indicators li.active,
.cid-t4XxyMwGzo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t4XxyMwGzo .carousel-indicators li::after,
.cid-t4XxyMwGzo .carousel-indicators li::before {
  content: none;
}
.cid-t4XxyMwGzo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t4XxyMwGzo .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t4XxyMwGzo .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t4XxyMwGzo .carousel-indicators {
    display: none;
  }
}
.cid-t4XxyMwGzo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t4XxyMwGzo .carousel-inner > .active {
  display: block;
}
.cid-t4XxyMwGzo .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4XxyMwGzo .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t4XxyMwGzo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t4XxyMwGzo .carousel-control,
  .cid-t4XxyMwGzo .carousel-indicators,
  .cid-t4XxyMwGzo .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t4XxyMwGzo .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t4XxyMwGzo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t4XxyMwGzo .carousel-indicators .active,
.cid-t4XxyMwGzo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t4XxyMwGzo .carousel-indicators .active {
  background: #fff;
}
.cid-t4XxyMwGzo .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t4XxyMwGzo .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t4XxyMwGzo .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t4XxyMwGzo .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t4XxyMwGzo .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t4XxyMwGzo .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t4XxyMwGzo .carousel {
  width: 100%;
}
.cid-t4XxyMwGzo .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t4XxyMwGzo .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t4XxyMwGzo .modal.fade .modal-dialog,
.cid-t4XxyMwGzo .modal.in .modal-dialog {
  transform: none;
}
.cid-t4XxyMwGzo .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t4XxyMwGzo H6 {
  text-align: center;
}
.cid-t4XxyMwGzo .item {
  padding-bottom: 2rem;
}
.cid-t4XxyMwGzo .mbr-gallery-title {
  font-family: Tenor Sans;
  color: #2b2723;
}
.cid-t4XxyMwGzo .mbr-gallery-subtitle {
  color: #6e675f;
}
.cid-t4YF7B2k2U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4YF7B2k2U .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-t4YF7B2k2U .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-t4YF7B2k2U .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t4YF7B2k2U .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t4YF7B2k2U .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4YF7B2k2U .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-t4YF7B2k2U .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-t4YF7B2k2U .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t4YF7B2k2U .card-wrapper {
  padding: 2rem;
  border: 1px solid rgba(43, 39, 35, 0.12);
  height: 100%;
  background: #f7f4ef;
}
.cid-t4YF7B2k2U .card-title {
  color: #2b2723;
  text-align: left;
}
.cid-t4YF7B2k2U .mbr-text {
  color: #59524b;
  line-height: 1.7;
}
.cid-v1frZgBEeW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-v1frZgBEeW .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v1frZgBEeW .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v1frZgBEeW .mbr-text {
    text-align: center;
  }
}
.cid-v1frZgBEeW H1 {
  color: #232323;
  text-align: left;
}
.cid-v1frZgBEeW .mbr-text,
.cid-v1frZgBEeW .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-v1frZgBEeW H3 {
  color: #767676;
  text-align: left;
}
.cid-v1frZgBEeW .mbr-section-title {
  text-align: left;
  letter-spacing: -0.01em;
}
.cid-v1frZgBEeW H2 {
  color: #232323;
}
.cid-t4UMAh2ZQE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t4UMAh2ZQE .card-wrapper {
  background: #f4f0ea;
  border-radius: 0;
  border: 1px solid rgba(43, 39, 35, 0.1);
  box-shadow: 0 20px 60px rgba(36, 31, 27, 0.06);
}
@media (max-width: 767px) {
  .cid-t4UMAh2ZQE .card-wrapper {
    padding: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t4UMAh2ZQE .card-wrapper {
    padding: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-t4UMAh2ZQE .card-wrapper {
    padding: 4.5rem 5rem;
  }
}
.cid-t4UMAh2ZQE .mbr-text,
.cid-t4UMAh2ZQE .mbr-section-btn {
  color: #4d4843;
  line-height: 1.75;
  text-align: left;
}
.cid-t4UMAh2ZQE .card-title,
.cid-t4UMAh2ZQE .card-box {
  text-align: left;
  color: #2b2723;
}
.cid-t4YGiVXQLE {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4YGiVXQLE .item {
  padding-bottom: 2rem;
}
.cid-t4YGiVXQLE .item-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #eee8e0;
}
.cid-t4YGiVXQLE .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t4YGiVXQLE .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t4YGiVXQLE .item-wrapper:hover .icon-wrapper {
  opacity: 0.6;
}
.cid-t4YGiVXQLE .item-wrapper:hover img {
  transform: scale(1.025);
}
.cid-t4YGiVXQLE .item-wrapper img {
  transition: transform .55s ease;
  display: block;
}
.cid-t4YGiVXQLE .carousel-control,
.cid-t4YGiVXQLE .close {
  background: #1b1b1b;
}
.cid-t4YGiVXQLE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t4YGiVXQLE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t4YGiVXQLE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t4YGiVXQLE .carousel-control-next span {
  margin-left: 5px;
}
.cid-t4YGiVXQLE .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t4YGiVXQLE .close::before {
  content: '\e91a';
}
.cid-t4YGiVXQLE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t4YGiVXQLE .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t4YGiVXQLE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4YGiVXQLE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t4YGiVXQLE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t4YGiVXQLE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t4YGiVXQLE .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t4YGiVXQLE .carousel-indicators li.active,
.cid-t4YGiVXQLE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t4YGiVXQLE .carousel-indicators li::after,
.cid-t4YGiVXQLE .carousel-indicators li::before {
  content: none;
}
.cid-t4YGiVXQLE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t4YGiVXQLE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t4YGiVXQLE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t4YGiVXQLE .carousel-indicators {
    display: none;
  }
}
.cid-t4YGiVXQLE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t4YGiVXQLE .carousel-inner > .active {
  display: block;
}
.cid-t4YGiVXQLE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4YGiVXQLE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t4YGiVXQLE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t4YGiVXQLE .carousel-control,
  .cid-t4YGiVXQLE .carousel-indicators,
  .cid-t4YGiVXQLE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t4YGiVXQLE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t4YGiVXQLE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t4YGiVXQLE .carousel-indicators .active,
.cid-t4YGiVXQLE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t4YGiVXQLE .carousel-indicators .active {
  background: #fff;
}
.cid-t4YGiVXQLE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t4YGiVXQLE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t4YGiVXQLE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t4YGiVXQLE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t4YGiVXQLE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t4YGiVXQLE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t4YGiVXQLE .carousel {
  width: 100%;
}
.cid-t4YGiVXQLE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t4YGiVXQLE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t4YGiVXQLE .modal.fade .modal-dialog,
.cid-t4YGiVXQLE .modal.in .modal-dialog {
  transform: none;
}
.cid-t4YGiVXQLE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t4YGiVXQLE H6 {
  text-align: center;
}
.cid-t4YGiVXQLE .item {
  padding-bottom: 2rem;
}
.cid-t4YGiVXQLE .mbr-gallery-title {
  font-family: Tenor Sans;
  color: #2b2723;
}
.cid-t4YGiVXQLE .mbr-gallery-subtitle {
  color: #6e675f;
}
.cid-t4YMJxQa0t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f1eb;
}
.cid-t4YMJxQa0t .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.2rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid rgba(43, 39, 35, 0.12);
}
.cid-t4YMJxQa0t .icon-box {
  background: #efe9e1;
  width: 46px;
  min-width: 46px;
  height: 46px;
  border-radius: 0;
  margin-right: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t4YMJxQa0t .mbr-iconfont {
  font-size: 1.35rem;
  color: #756556;
}
@media (max-width: 991px) {
  .cid-t4YMJxQa0t .card {
    margin-bottom: 2rem;
  }
  .cid-t4YMJxQa0t .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t4YMJxQa0t .icon-title {
  color: #756556;
  letter-spacing: .04em;
}
.cid-t4YMJxQa0t .card-title,
.cid-t4YMJxQa0t .card-box {
  color: #2b2723;
  text-align: left;
}
.cid-t4YMJxQa0t .icon-text {
  color: #4d4843;
  line-height: 1.7;
}
.cid-t50fAwVaNx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t50fAwVaNx .card-wrapper {
  background: #f4f0ea;
  border-radius: 0;
  border: 1px solid rgba(43, 39, 35, 0.1);
  box-shadow: 0 20px 60px rgba(36, 31, 27, 0.06);
}
@media (max-width: 767px) {
  .cid-t50fAwVaNx .card-wrapper {
    padding: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t50fAwVaNx .card-wrapper {
    padding: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-t50fAwVaNx .card-wrapper {
    padding: 4.5rem 5rem;
  }
}
.cid-t50fAwVaNx .mbr-text,
.cid-t50fAwVaNx .mbr-section-btn {
  color: #4d4843;
  line-height: 1.75;
  text-align: left;
}
.cid-t50fAwVaNx .card-title,
.cid-t50fAwVaNx .card-box {
  text-align: left;
  color: #2b2723;
}
.cid-t4YXQ3OTjG {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4YXQ3OTjG .item {
  padding-bottom: 2rem;
}
.cid-t4YXQ3OTjG .item-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #eee8e0;
}
.cid-t4YXQ3OTjG .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t4YXQ3OTjG .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t4YXQ3OTjG .item-wrapper:hover .icon-wrapper {
  opacity: 0.6;
}
.cid-t4YXQ3OTjG .item-wrapper:hover img {
  transform: scale(1.025);
}
.cid-t4YXQ3OTjG .item-wrapper img {
  transition: transform .55s ease;
  display: block;
}
.cid-t4YXQ3OTjG .carousel-control,
.cid-t4YXQ3OTjG .close {
  background: #1b1b1b;
}
.cid-t4YXQ3OTjG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t4YXQ3OTjG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t4YXQ3OTjG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t4YXQ3OTjG .carousel-control-next span {
  margin-left: 5px;
}
.cid-t4YXQ3OTjG .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t4YXQ3OTjG .close::before {
  content: '\e91a';
}
.cid-t4YXQ3OTjG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t4YXQ3OTjG .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t4YXQ3OTjG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4YXQ3OTjG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t4YXQ3OTjG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t4YXQ3OTjG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t4YXQ3OTjG .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t4YXQ3OTjG .carousel-indicators li.active,
.cid-t4YXQ3OTjG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t4YXQ3OTjG .carousel-indicators li::after,
.cid-t4YXQ3OTjG .carousel-indicators li::before {
  content: none;
}
.cid-t4YXQ3OTjG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t4YXQ3OTjG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t4YXQ3OTjG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t4YXQ3OTjG .carousel-indicators {
    display: none;
  }
}
.cid-t4YXQ3OTjG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t4YXQ3OTjG .carousel-inner > .active {
  display: block;
}
.cid-t4YXQ3OTjG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4YXQ3OTjG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t4YXQ3OTjG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t4YXQ3OTjG .carousel-control,
  .cid-t4YXQ3OTjG .carousel-indicators,
  .cid-t4YXQ3OTjG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t4YXQ3OTjG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t4YXQ3OTjG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t4YXQ3OTjG .carousel-indicators .active,
.cid-t4YXQ3OTjG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t4YXQ3OTjG .carousel-indicators .active {
  background: #fff;
}
.cid-t4YXQ3OTjG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t4YXQ3OTjG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t4YXQ3OTjG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t4YXQ3OTjG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t4YXQ3OTjG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t4YXQ3OTjG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t4YXQ3OTjG .carousel {
  width: 100%;
}
.cid-t4YXQ3OTjG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t4YXQ3OTjG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t4YXQ3OTjG .modal.fade .modal-dialog,
.cid-t4YXQ3OTjG .modal.in .modal-dialog {
  transform: none;
}
.cid-t4YXQ3OTjG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t4YXQ3OTjG H6 {
  text-align: center;
}
.cid-t4YXQ3OTjG .item {
  padding-bottom: 2rem;
}
.cid-t4YXQ3OTjG .mbr-gallery-title {
  font-family: Tenor Sans;
  color: #2b2723;
}
.cid-t4YXQ3OTjG .mbr-gallery-subtitle {
  color: #6e675f;
}
.cid-u4A6YqKDdz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #6ec7f2;
}
.cid-u4A6YqKDdz .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u4A6YqKDdz .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4A6YqKDdz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-u4A6YqKDdz .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-u4A6YqKDdz .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4A6YqKDdz .mbr-section-title {
  text-align: left;
  letter-spacing: -0.01em;
}
.cid-u4A6YqKDdz .mbr-text,
.cid-u4A6YqKDdz .mbr-section-btn {
  text-align: left;
}
.cid-v1ijE9qrXY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #6ec7f2;
}
.cid-v1ijE9qrXY .card-wrapper {
  background: #f4f0ea;
  border-radius: 0;
  border: 1px solid rgba(43, 39, 35, 0.1);
  box-shadow: 0 20px 60px rgba(36, 31, 27, 0.06);
}
@media (max-width: 767px) {
  .cid-v1ijE9qrXY .card-wrapper {
    padding: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v1ijE9qrXY .card-wrapper {
    padding: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-v1ijE9qrXY .card-wrapper {
    padding: 4.5rem 5rem;
  }
}
.cid-v1ijE9qrXY .mbr-text,
.cid-v1ijE9qrXY .mbr-section-btn {
  color: #4d4843;
  line-height: 1.75;
  text-align: left;
}
.cid-v1ijE9qrXY .card-title,
.cid-v1ijE9qrXY .card-box {
  text-align: left;
  color: #2b2723;
}
.cid-t5i4PUBYgZ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t5i4PUBYgZ img,
.cid-t5i4PUBYgZ .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t5i4PUBYgZ .item:focus,
.cid-t5i4PUBYgZ span:focus {
  outline: none;
}
.cid-t5i4PUBYgZ .item {
  padding-bottom: 2rem;
}
.cid-t5i4PUBYgZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #eee8e0;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-t5i4PUBYgZ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t5i4PUBYgZ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t5i4PUBYgZ .item-wrapper img {
  transition: transform .55s ease;
  display: block;
}
.cid-t5i4PUBYgZ .item-wrapper:hover .icon-wrapper {
  opacity: 0.6;
}
.cid-t5i4PUBYgZ .item-wrapper:hover img {
  transform: scale(1.025);
}
.cid-t5i4PUBYgZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t5i4PUBYgZ .mbr-section-title {
  color: #232323;
}
.cid-t5i4PUBYgZ .mbr-text,
.cid-t5i4PUBYgZ .mbr-section-btn {
  text-align: left;
}
.cid-t5i4PUBYgZ .item-title {
  text-align: left;
}
.cid-t5i4PUBYgZ .item-subtitle {
  text-align: center;
}
.cid-t5i4PUBYgZ .mbr-gallery-title {
  font-family: Tenor Sans;
  color: #2b2723;
}
.cid-t5i4PUBYgZ .mbr-gallery-subtitle {
  color: #6e675f;
}
.cid-t53cLEBJ3J {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t53cLEBJ3J .card-wrapper {
  background: #f4f0ea;
  border-radius: 0;
  border: 1px solid rgba(43, 39, 35, 0.1);
  box-shadow: 0 20px 60px rgba(36, 31, 27, 0.06);
}
@media (max-width: 767px) {
  .cid-t53cLEBJ3J .card-wrapper {
    padding: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t53cLEBJ3J .card-wrapper {
    padding: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-t53cLEBJ3J .card-wrapper {
    padding: 4.5rem 5rem;
  }
}
.cid-t53cLEBJ3J .mbr-text,
.cid-t53cLEBJ3J .mbr-section-btn {
  color: #4d4843;
  line-height: 1.75;
  text-align: left;
}
.cid-t53cLEBJ3J .card-title,
.cid-t53cLEBJ3J .card-box {
  text-align: left;
  color: #2b2723;
}
.cid-ut6REymIln {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ut6REymIln .card-wrapper {
  background: #f4f0ea;
  border-radius: 0;
  border: 1px solid rgba(43, 39, 35, 0.1);
  box-shadow: 0 20px 60px rgba(36, 31, 27, 0.06);
}
@media (max-width: 767px) {
  .cid-ut6REymIln .card-wrapper {
    padding: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ut6REymIln .card-wrapper {
    padding: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ut6REymIln .card-wrapper {
    padding: 4.5rem 5rem;
  }
}
.cid-ut6REymIln .mbr-text,
.cid-ut6REymIln .mbr-section-btn {
  color: #4d4843;
  line-height: 1.75;
  text-align: left;
}
.cid-ut6REymIln .card-title,
.cid-ut6REymIln .card-box {
  text-align: left;
  color: #2b2723;
}
.cid-ut6R6U550g {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-ut6R6U550g .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ut6R6U550g .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ut6R6U550g .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ut6R6U550g .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ut6R6U550g .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ut6R6U550g .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ut6R6U550g .mbr-gallery-item > div:hover:before {
  opacity: 1 !important;
}
.cid-ut6R6U550g .mbr-gallery-title {
  font-family: Tenor Sans;
  color: #2b2723;
}
.cid-ut6R6U550g .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-ut6R6U550g .item-wrapper {
  overflow: hidden;
  background: #eee8e0;
}
.cid-ut6R6U550g .item-wrapper img {
  transition: transform .55s ease;
  display: block;
}
.cid-ut6R6U550g .item-wrapper:hover .icon-wrapper {
  opacity: 0.6;
}
.cid-ut6R6U550g .item-wrapper:hover img {
  transform: scale(1.025);
}
.cid-ut6R6U550g .item {
  padding-bottom: 2rem;
}
.cid-ut6R6U550g .mbr-gallery-subtitle {
  color: #6e675f;
}
.cid-ut6R6U550g .mbr-gallery-filter ul li {
  border-radius: 0;
  letter-spacing: .06em;
  padding: .55rem 1rem;
}
.cid-ut6S05W85E {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ut6S05W85E .card-wrapper {
  background: #f4f0ea;
  border-radius: 0;
  border: 1px solid rgba(43, 39, 35, 0.1);
  box-shadow: 0 20px 60px rgba(36, 31, 27, 0.06);
}
@media (max-width: 767px) {
  .cid-ut6S05W85E .card-wrapper {
    padding: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ut6S05W85E .card-wrapper {
    padding: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ut6S05W85E .card-wrapper {
    padding: 4.5rem 5rem;
  }
}
.cid-ut6S05W85E .mbr-text,
.cid-ut6S05W85E .mbr-section-btn {
  color: #4d4843;
  line-height: 1.75;
  text-align: left;
}
.cid-ut6S05W85E .card-title,
.cid-ut6S05W85E .card-box {
  text-align: left;
  color: #2b2723;
}
.cid-ut6R8E1oSj {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-ut6R8E1oSj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ut6R8E1oSj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ut6R8E1oSj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ut6R8E1oSj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ut6R8E1oSj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ut6R8E1oSj .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ut6R8E1oSj .mbr-gallery-item > div:hover:before {
  opacity: 1 !important;
}
.cid-ut6R8E1oSj .mbr-gallery-title {
  font-family: Tenor Sans;
  color: #2b2723;
}
.cid-ut6R8E1oSj .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-ut6R8E1oSj .item-wrapper {
  overflow: hidden;
  background: #eee8e0;
}
.cid-ut6R8E1oSj .item-wrapper img {
  transition: transform .55s ease;
  display: block;
}
.cid-ut6R8E1oSj .item-wrapper:hover .icon-wrapper {
  opacity: 0.6;
}
.cid-ut6R8E1oSj .item-wrapper:hover img {
  transform: scale(1.025);
}
.cid-ut6R8E1oSj .item {
  padding-bottom: 2rem;
}
.cid-ut6R8E1oSj .mbr-gallery-subtitle {
  color: #6e675f;
}
.cid-ut6R8E1oSj .mbr-gallery-filter ul li {
  border-radius: 0;
  letter-spacing: .06em;
  padding: .55rem 1rem;
}
.cid-t4UT6aBXeD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4UT6aBXeD .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-t4UT6aBXeD .card-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
  border-radius: 0;
  background: #f4f0ea;
  border: 1px solid rgba(43, 39, 35, 0.1);
  height: 100%;
}
@media (max-width: 991px) {
  .cid-t4UT6aBXeD .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-t4UT6aBXeD .card-wrapper {
    padding: 2.4rem 2.8rem;
  }
}
.cid-t4UT6aBXeD .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #756556;
}
.cid-t4UT6aBXeD .card-title {
  text-align: left;
  color: #2b2723;
}
.cid-t4UT6aBXeD .mbr-text {
  color: #5b554e;
  line-height: 1.65;
}
.cid-t50svhaKgS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eee8e0;
}
.cid-t50svhaKgS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-t50svhaKgS form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-t50svhaKgS form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
  border-radius: 0;
  padding: 1rem 1.4rem;
}
.cid-t50svhaKgS .form-control {
  border-radius: 0;
  border: 1px solid rgba(43, 39, 35, 0.2);
  background: rgba(255, 255, 255, 0.78);
  min-height: 54px;
  font-size: 1.05rem;
  padding: .9rem 1rem;
}
.cid-t50svhaKgS .mbr-section-title {
  color: #2b2723;
}
.cid-t4Z4MeYeOF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background5.webp");
  overflow: hidden;
}
.cid-t4Z4MeYeOF .mbr-text {
  font-size: 1rem;
  letter-spacing: .03em;
  line-height: 1.7;
}
