.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: Instrument Sans;
}
.display-1 {
  font-family: 'Marcellus', serif;
  font-size: 3rem;
  line-height: 1.15;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Marcellus', serif;
  font-size: 1.8rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-4 {
  font-family: 'Marcellus', serif;
  font-size: 0.8rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Marcellus', serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #990e18 !important;
}
.bg-success {
  background-color: #c79823 !important;
}
.bg-info {
  background-color: #fbfaf9 !important;
}
.bg-warning {
  background-color: #990e18 !important;
}
.bg-danger {
  background-color: #313245 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #990e18 !important;
  border-color: #990e18 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #c8121f !important;
  border-color: #c8121f !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c8121f !important;
  border-color: #c8121f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0c7da7 !important;
  border-color: #0c7da7 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #0fa1d7 !important;
  border-color: #0fa1d7 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0fa1d7 !important;
  border-color: #0fa1d7 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fbfaf9 !important;
  border-color: #fbfaf9 !important;
  color: #937a62 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #937a62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #c79823 !important;
  border-color: #c79823 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ddb040 !important;
  border-color: #ddb040 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ddb040 !important;
  border-color: #ddb040 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #990e18 !important;
  border-color: #990e18 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c8121f !important;
  border-color: #c8121f !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c8121f !important;
  border-color: #c8121f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #313245 !important;
  border-color: #313245 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #464863 !important;
  border-color: #464863 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #464863 !important;
  border-color: #464863 !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: #990e18;
  color: #990e18;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4a070c !important;
  background-color: transparent !important;
  border-color: #4a070c !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #990e18 !important;
  border-color: #990e18 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0c7da7;
  color: #0c7da7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #064056 !important;
  background-color: transparent !important;
  border-color: #064056 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0c7da7 !important;
  border-color: #0c7da7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fbfaf9;
  color: #fbfaf9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d8cfc5 !important;
  background-color: transparent !important;
  border-color: #d8cfc5 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #937a62 !important;
  background-color: #fbfaf9 !important;
  border-color: #fbfaf9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #c79823;
  color: #c79823;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #7d6016 !important;
  background-color: transparent !important;
  border-color: #7d6016 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c79823 !important;
  border-color: #c79823 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #990e18;
  color: #990e18;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4a070c !important;
  background-color: transparent !important;
  border-color: #4a070c !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #990e18 !important;
  border-color: #990e18 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #313245;
  color: #313245;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0d0d12 !important;
  background-color: transparent !important;
  border-color: #0d0d12 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #313245 !important;
  border-color: #313245 !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: #990e18 !important;
}
.text-secondary {
  color: #0c7da7 !important;
}
.text-success {
  color: #c79823 !important;
}
.text-info {
  color: #fbfaf9 !important;
}
.text-warning {
  color: #990e18 !important;
}
.text-danger {
  color: #313245 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #3c0509 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #053648 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #705614 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #d2c7bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #3c0509 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #070709 !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: #990e18;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fbfaf9;
}
.alert-warning {
  background-color: #990e18;
}
.alert-danger {
  background-color: #313245;
}
.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: #990e18;
  border-color: #990e18;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #990e18;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ed3a46;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e9cb81;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ed3a46;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a0a1bc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #990e18 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #990e18;
}
/* 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: #990e18;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #990e18;
}
.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: #990e18;
  border-bottom-color: #990e18;
}
.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: #990e18 !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: #0c7da7 !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='%23990e18' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 20px 24px;
  border-radius: 4px !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
  transform: scale(1.1);
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(135deg);
  transition: all 0.5s ease-in-out;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  transform: rotate(-45deg);
}
img {
  border-radius: .5rem !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-ug2WR3anui .nav-item:focus,
.cid-ug2WR3anui .nav-link:focus {
  outline: none;
}
.cid-ug2WR3anui .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #474a48;
  background: none;
}
.cid-ug2WR3anui .navbar.opened {
  transition: all .3s;
  background: #474a48 !important;
}
.cid-ug2WR3anui .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-ug2WR3anui .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ug2WR3anui .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ug2WR3anui .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ug2WR3anui .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ug2WR3anui .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ug2WR3anui .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ug2WR3anui .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ug2WR3anui .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ug2WR3anui .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ug2WR3anui .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ug2WR3anui .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ug2WR3anui .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ug2WR3anui .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ug2WR3anui .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ug2WR3anui .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ug2WR3anui .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ug2WR3anui .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ug2WR3anui .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ug2WR3anui .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ug2WR3anui .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ug2WR3anui .navbar.navbar-short {
  background: #474a48 !important;
  min-height: 60px;
}
.cid-ug2WR3anui .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ug2WR3anui .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ug2WR3anui .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ug2WR3anui .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ug2WR3anui .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ug2WR3anui .dropdown-item.active,
.cid-ug2WR3anui .dropdown-item:active {
  background-color: transparent;
}
.cid-ug2WR3anui .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ug2WR3anui .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ug2WR3anui .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ug2WR3anui .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474a48;
}
.cid-ug2WR3anui .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ug2WR3anui .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ug2WR3anui ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ug2WR3anui .navbar-buttons {
  text-align: center;
}
.cid-ug2WR3anui button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ug2WR3anui button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ug2WR3anui button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ug2WR3anui button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ug2WR3anui button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ug2WR3anui button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ug2WR3anui nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ug2WR3anui nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ug2WR3anui nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ug2WR3anui nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ug2WR3anui .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-ug2WR3anui a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ug2WR3anui .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ug2WR3anui .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ug2WR3anui .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-ug2WR3anui .nav-link:hover,
.cid-ug2WR3anui .dropdown-item:hover,
.cid-ug2WR3anui .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
#custom-html-ib {
  /* Type valid CSS here */
}
#custom-html-ib div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ib p {
  font-size: 60px;
  color: #777;
}
.cid-v5c4wInuqc {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-v5c4wInuqc .news {
  width: 250px;
  background-color: #ffffff;
  height: 35px;
}
.cid-v5c4wInuqc .news-scroll a {
  text-decoration: none;
}
.cid-v5c4wInuqc .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #d20320;
  border-radius: 50%;
  display: inline-block;
}
.cid-v5c4wInuqc DIV {
  color: #ffffff;
}
.cid-v5c4wInuqc .mbr-text {
  color: #030303;
}
.cid-v5c4wInuqc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v7Z36rJp5L {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f0f0f0;
}
.cid-v7Z36rJp5L .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Z36rJp5L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Z36rJp5L .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v7Z36rJp5L .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v7Z36rJp5L .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v7Z36rJp5L .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7Z36rJp5L .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7Z36rJp5L .mbr-section-title {
  color: #000000;
}
.cid-v7Z36rJp5L .mbr-text,
.cid-v7Z36rJp5L .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v7Z36rJp5L .mbr-section-title,
.cid-v7Z36rJp5L .title-wrapper,
.cid-v7Z36rJp5L .mbr-section-btn {
  text-align: center;
}
.cid-v5c4mvnmD4 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #f0f0f0;
}
.cid-v5c4mvnmD4 .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-v5c4mvnmD4 .mbr-section-title {
  color: #343434;
}
.cid-v5c4mvnmD4 .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-v5c4mvnmD4 .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-v5c4mvnmD4 .items-row {
    margin: 0 -15px;
  }
  .cid-v5c4mvnmD4 .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-v5c4mvnmD4 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
  transition: all 300ms ease;
}
.cid-v5c4mvnmD4 .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-v5c4mvnmD4 .item-img {
  overflow: hidden;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  box-shadow: 0 0 0 4px #ffffff;
}
.cid-v5c4mvnmD4 .item-img img {
  transition: all 300ms ease;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-v5c4mvnmD4 .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
  text-align: center;
}
.cid-v5c4mvnmD4 .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-v5c4mvnmD4 .mbr-text {
  color: #000000;
  padding-top: 5px;
}
.cid-v5c4mvnmD4 .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-v5c4mvnmD4 .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-v5c4mvnmD4 .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-v5c4mvnmD4 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-v5c4mvnmD4 .soc-item:hover .mbr-iconfont {
  color: #bff747 !important;
}
.cid-v5c4mvnmD4 .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-v5c4mvnmD4 .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhvzVAUjDs {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/img20carrera-10-2000x1250.jpeg");
}
.cid-vhvzVAUjDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhvzVAUjDs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  position: absolute;
  top: 0;
}
.cid-vhvzVAUjDs .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhvzVAUjDs .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vhvzVAUjDs .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vhvzVAUjDs .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-vhvzVAUjDs .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vhvzVAUjDs .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vhvzVAUjDs .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhvzVAUjDs .mbr-section-title {
  color: #ffffff;
}
.cid-vhvzVAUjDs .mbr-text {
  color: #ffffff;
}
.cid-vhvzVAUjDs .mbr-section-title,
.cid-vhvzVAUjDs .title-wrapper,
.cid-vhvzVAUjDs .mbr-section-btn {
  text-align: center;
}
.cid-vhvzVAUjDs .mbr-text,
.cid-vhvzVAUjDs .text-wrap {
  text-align: center;
}
.cid-v5DbQTM5ek {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f0f0f0;
}
.cid-v5DbQTM5ek .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5DbQTM5ek .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5DbQTM5ek .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  margin: 0 -4px;
}
.cid-v5DbQTM5ek .title-wrapper {
  margin-bottom: 40px;
  align-items: flex-end;
}
.cid-v5DbQTM5ek .title-wrapper .item {
  margin-bottom: 0;
}
.cid-v5DbQTM5ek .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v5DbQTM5ek .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v5DbQTM5ek .mbr-text {
  margin-bottom: 0;
  color: #0a0a0a;
}
.cid-v5DbQTM5ek .item {
  padding: 0 4px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v5DbQTM5ek .item {
    margin-bottom: 16px;
  }
  .cid-v5DbQTM5ek .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v5DbQTM5ek .item .item-wrapper {
  height: 100%;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v5DbQTM5ek .item .item-wrapper {
    padding: 24px 16px;
  }
}
.cid-v5DbQTM5ek .item .item-wrapper:hover .item-img img,
.cid-v5DbQTM5ek .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-v5DbQTM5ek .item .item-wrapper:hover .item-img img,
  .cid-v5DbQTM5ek .item .item-wrapper:focus .item-img img {
    transform: none;
  }
}
.cid-v5DbQTM5ek .item .item-wrapper .item-content .item-title_1,
.cid-v5DbQTM5ek .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 24px;
}
.cid-v5DbQTM5ek .item .item-wrapper .item-content .item-text_1,
.cid-v5DbQTM5ek .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 0;
}
.cid-v5DbQTM5ek .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5DbQTM5ek .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
    width: 100%;
  }
}
.cid-v5DbQTM5ek .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5DbQTM5ek .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
    width: 100%;
  }
}
.cid-v5DbQTM5ek .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 24px;
}
.cid-v5DbQTM5ek .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: -24px;
}
.cid-v5DbQTM5ek .item .item-wrapper .item-img img {
  height: 300px;
  width: 80%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-v5DbQTM5ek .item .item-wrapper .item-img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-v5DbQTM5ek .item .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-v5DbQTM5ek .item .card_1 {
  background-color: #0f7699;
}
.cid-v5DbQTM5ek .item .card_2 {
  background-color: #dadada;
}
.cid-v5DbQTM5ek .item-title_1 {
  color: #ffffff;
}
.cid-v5DbQTM5ek .item-title_2 {
  color: #0a0a0a;
  text-align: center;
}
.cid-v5DbQTM5ek .item-text_1 {
  color: #ffffff;
  text-align: right;
}
.cid-v5DbQTM5ek .item-text_2 {
  color: #0a0a0a;
}
.cid-v5DbQTM5ek .item-text_1,
.cid-v5DbQTM5ek .text-wrap_1 {
  text-align: center;
}
.cid-v5DbQTM5ek .item-title_1,
.cid-v5DbQTM5ek .mbr-section-btn {
  text-align: center;
}
.cid-v5DbQTM5ek .item-text_2,
.cid-v5DbQTM5ek .text-wrap_2 {
  text-align: center;
}
.cid-v5DIWgSUQS {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v5DIWgSUQS .container {
    padding: 0 24px;
  }
}
.cid-v5DIWgSUQS .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v5DIWgSUQS .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v5DIWgSUQS .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v5DIWgSUQS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5DIWgSUQS .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v5DIWgSUQS .mbr-section-btn {
    text-align: left;
  }
}
.cid-v5DIWgSUQS .mbr-section-title {
  color: #F9F6E0;
}
.cid-v5DIWgSUQS .mbr-text {
  color: #282828;
}
.cid-v5DIWgSUQS .mbr-section-title,
.cid-v5DIWgSUQS .mbr-section-btn {
  text-align: left;
  color: #282828;
}
.cid-v5DwiyOOvB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v5DwiyOOvB .item:focus,
.cid-v5DwiyOOvB span:focus {
  outline: none;
}
.cid-v5DwiyOOvB .item-wrapper {
  position: relative;
}
.cid-v5DwiyOOvB .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-v5DwiyOOvB .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v5DwiyOOvB .container {
    padding: 0 24px;
  }
}
.cid-v5DwiyOOvB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 465px;
  max-width: 465px;
}
@media (max-width: 767px) {
  .cid-v5DwiyOOvB .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v5DwiyOOvB .embla__slide .slide-content {
  width: 100%;
}
.cid-v5DwiyOOvB .embla__slide .slide-content .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border-radius: .5rem !important;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v5DwiyOOvB .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-v5DwiyOOvB .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
  background-color: #bbc0ba;
}
.cid-v5DwiyOOvB .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
}
.cid-v5DwiyOOvB .embla__slide .slide-content .item-wrapper .item-content .rating-wrapper {
  margin-bottom: 8px;
}
.cid-v5DwiyOOvB .embla__slide .slide-content .item-wrapper .item-content .rating-wrapper .list {
  display: inline-flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v5DwiyOOvB .embla__slide .slide-content .item-wrapper .item-content .rating-wrapper .list .item-wrap {
  margin: 0 8px 0 0;
}
.cid-v5DwiyOOvB .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-v5DwiyOOvB .embla__slide .slide-content .item-wrapper .item-content .mbr-name {
  margin-bottom: 8px;
}
.cid-v5DwiyOOvB .embla__slide .slide-content .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-v5DwiyOOvB .embla__slide .slide-content .item-wrapper .item-content .mbr-number {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v5DwiyOOvB .embla__slide .slide-content .item-wrapper .item-content .mbr-number {
    margin: 24px 0 0 0;
  }
}
.cid-v5DwiyOOvB .embla__button--next,
.cid-v5DwiyOOvB .embla__button--prev {
  display: flex;
}
.cid-v5DwiyOOvB .embla__button {
  bottom: 1rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 21px;
  background-color: #0c7da7 !important;
  color: #c79823;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v5DwiyOOvB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v5DwiyOOvB .embla__button:hover {
  opacity: .85 !important;
  color: #990e18 !important;
}
.cid-v5DwiyOOvB .embla__button.embla__button--prev {
  left: 32px;
}
.cid-v5DwiyOOvB .embla__button.embla__button--next {
  right: 32px;
}
.cid-v5DwiyOOvB .embla {
  position: relative;
  width: 100%;
  padding: 32px;
  border-top: 1px solid #001633;
  border-bottom: 1px solid #001633;
}
@media (max-width: 767px) {
  .cid-v5DwiyOOvB .embla {
    padding: 24px 0;
  }
}
.cid-v5DwiyOOvB .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v5DwiyOOvB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v5DwiyOOvB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v5DwiyOOvB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v5DwiyOOvB .list {
  color: #8AA29E;
}
.cid-v5DwiyOOvB .item-title {
  color: #F9F6E0;
}
.cid-v5DwiyOOvB .mbr-name {
  color: #8AA29E;
}
.cid-v5DwiyOOvB .item-text {
  color: #000000;
}
.cid-v5DwiyOOvB .mbr-number {
  color: #ffffff;
}
.cid-v5DwiyOOvB .list,
.cid-v5DwiyOOvB .item-wrap {
  color: #0c7da7;
}
.cid-v5DwiyOOvB .item-title,
.cid-v5DwiyOOvB .rating-wrapper {
  color: #282828;
}
.cid-v5DtQ6VHyV {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-v5DtQ6VHyV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5DtQ6VHyV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5DtQ6VHyV .row {
  justify-content: space-between;
}
.cid-v5DtQ6VHyV .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #990e18;
}
@media (max-width: 992px) {
  .cid-v5DtQ6VHyV .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v5DtQ6VHyV .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-v5DtQ6VHyV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5DtQ6VHyV .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v5DtQ6VHyV .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v5DtQ6VHyV .mbr-label {
  color: #000000;
}
.cid-v5DtQ6VHyV .mbr-section-title {
  color: #213d57;
}
.cid-v5DtQ6VHyV .mbr-desc {
  color: #000000;
}
.cid-v5DtQ6VHyV .mbr-text {
  color: #8a8a8a;
}
.cid-v5DtQ6VHyV .mbr-text,
.cid-v5DtQ6VHyV .mbr-section-btn {
  color: #383838;
}
.cid-v5DtQ6VHyV .mbr-label,
.cid-v5DtQ6VHyV .label-wrapper {
  color: #000000;
}
.cid-v5Duum6UDu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5Duum6UDu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Duum6UDu .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-v5Duum6UDu .container {
    padding: 0 30px;
  }
}
.cid-v5Duum6UDu .row {
  justify-content: center;
}
.cid-v5Duum6UDu .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #22654e;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-v5Duum6UDu .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v5Duum6UDu .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5Duum6UDu .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-v5Duum6UDu .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v5Duum6UDu .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-v5Duum6UDu .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-v5Duum6UDu .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-v5Duum6UDu .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-v5Duum6UDu .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #22654e;
}
.cid-v5Duum6UDu .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v5Duum6UDu .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-v5Duum6UDu .mbr-desc {
  color: #990e18;
}
#custom-html-ih {
  /* Type valid CSS here */
}
#custom-html-ih div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ih p {
  font-size: 60px;
  color: #777;
}
.cid-uhjlcgediy {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uhjlcgediy img {
  width: 100%;
  border-radius: 15px;
}
.cid-uhjlcgediy .mbr-description {
  color: #ccaf65;
}
.cid-v8gYniXuTr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v8gYniXuTr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8gYniXuTr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8gYniXuTr .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v8gYniXuTr .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v8gYniXuTr .content-wrapper::before,
.cid-v8gYniXuTr .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v8gYniXuTr .content-wrapper::before {
  left: 0;
}
.cid-v8gYniXuTr .content-wrapper::after {
  right: 0;
}
.cid-v8gYniXuTr .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v8gYniXuTr .title-wrapper {
  margin-bottom: 40px;
}
.cid-v8gYniXuTr .mbr-section-title {
  margin-bottom: 24px;
  color: #0a0a0a;
}
.cid-v8gYniXuTr .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8gYniXuTr .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8gYniXuTr .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v8gYniXuTr .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v8gYniXuTr .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-v8gYniXuTr .form-wrap .dragArea.row .form-group .form-control {
  padding: 6px 0;
  background-color: transparent;
  border: none !important;
  border-bottom: 1px solid #eaeaea !important;
  box-shadow: none;
  margin-bottom: 40px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-v8gYniXuTr .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 24px;
  }
}
.cid-v8gYniXuTr .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #909090;
}
.cid-v8gYniXuTr .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v8gYniXuTr .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #0a0a0a !important;
}
.cid-v8gYniXuTr .form-wrap .dragArea.row .form-group textarea {
  min-height: 80px;
}
.cid-v8gYniXuTr .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v8gYniXuTr .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
}
.cid-v8gYniXuTr .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v8gYniXuTr .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-v8gYniXuTr .form-wrap .dragArea.row .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
.cid-v8gYniXuTr .mbr-text {
  color: #0a0a0a;
}
.cid-v8gYniXuTr label {
  color: #0a0a0a;
}
.cid-uh08PZG9FP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uh08PZG9FP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh08PZG9FP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh08PZG9FP .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uh08PZG9FP .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uh08PZG9FP .container {
    padding: 0 25px;
  }
}
.cid-uh08PZG9FP .google-map {
  border: 1px solid #c2222e;
}
.cid-uh08PZG9FP .google-map iframe {
  height: 650px;
  filter: grayscale(100%);
}
@media (max-width: 992px) {
  .cid-uh08PZG9FP .google-map iframe {
    height: 350px;
  }
}
.cid-uhi632wdAm {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uhi632wdAm .media-container-row .mbr-text {
  color: #474a48;
}
.cid-ug2WR3anui .nav-item:focus,
.cid-ug2WR3anui .nav-link:focus {
  outline: none;
}
.cid-ug2WR3anui .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #474a48;
  background: none;
}
.cid-ug2WR3anui .navbar.opened {
  transition: all .3s;
  background: #474a48 !important;
}
.cid-ug2WR3anui .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-ug2WR3anui .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ug2WR3anui .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ug2WR3anui .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ug2WR3anui .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ug2WR3anui .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ug2WR3anui .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ug2WR3anui .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ug2WR3anui .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ug2WR3anui .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ug2WR3anui .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ug2WR3anui .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ug2WR3anui .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ug2WR3anui .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ug2WR3anui .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ug2WR3anui .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ug2WR3anui .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ug2WR3anui .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ug2WR3anui .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ug2WR3anui .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ug2WR3anui .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ug2WR3anui .navbar.navbar-short {
  background: #474a48 !important;
  min-height: 60px;
}
.cid-ug2WR3anui .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ug2WR3anui .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ug2WR3anui .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ug2WR3anui .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ug2WR3anui .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ug2WR3anui .dropdown-item.active,
.cid-ug2WR3anui .dropdown-item:active {
  background-color: transparent;
}
.cid-ug2WR3anui .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ug2WR3anui .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ug2WR3anui .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ug2WR3anui .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474a48;
}
.cid-ug2WR3anui .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ug2WR3anui .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ug2WR3anui ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ug2WR3anui .navbar-buttons {
  text-align: center;
}
.cid-ug2WR3anui button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ug2WR3anui button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ug2WR3anui button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ug2WR3anui button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ug2WR3anui button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ug2WR3anui button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ug2WR3anui nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ug2WR3anui nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ug2WR3anui nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ug2WR3anui nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ug2WR3anui .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-ug2WR3anui a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ug2WR3anui .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ug2WR3anui .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ug2WR3anui .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-ug2WR3anui .nav-link:hover,
.cid-ug2WR3anui .dropdown-item:hover,
.cid-ug2WR3anui .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-uVEUbxRsjD {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #9b9568;
}
.cid-uVEUbxRsjD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEUbxRsjD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVEUbxRsjD .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uVEUbxRsjD .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uVEUbxRsjD .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uVEUbxRsjD .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uVEUbxRsjD .mbr-section-title {
  color: #f5f8ff;
}
.cid-uVEUbxRsjD .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uVEUbxRsjD .mbr-section-title,
.cid-uVEUbxRsjD .title-wrapper,
.cid-uVEUbxRsjD .mbr-section-btn {
  text-align: center;
}
.cid-uhhEtiqd7Y {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhhEtiqd7Y .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uhhEtiqd7Y .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uhhEtiqd7Y .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uhhEtiqd7Y .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uhhEtiqd7Y .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uhhEtiqd7Y .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uhhEtiqd7Y .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uhhEtiqd7Y .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uhhEtiqd7Y .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uhhEtiqd7Y .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uhhEtiqd7Y .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uhhEtiqd7Y .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uhhEtiqd7Y .mbr-text {
  color: #000000;
}
.cid-uhi632wdAm {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uhi632wdAm .media-container-row .mbr-text {
  color: #474a48;
}
.cid-uhhNKvOhko .nav-item:focus,
.cid-uhhNKvOhko .nav-link:focus {
  outline: none;
}
.cid-uhhNKvOhko .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #474a48;
  background: none;
}
.cid-uhhNKvOhko .navbar.opened {
  transition: all .3s;
  background: #474a48 !important;
}
.cid-uhhNKvOhko .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uhhNKvOhko .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhhNKvOhko .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhhNKvOhko .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uhhNKvOhko .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uhhNKvOhko .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhhNKvOhko .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhhNKvOhko .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uhhNKvOhko .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhhNKvOhko .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uhhNKvOhko .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uhhNKvOhko .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhhNKvOhko .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uhhNKvOhko .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhhNKvOhko .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhhNKvOhko .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uhhNKvOhko .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uhhNKvOhko .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhhNKvOhko .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uhhNKvOhko .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uhhNKvOhko .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uhhNKvOhko .navbar.navbar-short {
  background: #474a48 !important;
  min-height: 60px;
}
.cid-uhhNKvOhko .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uhhNKvOhko .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhhNKvOhko .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhhNKvOhko .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhhNKvOhko .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhhNKvOhko .dropdown-item.active,
.cid-uhhNKvOhko .dropdown-item:active {
  background-color: transparent;
}
.cid-uhhNKvOhko .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhhNKvOhko .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhhNKvOhko .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhhNKvOhko .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474a48;
}
.cid-uhhNKvOhko .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhhNKvOhko .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhhNKvOhko ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uhhNKvOhko .navbar-buttons {
  text-align: center;
}
.cid-uhhNKvOhko button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhhNKvOhko button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhhNKvOhko button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhhNKvOhko button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhhNKvOhko button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhhNKvOhko button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhhNKvOhko nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhhNKvOhko nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhhNKvOhko nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhhNKvOhko nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhhNKvOhko .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uhhNKvOhko a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uhhNKvOhko .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uhhNKvOhko .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uhhNKvOhko .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-uhhNKvOhko .nav-link:hover,
.cid-uhhNKvOhko .dropdown-item:hover,
.cid-uhhNKvOhko .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-uVETBAPNm4 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #0c7da7;
}
.cid-uVETBAPNm4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVETBAPNm4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVETBAPNm4 .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uVETBAPNm4 .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uVETBAPNm4 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uVETBAPNm4 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uVETBAPNm4 .mbr-section-title {
  color: #f5f8ff;
}
.cid-uVETBAPNm4 .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uVETBAPNm4 .mbr-section-title,
.cid-uVETBAPNm4 .title-wrapper,
.cid-uVETBAPNm4 .mbr-section-btn {
  text-align: center;
}
.cid-uhhNKwCkAO {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uhhNKwCkAO .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uhhNKwCkAO .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uhhNKwCkAO .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uhhNKwCkAO .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uhhNKwCkAO .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uhhNKwCkAO .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uhhNKwCkAO .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uhhNKwCkAO .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uhhNKwCkAO .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uhhNKwCkAO .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uhhNKwCkAO .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uhhNKwCkAO .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uhhNKwCkAO .mbr-text {
  color: #000000;
}
.cid-uhi632wdAm {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uhi632wdAm .media-container-row .mbr-text {
  color: #474a48;
}
.cid-uQEkgCExf7 .nav-item:focus,
.cid-uQEkgCExf7 .nav-link:focus {
  outline: none;
}
.cid-uQEkgCExf7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #474a48;
  background: none;
}
.cid-uQEkgCExf7 .navbar.opened {
  transition: all .3s;
  background: #474a48 !important;
}
.cid-uQEkgCExf7 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uQEkgCExf7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQEkgCExf7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQEkgCExf7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uQEkgCExf7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQEkgCExf7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQEkgCExf7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQEkgCExf7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQEkgCExf7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQEkgCExf7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQEkgCExf7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQEkgCExf7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQEkgCExf7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQEkgCExf7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQEkgCExf7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQEkgCExf7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQEkgCExf7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQEkgCExf7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQEkgCExf7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uQEkgCExf7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uQEkgCExf7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQEkgCExf7 .navbar.navbar-short {
  background: #474a48 !important;
  min-height: 60px;
}
.cid-uQEkgCExf7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQEkgCExf7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQEkgCExf7 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQEkgCExf7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQEkgCExf7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQEkgCExf7 .dropdown-item.active,
.cid-uQEkgCExf7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQEkgCExf7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQEkgCExf7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQEkgCExf7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQEkgCExf7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474a48;
}
.cid-uQEkgCExf7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQEkgCExf7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQEkgCExf7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQEkgCExf7 .navbar-buttons {
  text-align: center;
}
.cid-uQEkgCExf7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQEkgCExf7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQEkgCExf7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQEkgCExf7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQEkgCExf7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQEkgCExf7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQEkgCExf7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQEkgCExf7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQEkgCExf7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQEkgCExf7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQEkgCExf7 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uQEkgCExf7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQEkgCExf7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQEkgCExf7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uQEkgCExf7 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-uQEkgCExf7 .nav-link:hover,
.cid-uQEkgCExf7 .dropdown-item:hover,
.cid-uQEkgCExf7 .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-v5Iu5JFo1Z {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/stabilimento-1920x1128.jpg");
}
.cid-v5Iu5JFo1Z .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-v5Iu5JFo1Z .mbr-arrow i {
  color: #ffffff !important;
}
.cid-v5Iu5JFo1Z .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-v5Iu5JFo1Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Iu5JFo1Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Iu5JFo1Z .mbr-text,
.cid-v5Iu5JFo1Z .mbr-section-btn {
  text-align: justify;
}
.cid-v5Iu5JFo1Z .mbr-section-title {
  text-align: justify;
  color: #ffffff;
}
.cid-v5Iu5JFo1Z .mbr-section-subtitle,
.cid-v5Iu5JFo1Z .underline {
  text-align: justify;
  color: #ffffff;
}
.cid-uQEkgEaLAh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0c7da7;
}
.cid-uQEkgEaLAh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQEkgEaLAh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQEkgEaLAh .mbr-text {
  text-align: center;
  color: #fbfaf9;
}
.cid-uQEmGs8UN6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uQEmGs8UN6 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uQEmGs8UN6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQEmGs8UN6 .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #ffffff;
  background: #0c7da7;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-uQEmGs8UN6 .row {
  justify-content: center;
}
.cid-uQEmGs8UN6 .card-box {
  display: flex;
  align-items: center;
}
.cid-uQEmGs8UN6 .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uQEmGs8UN6 .card-box {
    flex-direction: column;
  }
  .cid-uQEmGs8UN6 .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-uQEmGs8UN6 .card-link:hover a {
  background-image: none !important;
}
.cid-uQEmGs8UN6 .mbr-section-subtitle {
  color: #9b9568;
  text-align: center;
}
.cid-uQEmGs8UN6 .card-text {
  color: #353535;
  text-align: left;
}
.cid-uQEmGs8UN6 .card-title,
.cid-uQEmGs8UN6 .iconfont-wrapper {
  color: #9b9568;
  text-align: left;
}
.cid-uQEmGs8UN6 .mbr-section-title {
  text-align: center;
}
.cid-v5IURp1Jy5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/concept-2000x814.jpg");
}
.cid-v5IURp1Jy5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5IURp1Jy5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5IURp1Jy5 .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-v5IURp1Jy5 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v5IURp1Jy5 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v5IURp1Jy5 .container {
    padding: 0 16px;
  }
}
.cid-v5IURp1Jy5 .image-wrapper {
  height: 100%;
}
.cid-v5IURp1Jy5 .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v5IURp1Jy5 .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.cid-v5IURp1Jy5 .content-wrapper {
  padding: 150px 150px 150px 32px ;
}
@media (max-width: 1440px) {
  .cid-v5IURp1Jy5 .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5IURp1Jy5 .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.cid-v5IURp1Jy5 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v5IURp1Jy5 .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-v5IURp1Jy5 .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v5IURp1Jy5 .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-v5IURp1Jy5 .mbr-section-title {
  color: #1c1c1c;
}
.cid-v5IURp1Jy5 .mbr-text {
  color: #ffffff;
}
.cid-v5IURp1Jy5 .mbr-section-title,
.cid-v5IURp1Jy5 .mbr-section-btn {
  color: #ffffff;
}
.cid-v5INZzTIga {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/produzione-1920x687.jpg");
}
.cid-v5INZzTIga .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-v5INZzTIga .mbr-arrow i {
  color: #ffffff !important;
}
.cid-v5INZzTIga .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-v5INZzTIga .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5INZzTIga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5INZzTIga .mbr-text,
.cid-v5INZzTIga .mbr-section-btn {
  text-align: justify;
}
.cid-v5INZzTIga .mbr-section-title {
  text-align: justify;
  color: #ffffff;
}
.cid-v5INZzTIga .mbr-section-subtitle,
.cid-v5INZzTIga .underline {
  text-align: justify;
  color: #ffffff;
}
.cid-v5ISEOdRlm {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/carpenteria-1920x1181.jpg");
}
.cid-v5ISEOdRlm .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-v5ISEOdRlm .mbr-arrow i {
  color: #ffffff !important;
}
.cid-v5ISEOdRlm .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-v5ISEOdRlm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5ISEOdRlm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5ISEOdRlm .mbr-text,
.cid-v5ISEOdRlm .mbr-section-btn {
  text-align: justify;
}
.cid-v5ISEOdRlm .mbr-section-title {
  text-align: justify;
  color: #8ecadf;
}
.cid-v5ISEOdRlm .mbr-section-subtitle,
.cid-v5ISEOdRlm .underline {
  text-align: justify;
  color: #ffffff;
}
.cid-v5IPlHd25L {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/sartoria1-1920x1019.jpg");
}
.cid-v5IPlHd25L .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-v5IPlHd25L .mbr-arrow i {
  color: #ffffff !important;
}
.cid-v5IPlHd25L .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-v5IPlHd25L .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5IPlHd25L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5IPlHd25L .mbr-text,
.cid-v5IPlHd25L .mbr-section-btn {
  text-align: justify;
}
.cid-v5IPlHd25L .mbr-section-title {
  text-align: justify;
  color: #fe9c73;
}
.cid-v5IPlHd25L .mbr-section-subtitle,
.cid-v5IPlHd25L .underline {
  text-align: justify;
  color: #ffffff;
}
#custom-html-em {
  /* Type valid CSS here */
}
#custom-html-em div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-em p {
  font-size: 60px;
  color: #777;
}
.cid-uQEkgN1DYB {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uQEkgN1DYB .media-container-row .mbr-text {
  color: #474a48;
}
.cid-uhtoa3SGXw .nav-item:focus,
.cid-uhtoa3SGXw .nav-link:focus {
  outline: none;
}
.cid-uhtoa3SGXw .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #474a48;
  background: none;
}
.cid-uhtoa3SGXw .navbar.opened {
  transition: all .3s;
  background: #474a48 !important;
}
.cid-uhtoa3SGXw .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uhtoa3SGXw .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhtoa3SGXw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhtoa3SGXw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uhtoa3SGXw .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uhtoa3SGXw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhtoa3SGXw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhtoa3SGXw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uhtoa3SGXw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhtoa3SGXw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uhtoa3SGXw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uhtoa3SGXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhtoa3SGXw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uhtoa3SGXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhtoa3SGXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhtoa3SGXw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uhtoa3SGXw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uhtoa3SGXw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhtoa3SGXw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uhtoa3SGXw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uhtoa3SGXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uhtoa3SGXw .navbar.navbar-short {
  background: #474a48 !important;
  min-height: 60px;
}
.cid-uhtoa3SGXw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uhtoa3SGXw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhtoa3SGXw .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhtoa3SGXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhtoa3SGXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhtoa3SGXw .dropdown-item.active,
.cid-uhtoa3SGXw .dropdown-item:active {
  background-color: transparent;
}
.cid-uhtoa3SGXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhtoa3SGXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhtoa3SGXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhtoa3SGXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474a48;
}
.cid-uhtoa3SGXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhtoa3SGXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhtoa3SGXw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uhtoa3SGXw .navbar-buttons {
  text-align: center;
}
.cid-uhtoa3SGXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhtoa3SGXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhtoa3SGXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhtoa3SGXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhtoa3SGXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhtoa3SGXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhtoa3SGXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhtoa3SGXw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhtoa3SGXw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhtoa3SGXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhtoa3SGXw .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uhtoa3SGXw a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uhtoa3SGXw .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uhtoa3SGXw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uhtoa3SGXw .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-uhtoa3SGXw .nav-link:hover,
.cid-uhtoa3SGXw .dropdown-item:hover,
.cid-uhtoa3SGXw .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-v5J2y6JNIV .modal-body .close {
  background: #1b1b1b;
}
.cid-v5J2y6JNIV .modal-body .close span {
  font-style: normal;
}
.cid-v5J2y6JNIV .carousel-inner > .active,
.cid-v5J2y6JNIV .carousel-inner > .next,
.cid-v5J2y6JNIV .carousel-inner > .prev {
  display: table;
}
.cid-v5J2y6JNIV .carousel-control .icon-next,
.cid-v5J2y6JNIV .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-v5J2y6JNIV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v5J2y6JNIV .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v5J2y6JNIV .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-v5J2y6JNIV .boxed-slider > div {
  position: relative;
}
.cid-v5J2y6JNIV .container img {
  width: 100%;
}
.cid-v5J2y6JNIV .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-v5J2y6JNIV .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-v5J2y6JNIV .mbr-table-cell {
  padding: 0;
}
.cid-v5J2y6JNIV .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v5J2y6JNIV .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-v5J2y6JNIV .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-v5J2y6JNIV .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-v5J2y6JNIV .carousel-item .container {
    width: 100%;
  }
}
.cid-v5J2y6JNIV .carousel-item-next.carousel-item-left,
.cid-v5J2y6JNIV .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-v5J2y6JNIV .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-v5J2y6JNIV .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5J2y6JNIV .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v5J2y6JNIV .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-v5J2y6JNIV .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v5J2y6JNIV .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v5J2y6JNIV .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-v5J2y6JNIV .mbr-slider .carousel-indicators li.active,
.cid-v5J2y6JNIV .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-v5J2y6JNIV .mbr-slider .carousel-indicators li::after,
.cid-v5J2y6JNIV .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-v5J2y6JNIV .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-v5J2y6JNIV .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-v5J2y6JNIV .mbr-slider > .container img {
  width: 100%;
}
.cid-v5J2y6JNIV .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-v5J2y6JNIV .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-v5J2y6JNIV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v5J2y6JNIV .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-v5J2y6JNIV .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-v5J2y6JNIV .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-v5J2y6JNIV .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-v5J2y6JNIV .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-v5J2y6JNIV .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-v5J2y6JNIV .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-v5J2y6JNIV .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-v5J2y6JNIV .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-v5J2y6JNIV .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-v5J2y6JNIV H2 {
  text-align: center;
  color: #ffffff;
}
.cid-v5J2y6JNIV P {
  text-align: left;
  color: #ffffff;
}
.cid-v5J6RnKwxv {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-v5J6RnKwxv .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v5J6RnKwxv .team-card:hover {
  transform: translateY(-10px);
}
.cid-v5J6RnKwxv .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-v5J6RnKwxv .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-v5J6RnKwxv .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v5J6RnKwxv .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #990e18;
}
.cid-v5J6RnKwxv .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-v5J6RnKwxv .svg-top {
    width: 1000px;
  }
}
.cid-v5J6RnKwxv .mbr-section-subtitle {
  color: #282828;
  text-align: center;
}
.cid-v5J6RnKwxv .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v5J6RnKwxv .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v5J6RnKwxv .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-v5J6RnKwxv .social-row {
  text-align: center;
}
.cid-v5J6RnKwxv .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #1a449a;
  transition: all 0.3s;
}
.cid-v5J6RnKwxv .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #1a449a;
  font-size: 1.5rem;
}
.cid-v5J6RnKwxv .social-row .soc-item:hover {
  background-color: #1a449a;
}
.cid-v5J6RnKwxv .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v5J6RnKwxv .card-title,
.cid-v5J6RnKwxv .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-v5J6RnKwxv .mbr-role,
.cid-v5J6RnKwxv .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-v5J6RnKwxv .card-text,
.cid-v5J6RnKwxv .mbr-section-btn,
.cid-v5J6RnKwxv .social-row {
  color: #1a449a;
  text-align: center;
}
.cid-v5J6RnKwxv .mbr-section-title {
  color: #282828;
  text-align: center;
}
.cid-v5OUqk1xxz {
  padding-top: 0rem;
  background-color: #ffffff;
}
.cid-v5OUqk1xxz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5OUqk1xxz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5OUqk1xxz .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0rem;
}
.cid-v5OUqk1xxz .content-wrapper .card-wrapper {
  padding: 32px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #ffffff, 0 10px 10px -5px #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v5OUqk1xxz .content-wrapper .card-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v5OUqk1xxz .content-wrapper .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v5OUqk1xxz .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v5OUqk1xxz .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5OUqk1xxz .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5OUqk1xxz .content-wrapper .card-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-v5OUqk1xxz .content-wrapper .card-wrapper .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5OUqk1xxz .content-wrapper .card-wrapper .image-wrapper img {
    height: 450px;
  }
}
.cid-v5OUqk1xxz .items-wrapper {
  margin: 0 -20px;
}
.cid-v5OUqk1xxz .items-wrapper .card {
  padding: 0 20px;
}
.cid-v5OUqk1xxz .mbr-section-title {
  color: #0f172a;
}
.cid-v5OUqk1xxz .mbr-text,
.cid-v5OUqk1xxz .text-wrapper {
  color: #475569;
}
.cid-v5OPOww7s0 {
  padding-top: 0rem;
  background-color: #ffffff;
}
.cid-v5OPOww7s0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5OPOww7s0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5OPOww7s0 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-v5OPOww7s0 .content-wrapper .card-wrapper {
  padding: 32px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #ffffff, 0 10px 10px -5px #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v5OPOww7s0 .content-wrapper .card-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v5OPOww7s0 .content-wrapper .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v5OPOww7s0 .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v5OPOww7s0 .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5OPOww7s0 .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5OPOww7s0 .content-wrapper .card-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-v5OPOww7s0 .content-wrapper .card-wrapper .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5OPOww7s0 .content-wrapper .card-wrapper .image-wrapper img {
    height: 450px;
  }
}
.cid-v5OPOww7s0 .items-wrapper {
  margin: 0 -20px;
}
.cid-v5OPOww7s0 .items-wrapper .card {
  padding: 0 20px;
}
.cid-v5OPOww7s0 .mbr-section-title {
  color: #0f172a;
}
.cid-v5OPOww7s0 .mbr-text,
.cid-v5OPOww7s0 .text-wrapper {
  color: #475569;
}
.cid-v5OTdglz0w {
  padding-top: 12rem;
  padding-bottom: 12rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/veneziane4-1247x814.jpg");
}
.cid-v5OTdglz0w .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5OTdglz0w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5OTdglz0w .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v5OTdglz0w .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v5OTdglz0w .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-v5OTdglz0w .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-v5OTdglz0w .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-v5OTdglz0w .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v5OTdglz0w .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5OTdglz0w .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5OTdglz0w .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-v5OTdglz0w .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5OTdglz0w .mbr-section-title {
  color: #f4f4f4;
}
.cid-v5OTdglz0w .mbr-text {
  color: #d7d2d2;
}
.cid-v5OTdglz0w .mbr-text,
.cid-v5OTdglz0w .text-wrapper {
  text-align: justify;
}
.cid-v5OTdglz0w .mbr-section-title,
.cid-v5OTdglz0w .mbr-section-btn,
.cid-v5OTdglz0w .content-wrapper {
  text-align: center;
}
.cid-v5J2ZuLgpR {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #282828;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-v5J2ZuLgpR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-v5J2ZuLgpR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5J2ZuLgpR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v5J2ZuLgpR .title {
  padding: 0 2rem;
}
.cid-v5J2ZuLgpR .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-v5J2ZuLgpR .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-v5J2ZuLgpR .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-v5J2ZuLgpR .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-v5J2ZuLgpR .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-v5J2ZuLgpR .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-v5J2ZuLgpR .container {
  padding: 0 1rem;
}
.cid-v5J2ZuLgpR .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-v5J2ZuLgpR .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v5J2ZuLgpR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-v5J2ZuLgpR .icon-focus {
  display: none;
}
.cid-v5J2ZuLgpR .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-v5J2ZuLgpR .btn-primary-outline:hover {
  background: transparent !important;
  color: #990e18 !important;
}
.cid-v5J2ZuLgpR li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-v5J2ZuLgpR li {
  position: relative;
}
.cid-v5J2ZuLgpR .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-v5J2ZuLgpR .btn {
  font-family: Instrument Sans !important;
}
.cid-v5J2ZuLgpR .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-v5J2ZuLgpR .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v5J2ZuLgpR li:not(:last-child):after {
    top: 9px;
  }
  .cid-v5J2ZuLgpR .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-v5J2ZuLgpR .container {
    padding: 0rem;
  }
  .cid-v5J2ZuLgpR .title {
    padding: 0 1rem;
  }
}
.cid-v5J2ZuLgpR H2 {
  color: #343434;
}
.cid-v5OVrUdYwk {
  padding-top: 12rem;
  padding-bottom: 12rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/verticali3-1597x747.jpg");
}
.cid-v5OVrUdYwk .mbr-overlay {
  background: #000000;
  opacity: 0.4;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v5OVrUdYwk .container {
    padding: 0 24px;
  }
}
.cid-v5OVrUdYwk .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v5OVrUdYwk .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v5OVrUdYwk .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v5OVrUdYwk .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5OVrUdYwk .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v5OVrUdYwk .mbr-section-btn {
    text-align: left;
  }
}
.cid-v5OVrUdYwk .mbr-section-title {
  color: #f4f4f4;
}
.cid-v5OVrUdYwk .mbr-text {
  color: #d7d2d2;
}
.cid-v5OVrUdYwk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5OVrUdYwk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5OVrUdYwk .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v5OVrUdYwk .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v5OVrUdYwk .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-v5OVrUdYwk .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-v5OVrUdYwk .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-v5OVrUdYwk .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v5OVrUdYwk .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5OVrUdYwk .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5OVrUdYwk .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-v5OVrUdYwk .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5OVrUdYwk .mbr-section-title,
.cid-v5OVrUdYwk .mbr-section-btn,
.cid-v5OVrUdYwk .content-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5OVrUdYwk .mbr-text,
.cid-v5OVrUdYwk .text-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-v5J30BrNTf {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #72716b;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-v5J30BrNTf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-v5J30BrNTf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5J30BrNTf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v5J30BrNTf .title {
  padding: 0 2rem;
}
.cid-v5J30BrNTf .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-v5J30BrNTf .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-v5J30BrNTf .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-v5J30BrNTf .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-v5J30BrNTf .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-v5J30BrNTf .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-v5J30BrNTf .container {
  padding: 0 1rem;
}
.cid-v5J30BrNTf .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-v5J30BrNTf .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v5J30BrNTf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-v5J30BrNTf .icon-focus {
  display: none;
}
.cid-v5J30BrNTf .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-v5J30BrNTf .btn-primary-outline:hover {
  background: transparent !important;
  color: #990e18 !important;
}
.cid-v5J30BrNTf li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-v5J30BrNTf li {
  position: relative;
}
.cid-v5J30BrNTf .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-v5J30BrNTf .btn {
  font-family: Instrument Sans !important;
}
.cid-v5J30BrNTf .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-v5J30BrNTf .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v5J30BrNTf li:not(:last-child):after {
    top: 9px;
  }
  .cid-v5J30BrNTf .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-v5J30BrNTf .container {
    padding: 0rem;
  }
  .cid-v5J30BrNTf .title {
    padding: 0 1rem;
  }
}
.cid-v5J30BrNTf H2 {
  color: #343434;
}
.cid-v5OWCXytYh {
  padding-top: 12rem;
  padding-bottom: 12rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/zanzariera1-1-1920x1280.jpg");
}
.cid-v5OWCXytYh .mbr-overlay {
  background: #000000;
  opacity: 0.4;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v5OWCXytYh .container {
    padding: 0 24px;
  }
}
.cid-v5OWCXytYh .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v5OWCXytYh .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v5OWCXytYh .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v5OWCXytYh .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5OWCXytYh .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v5OWCXytYh .mbr-section-btn {
    text-align: left;
  }
}
.cid-v5OWCXytYh .mbr-section-title {
  color: #f4f4f4;
}
.cid-v5OWCXytYh .mbr-text {
  color: #d7d2d2;
}
.cid-v5OWCXytYh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5OWCXytYh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5OWCXytYh .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v5OWCXytYh .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v5OWCXytYh .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-v5OWCXytYh .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-v5OWCXytYh .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-v5OWCXytYh .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v5OWCXytYh .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5OWCXytYh .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5OWCXytYh .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-v5OWCXytYh .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5OWCXytYh .mbr-section-title,
.cid-v5OWCXytYh .mbr-section-btn,
.cid-v5OWCXytYh .content-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5OWCXytYh .mbr-text,
.cid-v5OWCXytYh .text-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-uhtoa6nUr0 {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uhtoa6nUr0 .media-container-row .mbr-text {
  color: #474a48;
}
.cid-ug2WR3anui .nav-item:focus,
.cid-ug2WR3anui .nav-link:focus {
  outline: none;
}
.cid-ug2WR3anui .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #474a48;
  background: none;
}
.cid-ug2WR3anui .navbar.opened {
  transition: all .3s;
  background: #474a48 !important;
}
.cid-ug2WR3anui .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-ug2WR3anui .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ug2WR3anui .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ug2WR3anui .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ug2WR3anui .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ug2WR3anui .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ug2WR3anui .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ug2WR3anui .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ug2WR3anui .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ug2WR3anui .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ug2WR3anui .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ug2WR3anui .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ug2WR3anui .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ug2WR3anui .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ug2WR3anui .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ug2WR3anui .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ug2WR3anui .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ug2WR3anui .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ug2WR3anui .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ug2WR3anui .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ug2WR3anui .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ug2WR3anui .navbar.navbar-short {
  background: #474a48 !important;
  min-height: 60px;
}
.cid-ug2WR3anui .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ug2WR3anui .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ug2WR3anui .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ug2WR3anui .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ug2WR3anui .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ug2WR3anui .dropdown-item.active,
.cid-ug2WR3anui .dropdown-item:active {
  background-color: transparent;
}
.cid-ug2WR3anui .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ug2WR3anui .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ug2WR3anui .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ug2WR3anui .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474a48;
}
.cid-ug2WR3anui .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ug2WR3anui .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ug2WR3anui ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ug2WR3anui .navbar-buttons {
  text-align: center;
}
.cid-ug2WR3anui button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ug2WR3anui button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ug2WR3anui button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ug2WR3anui button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ug2WR3anui button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ug2WR3anui button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ug2WR3anui nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ug2WR3anui nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ug2WR3anui nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ug2WR3anui nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ug2WR3anui .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-ug2WR3anui a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ug2WR3anui .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ug2WR3anui .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ug2WR3anui .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-ug2WR3anui .nav-link:hover,
.cid-ug2WR3anui .dropdown-item:hover,
.cid-ug2WR3anui .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-v5EFJeAS7V {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #0f7699;
}
.cid-v5EFJeAS7V .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5EFJeAS7V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v5EFJeAS7V .container {
    padding: 0 24px;
  }
}
.cid-v5EFJeAS7V .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-v5EFJeAS7V .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-v5EFJeAS7V .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5EFJeAS7V .image-wrapper img {
    height: 350px;
  }
}
.cid-v5EFJeAS7V .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v5EFJeAS7V .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-v5EFJeAS7V .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5EFJeAS7V .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-v5EFJeAS7V .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-v5EFJeAS7V .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v5EFJeAS7V .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v5EFJeAS7V .mbr-section-title {
  color: #F9F6E0;
}
.cid-v5EFJeAS7V .mbr-text {
  color: #bbbbbb;
}
.cid-v5EFJeAS7V .mbr-desc {
  color: #ffffff;
}
.cid-v5EIdratrF {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5EIdratrF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5EIdratrF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5EIdratrF .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 88px;
  text-shadow: 0 5px 0 #f0f0f0;
}
@media (max-width: 992px) {
  .cid-v5EIdratrF .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v5EIdratrF .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 38px 22px;
}
@media (max-width: 1200px) {
  .cid-v5EIdratrF .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v5EIdratrF .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v5EIdratrF .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-v5EIdratrF .items-wrapper .item:hover .item-wrapper,
.cid-v5EIdratrF .items-wrapper .item:focus .item-wrapper {
  transform: scale(1.03);
}
.cid-v5EIdratrF .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 2px solid #0f7699;
  background-color: #f0f0f0;
  transition: all .3s ease;
  overflow: hidden;
}
.cid-v5EIdratrF .items-wrapper .item .item-wrapper .item-img {
  background-color: #f0f0f0;
}
.cid-v5EIdratrF .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v5EIdratrF .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v5EIdratrF .items-wrapper .item .item-wrapper .item-content {
  padding: 25px 25px 32px 25px;
}
@media (max-width: 992px) {
  .cid-v5EIdratrF .items-wrapper .item .item-wrapper .item-content {
    padding: 22px;
  }
}
.cid-v5EIdratrF .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 22px;
}
.cid-v5EIdratrF .items-wrapper .item .item-wrapper .item-content .price-wrapper .item-price {
  display: inline-flex;
  padding: 28px 22px;
  background-color: #c2222e;
  border: 2px solid #0f7699;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v5EIdratrF .items-wrapper .item .item-wrapper .item-content .price-wrapper .item-price {
    padding: 22px;
  }
}
.cid-v5EIdratrF .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v5EIdratrF .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5EIdratrF .mbr-section-title,
.cid-v5EIdratrF .title-wrapper {
  color: #72716b;
  text-align: center;
}
.cid-v5EIdratrF .item-title {
  color: #fffaf0;
}
.cid-v5EIdratrF .item-price,
.cid-v5EIdratrF .price-wrapper {
  color: #fffaf0;
  text-align: center;
}
.cid-v5EIdratrF .item-text {
  color: #000000;
  text-align: center;
}
.cid-v5EIdratrF .item-title,
.cid-v5EIdratrF .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uhi632wdAm {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uhi632wdAm .media-container-row .mbr-text {
  color: #474a48;
}
.cid-uWcw5cLiWZ .nav-item:focus,
.cid-uWcw5cLiWZ .nav-link:focus {
  outline: none;
}
.cid-uWcw5cLiWZ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #474a48;
  background: none;
}
.cid-uWcw5cLiWZ .navbar.opened {
  transition: all .3s;
  background: #474a48 !important;
}
.cid-uWcw5cLiWZ .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uWcw5cLiWZ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWcw5cLiWZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWcw5cLiWZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uWcw5cLiWZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uWcw5cLiWZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWcw5cLiWZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWcw5cLiWZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uWcw5cLiWZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWcw5cLiWZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uWcw5cLiWZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uWcw5cLiWZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWcw5cLiWZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uWcw5cLiWZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWcw5cLiWZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWcw5cLiWZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uWcw5cLiWZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uWcw5cLiWZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWcw5cLiWZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uWcw5cLiWZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uWcw5cLiWZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uWcw5cLiWZ .navbar.navbar-short {
  background: #474a48 !important;
  min-height: 60px;
}
.cid-uWcw5cLiWZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uWcw5cLiWZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uWcw5cLiWZ .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWcw5cLiWZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWcw5cLiWZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWcw5cLiWZ .dropdown-item.active,
.cid-uWcw5cLiWZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uWcw5cLiWZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWcw5cLiWZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWcw5cLiWZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWcw5cLiWZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474a48;
}
.cid-uWcw5cLiWZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWcw5cLiWZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWcw5cLiWZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWcw5cLiWZ .navbar-buttons {
  text-align: center;
}
.cid-uWcw5cLiWZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWcw5cLiWZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uWcw5cLiWZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uWcw5cLiWZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uWcw5cLiWZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uWcw5cLiWZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uWcw5cLiWZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWcw5cLiWZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uWcw5cLiWZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uWcw5cLiWZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWcw5cLiWZ .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uWcw5cLiWZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWcw5cLiWZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uWcw5cLiWZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uWcw5cLiWZ .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-uWcw5cLiWZ .nav-link:hover,
.cid-uWcw5cLiWZ .dropdown-item:hover,
.cid-uWcw5cLiWZ .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-v5Jh86oQhJ {
  padding-top: 120px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #474a48, #232323);
}
.cid-v5Jh86oQhJ .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-v5Jh86oQhJ .container2 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 712px;
  max-width: 1096px;
  overflow: hidden;
  width: 98vw;
}
.cid-v5Jh86oQhJ .container2 figure {
  background-image: url("../../../assets/images/dopo3-1920x1214.jpg");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-v5Jh86oQhJ #compare {
  background-image: url("../../../assets/images/prima3-1920x1214.jpg");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-v5Jh86oQhJ input#slider {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-v5Jh86oQhJ input#slider::-moz-range-track {
  background: transparent;
}
.cid-v5Jh86oQhJ input#slider::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-v5Jh86oQhJ input#slider::-ms-fill-lower {
  background-color: transparent;
}
.cid-v5Jh86oQhJ input#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v5Jh86oQhJ input#slider::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v5Jh86oQhJ input#slider::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v5Jh86oQhJ input#slider::-ms-tooltip {
  display: none;
}
.cid-v5Jh86oQhJ #compare::before {
  background: url("https://www.unsitepourtous.be/mobi/comparision.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
@keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
@-webkit-keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
.cid-v5Jh86oQhJ H2 {
  color: #c79823;
}
.cid-v5Os2p1tiu {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v5Os2p1tiu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Os2p1tiu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Os2p1tiu .row {
  justify-content: space-between;
}
.cid-v5Os2p1tiu .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #213d57;
}
@media (max-width: 992px) {
  .cid-v5Os2p1tiu .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v5Os2p1tiu .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-v5Os2p1tiu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5Os2p1tiu .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v5Os2p1tiu .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v5Os2p1tiu .mbr-label {
  color: #000000;
}
.cid-v5Os2p1tiu .mbr-section-title {
  color: #213d57;
}
.cid-v5Os2p1tiu .mbr-desc {
  color: #000000;
}
.cid-v5Os2p1tiu .mbr-text {
  color: #8a8a8a;
}
.cid-v5Os2p1tiu .mbr-text,
.cid-v5Os2p1tiu .mbr-section-btn {
  color: #383838;
}
.cid-v5Os2p1tiu .mbr-label,
.cid-v5Os2p1tiu .label-wrapper {
  color: #000000;
}
.cid-v5JczfxG8J {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #474a48);
}
.cid-v5JczfxG8J h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v5JczfxG8J p {
  color: #767676;
  text-align: left;
}
.cid-v5JczfxG8J .card-box {
  padding-top: 2rem;
}
.cid-v5JczfxG8J .card-wrapper {
  height: 100%;
}
.cid-v5JczfxG8J .container3 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 247px;
  max-width: 376px;
  overflow: hidden;
  width: 98vw;
}
.cid-v5JczfxG8J .container3 figure {
  background-image: url("../../../assets/images/dopo1-1920x1440.jpg");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-v5JczfxG8J .container4 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 247px;
  max-width: 331px;
  overflow: hidden;
  width: 98vw;
}
.cid-v5JczfxG8J .container4 figure {
  background-image: url("../../../assets/images/dopo2-1000x750.jpg");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-v5JczfxG8J .container5 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 247px;
  max-width: 331px;
  overflow: hidden;
  width: 98vw;
}
.cid-v5JczfxG8J .container5 figure {
  background-image: url("../../../assets/images/dopo4-1000x750.jpg");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-v5JczfxG8J #compare3 {
  background-image: url("../../../assets/images/prima1-1920x1440.jpg");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-v5JczfxG8J #compare4 {
  background-image: url("../../../assets/images/prima2-1200x900.jpg");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-v5JczfxG8J #compare5 {
  background-image: url("../../../assets/images/prima4-1000x750.jpg");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-v5JczfxG8J input#slider3 {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-v5JczfxG8J input#slider3::-moz-range-track {
  background: transparent;
}
.cid-v5JczfxG8J input#slider3::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-v5JczfxG8J input#slider3::-ms-fill-lower {
  background-color: transparent;
}
.cid-v5JczfxG8J input#slider3::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v5JczfxG8J input#slider3::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v5JczfxG8J input#slider3::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v5JczfxG8J input#slider::-ms-tooltip {
  display: none;
}
.cid-v5JczfxG8J #compare3::before {
  background: url("https://www.unsitepourtous.be/mobi//comparision.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
.cid-v5JczfxG8J input#slider4 {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-v5JczfxG8J input#slider4::-moz-range-track {
  background: transparent;
}
.cid-v5JczfxG8J input#slider4::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-v5JczfxG8J input#slider4::-ms-fill-lower {
  background-color: transparent;
}
.cid-v5JczfxG8J input#slider4::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v5JczfxG8J input#slider4::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v5JczfxG8J input#slider4::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v5JczfxG8J input#slider4::-ms-tooltip {
  display: none;
}
.cid-v5JczfxG8J #compare4::before {
  background: url("https://www.unsitepourtous.be/mobi//comparision.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
.cid-v5JczfxG8J input#slider5 {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-v5JczfxG8J input#slider5::-moz-range-track {
  background: transparent;
}
.cid-v5JczfxG8J input#slider5::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-v5JczfxG8J input#slider5::-ms-fill-lower {
  background-color: transparent;
}
.cid-v5JczfxG8J input#slider5::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v5JczfxG8J input#slider5::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v5JczfxG8J input#slider5::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v5JczfxG8J input#slider5::-ms-tooltip {
  display: none;
}
.cid-v5JczfxG8J #compare5::before {
  background: url("https://www.unsitepourtous.be/mobi//comparision.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
@keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
@-webkit-keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
.cid-v5JczfxG8J .card-title {
  color: #ffffff;
}
.cid-v5JczfxG8J P {
  color: #ffffff;
}
.cid-uWcw5hse3M {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uWcw5hse3M .media-container-row .mbr-text {
  color: #474a48;
}
.cid-uiMuuvaCB4 .nav-item:focus,
.cid-uiMuuvaCB4 .nav-link:focus {
  outline: none;
}
.cid-uiMuuvaCB4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #474a48;
  background: none;
}
.cid-uiMuuvaCB4 .navbar.opened {
  transition: all .3s;
  background: #474a48 !important;
}
.cid-uiMuuvaCB4 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uiMuuvaCB4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uiMuuvaCB4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uiMuuvaCB4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uiMuuvaCB4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uiMuuvaCB4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiMuuvaCB4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiMuuvaCB4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uiMuuvaCB4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiMuuvaCB4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uiMuuvaCB4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uiMuuvaCB4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiMuuvaCB4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uiMuuvaCB4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiMuuvaCB4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiMuuvaCB4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uiMuuvaCB4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uiMuuvaCB4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uiMuuvaCB4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uiMuuvaCB4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uiMuuvaCB4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uiMuuvaCB4 .navbar.navbar-short {
  background: #474a48 !important;
  min-height: 60px;
}
.cid-uiMuuvaCB4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uiMuuvaCB4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uiMuuvaCB4 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uiMuuvaCB4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiMuuvaCB4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiMuuvaCB4 .dropdown-item.active,
.cid-uiMuuvaCB4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uiMuuvaCB4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uiMuuvaCB4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiMuuvaCB4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiMuuvaCB4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474a48;
}
.cid-uiMuuvaCB4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uiMuuvaCB4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiMuuvaCB4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uiMuuvaCB4 .navbar-buttons {
  text-align: center;
}
.cid-uiMuuvaCB4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uiMuuvaCB4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uiMuuvaCB4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uiMuuvaCB4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uiMuuvaCB4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uiMuuvaCB4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uiMuuvaCB4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiMuuvaCB4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uiMuuvaCB4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uiMuuvaCB4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiMuuvaCB4 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uiMuuvaCB4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiMuuvaCB4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uiMuuvaCB4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uiMuuvaCB4 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-uiMuuvaCB4 .nav-link:hover,
.cid-uiMuuvaCB4 .dropdown-item:hover,
.cid-uiMuuvaCB4 .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-v5Qb6wuC3S {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/velaria12-1920x1080.jpg");
}
.cid-v5QbBpRjND {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5QbBpRjND .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QbBpRjND .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QbBpRjND .row {
  justify-content: space-between;
}
.cid-v5QbBpRjND .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #213d57;
}
@media (max-width: 992px) {
  .cid-v5QbBpRjND .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v5QbBpRjND .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-v5QbBpRjND .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5QbBpRjND .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v5QbBpRjND .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v5QbBpRjND .mbr-label {
  color: #000000;
}
.cid-v5QbBpRjND .mbr-section-title {
  color: #213d57;
}
.cid-v5QbBpRjND .mbr-desc {
  color: #000000;
}
.cid-v5QbBpRjND .mbr-text {
  color: #8a8a8a;
}
.cid-v5QbBpRjND .mbr-text,
.cid-v5QbBpRjND .mbr-section-btn {
  color: #383838;
}
.cid-v5QbBpRjND .mbr-label,
.cid-v5QbBpRjND .label-wrapper {
  color: #000000;
}
.cid-v5Qaxs4iN5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-v5Qaxs4iN5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-v5Qaxs4iN5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5Qaxs4iN5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v5Qaxs4iN5 .title {
  padding: 0 2rem;
}
.cid-v5Qaxs4iN5 .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-v5Qaxs4iN5 .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-v5Qaxs4iN5 .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-v5Qaxs4iN5 .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-v5Qaxs4iN5 .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-v5Qaxs4iN5 .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-v5Qaxs4iN5 .container {
  padding: 0 1rem;
}
.cid-v5Qaxs4iN5 .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-v5Qaxs4iN5 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v5Qaxs4iN5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-v5Qaxs4iN5 .icon-focus {
  display: none;
}
.cid-v5Qaxs4iN5 .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-v5Qaxs4iN5 .btn-primary-outline:hover {
  background: transparent !important;
  color: #990e18 !important;
}
.cid-v5Qaxs4iN5 li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-v5Qaxs4iN5 li {
  position: relative;
}
.cid-v5Qaxs4iN5 .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-v5Qaxs4iN5 .btn {
  font-family: Instrument Sans !important;
}
.cid-v5Qaxs4iN5 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-v5Qaxs4iN5 .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v5Qaxs4iN5 li:not(:last-child):after {
    top: 9px;
  }
  .cid-v5Qaxs4iN5 .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-v5Qaxs4iN5 .container {
    padding: 0rem;
  }
  .cid-v5Qaxs4iN5 .title {
    padding: 0 1rem;
  }
}
.cid-v5Qaxs4iN5 H2 {
  color: #343434;
}
.cid-v5Qb5d84YF {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-v5Qb5d84YF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-v5Qb5d84YF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5Qb5d84YF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v5Qb5d84YF .title {
  padding: 0 2rem;
}
.cid-v5Qb5d84YF .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-v5Qb5d84YF .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-v5Qb5d84YF .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-v5Qb5d84YF .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-v5Qb5d84YF .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-v5Qb5d84YF .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-v5Qb5d84YF .container {
  padding: 0 1rem;
}
.cid-v5Qb5d84YF .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-v5Qb5d84YF .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v5Qb5d84YF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-v5Qb5d84YF .icon-focus {
  display: none;
}
.cid-v5Qb5d84YF .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-v5Qb5d84YF .btn-primary-outline:hover {
  background: transparent !important;
  color: #990e18 !important;
}
.cid-v5Qb5d84YF li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-v5Qb5d84YF li {
  position: relative;
}
.cid-v5Qb5d84YF .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-v5Qb5d84YF .btn {
  font-family: Instrument Sans !important;
}
.cid-v5Qb5d84YF .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-v5Qb5d84YF .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v5Qb5d84YF li:not(:last-child):after {
    top: 9px;
  }
  .cid-v5Qb5d84YF .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-v5Qb5d84YF .container {
    padding: 0rem;
  }
  .cid-v5Qb5d84YF .title {
    padding: 0 1rem;
  }
}
.cid-v5Qb5d84YF H2 {
  color: #343434;
}
.cid-uiMuuRmhta {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uiMuuRmhta .media-container-row .mbr-text {
  color: #474a48;
}
.cid-uhsnLbWFiM .nav-item:focus,
.cid-uhsnLbWFiM .nav-link:focus {
  outline: none;
}
.cid-uhsnLbWFiM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #474a48;
  background: none;
}
.cid-uhsnLbWFiM .navbar.opened {
  transition: all .3s;
  background: #474a48 !important;
}
.cid-uhsnLbWFiM .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uhsnLbWFiM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhsnLbWFiM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhsnLbWFiM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uhsnLbWFiM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uhsnLbWFiM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhsnLbWFiM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhsnLbWFiM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uhsnLbWFiM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhsnLbWFiM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uhsnLbWFiM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uhsnLbWFiM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhsnLbWFiM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uhsnLbWFiM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhsnLbWFiM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhsnLbWFiM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uhsnLbWFiM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uhsnLbWFiM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhsnLbWFiM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uhsnLbWFiM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uhsnLbWFiM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uhsnLbWFiM .navbar.navbar-short {
  background: #474a48 !important;
  min-height: 60px;
}
.cid-uhsnLbWFiM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uhsnLbWFiM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhsnLbWFiM .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhsnLbWFiM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhsnLbWFiM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhsnLbWFiM .dropdown-item.active,
.cid-uhsnLbWFiM .dropdown-item:active {
  background-color: transparent;
}
.cid-uhsnLbWFiM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhsnLbWFiM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhsnLbWFiM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhsnLbWFiM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474a48;
}
.cid-uhsnLbWFiM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhsnLbWFiM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhsnLbWFiM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uhsnLbWFiM .navbar-buttons {
  text-align: center;
}
.cid-uhsnLbWFiM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhsnLbWFiM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhsnLbWFiM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhsnLbWFiM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhsnLbWFiM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhsnLbWFiM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhsnLbWFiM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhsnLbWFiM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhsnLbWFiM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhsnLbWFiM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhsnLbWFiM .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uhsnLbWFiM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uhsnLbWFiM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uhsnLbWFiM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uhsnLbWFiM .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-uhsnLbWFiM .nav-link:hover,
.cid-uhsnLbWFiM .dropdown-item:hover,
.cid-uhsnLbWFiM .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-v5Qg3IYXwN {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/custom1-1920x1440.jpg");
}
.cid-v5Qg3IYXwN .mbr-section-title {
  color: #ffffff;
}
.cid-v5Qg3IYXwN .mbr-text,
.cid-v5Qg3IYXwN .mbr-section-btn {
  color: #fafafa;
}
.cid-v5Qg3IYXwN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uhsnLd8jLd {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uhsnLd8jLd .container {
    padding: 0 24px;
  }
}
.cid-uhsnLd8jLd .card {
  justify-content: center;
}
.cid-uhsnLd8jLd .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uhsnLd8jLd .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uhsnLd8jLd .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uhsnLd8jLd .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uhsnLd8jLd .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uhsnLd8jLd .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uhsnLd8jLd .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uhsnLd8jLd .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uhsnLd8jLd .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uhsnLd8jLd .mbr-section-title {
  color: #F9F6E0;
}
.cid-uhsnLd8jLd .mbr-desc {
  color: #c79823;
  text-align: center;
}
.cid-uhsnLd8jLd .mbr-text {
  color: #72716b;
  text-align: center;
}
.cid-uhsnLd8jLd .mbr-section-btn {
  text-align: right;
}
.cid-uhsnLd8jLd .mbr-section-title,
.cid-uhsnLd8jLd .mbr-section-btn {
  color: #474a48;
  text-align: center;
}
.cid-v5QefR2DpC {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v5QefR2DpC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QefR2DpC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QefR2DpC .row {
  justify-content: space-between;
}
.cid-v5QefR2DpC .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #213d57;
}
@media (max-width: 992px) {
  .cid-v5QefR2DpC .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v5QefR2DpC .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-v5QefR2DpC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5QefR2DpC .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v5QefR2DpC .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v5QefR2DpC .mbr-label {
  color: #000000;
}
.cid-v5QefR2DpC .mbr-section-title {
  color: #213d57;
}
.cid-v5QefR2DpC .mbr-desc {
  color: #000000;
}
.cid-v5QefR2DpC .mbr-text {
  color: #8a8a8a;
}
.cid-v5QefR2DpC .mbr-text,
.cid-v5QefR2DpC .mbr-section-btn {
  color: #383838;
}
.cid-v5QefR2DpC .mbr-label,
.cid-v5QefR2DpC .label-wrapper {
  color: #000000;
}
.cid-v5QfOEKqqA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-v5QfOEKqqA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-v5QfOEKqqA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5QfOEKqqA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v5QfOEKqqA .title {
  padding: 0 2rem;
}
.cid-v5QfOEKqqA .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-v5QfOEKqqA .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-v5QfOEKqqA .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-v5QfOEKqqA .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-v5QfOEKqqA .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-v5QfOEKqqA .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-v5QfOEKqqA .container {
  padding: 0 1rem;
}
.cid-v5QfOEKqqA .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-v5QfOEKqqA .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v5QfOEKqqA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-v5QfOEKqqA .icon-focus {
  display: none;
}
.cid-v5QfOEKqqA .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-v5QfOEKqqA .btn-primary-outline:hover {
  background: transparent !important;
  color: #990e18 !important;
}
.cid-v5QfOEKqqA li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-v5QfOEKqqA li {
  position: relative;
}
.cid-v5QfOEKqqA .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-v5QfOEKqqA .btn {
  font-family: Instrument Sans !important;
}
.cid-v5QfOEKqqA .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-v5QfOEKqqA .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v5QfOEKqqA li:not(:last-child):after {
    top: 9px;
  }
  .cid-v5QfOEKqqA .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-v5QfOEKqqA .container {
    padding: 0rem;
  }
  .cid-v5QfOEKqqA .title {
    padding: 0 1rem;
  }
}
.cid-v5QfOEKqqA H2 {
  color: #343434;
}
.cid-uhsnLdz5Eb {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uhsnLdz5Eb .media-container-row .mbr-text {
  color: #474a48;
}
.cid-v5Jo6EeunX .nav-item:focus,
.cid-v5Jo6EeunX .nav-link:focus {
  outline: none;
}
.cid-v5Jo6EeunX .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #474a48;
  background: none;
}
.cid-v5Jo6EeunX .navbar.opened {
  transition: all .3s;
  background: #474a48 !important;
}
.cid-v5Jo6EeunX .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-v5Jo6EeunX .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5Jo6EeunX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5Jo6EeunX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v5Jo6EeunX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v5Jo6EeunX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5Jo6EeunX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5Jo6EeunX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v5Jo6EeunX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5Jo6EeunX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v5Jo6EeunX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v5Jo6EeunX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5Jo6EeunX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v5Jo6EeunX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5Jo6EeunX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5Jo6EeunX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v5Jo6EeunX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v5Jo6EeunX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5Jo6EeunX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-v5Jo6EeunX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-v5Jo6EeunX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v5Jo6EeunX .navbar.navbar-short {
  background: #474a48 !important;
  min-height: 60px;
}
.cid-v5Jo6EeunX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v5Jo6EeunX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v5Jo6EeunX .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5Jo6EeunX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5Jo6EeunX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5Jo6EeunX .dropdown-item.active,
.cid-v5Jo6EeunX .dropdown-item:active {
  background-color: transparent;
}
.cid-v5Jo6EeunX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5Jo6EeunX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5Jo6EeunX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5Jo6EeunX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474a48;
}
.cid-v5Jo6EeunX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5Jo6EeunX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5Jo6EeunX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v5Jo6EeunX .navbar-buttons {
  text-align: center;
}
.cid-v5Jo6EeunX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v5Jo6EeunX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5Jo6EeunX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v5Jo6EeunX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v5Jo6EeunX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v5Jo6EeunX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v5Jo6EeunX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v5Jo6EeunX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v5Jo6EeunX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v5Jo6EeunX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v5Jo6EeunX .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-v5Jo6EeunX a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v5Jo6EeunX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v5Jo6EeunX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v5Jo6EeunX .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-v5Jo6EeunX .nav-link:hover,
.cid-v5Jo6EeunX .dropdown-item:hover,
.cid-v5Jo6EeunX .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-v5JqeYfHJ3 {
  background-image: url("../../../assets/images/vline-1-1920x1080.jpg");
}
.cid-v5JqeYfHJ3 DIV {
  text-align: justify;
}
.cid-v5JpnaamQV {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-v5JpnaamQV .image-block {
  margin: auto;
}
.cid-v5JpnaamQV figcaption {
  position: relative;
}
.cid-v5JpnaamQV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v5JpnaamQV .image-block {
    width: 100% !important;
  }
}
.cid-v5JqtKRaX3 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/vline1-1500x1125.jpg");
}
.cid-v5JqtKRaX3 img {
  width: 90%;
}
.cid-v5JqtKRaX3 .mbr-text,
.cid-v5JqtKRaX3 .mbr-section-btn {
  color: #bbbbbb;
}
@media (max-width: 992px) {
  .cid-v5JqtKRaX3 img {
    width: 100%;
  }
  .cid-v5JqtKRaX3 .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-v5JqtKRaX3 H3 {
  color: #ffffff;
}
.cid-v5JprSeA6H {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f0f0f0;
}
.cid-v5JprSeA6H .mbr-text {
  text-align: center;
}
.cid-v5JprSeA6H .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-v5JprSeA6H .mbr-section-subtitle {
  text-align: center;
}
.cid-v5Q0VxEq6w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0f7699;
}
.cid-v5Q0VxEq6w .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-v5Q0VxEq6w .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-v5Q0VxEq6w .btn {
  padding: 15px 30px !important;
}
.cid-v5Q0VxEq6w a {
  font-weight: 400;
}
.cid-v5Q0VxEq6w .mbr-section-subtitle,
.cid-v5Q0VxEq6w .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-v5Q0VxEq6w .row {
  justify-content: center;
  display: flex;
}
.cid-v5Jp8L1sQZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v5Jp8L1sQZ .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-v5Jp8L1sQZ .mbr-section-title {
  text-align: center;
}
.cid-v5Jp8L1sQZ .mbr-section-subtitle {
  text-align: center;
}
.cid-v5Jp8L1sQZ .card-title {
  margin-bottom: 1rem;
  color: #232323;
}
.cid-v5Jp8L1sQZ .card-subtitle {
  color: #1f1437;
}
.cid-v5Jp8L1sQZ .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 0;
  color: #1f1437;
}
.cid-v5Jp8L1sQZ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v5Jp8L1sQZ .card {
  height: 100%;
  background-color: #cd8ad1;
  border-width: 1px;
  border-style: dashed;
  border-color: #cd8ad1;
  border-radius: 30px;
  padding: 1rem 0.5rem;
  background: transparent;
}
.cid-v5Jp8L1sQZ .card-wrapper {
  display: flex;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-v5Jp8L1sQZ .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cid-v5Jp8L1sQZ .card-wrapper {
    flex-direction: column;
  }
}
.cid-v5Jp8L1sQZ .social-row {
  width: 50px;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cid-v5Jp8L1sQZ .social-row {
    width: 100%;
    flex-direction: row;
    justify-content: center !important;
  }
}
.cid-v5Jp8L1sQZ .social-row .soc-item {
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 1rem;
  padding: 0.5rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-v5Jp8L1sQZ .social-row .soc-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.cid-v5Jp8L1sQZ .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #33d5ad;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v5Jp8L1sQZ .social-row .soc-item:hover .mbr-iconfont {
  color: #cd8ad1;
}
.cid-v5Jp8L1sQZ .image-wrapper {
  width: 35%;
  aspect-ratio: 1;
  flex-shrink: 0;
  padding: 1rem;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-v5Jp8L1sQZ .image-wrapper {
    width: 45%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-v5Jp8L1sQZ .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-v5Jp8L1sQZ .image-wrapper {
    width: 100%;
  }
}
.cid-v5Jp8L1sQZ .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-v5Jp8L1sQZ .card-text {
  padding: 1rem;
}
.cid-v5Jp8L1sQZ div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-v5Jp75gcZz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-v5Jp75gcZz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-v5Jp75gcZz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5Jp75gcZz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v5Jp75gcZz .title {
  padding: 0 2rem;
}
.cid-v5Jp75gcZz .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-v5Jp75gcZz .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-v5Jp75gcZz .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-v5Jp75gcZz .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-v5Jp75gcZz .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-v5Jp75gcZz .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-v5Jp75gcZz .container {
  padding: 0 1rem;
}
.cid-v5Jp75gcZz .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-v5Jp75gcZz .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v5Jp75gcZz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-v5Jp75gcZz .icon-focus {
  display: none;
}
.cid-v5Jp75gcZz .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-v5Jp75gcZz .btn-primary-outline:hover {
  background: transparent !important;
  color: #990e18 !important;
}
.cid-v5Jp75gcZz li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-v5Jp75gcZz li {
  position: relative;
}
.cid-v5Jp75gcZz .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-v5Jp75gcZz .btn {
  font-family: Instrument Sans !important;
}
.cid-v5Jp75gcZz .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-v5Jp75gcZz .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v5Jp75gcZz li:not(:last-child):after {
    top: 9px;
  }
  .cid-v5Jp75gcZz .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-v5Jp75gcZz .container {
    padding: 0rem;
  }
  .cid-v5Jp75gcZz .title {
    padding: 0 1rem;
  }
}
.cid-v5Jp75gcZz H2 {
  color: #343434;
}
.cid-v5Jo6IdK05 {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v5Jo6IdK05 .media-container-row .mbr-text {
  color: #474a48;
}
.cid-v5JrIVKK2k .nav-item:focus,
.cid-v5JrIVKK2k .nav-link:focus {
  outline: none;
}
.cid-v5JrIVKK2k .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #474a48;
  background: none;
}
.cid-v5JrIVKK2k .navbar.opened {
  transition: all .3s;
  background: #474a48 !important;
}
.cid-v5JrIVKK2k .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-v5JrIVKK2k .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5JrIVKK2k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5JrIVKK2k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v5JrIVKK2k .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v5JrIVKK2k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5JrIVKK2k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5JrIVKK2k .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v5JrIVKK2k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5JrIVKK2k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v5JrIVKK2k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v5JrIVKK2k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5JrIVKK2k .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v5JrIVKK2k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5JrIVKK2k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5JrIVKK2k .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v5JrIVKK2k .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v5JrIVKK2k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5JrIVKK2k .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-v5JrIVKK2k .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-v5JrIVKK2k .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v5JrIVKK2k .navbar.navbar-short {
  background: #474a48 !important;
  min-height: 60px;
}
.cid-v5JrIVKK2k .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v5JrIVKK2k .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v5JrIVKK2k .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5JrIVKK2k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5JrIVKK2k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5JrIVKK2k .dropdown-item.active,
.cid-v5JrIVKK2k .dropdown-item:active {
  background-color: transparent;
}
.cid-v5JrIVKK2k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5JrIVKK2k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5JrIVKK2k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5JrIVKK2k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474a48;
}
.cid-v5JrIVKK2k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5JrIVKK2k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5JrIVKK2k ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v5JrIVKK2k .navbar-buttons {
  text-align: center;
}
.cid-v5JrIVKK2k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v5JrIVKK2k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5JrIVKK2k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v5JrIVKK2k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v5JrIVKK2k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v5JrIVKK2k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v5JrIVKK2k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v5JrIVKK2k nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v5JrIVKK2k nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v5JrIVKK2k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v5JrIVKK2k .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-v5JrIVKK2k a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v5JrIVKK2k .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v5JrIVKK2k .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v5JrIVKK2k .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-v5JrIVKK2k .nav-link:hover,
.cid-v5JrIVKK2k .dropdown-item:hover,
.cid-v5JrIVKK2k .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-v5KYxxB6b1 {
  background: #ffffff;
}
.cid-v5KYxxB6b1 .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-v5KYxxB6b1 .video-block {
    width: 100% !important;
  }
}
.cid-v5KZjwm0V3 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v5KZjwm0V3 .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-v5KZjwm0V3 img {
  width: 90%;
}
.cid-v5KZjwm0V3 .mbr-text,
.cid-v5KZjwm0V3 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-v5KZjwm0V3 img {
    width: 100%;
  }
  .cid-v5KZjwm0V3 .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-v5KYMORHHF {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-v5KYMORHHF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-v5KYMORHHF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5KYMORHHF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v5KYMORHHF .title {
  padding: 0 2rem;
}
.cid-v5KYMORHHF .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-v5KYMORHHF .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-v5KYMORHHF .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-v5KYMORHHF .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-v5KYMORHHF .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-v5KYMORHHF .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-v5KYMORHHF .container {
  padding: 0 1rem;
}
.cid-v5KYMORHHF .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-v5KYMORHHF .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v5KYMORHHF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-v5KYMORHHF .icon-focus {
  display: none;
}
.cid-v5KYMORHHF .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-v5KYMORHHF .btn-primary-outline:hover {
  background: transparent !important;
  color: #990e18 !important;
}
.cid-v5KYMORHHF li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-v5KYMORHHF li {
  position: relative;
}
.cid-v5KYMORHHF .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-v5KYMORHHF .btn {
  font-family: Instrument Sans !important;
}
.cid-v5KYMORHHF .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-v5KYMORHHF .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v5KYMORHHF li:not(:last-child):after {
    top: 9px;
  }
  .cid-v5KYMORHHF .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-v5KYMORHHF .container {
    padding: 0rem;
  }
  .cid-v5KYMORHHF .title {
    padding: 0 1rem;
  }
}
.cid-v5KYMORHHF H2 {
  color: #343434;
}
.cid-v5KZi8OqxN {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v5KZi8OqxN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5KZi8OqxN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5KZi8OqxN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5KZi8OqxN .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-v5KZi8OqxN.mbr-fullscreen {
  padding: 0 !important;
}
.cid-v5KZi8OqxN img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-v5KYOfAIjN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v5KYOfAIjN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5KYOfAIjN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5KYOfAIjN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5KYOfAIjN .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-v5KYOfAIjN.mbr-fullscreen {
  padding: 0 !important;
}
.cid-v5KYOfAIjN img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-v5KZoE7DJf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v5KZoE7DJf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5KZoE7DJf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5KZoE7DJf .mbr-section-subtitle,
.cid-v5KZoE7DJf .mbr-section-btn {
  text-align: center;
}
.cid-v5KZoE7DJf .mbr-section-title {
  text-align: center;
}
.cid-v5JrIYz536 {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v5JrIYz536 .media-container-row .mbr-text {
  color: #474a48;
}
.cid-v5OZGnCe09 .nav-item:focus,
.cid-v5OZGnCe09 .nav-link:focus {
  outline: none;
}
.cid-v5OZGnCe09 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #474a48;
  background: none;
}
.cid-v5OZGnCe09 .navbar.opened {
  transition: all .3s;
  background: #474a48 !important;
}
.cid-v5OZGnCe09 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-v5OZGnCe09 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5OZGnCe09 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5OZGnCe09 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v5OZGnCe09 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v5OZGnCe09 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5OZGnCe09 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5OZGnCe09 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v5OZGnCe09 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5OZGnCe09 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v5OZGnCe09 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v5OZGnCe09 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5OZGnCe09 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v5OZGnCe09 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5OZGnCe09 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5OZGnCe09 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v5OZGnCe09 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v5OZGnCe09 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5OZGnCe09 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-v5OZGnCe09 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-v5OZGnCe09 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v5OZGnCe09 .navbar.navbar-short {
  background: #474a48 !important;
  min-height: 60px;
}
.cid-v5OZGnCe09 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v5OZGnCe09 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v5OZGnCe09 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5OZGnCe09 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5OZGnCe09 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5OZGnCe09 .dropdown-item.active,
.cid-v5OZGnCe09 .dropdown-item:active {
  background-color: transparent;
}
.cid-v5OZGnCe09 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5OZGnCe09 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5OZGnCe09 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5OZGnCe09 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474a48;
}
.cid-v5OZGnCe09 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5OZGnCe09 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5OZGnCe09 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v5OZGnCe09 .navbar-buttons {
  text-align: center;
}
.cid-v5OZGnCe09 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v5OZGnCe09 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5OZGnCe09 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v5OZGnCe09 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v5OZGnCe09 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v5OZGnCe09 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v5OZGnCe09 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v5OZGnCe09 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v5OZGnCe09 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v5OZGnCe09 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v5OZGnCe09 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-v5OZGnCe09 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v5OZGnCe09 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v5OZGnCe09 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v5OZGnCe09 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-v5OZGnCe09 .nav-link:hover,
.cid-v5OZGnCe09 .dropdown-item:hover,
.cid-v5OZGnCe09 .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-v5P1KLEGIx .modal-body .close {
  background: #1b1b1b;
}
.cid-v5P1KLEGIx .modal-body .close span {
  font-style: normal;
}
.cid-v5P1KLEGIx .carousel-inner > .active,
.cid-v5P1KLEGIx .carousel-inner > .next,
.cid-v5P1KLEGIx .carousel-inner > .prev {
  display: table;
}
.cid-v5P1KLEGIx .carousel-control .icon-next,
.cid-v5P1KLEGIx .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-v5P1KLEGIx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v5P1KLEGIx .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v5P1KLEGIx .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-v5P1KLEGIx .boxed-slider > div {
  position: relative;
}
.cid-v5P1KLEGIx .container img {
  width: 100%;
}
.cid-v5P1KLEGIx .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-v5P1KLEGIx .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-v5P1KLEGIx .mbr-table-cell {
  padding: 0;
}
.cid-v5P1KLEGIx .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v5P1KLEGIx .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-v5P1KLEGIx .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-v5P1KLEGIx .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-v5P1KLEGIx .carousel-item .container {
    width: 100%;
  }
}
.cid-v5P1KLEGIx .carousel-item-next.carousel-item-left,
.cid-v5P1KLEGIx .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-v5P1KLEGIx .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-v5P1KLEGIx .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5P1KLEGIx .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v5P1KLEGIx .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-v5P1KLEGIx .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v5P1KLEGIx .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v5P1KLEGIx .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-v5P1KLEGIx .mbr-slider .carousel-indicators li.active,
.cid-v5P1KLEGIx .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-v5P1KLEGIx .mbr-slider .carousel-indicators li::after,
.cid-v5P1KLEGIx .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-v5P1KLEGIx .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-v5P1KLEGIx .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-v5P1KLEGIx .mbr-slider > .container img {
  width: 100%;
}
.cid-v5P1KLEGIx .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-v5P1KLEGIx .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-v5P1KLEGIx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v5P1KLEGIx .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-v5P1KLEGIx .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-v5P1KLEGIx .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-v5P1KLEGIx .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-v5P1KLEGIx .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-v5P1KLEGIx .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-v5P1KLEGIx .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-v5P1KLEGIx .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-v5P1KLEGIx .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-v5P1KLEGIx .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-v5P1KLEGIx H2 {
  text-align: center;
  color: #ffffff;
}
.cid-v5P1KLEGIx P {
  text-align: left;
  color: #ffffff;
}
.cid-v5P4CueuGs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v5P4CueuGs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5P4CueuGs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5P4CueuGs .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v5P4CueuGs .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v5P4CueuGs .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v5P4CueuGs .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5P4CueuGs .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v5P4CueuGs .mbr-section-title {
  color: #000000;
}
.cid-v5P4CueuGs .mbr-text,
.cid-v5P4CueuGs .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v5P4CueuGs .mbr-section-title,
.cid-v5P4CueuGs .title-wrapper,
.cid-v5P4CueuGs .mbr-section-btn {
  text-align: center;
}
.cid-v5P3ywGmLm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/tende-sole3-1500x1125.jpg");
}
.cid-v5P3ywGmLm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5P3ywGmLm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5P3ywGmLm .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5P3ywGmLm .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v5P3ywGmLm .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5P3ywGmLm .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v5P3ywGmLm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v5P3ywGmLm .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v5P3ywGmLm .mbr-section-title {
  color: #111111;
}
.cid-v5P3ywGmLm .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v5P3ywGmLm .mbr-text,
.cid-v5P3ywGmLm .text-wrapper {
  color: #ffffff;
}
.cid-v5P3ywGmLm .mbr-section-title,
.cid-v5P3ywGmLm .mbr-section-btn {
  color: #ffffff;
}
.cid-v5P5eGFpto {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/frangisole9-1500x1125.jpg");
}
.cid-v5P5eGFpto .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5P5eGFpto .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5P5eGFpto .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5P5eGFpto .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v5P5eGFpto .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5P5eGFpto .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v5P5eGFpto .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v5P5eGFpto .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v5P5eGFpto .mbr-section-title {
  color: #111111;
}
.cid-v5P5eGFpto .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v5P5eGFpto .mbr-text,
.cid-v5P5eGFpto .text-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-v5P5eGFpto .mbr-section-title,
.cid-v5P5eGFpto .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-v5PdwDj2SI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pergole-bioclimatiche-1920x1227.jpg");
}
.cid-v5PdwDj2SI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5PdwDj2SI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5PdwDj2SI .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5PdwDj2SI .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v5PdwDj2SI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5PdwDj2SI .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v5PdwDj2SI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v5PdwDj2SI .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v5PdwDj2SI .mbr-section-title {
  color: #111111;
}
.cid-v5PdwDj2SI .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v5PdwDj2SI .mbr-text,
.cid-v5PdwDj2SI .text-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-v5PdwDj2SI .mbr-section-title,
.cid-v5PdwDj2SI .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-v5PeqvA2R9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/vele7-1-1400x932.jpeg");
}
.cid-v5PeqvA2R9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5PeqvA2R9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5PeqvA2R9 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5PeqvA2R9 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v5PeqvA2R9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5PeqvA2R9 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v5PeqvA2R9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v5PeqvA2R9 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v5PeqvA2R9 .mbr-section-title {
  color: #111111;
}
.cid-v5PeqvA2R9 .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v5PeqvA2R9 .mbr-text,
.cid-v5PeqvA2R9 .text-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-v5PeqvA2R9 .mbr-section-title,
.cid-v5PeqvA2R9 .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-v5OZGs0h7R {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v5OZGs0h7R .media-container-row .mbr-text {
  color: #474a48;
}
.cid-v5L0GesOGs .nav-item:focus,
.cid-v5L0GesOGs .nav-link:focus {
  outline: none;
}
.cid-v5L0GesOGs .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #474a48;
  background: none;
}
.cid-v5L0GesOGs .navbar.opened {
  transition: all .3s;
  background: #474a48 !important;
}
.cid-v5L0GesOGs .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-v5L0GesOGs .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5L0GesOGs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5L0GesOGs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v5L0GesOGs .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v5L0GesOGs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5L0GesOGs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5L0GesOGs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v5L0GesOGs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5L0GesOGs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v5L0GesOGs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v5L0GesOGs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5L0GesOGs .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v5L0GesOGs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5L0GesOGs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5L0GesOGs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v5L0GesOGs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v5L0GesOGs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5L0GesOGs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-v5L0GesOGs .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-v5L0GesOGs .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v5L0GesOGs .navbar.navbar-short {
  background: #474a48 !important;
  min-height: 60px;
}
.cid-v5L0GesOGs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v5L0GesOGs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v5L0GesOGs .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5L0GesOGs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5L0GesOGs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5L0GesOGs .dropdown-item.active,
.cid-v5L0GesOGs .dropdown-item:active {
  background-color: transparent;
}
.cid-v5L0GesOGs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5L0GesOGs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5L0GesOGs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5L0GesOGs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474a48;
}
.cid-v5L0GesOGs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5L0GesOGs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5L0GesOGs ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v5L0GesOGs .navbar-buttons {
  text-align: center;
}
.cid-v5L0GesOGs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v5L0GesOGs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5L0GesOGs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v5L0GesOGs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v5L0GesOGs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v5L0GesOGs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v5L0GesOGs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v5L0GesOGs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v5L0GesOGs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v5L0GesOGs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v5L0GesOGs .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-v5L0GesOGs a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v5L0GesOGs .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v5L0GesOGs .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v5L0GesOGs .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-v5L0GesOGs .nav-link:hover,
.cid-v5L0GesOGs .dropdown-item:hover,
.cid-v5L0GesOGs .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-v5Oem8gK6b {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #06193a;
}
.cid-v5Oem8gK6b .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Oem8gK6b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Oem8gK6b .row {
  flex-direction: row-reverse;
}
.cid-v5L0GgbKmJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v5L0GgbKmJ .mbr-text {
  text-align: justify;
}
.cid-v5L0GgbKmJ .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-v5L0GgbKmJ .mbr-section-subtitle {
  text-align: justify;
}
.cid-v5L0GgQGbL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-v5L0GgQGbL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-v5L0GgQGbL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5L0GgQGbL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v5L0GgQGbL .title {
  padding: 0 2rem;
}
.cid-v5L0GgQGbL .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-v5L0GgQGbL .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-v5L0GgQGbL .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-v5L0GgQGbL .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-v5L0GgQGbL .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-v5L0GgQGbL .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-v5L0GgQGbL .container {
  padding: 0 1rem;
}
.cid-v5L0GgQGbL .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-v5L0GgQGbL .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v5L0GgQGbL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-v5L0GgQGbL .icon-focus {
  display: none;
}
.cid-v5L0GgQGbL .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-v5L0GgQGbL .btn-primary-outline:hover {
  background: transparent !important;
  color: #990e18 !important;
}
.cid-v5L0GgQGbL li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-v5L0GgQGbL li {
  position: relative;
}
.cid-v5L0GgQGbL .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-v5L0GgQGbL .btn {
  font-family: Instrument Sans !important;
}
.cid-v5L0GgQGbL .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-v5L0GgQGbL .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v5L0GgQGbL li:not(:last-child):after {
    top: 9px;
  }
  .cid-v5L0GgQGbL .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-v5L0GgQGbL .container {
    padding: 0rem;
  }
  .cid-v5L0GgQGbL .title {
    padding: 0 1rem;
  }
}
.cid-v5L0GgQGbL H2 {
  color: #343434;
}
.cid-v5L0GhhudW {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v5L0GhhudW .media-container-row .mbr-text {
  color: #474a48;
}
.cid-v5L0GesOGs .nav-item:focus,
.cid-v5L0GesOGs .nav-link:focus {
  outline: none;
}
.cid-v5L0GesOGs .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #474a48;
  background: none;
}
.cid-v5L0GesOGs .navbar.opened {
  transition: all .3s;
  background: #474a48 !important;
}
.cid-v5L0GesOGs .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-v5L0GesOGs .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5L0GesOGs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5L0GesOGs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v5L0GesOGs .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v5L0GesOGs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5L0GesOGs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5L0GesOGs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v5L0GesOGs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5L0GesOGs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v5L0GesOGs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v5L0GesOGs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5L0GesOGs .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v5L0GesOGs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5L0GesOGs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5L0GesOGs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v5L0GesOGs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v5L0GesOGs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5L0GesOGs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-v5L0GesOGs .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-v5L0GesOGs .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v5L0GesOGs .navbar.navbar-short {
  background: #474a48 !important;
  min-height: 60px;
}
.cid-v5L0GesOGs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v5L0GesOGs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v5L0GesOGs .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5L0GesOGs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5L0GesOGs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5L0GesOGs .dropdown-item.active,
.cid-v5L0GesOGs .dropdown-item:active {
  background-color: transparent;
}
.cid-v5L0GesOGs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5L0GesOGs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5L0GesOGs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5L0GesOGs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474a48;
}
.cid-v5L0GesOGs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5L0GesOGs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5L0GesOGs ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v5L0GesOGs .navbar-buttons {
  text-align: center;
}
.cid-v5L0GesOGs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v5L0GesOGs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5L0GesOGs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v5L0GesOGs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v5L0GesOGs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v5L0GesOGs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v5L0GesOGs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v5L0GesOGs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v5L0GesOGs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v5L0GesOGs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v5L0GesOGs .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-v5L0GesOGs a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v5L0GesOGs .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v5L0GesOGs .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v5L0GesOGs .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-v5L0GesOGs .nav-link:hover,
.cid-v5L0GesOGs .dropdown-item:hover,
.cid-v5L0GesOGs .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-v5QlGSx5HD {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/tende-sole3-1500x1125.jpeg");
}
.cid-v5QlGSx5HD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QlGSx5HD .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-v5QlGSx5HD .container {
    padding: 0 20px;
  }
}
.cid-v5QlGSx5HD .row {
  height: 100%;
}
.cid-v5QlGSx5HD .row .card {
  justify-content: flex-end;
}
.cid-v5QlGSx5HD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5QlGSx5HD .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v5QlGSx5HD .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v5QlGSx5HD .mbr-section-btn {
    text-align: left;
  }
}
.cid-v5QlGSx5HD .mbr-section-title {
  color: #ffffff;
}
.cid-v5QlGSx5HD .mbr-section-title,
.cid-v5QlGSx5HD .mbr-section-btn {
  text-align: justify;
  color: #ffffff;
}
.cid-v5QmlZi2hR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-v5QmlZi2hR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-v5QmlZi2hR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5QmlZi2hR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v5QmlZi2hR .title {
  padding: 0 2rem;
}
.cid-v5QmlZi2hR .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-v5QmlZi2hR .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-v5QmlZi2hR .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-v5QmlZi2hR .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-v5QmlZi2hR .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-v5QmlZi2hR .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-v5QmlZi2hR .container {
  padding: 0 1rem;
}
.cid-v5QmlZi2hR .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-v5QmlZi2hR .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v5QmlZi2hR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-v5QmlZi2hR .icon-focus {
  display: none;
}
.cid-v5QmlZi2hR .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-v5QmlZi2hR .btn-primary-outline:hover {
  background: transparent !important;
  color: #990e18 !important;
}
.cid-v5QmlZi2hR li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-v5QmlZi2hR li {
  position: relative;
}
.cid-v5QmlZi2hR .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-v5QmlZi2hR .btn {
  font-family: Instrument Sans !important;
}
.cid-v5QmlZi2hR .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-v5QmlZi2hR .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v5QmlZi2hR li:not(:last-child):after {
    top: 9px;
  }
  .cid-v5QmlZi2hR .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-v5QmlZi2hR .container {
    padding: 0rem;
  }
  .cid-v5QmlZi2hR .title {
    padding: 0 1rem;
  }
}
.cid-v5QmlZi2hR H2 {
  color: #343434;
}
.cid-v5QmmOidq1 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-v5QmmOidq1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-v5QmmOidq1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5QmmOidq1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v5QmmOidq1 .title {
  padding: 0 2rem;
}
.cid-v5QmmOidq1 .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-v5QmmOidq1 .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-v5QmmOidq1 .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-v5QmmOidq1 .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-v5QmmOidq1 .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-v5QmmOidq1 .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-v5QmmOidq1 .container {
  padding: 0 1rem;
}
.cid-v5QmmOidq1 .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-v5QmmOidq1 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v5QmmOidq1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-v5QmmOidq1 .icon-focus {
  display: none;
}
.cid-v5QmmOidq1 .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-v5QmmOidq1 .btn-primary-outline:hover {
  background: transparent !important;
  color: #990e18 !important;
}
.cid-v5QmmOidq1 li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-v5QmmOidq1 li {
  position: relative;
}
.cid-v5QmmOidq1 .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-v5QmmOidq1 .btn {
  font-family: Instrument Sans !important;
}
.cid-v5QmmOidq1 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-v5QmmOidq1 .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v5QmmOidq1 li:not(:last-child):after {
    top: 9px;
  }
  .cid-v5QmmOidq1 .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-v5QmmOidq1 .container {
    padding: 0rem;
  }
  .cid-v5QmmOidq1 .title {
    padding: 0 1rem;
  }
}
.cid-v5QmmOidq1 H2 {
  color: #343434;
}
.cid-v5Qo9ZapG8 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/frangisole2-1920x1392.jpg");
}
.cid-v5Qo9ZapG8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Qo9ZapG8 .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-v5Qo9ZapG8 .container {
    padding: 0 20px;
  }
}
.cid-v5Qo9ZapG8 .row {
  height: 100%;
}
.cid-v5Qo9ZapG8 .row .card {
  justify-content: flex-end;
}
.cid-v5Qo9ZapG8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5Qo9ZapG8 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v5Qo9ZapG8 .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v5Qo9ZapG8 .mbr-section-btn {
    text-align: left;
  }
}
.cid-v5Qo9ZapG8 .mbr-section-title {
  color: #ffffff;
}
.cid-v5Qo9ZapG8 .mbr-section-title,
.cid-v5Qo9ZapG8 .mbr-section-btn {
  text-align: right;
  color: #000000;
}
.cid-v5QkR0BHan {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-v5QkR0BHan .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-v5QkR0BHan .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5QkR0BHan .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v5QkR0BHan .title {
  padding: 0 2rem;
}
.cid-v5QkR0BHan .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-v5QkR0BHan .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-v5QkR0BHan .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-v5QkR0BHan .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-v5QkR0BHan .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-v5QkR0BHan .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-v5QkR0BHan .container {
  padding: 0 1rem;
}
.cid-v5QkR0BHan .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-v5QkR0BHan .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v5QkR0BHan .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-v5QkR0BHan .icon-focus {
  display: none;
}
.cid-v5QkR0BHan .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-v5QkR0BHan .btn-primary-outline:hover {
  background: transparent !important;
  color: #990e18 !important;
}
.cid-v5QkR0BHan li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-v5QkR0BHan li {
  position: relative;
}
.cid-v5QkR0BHan .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-v5QkR0BHan .btn {
  font-family: Instrument Sans !important;
}
.cid-v5QkR0BHan .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-v5QkR0BHan .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v5QkR0BHan li:not(:last-child):after {
    top: 9px;
  }
  .cid-v5QkR0BHan .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-v5QkR0BHan .container {
    padding: 0rem;
  }
  .cid-v5QkR0BHan .title {
    padding: 0 1rem;
  }
}
.cid-v5QkR0BHan H2 {
  color: #343434;
}
.cid-v5QkZxgM4B {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/pergole12jpg-1920x869.jpg");
}
.cid-v5QkZxgM4B .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QkZxgM4B .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-v5QkZxgM4B .container {
    padding: 0 20px;
  }
}
.cid-v5QkZxgM4B .row {
  height: 100%;
}
.cid-v5QkZxgM4B .row .card {
  justify-content: flex-end;
}
.cid-v5QkZxgM4B .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5QkZxgM4B .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v5QkZxgM4B .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v5QkZxgM4B .mbr-section-btn {
    text-align: left;
  }
}
.cid-v5QkZxgM4B .mbr-section-title {
  color: #ffffff;
}
.cid-v5QkZxgM4B .mbr-section-title,
.cid-v5QkZxgM4B .mbr-section-btn {
  text-align: justify;
  color: #ffffff;
}
.cid-v5QoKBCKXi {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-v5QoKBCKXi .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-v5QoKBCKXi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5QoKBCKXi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v5QoKBCKXi .title {
  padding: 0 2rem;
}
.cid-v5QoKBCKXi .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-v5QoKBCKXi .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-v5QoKBCKXi .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-v5QoKBCKXi .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-v5QoKBCKXi .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-v5QoKBCKXi .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-v5QoKBCKXi .container {
  padding: 0 1rem;
}
.cid-v5QoKBCKXi .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-v5QoKBCKXi .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v5QoKBCKXi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-v5QoKBCKXi .icon-focus {
  display: none;
}
.cid-v5QoKBCKXi .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-v5QoKBCKXi .btn-primary-outline:hover {
  background: transparent !important;
  color: #990e18 !important;
}
.cid-v5QoKBCKXi li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-v5QoKBCKXi li {
  position: relative;
}
.cid-v5QoKBCKXi .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-v5QoKBCKXi .btn {
  font-family: Instrument Sans !important;
}
.cid-v5QoKBCKXi .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-v5QoKBCKXi .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v5QoKBCKXi li:not(:last-child):after {
    top: 9px;
  }
  .cid-v5QoKBCKXi .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-v5QoKBCKXi .container {
    padding: 0rem;
  }
  .cid-v5QoKBCKXi .title {
    padding: 0 1rem;
  }
}
.cid-v5QoKBCKXi H2 {
  color: #343434;
}
.cid-v5QoNMTNbF {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/ombrellone-1920x1277.jpeg");
}
.cid-v5QoNMTNbF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QoNMTNbF .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-v5QoNMTNbF .container {
    padding: 0 20px;
  }
}
.cid-v5QoNMTNbF .row {
  height: 100%;
}
.cid-v5QoNMTNbF .row .card {
  justify-content: flex-end;
}
.cid-v5QoNMTNbF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5QoNMTNbF .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v5QoNMTNbF .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v5QoNMTNbF .mbr-section-btn {
    text-align: left;
  }
}
.cid-v5QoNMTNbF .mbr-section-title {
  color: #ffffff;
}
.cid-v5QoNMTNbF .mbr-section-title,
.cid-v5QoNMTNbF .mbr-section-btn {
  text-align: justify;
  color: #ffffff;
}
.cid-v5QpzdmW6u {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-v5QpzdmW6u .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-v5QpzdmW6u .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5QpzdmW6u .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v5QpzdmW6u .title {
  padding: 0 2rem;
}
.cid-v5QpzdmW6u .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-v5QpzdmW6u .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-v5QpzdmW6u .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-v5QpzdmW6u .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-v5QpzdmW6u .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-v5QpzdmW6u .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-v5QpzdmW6u .container {
  padding: 0 1rem;
}
.cid-v5QpzdmW6u .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-v5QpzdmW6u .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v5QpzdmW6u .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-v5QpzdmW6u .icon-focus {
  display: none;
}
.cid-v5QpzdmW6u .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-v5QpzdmW6u .btn-primary-outline:hover {
  background: transparent !important;
  color: #990e18 !important;
}
.cid-v5QpzdmW6u li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-v5QpzdmW6u li {
  position: relative;
}
.cid-v5QpzdmW6u .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-v5QpzdmW6u .btn {
  font-family: Instrument Sans !important;
}
.cid-v5QpzdmW6u .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-v5QpzdmW6u .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v5QpzdmW6u li:not(:last-child):after {
    top: 9px;
  }
  .cid-v5QpzdmW6u .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-v5QpzdmW6u .container {
    padding: 0rem;
  }
  .cid-v5QpzdmW6u .title {
    padding: 0 1rem;
  }
}
.cid-v5QpzdmW6u H2 {
  color: #343434;
}
.cid-v5L0GhhudW {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v5L0GhhudW .media-container-row .mbr-text {
  color: #474a48;
}
.cid-vhvEjQUQUs .nav-item:focus,
.cid-vhvEjQUQUs .nav-link:focus {
  outline: none;
}
.cid-vhvEjQUQUs .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #474a48;
  background: none;
}
.cid-vhvEjQUQUs .navbar.opened {
  transition: all .3s;
  background: #474a48 !important;
}
.cid-vhvEjQUQUs .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-vhvEjQUQUs .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhvEjQUQUs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhvEjQUQUs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vhvEjQUQUs .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vhvEjQUQUs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhvEjQUQUs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhvEjQUQUs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vhvEjQUQUs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhvEjQUQUs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vhvEjQUQUs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vhvEjQUQUs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhvEjQUQUs .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vhvEjQUQUs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhvEjQUQUs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhvEjQUQUs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vhvEjQUQUs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vhvEjQUQUs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhvEjQUQUs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vhvEjQUQUs .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-vhvEjQUQUs .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vhvEjQUQUs .navbar.navbar-short {
  background: #474a48 !important;
  min-height: 60px;
}
.cid-vhvEjQUQUs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vhvEjQUQUs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vhvEjQUQUs .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhvEjQUQUs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhvEjQUQUs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhvEjQUQUs .dropdown-item.active,
.cid-vhvEjQUQUs .dropdown-item:active {
  background-color: transparent;
}
.cid-vhvEjQUQUs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhvEjQUQUs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhvEjQUQUs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhvEjQUQUs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474a48;
}
.cid-vhvEjQUQUs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhvEjQUQUs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhvEjQUQUs ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vhvEjQUQUs .navbar-buttons {
  text-align: center;
}
.cid-vhvEjQUQUs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vhvEjQUQUs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhvEjQUQUs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vhvEjQUQUs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vhvEjQUQUs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vhvEjQUQUs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vhvEjQUQUs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vhvEjQUQUs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vhvEjQUQUs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vhvEjQUQUs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vhvEjQUQUs .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-vhvEjQUQUs a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vhvEjQUQUs .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vhvEjQUQUs .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-vhvEjQUQUs .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-vhvEjQUQUs .nav-link:hover,
.cid-vhvEjQUQUs .dropdown-item:hover,
.cid-vhvEjQUQUs .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
#custom-html-iw .video-fullscreen {
  position: relative;
  width: 100%;
  height: 90vh;
  /* altezza schermo intero */
  overflow: hidden;
  background: #000;
}
#custom-html-iw .video-fullscreen .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* riempie tutto lo schermo */
}
.cid-vhvEjSr37V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vhvEjSr37V .mbr-text {
  text-align: center;
}
.cid-vhvEjSr37V .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-vhvEjSr37V .mbr-section-subtitle {
  text-align: justify;
}
.cid-vhvEjSr37V .mbr-section-title {
  text-align: center;
}
.cid-vhvEjSr37V .mbr-section-subtitle P {
  text-align: center;
}
.cid-vhvOtbDVNA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhvOtbDVNA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhvOtbDVNA .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-vhvOtbDVNA .container {
    padding: 0 16px;
  }
}
.cid-vhvOtbDVNA .row {
  justify-content: space-between;
}
.cid-vhvOtbDVNA .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhvOtbDVNA .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhvOtbDVNA .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #bbbbbb;
  border-radius: .5em !important;
}
.cid-vhvOtbDVNA .content-wrapper {
  position: relative;
}
.cid-vhvOtbDVNA .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vhvOtbDVNA .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-vhvOtbDVNA .mbr-text {
  color: #333333;
}
.cid-vhvOtbDVNA .mbr-text,
.cid-vhvOtbDVNA .icon-wrapper {
  color: #72716b;
  text-align: justify;
}
.cid-vhvPzEazll {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vhvPzEazll .mbr-text {
  text-align: justify;
}
.cid-vhvPzEazll .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-vhvPzEazll .mbr-section-subtitle {
  text-align: justify;
}
.cid-vhw0ChRbkh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #c2222e;
}
.cid-vhw0ChRbkh .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-vhw0ChRbkh .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-vhw0ChRbkh .mbr-section-subtitle {
  text-align: justify;
}
.cid-vhw0ChRbkh .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vhw1g76iEL {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhw1g76iEL .mbr-text {
  text-align: center;
  color: #474a48;
}
.cid-vhw1g76iEL .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-vhw1g76iEL .mbr-section-subtitle {
  text-align: justify;
}
.cid-vhw1g76iEL .mbr-section-title {
  text-align: center;
  color: #474a48;
}
#custom-html-iu {
  /* Type valid CSS here */
}
#custom-html-iu div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-iu p {
  font-size: 60px;
  color: #777;
}
.cid-vhvEjSPiqH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vhvEjSPiqH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vhvEjSPiqH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhvEjSPiqH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhvEjSPiqH .title {
  padding: 0 2rem;
}
.cid-vhvEjSPiqH .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-vhvEjSPiqH .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-vhvEjSPiqH .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-vhvEjSPiqH .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-vhvEjSPiqH .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-vhvEjSPiqH .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-vhvEjSPiqH .container {
  padding: 0 1rem;
}
.cid-vhvEjSPiqH .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-vhvEjSPiqH .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vhvEjSPiqH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vhvEjSPiqH .icon-focus {
  display: none;
}
.cid-vhvEjSPiqH .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-vhvEjSPiqH .btn-primary-outline:hover {
  background: transparent !important;
  color: #990e18 !important;
}
.cid-vhvEjSPiqH li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-vhvEjSPiqH li {
  position: relative;
}
.cid-vhvEjSPiqH .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-vhvEjSPiqH .btn {
  font-family: Instrument Sans !important;
}
.cid-vhvEjSPiqH .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-vhvEjSPiqH .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vhvEjSPiqH li:not(:last-child):after {
    top: 9px;
  }
  .cid-vhvEjSPiqH .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-vhvEjSPiqH .container {
    padding: 0rem;
  }
  .cid-vhvEjSPiqH .title {
    padding: 0 1rem;
  }
}
.cid-vhvEjSPiqH H2 {
  color: #343434;
}
.cid-vhvEjTnK4g {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vhvEjTnK4g .media-container-row .mbr-text {
  color: #474a48;
}
