.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.7rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1rem;
}
/* ---- 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: 1.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.26rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.56rem;
    font-size: calc( 0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.895rem + (0.7 - 0.895) * ((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.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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 1.26rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.56rem;
    font-size: calc( 0.895rem + (0.7 - 0.895) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.895rem + (0.7 - 0.895) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* 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: #9fe870 !important;
}
.bg-success {
  background-color: #046e8a !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #046e8a !important;
  border-color: #046e8a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #0596bc !important;
  border-color: #0596bc !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0596bc !important;
  border-color: #0596bc !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #046e8a;
  color: #046e8a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #022b36 !important;
  background-color: transparent !important;
  border-color: #022b36 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #046e8a !important;
  border-color: #046e8a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #046e8a !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #011f27 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #15c9f8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.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: #9fe870;
  border-bottom-color: #9fe870;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #9fe870 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%239fe870' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZzk3rpHnM {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZzk3rpHnM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZzk3rpHnM .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZzk3rpHnM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZzk3rpHnM .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uZzk3rpHnM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZzk3rpHnM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZzk3rpHnM .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uZzk3rpHnM .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZzk3rpHnM .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uZzk3rpHnM .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZzk3rpHnM .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZzk3rpHnM .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZzk3rpHnM .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uZzk3rpHnM .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZzk3rpHnM .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZzk3rpHnM .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZzk3rpHnM .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZzk3rpHnM .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZzk3rpHnM .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZzk3rpHnM .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZzk3rpHnM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZzk3rpHnM .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uZzk3rpHnM .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZzk3rpHnM .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZzk3rpHnM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZzk3rpHnM .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uZzk3rpHnM .nav-item:focus,
.cid-uZzk3rpHnM .nav-link:focus {
  outline: none;
}
.cid-uZzk3rpHnM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZzk3rpHnM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZzk3rpHnM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZzk3rpHnM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZzk3rpHnM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZzk3rpHnM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZzk3rpHnM .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZzk3rpHnM .navbar.opened {
  transition: all 0.25s;
}
.cid-uZzk3rpHnM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZzk3rpHnM .navbar .navbar-logo img {
  width: auto;
}
.cid-uZzk3rpHnM .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZzk3rpHnM .navbar.collapsed {
  justify-content: center;
}
.cid-uZzk3rpHnM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZzk3rpHnM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZzk3rpHnM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uZzk3rpHnM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZzk3rpHnM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZzk3rpHnM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZzk3rpHnM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZzk3rpHnM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZzk3rpHnM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZzk3rpHnM .navbar {
    min-height: 72px;
  }
  .cid-uZzk3rpHnM .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZzk3rpHnM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZzk3rpHnM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZzk3rpHnM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZzk3rpHnM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZzk3rpHnM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZzk3rpHnM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZzk3rpHnM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZzk3rpHnM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZzk3rpHnM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZzk3rpHnM .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZzk3rpHnM .dropdown-item.active,
.cid-uZzk3rpHnM .dropdown-item:active {
  background-color: transparent;
}
.cid-uZzk3rpHnM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZzk3rpHnM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZzk3rpHnM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZzk3rpHnM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZzk3rpHnM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZzk3rpHnM .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZzk3rpHnM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZzk3rpHnM .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZzk3rpHnM .navbar-buttons {
    text-align: left;
  }
}
.cid-uZzk3rpHnM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZzk3rpHnM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZzk3rpHnM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZzk3rpHnM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZzk3rpHnM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZzk3rpHnM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZzk3rpHnM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZzk3rpHnM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZzk3rpHnM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZzk3rpHnM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZzk3rpHnM .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-uZzk3rpHnM .opacityScroll {
  background: rgba(255, 255, 255, 0) !important;
}
.cid-uZzk3rpHnM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZzk3rpHnM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZzk3rpHnM .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZzk3rpHnM .navbar {
    height: 70px;
  }
  .cid-uZzk3rpHnM .navbar.opened {
    height: auto;
  }
  .cid-uZzk3rpHnM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZzk3rpHnM .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZzk3rpHnM .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZzk3rpHnM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZzk3rpHnM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uZzk3rpHnM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZzk3rpHnM .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZzk3rpHnM .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZzk3rpHnM .navbar-brand {
    margin-right: auto;
  }
  .cid-uZzk3rpHnM .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uZzk3rpHnM .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZzk3rpHnM .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZzk3rpHnM .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZzk3rpHnM .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZzk3rpHnM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZzk3rpHnM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uZzk3rpHnM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZzk3rpHnM .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZzk3rpHnM .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZzk3rpHnM .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uZzk3rpHnM .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uZzk3rpHnM .navbar-collapse {
    padding: 1rem;
  }
}
.cid-VgXspYd3an h1,
.cid-VgXspYd3an p,
.cid-VgXspYd3an img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
.cid-VgXspYd3an html {
  scroll-behavior: smooth;
}
@media (max-width: 991px) {
  .cid-VgXspYd3an aside {
    display: none;
  }
}
.cid-VgXspYd3an aside {
  right: 1px;
  z-index: 1000;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cid-VgXspYd3an aside ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style-type: none;
  margin: 0;
}
.cid-VgXspYd3an aside ul li .indicator {
  cursor: pointer;
  margin-top: 1rem;
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #ffffff;
}
.cid-VgXspYd3an aside ul li .active {
  transform: scale(1.7);
  transition: transform 200ms ease-in-out;
  background-color: #e43f3f;
}
.cid-VgXspYd3an div.imgtest {
  content: url("../../../assets/images/1.jpg-1408x768.jpg-1408x768.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-VgXspYd3an div.imgtest1 {
  content: url("../../../assets/images/2.png-1-1344x768.png");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-VgXspYd3an div.imgtest2 {
  content: url("../../../assets/images/3.png-1344x768.png");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-VgXspYd3an div.imgtest3 {
  content: url("../../../assets/images/3.jpg-3-865x608.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-VgXspYd3an div.imgtest4 {
  content: url("../../../assets/images/4.jpg-1-1408x768.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-VgXspYd3an .split .split-image.object-cover img,
.cid-VgXspYd3an .slide-image.object-cover img .grid-image img,
.cid-VgXspYd3an .video-wrap .poster img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.cid-VgXspYd3an .slide-image.object-contain video,
.cid-VgXspYd3an .slide-image.object-contain img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
.cid-VgXspYd3an .home-hero .safari-fix a,
.cid-VgXspYd3an .fullscreen a {
  background: none !important;
  text-shadow: none !important;
}
.cid-VgXspYd3an .wrap {
  padding: 3rem;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 700px) {
  .cid-VgXspYd3an .wrap {
    padding: 6rem;
  }
  .cid-VgXspYd3an p + p {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .cid-VgXspYd3an .wrap {
    padding: 6rem 6rem 5.4rem;
  }
  .cid-VgXspYd3an section:last-child .wrap,
  .cid-VgXspYd3an .wrap:last-child {
    padding-bottom: 6rem;
  }
  .cid-VgXspYd3an .wrap.align-center q {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 1400px) {
  .cid-VgXspYd3an .wrap {
    padding: 8.2rem 6rem 7.6rem;
  }
  .cid-VgXspYd3an section:last-child .wrap,
  .cid-VgXspYd3an .wrap:last-child {
    padding-bottom: 8.2rem;
  }
}
.cid-VgXspYd3an input,
.cid-VgXspYd3an textarea,
.cid-VgXspYd3an button,
.cid-VgXspYd3an select,
.cid-VgXspYd3an body {
  font-family: acumin-pro, Helvetica, Arial, sans-serif;
  font-style: normal;
}
.cid-VgXspYd3an h1 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.16666667;
}
.cid-VgXspYd3an body {
  width: 100%;
  min-height: 100%;
  font-size: 2rem;
  line-height: 1.45;
  overflow-x: hidden;
}
@media only screen and (min-width: 700px) and (min-height: 500px) {
  .cid-VgXspYd3an h1 {
    font-size: calc(4.6rem);
  }
}
.cid-VgXspYd3an h1 + button {
  margin-top: 2rem;
}
.cid-VgXspYd3an h1 + p {
  margin-top: 1rem;
}
.cid-VgXspYd3an p + p {
  margin-top: 1.6rem;
}
.cid-VgXspYd3an img {
  display: block;
  max-width: 100%;
}
.cid-VgXspYd3an img::after {
  content: "🖼️" attr(alt);
  font-size: 1.4rem;
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 4.5rem;
  height: 100%;
  padding: 1.5rem;
  background-color: #fff;
  border: 1px solid #eeecec;
}
@media all and (orientation: landscape) {
  .cid-VgXspYd3an body:not(.touchscreen) header {
    will-change: auto;
    transition: all 0.4s ease-in-out;
  }
  .cid-VgXspYd3an .landscape-image ~ .portrait-image {
    opacity: 0;
    display: none;
  }
}
.cid-VgXspYd3an .wrap.text-wrap {
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-VgXspYd3an .wrap.full-width {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: calc(94%) !important;
}
.cid-VgXspYd3an .wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.cid-VgXspYd3an .content > section:not(.hero):first-child {
  padding-top: 5rem;
}
.cid-VgXspYd3an .align-left {
  text-align: left;
}
.cid-VgXspYd3an .align-center {
  text-align: center;
}
.cid-VgXspYd3an .align-right {
  text-align: right;
}
.cid-VgXspYd3an .text_block-section + .text-wrap,
.cid-VgXspYd3an .flexible-section:not(.video-section) + .flexible-section:not(.video-section) > .wrap:first-child,
.cid-VgXspYd3an .section-title-wrap + .flexible-section > .wrap:first-child,
.cid-VgXspYd3an .body-copy-with-intro + .hidden-content > .flexible-section > .wrap:first-child,
.cid-VgXspYd3an .wrap + .wrap {
  padding-top: 0;
}
.cid-VgXspYd3an .fullscreen {
  position: relative;
  height: 100vh;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-VgXspYd3an .fullscreen .wrap {
  margin: 0;
  z-index: 4;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-VgXspYd3an .fullscreen .fixed-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.cid-VgXspYd3an .fullscreen .fixed-wrap.fixed {
  position: fixed;
}
@supports (-ms-ime-align: auto) {
  .cid-VgXspYd3an .fullscreen {
    clip-path: none !important;
  }
  .cid-VgXspYd3an .fullscreen .fixed-wrap.fixed {
    position: absolute !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cid-VgXspYd3an .fullscreen {
    clip-path: none !important;
  }
  .cid-VgXspYd3an .fullscreen .fixed-wrap.fixed {
    position: absolute !important;
  }
}
.cid-VgXspYd3an .fullscreen .slide-image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.cid-VgXspYd3an .fullscreen .slide-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 2;
}
.cid-VgXspYd3an .fullscreen a {
  color: #ffffff;
}
.cid-VgXspYd3an .slide-image + .slide-text,
.cid-VgXspYd3an .slide-text.over-image {
  color: #fff;
  background: radial-gradient(ellipse 50% 50%, rgba(18, 18, 18, 0.125), rgba(18, 18, 18, 0));
}
.cid-VgXspYd3an .hero .slide-image {
  opacity: 0.8;
}
.cid-VgXspYd3an .hero.auto-height {
  padding: 5rem 0;
}
.cid-VgXspYd3an .hero.auto-height .slide-text {
  position: relative;
}
.cid-VgXspYd3an .home-hero {
  position: relative;
  z-index: 1;
}
.cid-VgXspYd3an .home-hero + section {
  z-index: 0;
}
.cid-VgXspYd3an .home-hero + section + section {
  z-index: 1;
}
.cid-VgXspYd3an .home-hero .safari-fix {
  position: absolute;
  top: 0;
  background: transparent !important;
  overflow: hidden;
}
.cid-VgXspYd3an .home-hero .safari-fix a {
  display: block;
  position: relative;
  width: 100vw;
  height: 100%;
  background: transparent !important;
  opacity: 0;
}
.cid-VgXspYd3an body > .fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cid-VgXspYd3an body > .fullscreen .slide-image {
  opacity: 0.8;
}
.cid-VgXspYd3an body > .fullscreen button,
.cid-VgXspYd3an .project-hero .slide-text button {
  background-color: #fff;
  color: #121212;
  border-color: #fff;
  opacity: 0;
}
.cid-VgXspYd3an .page-hero .slide-image {
  position: fixed;
}
.cid-VgXspYd3an .page-hero .slide-text {
  position: relative;
  height: auto;
  margin: 100vh auto 25vh;
  background: transparent;
}
@media all and (orientation: portrait) {
  .cid-VgXspYd3an .page-hero .wrap h4 {
    font-size: calc(2.25rem);
  }
  .cid-VgXspYd3an .portrait-image ~ .landscape-image {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
.cid-VgXspYd3an .fullscreen .slide-text button:only-child {
  margin-top: 2rem;
}
.cid-VgXspYd3an .offblack-bg {
  background-color: #231f20;
}
.cid-VgXspYd3an .offblack-bg a:not(.button):not([title]):not(:hover) {
  background: linear-gradient(#231f20 calc(99%), #ffffff calc(99%));
  text-shadow: 0 1px #231f20, -1px 0 #231f20, 1px 0 #231f20, -2px 0 #231f20, 2px 0 #231f20;
}
.cid-VgXspYd3an .hidden {
  display: none;
  visibility: hidden;
}
.cid-VgXspYd3an H1 {
  color: #ffffff;
}
.cid-VgXspYd3an sectionzen {
  display: block;
}
.cid-EeAL1Tw0sK {
  padding-top: 15px;
  padding-bottom: 0px;
  padding-left: 1em;
  padding-right: 1em;
  background: linear-gradient(0deg, #ffffff, #dad0d0);
}
.cid-EeAL1Tw0sK .item {
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .cid-EeAL1Tw0sK .carousel-control,
  .cid-EeAL1Tw0sK .carousel-indicators,
  .cid-EeAL1Tw0sK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-EeAL1Tw0sK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-EeAL1Tw0sK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-EeAL1Tw0sK .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-EeAL1Tw0sK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-EeAL1Tw0sK .carousel-indicators {
    display: none;
  }
}
.cid-EeAL1Tw0sK .carousel-indicators .active,
.cid-EeAL1Tw0sK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-EeAL1Tw0sK .carousel-indicators .active {
  background: #fff;
}
.cid-EeAL1Tw0sK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-EeAL1Tw0sK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-EeAL1Tw0sK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-EeAL1Tw0sK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-EeAL1Tw0sK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-EeAL1Tw0sK .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-EeAL1Tw0sK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-EeAL1Tw0sK .carousel {
  width: 100%;
}
.cid-EeAL1Tw0sK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-EeAL1Tw0sK .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-EeAL1Tw0sK .modal.fade .modal-dialog,
.cid-EeAL1Tw0sK .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-EeAL1Tw0sK .mbr-gallery .item-wrapper {
  cursor: pointer;
  background-color: #ffffff;
}
.cid-EeAL1Tw0sK a {
  display: block;
}
.cid-EeAL1Tw0sK a.img {
  pointer-events: none;
}
.cid-EeAL1Tw0sK H3 {
  color: #ffffff;
}
.cid-EeAL1Tw0sK H4 {
  color: #3a341c;
}
.cid-EeAL1Tw0sK .mbr-text,
.cid-EeAL1Tw0sK .mbr-section-btn {
  text-align: center;
  padding: 1em;
}
.cid-zXgWN7niUd {
  padding-top: 15px;
  padding-bottom: 0px;
  padding-left: 1em;
  padding-right: 1em;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-zXgWN7niUd .item {
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .cid-zXgWN7niUd .carousel-control,
  .cid-zXgWN7niUd .carousel-indicators,
  .cid-zXgWN7niUd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-zXgWN7niUd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-zXgWN7niUd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-zXgWN7niUd .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-zXgWN7niUd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-zXgWN7niUd .carousel-indicators {
    display: none;
  }
}
.cid-zXgWN7niUd .carousel-indicators .active,
.cid-zXgWN7niUd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-zXgWN7niUd .carousel-indicators .active {
  background: #fff;
}
.cid-zXgWN7niUd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-zXgWN7niUd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-zXgWN7niUd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-zXgWN7niUd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-zXgWN7niUd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-zXgWN7niUd .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-zXgWN7niUd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-zXgWN7niUd .carousel {
  width: 100%;
}
.cid-zXgWN7niUd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-zXgWN7niUd .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-zXgWN7niUd .modal.fade .modal-dialog,
.cid-zXgWN7niUd .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-zXgWN7niUd .mbr-gallery .item-wrapper {
  cursor: pointer;
  background-color: #ffffff;
}
.cid-zXgWN7niUd a {
  display: block;
}
.cid-zXgWN7niUd a.img {
  pointer-events: none;
}
.cid-zXgWN7niUd H3 {
  color: #ffffff;
}
.cid-zXgWN7niUd H4 {
  color: #ffffff;
}
.cid-zXgWN7niUd .mbr-text,
.cid-zXgWN7niUd .mbr-section-btn {
  text-align: center;
  padding: 1em;
}
.cid-v13nsO6JHG {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1em;
  padding-right: 1em;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-v13nsO6JHG .item {
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .cid-v13nsO6JHG .carousel-control,
  .cid-v13nsO6JHG .carousel-indicators,
  .cid-v13nsO6JHG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v13nsO6JHG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v13nsO6JHG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v13nsO6JHG .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-v13nsO6JHG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v13nsO6JHG .carousel-indicators {
    display: none;
  }
}
.cid-v13nsO6JHG .carousel-indicators .active,
.cid-v13nsO6JHG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-v13nsO6JHG .carousel-indicators .active {
  background: #fff;
}
.cid-v13nsO6JHG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v13nsO6JHG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v13nsO6JHG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v13nsO6JHG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v13nsO6JHG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v13nsO6JHG .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-v13nsO6JHG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v13nsO6JHG .carousel {
  width: 100%;
}
.cid-v13nsO6JHG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v13nsO6JHG .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-v13nsO6JHG .modal.fade .modal-dialog,
.cid-v13nsO6JHG .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-v13nsO6JHG .mbr-gallery .item-wrapper {
  cursor: pointer;
  background-color: #ffffff;
}
.cid-v13nsO6JHG a {
  display: block;
}
.cid-v13nsO6JHG a.img {
  pointer-events: none;
}
.cid-v13nsO6JHG H3 {
  color: #ffffff;
}
.cid-v13nsO6JHG H4 {
  color: #ffffff;
}
.cid-v13nsO6JHG .mbr-text,
.cid-v13nsO6JHG .mbr-section-btn {
  text-align: center;
  padding: 1em;
}
.cid-v13kGuoHqa {
  padding-top: 60px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #a6a99c, #ffffff);
}
.cid-v13kGuoHqa .mbr-section-subtitle {
  color: #000000;
}
.cid-v13kGuoHqa .container2 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 427px;
  max-width: 856px;
  overflow: hidden;
  width: 98vw;
}
.cid-v13kGuoHqa .container2 figure {
  background-image: url("../../../assets/images/2.png-2-1344x768.png");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-v13kGuoHqa #compare {
  background-image: url("../../../assets/images/1.png-66-1344x768.png");
  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-v13kGuoHqa 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-v13kGuoHqa input#slider::-moz-range-track {
  background: transparent;
}
.cid-v13kGuoHqa 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-v13kGuoHqa input#slider::-ms-fill-lower {
  background-color: transparent;
}
.cid-v13kGuoHqa input#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v13kGuoHqa input#slider::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v13kGuoHqa input#slider::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v13kGuoHqa input#slider::-ms-tooltip {
  display: none;
}
.cid-v13kGuoHqa #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-v0Y4rMN1vC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0Y4rMN1vC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Y4rMN1vC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Y4rMN1vC .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .footer-col {
    flex-direction: column;
  }
}
.cid-v0Y4rMN1vC .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0Y4rMN1vC .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Y4rMN1vC .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .mbr-section-btn {
    text-align: center;
  }
}
.cid-v0Y4rMN1vC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0Y4rMN1vC .soc-item {
  margin: 8px;
}
.cid-v0Y4rMN1vC .soc-item a:hover .mbr-iconfont,
.cid-v0Y4rMN1vC .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v0Y4rMN1vC .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .row {
    text-align: center;
  }
  .cid-v0Y4rMN1vC .social-row {
    justify-content: center;
  }
}
.cid-v0Y4rMN1vC .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v0Y4rMN1vC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Y4rMN1vC .list {
    margin-bottom: 0rem;
  }
}
.cid-v0Y4rMN1vC .mbr-text {
  color: #bbbbbb;
}
.cid-v0Y4rMN1vC .mbr-section-subtitle {
  color: #000000;
}
.cid-v0Y4rMN1vC .list,
.cid-v0Y4rMN1vC .item-wrap {
  color: #232323;
}
.cid-v0Y4rMN1vC .copyright {
  color: #000000;
}
.cid-uZDDJ7ur1W {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZDDJ7ur1W .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZDDJ7ur1W .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZDDJ7ur1W .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZDDJ7ur1W .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uZDDJ7ur1W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZDDJ7ur1W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZDDJ7ur1W .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uZDDJ7ur1W .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZDDJ7ur1W .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uZDDJ7ur1W .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZDDJ7ur1W .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZDDJ7ur1W .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZDDJ7ur1W .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uZDDJ7ur1W .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZDDJ7ur1W .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZDDJ7ur1W .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZDDJ7ur1W .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZDDJ7ur1W .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZDDJ7ur1W .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZDDJ7ur1W .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZDDJ7ur1W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZDDJ7ur1W .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uZDDJ7ur1W .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZDDJ7ur1W .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZDDJ7ur1W .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZDDJ7ur1W .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uZDDJ7ur1W .nav-item:focus,
.cid-uZDDJ7ur1W .nav-link:focus {
  outline: none;
}
.cid-uZDDJ7ur1W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZDDJ7ur1W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZDDJ7ur1W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZDDJ7ur1W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZDDJ7ur1W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZDDJ7ur1W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZDDJ7ur1W .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZDDJ7ur1W .navbar.opened {
  transition: all 0.25s;
}
.cid-uZDDJ7ur1W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZDDJ7ur1W .navbar .navbar-logo img {
  width: auto;
}
.cid-uZDDJ7ur1W .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZDDJ7ur1W .navbar.collapsed {
  justify-content: center;
}
.cid-uZDDJ7ur1W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZDDJ7ur1W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZDDJ7ur1W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uZDDJ7ur1W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZDDJ7ur1W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZDDJ7ur1W .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZDDJ7ur1W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZDDJ7ur1W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZDDJ7ur1W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZDDJ7ur1W .navbar {
    min-height: 72px;
  }
  .cid-uZDDJ7ur1W .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZDDJ7ur1W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZDDJ7ur1W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZDDJ7ur1W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZDDJ7ur1W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZDDJ7ur1W .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZDDJ7ur1W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZDDJ7ur1W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZDDJ7ur1W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZDDJ7ur1W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZDDJ7ur1W .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZDDJ7ur1W .dropdown-item.active,
.cid-uZDDJ7ur1W .dropdown-item:active {
  background-color: transparent;
}
.cid-uZDDJ7ur1W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZDDJ7ur1W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZDDJ7ur1W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZDDJ7ur1W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZDDJ7ur1W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZDDJ7ur1W .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZDDJ7ur1W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZDDJ7ur1W .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZDDJ7ur1W .navbar-buttons {
    text-align: left;
  }
}
.cid-uZDDJ7ur1W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZDDJ7ur1W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZDDJ7ur1W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZDDJ7ur1W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZDDJ7ur1W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZDDJ7ur1W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZDDJ7ur1W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZDDJ7ur1W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZDDJ7ur1W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZDDJ7ur1W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZDDJ7ur1W .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-uZDDJ7ur1W .opacityScroll {
  background: rgba(255, 255, 255, 0) !important;
}
.cid-uZDDJ7ur1W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZDDJ7ur1W .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZDDJ7ur1W .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZDDJ7ur1W .navbar {
    height: 70px;
  }
  .cid-uZDDJ7ur1W .navbar.opened {
    height: auto;
  }
  .cid-uZDDJ7ur1W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZDDJ7ur1W .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZDDJ7ur1W .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZDDJ7ur1W .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZDDJ7ur1W .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uZDDJ7ur1W .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZDDJ7ur1W .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZDDJ7ur1W .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZDDJ7ur1W .navbar-brand {
    margin-right: auto;
  }
  .cid-uZDDJ7ur1W .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uZDDJ7ur1W .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZDDJ7ur1W .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZDDJ7ur1W .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZDDJ7ur1W .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZDDJ7ur1W .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZDDJ7ur1W .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uZDDJ7ur1W .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZDDJ7ur1W .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZDDJ7ur1W .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZDDJ7ur1W .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uZDDJ7ur1W .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uZDDJ7ur1W .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZDEI3DMtd .modal-body .close {
  background: #1b1b1b;
}
.cid-uZDEI3DMtd .modal-body .close span {
  font-style: normal;
}
.cid-uZDEI3DMtd .carousel-inner > .active,
.cid-uZDEI3DMtd .carousel-inner > .next,
.cid-uZDEI3DMtd .carousel-inner > .prev {
  display: table;
}
.cid-uZDEI3DMtd .carousel-control .icon-next,
.cid-uZDEI3DMtd .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uZDEI3DMtd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZDEI3DMtd .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZDEI3DMtd .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uZDEI3DMtd .boxed-slider > div {
  position: relative;
}
.cid-uZDEI3DMtd .container img {
  width: 100%;
}
.cid-uZDEI3DMtd .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-uZDEI3DMtd .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZDEI3DMtd .mbr-table-cell {
  padding: 0;
}
.cid-uZDEI3DMtd .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZDEI3DMtd .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uZDEI3DMtd .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZDEI3DMtd .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-uZDEI3DMtd .carousel-item .container {
    width: 100%;
  }
}
.cid-uZDEI3DMtd .carousel-item-next.carousel-item-left,
.cid-uZDEI3DMtd .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uZDEI3DMtd .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-uZDEI3DMtd .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZDEI3DMtd .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZDEI3DMtd .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uZDEI3DMtd .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZDEI3DMtd .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZDEI3DMtd .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-uZDEI3DMtd .mbr-slider .carousel-indicators li.active,
.cid-uZDEI3DMtd .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uZDEI3DMtd .mbr-slider .carousel-indicators li::after,
.cid-uZDEI3DMtd .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uZDEI3DMtd .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uZDEI3DMtd .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uZDEI3DMtd .mbr-slider > .container img {
  width: 100%;
}
.cid-uZDEI3DMtd .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-uZDEI3DMtd .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uZDEI3DMtd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZDEI3DMtd .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZDEI3DMtd .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uZDEI3DMtd .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uZDEI3DMtd .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uZDEI3DMtd .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uZDEI3DMtd .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uZDEI3DMtd .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZDEI3DMtd .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uZDEI3DMtd .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uZDEI3DMtd .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uZDEI3DMtd H2 {
  color: #ffffff;
}
.cid-uZDEI3DMtd P {
  color: #ffffff;
}
.cid-uZDEI3DMtd B {
  color: #ffffff;
}
.cid-uZEdPz0wGf .modal-body .close {
  background: #1b1b1b;
}
.cid-uZEdPz0wGf .modal-body .close span {
  font-style: normal;
}
.cid-uZEdPz0wGf .carousel-inner > .active,
.cid-uZEdPz0wGf .carousel-inner > .next,
.cid-uZEdPz0wGf .carousel-inner > .prev {
  display: table;
}
.cid-uZEdPz0wGf .carousel-control .icon-next,
.cid-uZEdPz0wGf .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uZEdPz0wGf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZEdPz0wGf .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZEdPz0wGf .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uZEdPz0wGf .boxed-slider > div {
  position: relative;
}
.cid-uZEdPz0wGf .container img {
  width: 100%;
}
.cid-uZEdPz0wGf .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-uZEdPz0wGf .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZEdPz0wGf .mbr-table-cell {
  padding: 0;
}
.cid-uZEdPz0wGf .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZEdPz0wGf .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uZEdPz0wGf .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZEdPz0wGf .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-uZEdPz0wGf .carousel-item .container {
    width: 100%;
  }
}
.cid-uZEdPz0wGf .carousel-item-next.carousel-item-left,
.cid-uZEdPz0wGf .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uZEdPz0wGf .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-uZEdPz0wGf .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZEdPz0wGf .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZEdPz0wGf .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uZEdPz0wGf .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZEdPz0wGf .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZEdPz0wGf .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-uZEdPz0wGf .mbr-slider .carousel-indicators li.active,
.cid-uZEdPz0wGf .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uZEdPz0wGf .mbr-slider .carousel-indicators li::after,
.cid-uZEdPz0wGf .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uZEdPz0wGf .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uZEdPz0wGf .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uZEdPz0wGf .mbr-slider > .container img {
  width: 100%;
}
.cid-uZEdPz0wGf .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-uZEdPz0wGf .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uZEdPz0wGf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZEdPz0wGf .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZEdPz0wGf .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uZEdPz0wGf .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uZEdPz0wGf .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uZEdPz0wGf .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uZEdPz0wGf .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uZEdPz0wGf .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZEdPz0wGf .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uZEdPz0wGf .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uZEdPz0wGf .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uZEdPz0wGf H2 {
  color: #ffffff;
}
.cid-uZEdPz0wGf P {
  color: #ffffff;
}
.cid-uZEdPz0wGf B {
  color: #ffffff;
}
.cid-uZDQY5xOuK .modal-body .close {
  background: #1b1b1b;
}
.cid-uZDQY5xOuK .modal-body .close span {
  font-style: normal;
}
.cid-uZDQY5xOuK .carousel-inner > .active,
.cid-uZDQY5xOuK .carousel-inner > .next,
.cid-uZDQY5xOuK .carousel-inner > .prev {
  display: table;
}
.cid-uZDQY5xOuK .carousel-control .icon-next,
.cid-uZDQY5xOuK .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uZDQY5xOuK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZDQY5xOuK .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZDQY5xOuK .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uZDQY5xOuK .boxed-slider > div {
  position: relative;
}
.cid-uZDQY5xOuK .container img {
  width: 100%;
}
.cid-uZDQY5xOuK .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-uZDQY5xOuK .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZDQY5xOuK .mbr-table-cell {
  padding: 0;
}
.cid-uZDQY5xOuK .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZDQY5xOuK .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uZDQY5xOuK .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZDQY5xOuK .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-uZDQY5xOuK .carousel-item .container {
    width: 100%;
  }
}
.cid-uZDQY5xOuK .carousel-item-next.carousel-item-left,
.cid-uZDQY5xOuK .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uZDQY5xOuK .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-uZDQY5xOuK .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZDQY5xOuK .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZDQY5xOuK .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uZDQY5xOuK .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZDQY5xOuK .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZDQY5xOuK .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-uZDQY5xOuK .mbr-slider .carousel-indicators li.active,
.cid-uZDQY5xOuK .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uZDQY5xOuK .mbr-slider .carousel-indicators li::after,
.cid-uZDQY5xOuK .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uZDQY5xOuK .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uZDQY5xOuK .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uZDQY5xOuK .mbr-slider > .container img {
  width: 100%;
}
.cid-uZDQY5xOuK .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-uZDQY5xOuK .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uZDQY5xOuK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZDQY5xOuK .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZDQY5xOuK .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uZDQY5xOuK .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uZDQY5xOuK .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uZDQY5xOuK .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uZDQY5xOuK .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uZDQY5xOuK .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZDQY5xOuK .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uZDQY5xOuK .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uZDQY5xOuK .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uZDQY5xOuK H2 {
  color: #ffffff;
}
.cid-uZDQY5xOuK P {
  color: #ffffff;
}
.cid-uZDQY5xOuK B {
  color: #ffffff;
}
.cid-uZDWwcY4jc .modal-body .close {
  background: #1b1b1b;
}
.cid-uZDWwcY4jc .modal-body .close span {
  font-style: normal;
}
.cid-uZDWwcY4jc .carousel-inner > .active,
.cid-uZDWwcY4jc .carousel-inner > .next,
.cid-uZDWwcY4jc .carousel-inner > .prev {
  display: table;
}
.cid-uZDWwcY4jc .carousel-control .icon-next,
.cid-uZDWwcY4jc .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uZDWwcY4jc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZDWwcY4jc .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZDWwcY4jc .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uZDWwcY4jc .boxed-slider > div {
  position: relative;
}
.cid-uZDWwcY4jc .container img {
  width: 100%;
}
.cid-uZDWwcY4jc .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-uZDWwcY4jc .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZDWwcY4jc .mbr-table-cell {
  padding: 0;
}
.cid-uZDWwcY4jc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZDWwcY4jc .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uZDWwcY4jc .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZDWwcY4jc .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-uZDWwcY4jc .carousel-item .container {
    width: 100%;
  }
}
.cid-uZDWwcY4jc .carousel-item-next.carousel-item-left,
.cid-uZDWwcY4jc .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uZDWwcY4jc .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-uZDWwcY4jc .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZDWwcY4jc .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZDWwcY4jc .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uZDWwcY4jc .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZDWwcY4jc .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZDWwcY4jc .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-uZDWwcY4jc .mbr-slider .carousel-indicators li.active,
.cid-uZDWwcY4jc .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uZDWwcY4jc .mbr-slider .carousel-indicators li::after,
.cid-uZDWwcY4jc .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uZDWwcY4jc .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uZDWwcY4jc .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uZDWwcY4jc .mbr-slider > .container img {
  width: 100%;
}
.cid-uZDWwcY4jc .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-uZDWwcY4jc .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uZDWwcY4jc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZDWwcY4jc .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZDWwcY4jc .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uZDWwcY4jc .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uZDWwcY4jc .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uZDWwcY4jc .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uZDWwcY4jc .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uZDWwcY4jc .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZDWwcY4jc .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uZDWwcY4jc .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uZDWwcY4jc .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uZDWwcY4jc H2 {
  color: #ffffff;
}
.cid-uZDWwcY4jc P {
  color: #ffffff;
}
.cid-uZDWwcY4jc B {
  color: #ffffff;
}
.cid-uZE0F6pYr9 .modal-body .close {
  background: #1b1b1b;
}
.cid-uZE0F6pYr9 .modal-body .close span {
  font-style: normal;
}
.cid-uZE0F6pYr9 .carousel-inner > .active,
.cid-uZE0F6pYr9 .carousel-inner > .next,
.cid-uZE0F6pYr9 .carousel-inner > .prev {
  display: table;
}
.cid-uZE0F6pYr9 .carousel-control .icon-next,
.cid-uZE0F6pYr9 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uZE0F6pYr9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZE0F6pYr9 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZE0F6pYr9 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uZE0F6pYr9 .boxed-slider > div {
  position: relative;
}
.cid-uZE0F6pYr9 .container img {
  width: 100%;
}
.cid-uZE0F6pYr9 .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-uZE0F6pYr9 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZE0F6pYr9 .mbr-table-cell {
  padding: 0;
}
.cid-uZE0F6pYr9 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZE0F6pYr9 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uZE0F6pYr9 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZE0F6pYr9 .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-uZE0F6pYr9 .carousel-item .container {
    width: 100%;
  }
}
.cid-uZE0F6pYr9 .carousel-item-next.carousel-item-left,
.cid-uZE0F6pYr9 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uZE0F6pYr9 .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-uZE0F6pYr9 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZE0F6pYr9 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZE0F6pYr9 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uZE0F6pYr9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZE0F6pYr9 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZE0F6pYr9 .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-uZE0F6pYr9 .mbr-slider .carousel-indicators li.active,
.cid-uZE0F6pYr9 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uZE0F6pYr9 .mbr-slider .carousel-indicators li::after,
.cid-uZE0F6pYr9 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uZE0F6pYr9 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uZE0F6pYr9 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uZE0F6pYr9 .mbr-slider > .container img {
  width: 100%;
}
.cid-uZE0F6pYr9 .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-uZE0F6pYr9 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uZE0F6pYr9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZE0F6pYr9 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZE0F6pYr9 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uZE0F6pYr9 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uZE0F6pYr9 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uZE0F6pYr9 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uZE0F6pYr9 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uZE0F6pYr9 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZE0F6pYr9 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uZE0F6pYr9 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uZE0F6pYr9 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uZE0F6pYr9 H2 {
  color: #ffffff;
}
.cid-uZE0F6pYr9 P {
  color: #ffffff;
}
.cid-uZE0F6pYr9 B {
  color: #ffffff;
}
.cid-uZE7FYilQi .modal-body .close {
  background: #1b1b1b;
}
.cid-uZE7FYilQi .modal-body .close span {
  font-style: normal;
}
.cid-uZE7FYilQi .carousel-inner > .active,
.cid-uZE7FYilQi .carousel-inner > .next,
.cid-uZE7FYilQi .carousel-inner > .prev {
  display: table;
}
.cid-uZE7FYilQi .carousel-control .icon-next,
.cid-uZE7FYilQi .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uZE7FYilQi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZE7FYilQi .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZE7FYilQi .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uZE7FYilQi .boxed-slider > div {
  position: relative;
}
.cid-uZE7FYilQi .container img {
  width: 100%;
}
.cid-uZE7FYilQi .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-uZE7FYilQi .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZE7FYilQi .mbr-table-cell {
  padding: 0;
}
.cid-uZE7FYilQi .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZE7FYilQi .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uZE7FYilQi .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZE7FYilQi .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-uZE7FYilQi .carousel-item .container {
    width: 100%;
  }
}
.cid-uZE7FYilQi .carousel-item-next.carousel-item-left,
.cid-uZE7FYilQi .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uZE7FYilQi .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-uZE7FYilQi .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZE7FYilQi .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZE7FYilQi .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uZE7FYilQi .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZE7FYilQi .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZE7FYilQi .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-uZE7FYilQi .mbr-slider .carousel-indicators li.active,
.cid-uZE7FYilQi .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uZE7FYilQi .mbr-slider .carousel-indicators li::after,
.cid-uZE7FYilQi .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uZE7FYilQi .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uZE7FYilQi .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uZE7FYilQi .mbr-slider > .container img {
  width: 100%;
}
.cid-uZE7FYilQi .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-uZE7FYilQi .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uZE7FYilQi .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZE7FYilQi .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZE7FYilQi .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uZE7FYilQi .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uZE7FYilQi .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uZE7FYilQi .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uZE7FYilQi .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uZE7FYilQi .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZE7FYilQi .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uZE7FYilQi .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uZE7FYilQi .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uZE7FYilQi H2 {
  color: #ffffff;
}
.cid-uZE7FYilQi P {
  color: #ffffff;
}
.cid-uZE7FYilQi B {
  color: #ffffff;
}
.cid-v0c8quotxq {
  padding-top: 60px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #a6a99c, #ffffff);
}
.cid-v0c8quotxq .mbr-section-subtitle {
  color: #000000;
}
.cid-v0c8quotxq .container2 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 427px;
  max-width: 856px;
  overflow: hidden;
  width: 98vw;
}
.cid-v0c8quotxq .container2 figure {
  background-image: url("../../../assets/images/1.jpg-141-1408x768.jpg");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-v0c8quotxq #compare {
  background-image: url("../../../assets/images/2.png-4-1344x768.png");
  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-v0c8quotxq 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-v0c8quotxq input#slider::-moz-range-track {
  background: transparent;
}
.cid-v0c8quotxq 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-v0c8quotxq input#slider::-ms-fill-lower {
  background-color: transparent;
}
.cid-v0c8quotxq input#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v0c8quotxq input#slider::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v0c8quotxq input#slider::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v0c8quotxq input#slider::-ms-tooltip {
  display: none;
}
.cid-v0c8quotxq #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-v1g0xkhD3z {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/2.jpg-2-1000x667.jpg");
}
.cid-v1g0xkhD3z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1g0xkhD3z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1g0xkhD3z .mbr-section-title {
  color: #ffffff;
}
.cid-v0c8svhrh9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-v0c8svhrh9 .mbr-section-title {
  text-align: center;
  color: #2e481a;
}
.cid-v0c8svhrh9 .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uZUy0CYN67 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-uZUy0CYN67 img,
.cid-uZUy0CYN67 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZUy0CYN67 .item:focus,
.cid-uZUy0CYN67 span:focus {
  outline: none;
}
.cid-uZUy0CYN67 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZUy0CYN67 .item {
    margin-bottom: 1rem;
  }
}
.cid-uZUy0CYN67 .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZUy0CYN67 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uZUy0CYN67 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZUy0CYN67 .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZUy0CYN67 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZUy0CYN67 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uZUy0CYN67 .mbr-section-title {
  color: #232323;
}
.cid-uZUy0CYN67 .mbr-text,
.cid-uZUy0CYN67 .mbr-section-btn {
  text-align: center;
}
.cid-uZUy0CYN67 .item-title {
  text-align: left;
}
.cid-uZUy0CYN67 .content-head {
  max-width: 800px;
}
.cid-uZUy0CYN67 .mbr-text,
.cid-uZUy0CYN67 .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uZUKxVdAWv {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZUKxVdAWv img,
.cid-uZUKxVdAWv .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZUKxVdAWv .item:focus,
.cid-uZUKxVdAWv span:focus {
  outline: none;
}
.cid-uZUKxVdAWv .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZUKxVdAWv .item {
    margin-bottom: 1rem;
  }
}
.cid-uZUKxVdAWv .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZUKxVdAWv .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uZUKxVdAWv .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZUKxVdAWv .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZUKxVdAWv .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZUKxVdAWv .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uZUKxVdAWv .mbr-section-title {
  color: #232323;
}
.cid-uZUKxVdAWv .mbr-text,
.cid-uZUKxVdAWv .mbr-section-btn {
  text-align: center;
}
.cid-uZUKxVdAWv .item-title {
  text-align: left;
}
.cid-uZUKxVdAWv .content-head {
  max-width: 800px;
}
.cid-uZUKxVdAWv .mbr-text,
.cid-uZUKxVdAWv .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v0XYRkYPLb {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0XYRkYPLb img,
.cid-v0XYRkYPLb .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v0XYRkYPLb .item:focus,
.cid-v0XYRkYPLb span:focus {
  outline: none;
}
.cid-v0XYRkYPLb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0XYRkYPLb .item {
    margin-bottom: 1rem;
  }
}
.cid-v0XYRkYPLb .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v0XYRkYPLb .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v0XYRkYPLb .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v0XYRkYPLb .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v0XYRkYPLb .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v0XYRkYPLb .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v0XYRkYPLb .mbr-section-title {
  color: #232323;
}
.cid-v0XYRkYPLb .mbr-text,
.cid-v0XYRkYPLb .mbr-section-btn {
  text-align: center;
}
.cid-v0XYRkYPLb .item-title {
  text-align: left;
}
.cid-v0XYRkYPLb .content-head {
  max-width: 800px;
}
.cid-v0XYRkYPLb .mbr-text,
.cid-v0XYRkYPLb .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1fDQSVAF8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1fDQSVAF8 img,
.cid-v1fDQSVAF8 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1fDQSVAF8 .item:focus,
.cid-v1fDQSVAF8 span:focus {
  outline: none;
}
.cid-v1fDQSVAF8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1fDQSVAF8 .item {
    margin-bottom: 1rem;
  }
}
.cid-v1fDQSVAF8 .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1fDQSVAF8 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1fDQSVAF8 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1fDQSVAF8 .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1fDQSVAF8 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1fDQSVAF8 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1fDQSVAF8 .mbr-section-title {
  color: #232323;
}
.cid-v1fDQSVAF8 .mbr-text,
.cid-v1fDQSVAF8 .mbr-section-btn {
  text-align: center;
}
.cid-v1fDQSVAF8 .item-title {
  text-align: left;
}
.cid-v1fDQSVAF8 .content-head {
  max-width: 800px;
}
.cid-v1fDQSVAF8 .mbr-text,
.cid-v1fDQSVAF8 .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v0Y4rMN1vC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0Y4rMN1vC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Y4rMN1vC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Y4rMN1vC .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .footer-col {
    flex-direction: column;
  }
}
.cid-v0Y4rMN1vC .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0Y4rMN1vC .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Y4rMN1vC .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .mbr-section-btn {
    text-align: center;
  }
}
.cid-v0Y4rMN1vC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0Y4rMN1vC .soc-item {
  margin: 8px;
}
.cid-v0Y4rMN1vC .soc-item a:hover .mbr-iconfont,
.cid-v0Y4rMN1vC .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v0Y4rMN1vC .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .row {
    text-align: center;
  }
  .cid-v0Y4rMN1vC .social-row {
    justify-content: center;
  }
}
.cid-v0Y4rMN1vC .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v0Y4rMN1vC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Y4rMN1vC .list {
    margin-bottom: 0rem;
  }
}
.cid-v0Y4rMN1vC .mbr-text {
  color: #bbbbbb;
}
.cid-v0Y4rMN1vC .mbr-section-subtitle {
  color: #000000;
}
.cid-v0Y4rMN1vC .list,
.cid-v0Y4rMN1vC .item-wrap {
  color: #232323;
}
.cid-v0Y4rMN1vC .copyright {
  color: #000000;
}
.cid-uZEiacKWmZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZEiacKWmZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZEiacKWmZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZEiacKWmZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZEiacKWmZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uZEiacKWmZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZEiacKWmZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZEiacKWmZ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uZEiacKWmZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZEiacKWmZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uZEiacKWmZ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZEiacKWmZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZEiacKWmZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZEiacKWmZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uZEiacKWmZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZEiacKWmZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZEiacKWmZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZEiacKWmZ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZEiacKWmZ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZEiacKWmZ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZEiacKWmZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZEiacKWmZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZEiacKWmZ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uZEiacKWmZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZEiacKWmZ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZEiacKWmZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZEiacKWmZ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uZEiacKWmZ .nav-item:focus,
.cid-uZEiacKWmZ .nav-link:focus {
  outline: none;
}
.cid-uZEiacKWmZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZEiacKWmZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZEiacKWmZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZEiacKWmZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZEiacKWmZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZEiacKWmZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZEiacKWmZ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZEiacKWmZ .navbar.opened {
  transition: all 0.25s;
}
.cid-uZEiacKWmZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZEiacKWmZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uZEiacKWmZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZEiacKWmZ .navbar.collapsed {
  justify-content: center;
}
.cid-uZEiacKWmZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZEiacKWmZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZEiacKWmZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uZEiacKWmZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZEiacKWmZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZEiacKWmZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZEiacKWmZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZEiacKWmZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZEiacKWmZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZEiacKWmZ .navbar {
    min-height: 72px;
  }
  .cid-uZEiacKWmZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZEiacKWmZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZEiacKWmZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZEiacKWmZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZEiacKWmZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZEiacKWmZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZEiacKWmZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZEiacKWmZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZEiacKWmZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZEiacKWmZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZEiacKWmZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZEiacKWmZ .dropdown-item.active,
.cid-uZEiacKWmZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uZEiacKWmZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZEiacKWmZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZEiacKWmZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZEiacKWmZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZEiacKWmZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZEiacKWmZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZEiacKWmZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZEiacKWmZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZEiacKWmZ .navbar-buttons {
    text-align: left;
  }
}
.cid-uZEiacKWmZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZEiacKWmZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZEiacKWmZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZEiacKWmZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZEiacKWmZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZEiacKWmZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZEiacKWmZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZEiacKWmZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZEiacKWmZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZEiacKWmZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZEiacKWmZ .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-uZEiacKWmZ .opacityScroll {
  background: rgba(255, 255, 255, 0) !important;
}
.cid-uZEiacKWmZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZEiacKWmZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZEiacKWmZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZEiacKWmZ .navbar {
    height: 70px;
  }
  .cid-uZEiacKWmZ .navbar.opened {
    height: auto;
  }
  .cid-uZEiacKWmZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZEiacKWmZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZEiacKWmZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZEiacKWmZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZEiacKWmZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uZEiacKWmZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZEiacKWmZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZEiacKWmZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZEiacKWmZ .navbar-brand {
    margin-right: auto;
  }
  .cid-uZEiacKWmZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uZEiacKWmZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZEiacKWmZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZEiacKWmZ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZEiacKWmZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZEiacKWmZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZEiacKWmZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uZEiacKWmZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZEiacKWmZ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZEiacKWmZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZEiacKWmZ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uZEiacKWmZ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uZEiacKWmZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZEiae22MO .modal-body .close {
  background: #1b1b1b;
}
.cid-uZEiae22MO .modal-body .close span {
  font-style: normal;
}
.cid-uZEiae22MO .carousel-inner > .active,
.cid-uZEiae22MO .carousel-inner > .next,
.cid-uZEiae22MO .carousel-inner > .prev {
  display: table;
}
.cid-uZEiae22MO .carousel-control .icon-next,
.cid-uZEiae22MO .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uZEiae22MO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZEiae22MO .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZEiae22MO .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uZEiae22MO .boxed-slider > div {
  position: relative;
}
.cid-uZEiae22MO .container img {
  width: 100%;
}
.cid-uZEiae22MO .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-uZEiae22MO .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZEiae22MO .mbr-table-cell {
  padding: 0;
}
.cid-uZEiae22MO .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZEiae22MO .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uZEiae22MO .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZEiae22MO .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-uZEiae22MO .carousel-item .container {
    width: 100%;
  }
}
.cid-uZEiae22MO .carousel-item-next.carousel-item-left,
.cid-uZEiae22MO .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uZEiae22MO .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-uZEiae22MO .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZEiae22MO .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZEiae22MO .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uZEiae22MO .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZEiae22MO .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZEiae22MO .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-uZEiae22MO .mbr-slider .carousel-indicators li.active,
.cid-uZEiae22MO .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uZEiae22MO .mbr-slider .carousel-indicators li::after,
.cid-uZEiae22MO .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uZEiae22MO .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uZEiae22MO .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uZEiae22MO .mbr-slider > .container img {
  width: 100%;
}
.cid-uZEiae22MO .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-uZEiae22MO .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uZEiae22MO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZEiae22MO .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZEiae22MO .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uZEiae22MO .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uZEiae22MO .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uZEiae22MO .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uZEiae22MO .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uZEiae22MO .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZEiae22MO .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uZEiae22MO .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uZEiae22MO .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uZEiae22MO H2 {
  color: #ffffff;
}
.cid-uZEiae22MO P {
  color: #ffffff;
}
.cid-uZEiae22MO B {
  color: #ffffff;
}
.cid-uZEA7q7sjD .modal-body .close {
  background: #1b1b1b;
}
.cid-uZEA7q7sjD .modal-body .close span {
  font-style: normal;
}
.cid-uZEA7q7sjD .carousel-inner > .active,
.cid-uZEA7q7sjD .carousel-inner > .next,
.cid-uZEA7q7sjD .carousel-inner > .prev {
  display: table;
}
.cid-uZEA7q7sjD .carousel-control .icon-next,
.cid-uZEA7q7sjD .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uZEA7q7sjD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZEA7q7sjD .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZEA7q7sjD .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uZEA7q7sjD .boxed-slider > div {
  position: relative;
}
.cid-uZEA7q7sjD .container img {
  width: 100%;
}
.cid-uZEA7q7sjD .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-uZEA7q7sjD .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZEA7q7sjD .mbr-table-cell {
  padding: 0;
}
.cid-uZEA7q7sjD .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZEA7q7sjD .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uZEA7q7sjD .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZEA7q7sjD .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-uZEA7q7sjD .carousel-item .container {
    width: 100%;
  }
}
.cid-uZEA7q7sjD .carousel-item-next.carousel-item-left,
.cid-uZEA7q7sjD .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uZEA7q7sjD .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-uZEA7q7sjD .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZEA7q7sjD .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZEA7q7sjD .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uZEA7q7sjD .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZEA7q7sjD .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZEA7q7sjD .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-uZEA7q7sjD .mbr-slider .carousel-indicators li.active,
.cid-uZEA7q7sjD .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uZEA7q7sjD .mbr-slider .carousel-indicators li::after,
.cid-uZEA7q7sjD .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uZEA7q7sjD .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uZEA7q7sjD .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uZEA7q7sjD .mbr-slider > .container img {
  width: 100%;
}
.cid-uZEA7q7sjD .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-uZEA7q7sjD .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uZEA7q7sjD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZEA7q7sjD .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZEA7q7sjD .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uZEA7q7sjD .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uZEA7q7sjD .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uZEA7q7sjD .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uZEA7q7sjD .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uZEA7q7sjD .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZEA7q7sjD .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uZEA7q7sjD .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uZEA7q7sjD .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uZEA7q7sjD H2 {
  color: #ffffff;
}
.cid-uZEA7q7sjD P {
  color: #ffffff;
}
.cid-uZEA7q7sjD B {
  color: #ffffff;
}
.cid-uZEiafB0no .modal-body .close {
  background: #1b1b1b;
}
.cid-uZEiafB0no .modal-body .close span {
  font-style: normal;
}
.cid-uZEiafB0no .carousel-inner > .active,
.cid-uZEiafB0no .carousel-inner > .next,
.cid-uZEiafB0no .carousel-inner > .prev {
  display: table;
}
.cid-uZEiafB0no .carousel-control .icon-next,
.cid-uZEiafB0no .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uZEiafB0no .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZEiafB0no .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZEiafB0no .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uZEiafB0no .boxed-slider > div {
  position: relative;
}
.cid-uZEiafB0no .container img {
  width: 100%;
}
.cid-uZEiafB0no .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-uZEiafB0no .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZEiafB0no .mbr-table-cell {
  padding: 0;
}
.cid-uZEiafB0no .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZEiafB0no .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uZEiafB0no .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZEiafB0no .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-uZEiafB0no .carousel-item .container {
    width: 100%;
  }
}
.cid-uZEiafB0no .carousel-item-next.carousel-item-left,
.cid-uZEiafB0no .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uZEiafB0no .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-uZEiafB0no .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZEiafB0no .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZEiafB0no .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uZEiafB0no .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZEiafB0no .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZEiafB0no .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-uZEiafB0no .mbr-slider .carousel-indicators li.active,
.cid-uZEiafB0no .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uZEiafB0no .mbr-slider .carousel-indicators li::after,
.cid-uZEiafB0no .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uZEiafB0no .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uZEiafB0no .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uZEiafB0no .mbr-slider > .container img {
  width: 100%;
}
.cid-uZEiafB0no .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-uZEiafB0no .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uZEiafB0no .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZEiafB0no .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZEiafB0no .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uZEiafB0no .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uZEiafB0no .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uZEiafB0no .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uZEiafB0no .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uZEiafB0no .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZEiafB0no .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uZEiafB0no .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uZEiafB0no .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uZEiafB0no H2 {
  color: #ffffff;
}
.cid-uZEiafB0no P {
  color: #ffffff;
}
.cid-uZEiafB0no B {
  color: #ffffff;
}
.cid-v0809L9aWy {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #a6a99c, #ffffff);
}
.cid-v0809L9aWy .mbr-section-subtitle {
  color: #000000;
}
.cid-v0809L9aWy .container2 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 427px;
  max-width: 856px;
  overflow: hidden;
  width: 98vw;
}
.cid-v0809L9aWy .container2 figure {
  background-image: url("../../../assets/images/1.jpg-1-1332x684.jpg");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-v0809L9aWy #compare {
  background-image: url("../../../assets/images/2.jpg-1-1332x684.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-v0809L9aWy 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-v0809L9aWy input#slider::-moz-range-track {
  background: transparent;
}
.cid-v0809L9aWy 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-v0809L9aWy input#slider::-ms-fill-lower {
  background-color: transparent;
}
.cid-v0809L9aWy input#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v0809L9aWy input#slider::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v0809L9aWy input#slider::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v0809L9aWy input#slider::-ms-tooltip {
  display: none;
}
.cid-v0809L9aWy #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-v1ggnM6X5X {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/3.jpg-1-1000x667.jpg");
}
.cid-v1ggnM6X5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1ggnM6X5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1ggnM6X5X .mbr-section-title {
  color: #ffffff;
}
.cid-v080cmo6NK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-v080cmo6NK .mbr-section-title {
  text-align: center;
  color: #2e481a;
}
.cid-v080cmo6NK .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uZVLjl2VoC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-uZVLjl2VoC img,
.cid-uZVLjl2VoC .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZVLjl2VoC .item:focus,
.cid-uZVLjl2VoC span:focus {
  outline: none;
}
.cid-uZVLjl2VoC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZVLjl2VoC .item {
    margin-bottom: 1rem;
  }
}
.cid-uZVLjl2VoC .item-wrapper {
  position: relative;
  background: #a6a99c;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZVLjl2VoC .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uZVLjl2VoC .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZVLjl2VoC .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZVLjl2VoC .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZVLjl2VoC .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uZVLjl2VoC .mbr-section-title {
  color: #232323;
}
.cid-uZVLjl2VoC .mbr-text,
.cid-uZVLjl2VoC .mbr-section-btn {
  text-align: center;
}
.cid-uZVLjl2VoC .item-title {
  text-align: left;
}
.cid-uZVLjl2VoC .content-head {
  max-width: 800px;
}
.cid-uZVLjl2VoC .mbr-text,
.cid-uZVLjl2VoC .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uZVLkJwTI2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZVLkJwTI2 img,
.cid-uZVLkJwTI2 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZVLkJwTI2 .item:focus,
.cid-uZVLkJwTI2 span:focus {
  outline: none;
}
.cid-uZVLkJwTI2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZVLkJwTI2 .item {
    margin-bottom: 1rem;
  }
}
.cid-uZVLkJwTI2 .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZVLkJwTI2 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uZVLkJwTI2 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZVLkJwTI2 .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZVLkJwTI2 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZVLkJwTI2 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uZVLkJwTI2 .mbr-section-title {
  color: #232323;
}
.cid-uZVLkJwTI2 .mbr-text,
.cid-uZVLkJwTI2 .mbr-section-btn {
  text-align: center;
}
.cid-uZVLkJwTI2 .item-title {
  text-align: left;
}
.cid-uZVLkJwTI2 .content-head {
  max-width: 800px;
}
.cid-uZVLkJwTI2 .mbr-text,
.cid-uZVLkJwTI2 .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1fMPMVMvA {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1fMPMVMvA img,
.cid-v1fMPMVMvA .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1fMPMVMvA .item:focus,
.cid-v1fMPMVMvA span:focus {
  outline: none;
}
.cid-v1fMPMVMvA .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1fMPMVMvA .item {
    margin-bottom: 1rem;
  }
}
.cid-v1fMPMVMvA .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1fMPMVMvA .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1fMPMVMvA .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1fMPMVMvA .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1fMPMVMvA .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1fMPMVMvA .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1fMPMVMvA .mbr-section-title {
  color: #232323;
}
.cid-v1fMPMVMvA .mbr-text,
.cid-v1fMPMVMvA .mbr-section-btn {
  text-align: center;
}
.cid-v1fMPMVMvA .item-title {
  text-align: left;
}
.cid-v1fMPMVMvA .content-head {
  max-width: 800px;
}
.cid-v1fMPMVMvA .mbr-text,
.cid-v1fMPMVMvA .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1fMRDByoT {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1fMRDByoT img,
.cid-v1fMRDByoT .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1fMRDByoT .item:focus,
.cid-v1fMRDByoT span:focus {
  outline: none;
}
.cid-v1fMRDByoT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1fMRDByoT .item {
    margin-bottom: 1rem;
  }
}
.cid-v1fMRDByoT .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1fMRDByoT .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1fMRDByoT .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1fMRDByoT .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1fMRDByoT .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1fMRDByoT .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1fMRDByoT .mbr-section-title {
  color: #232323;
}
.cid-v1fMRDByoT .mbr-text,
.cid-v1fMRDByoT .mbr-section-btn {
  text-align: center;
}
.cid-v1fMRDByoT .item-title {
  text-align: left;
}
.cid-v1fMRDByoT .content-head {
  max-width: 800px;
}
.cid-v1fMRDByoT .mbr-text,
.cid-v1fMRDByoT .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v0Y4rMN1vC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0Y4rMN1vC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Y4rMN1vC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Y4rMN1vC .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .footer-col {
    flex-direction: column;
  }
}
.cid-v0Y4rMN1vC .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0Y4rMN1vC .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Y4rMN1vC .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .mbr-section-btn {
    text-align: center;
  }
}
.cid-v0Y4rMN1vC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0Y4rMN1vC .soc-item {
  margin: 8px;
}
.cid-v0Y4rMN1vC .soc-item a:hover .mbr-iconfont,
.cid-v0Y4rMN1vC .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v0Y4rMN1vC .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .row {
    text-align: center;
  }
  .cid-v0Y4rMN1vC .social-row {
    justify-content: center;
  }
}
.cid-v0Y4rMN1vC .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v0Y4rMN1vC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Y4rMN1vC .list {
    margin-bottom: 0rem;
  }
}
.cid-v0Y4rMN1vC .mbr-text {
  color: #bbbbbb;
}
.cid-v0Y4rMN1vC .mbr-section-subtitle {
  color: #000000;
}
.cid-v0Y4rMN1vC .list,
.cid-v0Y4rMN1vC .item-wrap {
  color: #232323;
}
.cid-v0Y4rMN1vC .copyright {
  color: #000000;
}
.cid-uZEGSQlhey {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZEGSQlhey .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZEGSQlhey .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZEGSQlhey .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZEGSQlhey .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uZEGSQlhey .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZEGSQlhey .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZEGSQlhey .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uZEGSQlhey .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZEGSQlhey .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uZEGSQlhey .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZEGSQlhey .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZEGSQlhey .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZEGSQlhey .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uZEGSQlhey .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZEGSQlhey .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZEGSQlhey .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZEGSQlhey .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZEGSQlhey .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZEGSQlhey .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZEGSQlhey .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZEGSQlhey .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZEGSQlhey .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uZEGSQlhey .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZEGSQlhey .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZEGSQlhey .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZEGSQlhey .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uZEGSQlhey .nav-item:focus,
.cid-uZEGSQlhey .nav-link:focus {
  outline: none;
}
.cid-uZEGSQlhey .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZEGSQlhey .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZEGSQlhey .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZEGSQlhey .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZEGSQlhey .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZEGSQlhey .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZEGSQlhey .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZEGSQlhey .navbar.opened {
  transition: all 0.25s;
}
.cid-uZEGSQlhey .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZEGSQlhey .navbar .navbar-logo img {
  width: auto;
}
.cid-uZEGSQlhey .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZEGSQlhey .navbar.collapsed {
  justify-content: center;
}
.cid-uZEGSQlhey .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZEGSQlhey .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZEGSQlhey .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uZEGSQlhey .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZEGSQlhey .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZEGSQlhey .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZEGSQlhey .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZEGSQlhey .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZEGSQlhey .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZEGSQlhey .navbar {
    min-height: 72px;
  }
  .cid-uZEGSQlhey .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZEGSQlhey .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZEGSQlhey .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZEGSQlhey .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZEGSQlhey .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZEGSQlhey .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZEGSQlhey .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZEGSQlhey .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZEGSQlhey .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZEGSQlhey .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZEGSQlhey .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZEGSQlhey .dropdown-item.active,
.cid-uZEGSQlhey .dropdown-item:active {
  background-color: transparent;
}
.cid-uZEGSQlhey .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZEGSQlhey .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZEGSQlhey .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZEGSQlhey .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZEGSQlhey .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZEGSQlhey .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZEGSQlhey ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZEGSQlhey .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZEGSQlhey .navbar-buttons {
    text-align: left;
  }
}
.cid-uZEGSQlhey button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZEGSQlhey button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZEGSQlhey button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZEGSQlhey button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZEGSQlhey button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZEGSQlhey button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZEGSQlhey nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZEGSQlhey nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZEGSQlhey nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZEGSQlhey nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZEGSQlhey .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-uZEGSQlhey .opacityScroll {
  background: rgba(255, 255, 255, 0) !important;
}
.cid-uZEGSQlhey a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZEGSQlhey .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZEGSQlhey .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZEGSQlhey .navbar {
    height: 70px;
  }
  .cid-uZEGSQlhey .navbar.opened {
    height: auto;
  }
  .cid-uZEGSQlhey .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZEGSQlhey .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZEGSQlhey .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZEGSQlhey .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZEGSQlhey .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uZEGSQlhey .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZEGSQlhey .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZEGSQlhey .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZEGSQlhey .navbar-brand {
    margin-right: auto;
  }
  .cid-uZEGSQlhey .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uZEGSQlhey .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZEGSQlhey .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZEGSQlhey .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZEGSQlhey .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZEGSQlhey .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZEGSQlhey .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uZEGSQlhey .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZEGSQlhey .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZEGSQlhey .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZEGSQlhey .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uZEGSQlhey .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uZEGSQlhey .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZEH0E8HvT .modal-body .close {
  background: #1b1b1b;
}
.cid-uZEH0E8HvT .modal-body .close span {
  font-style: normal;
}
.cid-uZEH0E8HvT .carousel-inner > .active,
.cid-uZEH0E8HvT .carousel-inner > .next,
.cid-uZEH0E8HvT .carousel-inner > .prev {
  display: table;
}
.cid-uZEH0E8HvT .carousel-control .icon-next,
.cid-uZEH0E8HvT .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uZEH0E8HvT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZEH0E8HvT .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZEH0E8HvT .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uZEH0E8HvT .boxed-slider > div {
  position: relative;
}
.cid-uZEH0E8HvT .container img {
  width: 100%;
}
.cid-uZEH0E8HvT .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-uZEH0E8HvT .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZEH0E8HvT .mbr-table-cell {
  padding: 0;
}
.cid-uZEH0E8HvT .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZEH0E8HvT .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uZEH0E8HvT .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZEH0E8HvT .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-uZEH0E8HvT .carousel-item .container {
    width: 100%;
  }
}
.cid-uZEH0E8HvT .carousel-item-next.carousel-item-left,
.cid-uZEH0E8HvT .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uZEH0E8HvT .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-uZEH0E8HvT .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZEH0E8HvT .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZEH0E8HvT .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uZEH0E8HvT .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZEH0E8HvT .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZEH0E8HvT .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-uZEH0E8HvT .mbr-slider .carousel-indicators li.active,
.cid-uZEH0E8HvT .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uZEH0E8HvT .mbr-slider .carousel-indicators li::after,
.cid-uZEH0E8HvT .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uZEH0E8HvT .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uZEH0E8HvT .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uZEH0E8HvT .mbr-slider > .container img {
  width: 100%;
}
.cid-uZEH0E8HvT .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-uZEH0E8HvT .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uZEH0E8HvT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZEH0E8HvT .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZEH0E8HvT .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uZEH0E8HvT .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uZEH0E8HvT .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uZEH0E8HvT .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uZEH0E8HvT .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uZEH0E8HvT .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZEH0E8HvT .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uZEH0E8HvT .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uZEH0E8HvT .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uZEH0E8HvT H2 {
  color: #ffffff;
}
.cid-uZEH0E8HvT P {
  color: #ffffff;
}
.cid-uZEH0E8HvT B {
  color: #ffffff;
}
.cid-v07W2BxGHd {
  padding-top: 60px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #a6a99c, #ffffff);
}
.cid-v07W2BxGHd .mbr-section-subtitle {
  color: #000000;
}
.cid-v07W2BxGHd .container2 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 427px;
  max-width: 856px;
  overflow: hidden;
  width: 98vw;
}
.cid-v07W2BxGHd .container2 figure {
  background-image: url("../../../assets/images/1.jpg-6-1344x768.jpg");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-v07W2BxGHd #compare {
  background-image: url("../../../assets/images/2.jpg-2-1344x768.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-v07W2BxGHd 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-v07W2BxGHd input#slider::-moz-range-track {
  background: transparent;
}
.cid-v07W2BxGHd 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-v07W2BxGHd input#slider::-ms-fill-lower {
  background-color: transparent;
}
.cid-v07W2BxGHd input#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v07W2BxGHd input#slider::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v07W2BxGHd input#slider::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v07W2BxGHd input#slider::-ms-tooltip {
  display: none;
}
.cid-v07W2BxGHd #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-v1gktCQsxF {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1.jpg-142-1408x768.jpg");
}
.cid-v1gktCQsxF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1gktCQsxF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1gktCQsxF .mbr-section-title {
  color: #ffffff;
}
.cid-v07XU2LmcI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-v07XU2LmcI .mbr-section-title {
  text-align: center;
  color: #2e481a;
}
.cid-v07XU2LmcI .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uZVMQ0CuwW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-uZVMQ0CuwW img,
.cid-uZVMQ0CuwW .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZVMQ0CuwW .item:focus,
.cid-uZVMQ0CuwW span:focus {
  outline: none;
}
.cid-uZVMQ0CuwW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZVMQ0CuwW .item {
    margin-bottom: 1rem;
  }
}
.cid-uZVMQ0CuwW .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZVMQ0CuwW .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uZVMQ0CuwW .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZVMQ0CuwW .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZVMQ0CuwW .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZVMQ0CuwW .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uZVMQ0CuwW .mbr-section-title {
  color: #232323;
}
.cid-uZVMQ0CuwW .mbr-text,
.cid-uZVMQ0CuwW .mbr-section-btn {
  text-align: center;
}
.cid-uZVMQ0CuwW .item-title {
  text-align: left;
}
.cid-uZVMQ0CuwW .content-head {
  max-width: 800px;
}
.cid-uZVMQ0CuwW .mbr-text,
.cid-uZVMQ0CuwW .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uZVMR4Gw23 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZVMR4Gw23 img,
.cid-uZVMR4Gw23 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZVMR4Gw23 .item:focus,
.cid-uZVMR4Gw23 span:focus {
  outline: none;
}
.cid-uZVMR4Gw23 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZVMR4Gw23 .item {
    margin-bottom: 1rem;
  }
}
.cid-uZVMR4Gw23 .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZVMR4Gw23 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uZVMR4Gw23 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZVMR4Gw23 .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZVMR4Gw23 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZVMR4Gw23 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uZVMR4Gw23 .mbr-section-title {
  color: #232323;
}
.cid-uZVMR4Gw23 .mbr-text,
.cid-uZVMR4Gw23 .mbr-section-btn {
  text-align: center;
}
.cid-uZVMR4Gw23 .item-title {
  text-align: left;
}
.cid-uZVMR4Gw23 .content-head {
  max-width: 800px;
}
.cid-uZVMR4Gw23 .mbr-text,
.cid-uZVMR4Gw23 .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1fNIm0JXg {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1fNIm0JXg img,
.cid-v1fNIm0JXg .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1fNIm0JXg .item:focus,
.cid-v1fNIm0JXg span:focus {
  outline: none;
}
.cid-v1fNIm0JXg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1fNIm0JXg .item {
    margin-bottom: 1rem;
  }
}
.cid-v1fNIm0JXg .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1fNIm0JXg .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1fNIm0JXg .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1fNIm0JXg .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1fNIm0JXg .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1fNIm0JXg .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1fNIm0JXg .mbr-section-title {
  color: #232323;
}
.cid-v1fNIm0JXg .mbr-text,
.cid-v1fNIm0JXg .mbr-section-btn {
  text-align: center;
}
.cid-v1fNIm0JXg .item-title {
  text-align: left;
}
.cid-v1fNIm0JXg .content-head {
  max-width: 800px;
}
.cid-v1fNIm0JXg .mbr-text,
.cid-v1fNIm0JXg .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1fNJ0wZ8h {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1fNJ0wZ8h img,
.cid-v1fNJ0wZ8h .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1fNJ0wZ8h .item:focus,
.cid-v1fNJ0wZ8h span:focus {
  outline: none;
}
.cid-v1fNJ0wZ8h .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1fNJ0wZ8h .item {
    margin-bottom: 1rem;
  }
}
.cid-v1fNJ0wZ8h .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1fNJ0wZ8h .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1fNJ0wZ8h .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1fNJ0wZ8h .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1fNJ0wZ8h .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1fNJ0wZ8h .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1fNJ0wZ8h .mbr-section-title {
  color: #232323;
}
.cid-v1fNJ0wZ8h .mbr-text,
.cid-v1fNJ0wZ8h .mbr-section-btn {
  text-align: center;
}
.cid-v1fNJ0wZ8h .item-title {
  text-align: left;
}
.cid-v1fNJ0wZ8h .content-head {
  max-width: 800px;
}
.cid-v1fNJ0wZ8h .mbr-text,
.cid-v1fNJ0wZ8h .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v0Y4rMN1vC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0Y4rMN1vC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Y4rMN1vC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Y4rMN1vC .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .footer-col {
    flex-direction: column;
  }
}
.cid-v0Y4rMN1vC .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0Y4rMN1vC .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Y4rMN1vC .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .mbr-section-btn {
    text-align: center;
  }
}
.cid-v0Y4rMN1vC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0Y4rMN1vC .soc-item {
  margin: 8px;
}
.cid-v0Y4rMN1vC .soc-item a:hover .mbr-iconfont,
.cid-v0Y4rMN1vC .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v0Y4rMN1vC .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .row {
    text-align: center;
  }
  .cid-v0Y4rMN1vC .social-row {
    justify-content: center;
  }
}
.cid-v0Y4rMN1vC .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v0Y4rMN1vC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Y4rMN1vC .list {
    margin-bottom: 0rem;
  }
}
.cid-v0Y4rMN1vC .mbr-text {
  color: #bbbbbb;
}
.cid-v0Y4rMN1vC .mbr-section-subtitle {
  color: #000000;
}
.cid-v0Y4rMN1vC .list,
.cid-v0Y4rMN1vC .item-wrap {
  color: #232323;
}
.cid-v0Y4rMN1vC .copyright {
  color: #000000;
}
.cid-uZEIGM8h4E {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZEIGM8h4E .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZEIGM8h4E .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZEIGM8h4E .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZEIGM8h4E .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uZEIGM8h4E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZEIGM8h4E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZEIGM8h4E .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uZEIGM8h4E .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZEIGM8h4E .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uZEIGM8h4E .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZEIGM8h4E .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZEIGM8h4E .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZEIGM8h4E .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uZEIGM8h4E .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZEIGM8h4E .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZEIGM8h4E .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZEIGM8h4E .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZEIGM8h4E .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZEIGM8h4E .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZEIGM8h4E .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZEIGM8h4E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZEIGM8h4E .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uZEIGM8h4E .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZEIGM8h4E .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZEIGM8h4E .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZEIGM8h4E .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uZEIGM8h4E .nav-item:focus,
.cid-uZEIGM8h4E .nav-link:focus {
  outline: none;
}
.cid-uZEIGM8h4E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZEIGM8h4E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZEIGM8h4E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZEIGM8h4E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZEIGM8h4E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZEIGM8h4E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZEIGM8h4E .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZEIGM8h4E .navbar.opened {
  transition: all 0.25s;
}
.cid-uZEIGM8h4E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZEIGM8h4E .navbar .navbar-logo img {
  width: auto;
}
.cid-uZEIGM8h4E .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZEIGM8h4E .navbar.collapsed {
  justify-content: center;
}
.cid-uZEIGM8h4E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZEIGM8h4E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZEIGM8h4E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uZEIGM8h4E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZEIGM8h4E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZEIGM8h4E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZEIGM8h4E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZEIGM8h4E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZEIGM8h4E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZEIGM8h4E .navbar {
    min-height: 72px;
  }
  .cid-uZEIGM8h4E .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZEIGM8h4E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZEIGM8h4E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZEIGM8h4E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZEIGM8h4E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZEIGM8h4E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZEIGM8h4E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZEIGM8h4E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZEIGM8h4E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZEIGM8h4E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZEIGM8h4E .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZEIGM8h4E .dropdown-item.active,
.cid-uZEIGM8h4E .dropdown-item:active {
  background-color: transparent;
}
.cid-uZEIGM8h4E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZEIGM8h4E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZEIGM8h4E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZEIGM8h4E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZEIGM8h4E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZEIGM8h4E .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZEIGM8h4E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZEIGM8h4E .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZEIGM8h4E .navbar-buttons {
    text-align: left;
  }
}
.cid-uZEIGM8h4E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZEIGM8h4E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZEIGM8h4E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZEIGM8h4E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZEIGM8h4E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZEIGM8h4E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZEIGM8h4E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZEIGM8h4E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZEIGM8h4E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZEIGM8h4E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZEIGM8h4E .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-uZEIGM8h4E .opacityScroll {
  background: rgba(255, 255, 255, 0) !important;
}
.cid-uZEIGM8h4E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZEIGM8h4E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZEIGM8h4E .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZEIGM8h4E .navbar {
    height: 70px;
  }
  .cid-uZEIGM8h4E .navbar.opened {
    height: auto;
  }
  .cid-uZEIGM8h4E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZEIGM8h4E .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZEIGM8h4E .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZEIGM8h4E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZEIGM8h4E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uZEIGM8h4E .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZEIGM8h4E .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZEIGM8h4E .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZEIGM8h4E .navbar-brand {
    margin-right: auto;
  }
  .cid-uZEIGM8h4E .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uZEIGM8h4E .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZEIGM8h4E .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZEIGM8h4E .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZEIGM8h4E .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZEIGM8h4E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZEIGM8h4E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uZEIGM8h4E .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZEIGM8h4E .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZEIGM8h4E .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZEIGM8h4E .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uZEIGM8h4E .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uZEIGM8h4E .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZEIGMJtFF .modal-body .close {
  background: #1b1b1b;
}
.cid-uZEIGMJtFF .modal-body .close span {
  font-style: normal;
}
.cid-uZEIGMJtFF .carousel-inner > .active,
.cid-uZEIGMJtFF .carousel-inner > .next,
.cid-uZEIGMJtFF .carousel-inner > .prev {
  display: table;
}
.cid-uZEIGMJtFF .carousel-control .icon-next,
.cid-uZEIGMJtFF .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uZEIGMJtFF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZEIGMJtFF .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZEIGMJtFF .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uZEIGMJtFF .boxed-slider > div {
  position: relative;
}
.cid-uZEIGMJtFF .container img {
  width: 100%;
}
.cid-uZEIGMJtFF .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-uZEIGMJtFF .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZEIGMJtFF .mbr-table-cell {
  padding: 0;
}
.cid-uZEIGMJtFF .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZEIGMJtFF .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uZEIGMJtFF .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZEIGMJtFF .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-uZEIGMJtFF .carousel-item .container {
    width: 100%;
  }
}
.cid-uZEIGMJtFF .carousel-item-next.carousel-item-left,
.cid-uZEIGMJtFF .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uZEIGMJtFF .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-uZEIGMJtFF .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZEIGMJtFF .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZEIGMJtFF .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uZEIGMJtFF .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZEIGMJtFF .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZEIGMJtFF .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-uZEIGMJtFF .mbr-slider .carousel-indicators li.active,
.cid-uZEIGMJtFF .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uZEIGMJtFF .mbr-slider .carousel-indicators li::after,
.cid-uZEIGMJtFF .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uZEIGMJtFF .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uZEIGMJtFF .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uZEIGMJtFF .mbr-slider > .container img {
  width: 100%;
}
.cid-uZEIGMJtFF .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-uZEIGMJtFF .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uZEIGMJtFF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZEIGMJtFF .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZEIGMJtFF .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uZEIGMJtFF .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uZEIGMJtFF .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uZEIGMJtFF .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uZEIGMJtFF .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uZEIGMJtFF .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZEIGMJtFF .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uZEIGMJtFF .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uZEIGMJtFF .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uZEIGMJtFF H2 {
  color: #ffffff;
}
.cid-uZEIGMJtFF P {
  color: #ffffff;
}
.cid-uZEIGMJtFF B {
  color: #ffffff;
}
.cid-v0bBH0Ys20 {
  padding-top: 60px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #a6a99c, #ffffff);
}
.cid-v0bBH0Ys20 .mbr-section-subtitle {
  color: #000000;
}
.cid-v0bBH0Ys20 .container2 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 427px;
  max-width: 856px;
  overflow: hidden;
  width: 98vw;
}
.cid-v0bBH0Ys20 .container2 figure {
  background-image: url("../../../assets/images/2.jpg-6-1344x768.jpg");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-v0bBH0Ys20 #compare {
  background-image: url("../../../assets/images/1.jpg-11-1344x768.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-v0bBH0Ys20 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-v0bBH0Ys20 input#slider::-moz-range-track {
  background: transparent;
}
.cid-v0bBH0Ys20 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-v0bBH0Ys20 input#slider::-ms-fill-lower {
  background-color: transparent;
}
.cid-v0bBH0Ys20 input#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v0bBH0Ys20 input#slider::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v0bBH0Ys20 input#slider::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v0bBH0Ys20 input#slider::-ms-tooltip {
  display: none;
}
.cid-v0bBH0Ys20 #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-v1gmIKWtDH {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1.jpg-31-1344x768.jpg");
}
.cid-v1gmIKWtDH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1gmIKWtDH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1gmIKWtDH .mbr-section-title {
  color: #ffffff;
}
.cid-v0bBIzpJ04 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-v0bBIzpJ04 .mbr-section-title {
  text-align: center;
  color: #2e481a;
}
.cid-v0bBIzpJ04 .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uZVNw1wW9O {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-uZVNw1wW9O img,
.cid-uZVNw1wW9O .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZVNw1wW9O .item:focus,
.cid-uZVNw1wW9O span:focus {
  outline: none;
}
.cid-uZVNw1wW9O .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZVNw1wW9O .item {
    margin-bottom: 1rem;
  }
}
.cid-uZVNw1wW9O .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZVNw1wW9O .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uZVNw1wW9O .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZVNw1wW9O .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZVNw1wW9O .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZVNw1wW9O .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uZVNw1wW9O .mbr-section-title {
  color: #232323;
}
.cid-uZVNw1wW9O .mbr-text,
.cid-uZVNw1wW9O .mbr-section-btn {
  text-align: center;
}
.cid-uZVNw1wW9O .item-title {
  text-align: left;
}
.cid-uZVNw1wW9O .content-head {
  max-width: 800px;
}
.cid-uZVNw1wW9O .mbr-text,
.cid-uZVNw1wW9O .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uZVNwO8DeY {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZVNwO8DeY img,
.cid-uZVNwO8DeY .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZVNwO8DeY .item:focus,
.cid-uZVNwO8DeY span:focus {
  outline: none;
}
.cid-uZVNwO8DeY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZVNwO8DeY .item {
    margin-bottom: 1rem;
  }
}
.cid-uZVNwO8DeY .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZVNwO8DeY .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uZVNwO8DeY .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZVNwO8DeY .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZVNwO8DeY .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZVNwO8DeY .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uZVNwO8DeY .mbr-section-title {
  color: #232323;
}
.cid-uZVNwO8DeY .mbr-text,
.cid-uZVNwO8DeY .mbr-section-btn {
  text-align: center;
}
.cid-uZVNwO8DeY .item-title {
  text-align: left;
}
.cid-uZVNwO8DeY .content-head {
  max-width: 800px;
}
.cid-uZVNwO8DeY .mbr-text,
.cid-uZVNwO8DeY .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1fO0fkT3Q {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1fO0fkT3Q img,
.cid-v1fO0fkT3Q .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1fO0fkT3Q .item:focus,
.cid-v1fO0fkT3Q span:focus {
  outline: none;
}
.cid-v1fO0fkT3Q .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1fO0fkT3Q .item {
    margin-bottom: 1rem;
  }
}
.cid-v1fO0fkT3Q .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1fO0fkT3Q .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1fO0fkT3Q .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1fO0fkT3Q .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1fO0fkT3Q .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1fO0fkT3Q .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1fO0fkT3Q .mbr-section-title {
  color: #232323;
}
.cid-v1fO0fkT3Q .mbr-text,
.cid-v1fO0fkT3Q .mbr-section-btn {
  text-align: center;
}
.cid-v1fO0fkT3Q .item-title {
  text-align: left;
}
.cid-v1fO0fkT3Q .content-head {
  max-width: 800px;
}
.cid-v1fO0fkT3Q .mbr-text,
.cid-v1fO0fkT3Q .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1fO0LNxQD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1fO0LNxQD img,
.cid-v1fO0LNxQD .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1fO0LNxQD .item:focus,
.cid-v1fO0LNxQD span:focus {
  outline: none;
}
.cid-v1fO0LNxQD .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1fO0LNxQD .item {
    margin-bottom: 1rem;
  }
}
.cid-v1fO0LNxQD .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1fO0LNxQD .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1fO0LNxQD .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1fO0LNxQD .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1fO0LNxQD .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1fO0LNxQD .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1fO0LNxQD .mbr-section-title {
  color: #232323;
}
.cid-v1fO0LNxQD .mbr-text,
.cid-v1fO0LNxQD .mbr-section-btn {
  text-align: center;
}
.cid-v1fO0LNxQD .item-title {
  text-align: left;
}
.cid-v1fO0LNxQD .content-head {
  max-width: 800px;
}
.cid-v1fO0LNxQD .mbr-text,
.cid-v1fO0LNxQD .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v0Y4rMN1vC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0Y4rMN1vC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Y4rMN1vC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Y4rMN1vC .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .footer-col {
    flex-direction: column;
  }
}
.cid-v0Y4rMN1vC .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0Y4rMN1vC .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Y4rMN1vC .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .mbr-section-btn {
    text-align: center;
  }
}
.cid-v0Y4rMN1vC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0Y4rMN1vC .soc-item {
  margin: 8px;
}
.cid-v0Y4rMN1vC .soc-item a:hover .mbr-iconfont,
.cid-v0Y4rMN1vC .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v0Y4rMN1vC .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .row {
    text-align: center;
  }
  .cid-v0Y4rMN1vC .social-row {
    justify-content: center;
  }
}
.cid-v0Y4rMN1vC .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v0Y4rMN1vC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Y4rMN1vC .list {
    margin-bottom: 0rem;
  }
}
.cid-v0Y4rMN1vC .mbr-text {
  color: #bbbbbb;
}
.cid-v0Y4rMN1vC .mbr-section-subtitle {
  color: #000000;
}
.cid-v0Y4rMN1vC .list,
.cid-v0Y4rMN1vC .item-wrap {
  color: #232323;
}
.cid-v0Y4rMN1vC .copyright {
  color: #000000;
}
.cid-uZIsgKYXBO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZIsgKYXBO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZIsgKYXBO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZIsgKYXBO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZIsgKYXBO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uZIsgKYXBO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZIsgKYXBO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZIsgKYXBO .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uZIsgKYXBO .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZIsgKYXBO .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uZIsgKYXBO .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZIsgKYXBO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZIsgKYXBO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZIsgKYXBO .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uZIsgKYXBO .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZIsgKYXBO .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZIsgKYXBO .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZIsgKYXBO .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZIsgKYXBO .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZIsgKYXBO .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZIsgKYXBO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZIsgKYXBO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZIsgKYXBO .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uZIsgKYXBO .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZIsgKYXBO .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZIsgKYXBO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZIsgKYXBO .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uZIsgKYXBO .nav-item:focus,
.cid-uZIsgKYXBO .nav-link:focus {
  outline: none;
}
.cid-uZIsgKYXBO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZIsgKYXBO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZIsgKYXBO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZIsgKYXBO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZIsgKYXBO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZIsgKYXBO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZIsgKYXBO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZIsgKYXBO .navbar.opened {
  transition: all 0.25s;
}
.cid-uZIsgKYXBO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZIsgKYXBO .navbar .navbar-logo img {
  width: auto;
}
.cid-uZIsgKYXBO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZIsgKYXBO .navbar.collapsed {
  justify-content: center;
}
.cid-uZIsgKYXBO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZIsgKYXBO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZIsgKYXBO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uZIsgKYXBO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZIsgKYXBO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZIsgKYXBO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZIsgKYXBO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZIsgKYXBO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZIsgKYXBO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZIsgKYXBO .navbar {
    min-height: 72px;
  }
  .cid-uZIsgKYXBO .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZIsgKYXBO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZIsgKYXBO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZIsgKYXBO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZIsgKYXBO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZIsgKYXBO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZIsgKYXBO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZIsgKYXBO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZIsgKYXBO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZIsgKYXBO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZIsgKYXBO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZIsgKYXBO .dropdown-item.active,
.cid-uZIsgKYXBO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZIsgKYXBO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZIsgKYXBO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZIsgKYXBO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZIsgKYXBO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZIsgKYXBO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZIsgKYXBO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZIsgKYXBO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZIsgKYXBO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZIsgKYXBO .navbar-buttons {
    text-align: left;
  }
}
.cid-uZIsgKYXBO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZIsgKYXBO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZIsgKYXBO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZIsgKYXBO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZIsgKYXBO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZIsgKYXBO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZIsgKYXBO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZIsgKYXBO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZIsgKYXBO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZIsgKYXBO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZIsgKYXBO .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-uZIsgKYXBO .opacityScroll {
  background: rgba(255, 255, 255, 0) !important;
}
.cid-uZIsgKYXBO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZIsgKYXBO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZIsgKYXBO .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZIsgKYXBO .navbar {
    height: 70px;
  }
  .cid-uZIsgKYXBO .navbar.opened {
    height: auto;
  }
  .cid-uZIsgKYXBO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZIsgKYXBO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZIsgKYXBO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZIsgKYXBO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZIsgKYXBO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uZIsgKYXBO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZIsgKYXBO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZIsgKYXBO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZIsgKYXBO .navbar-brand {
    margin-right: auto;
  }
  .cid-uZIsgKYXBO .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uZIsgKYXBO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZIsgKYXBO .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZIsgKYXBO .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZIsgKYXBO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZIsgKYXBO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZIsgKYXBO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uZIsgKYXBO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZIsgKYXBO .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZIsgKYXBO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZIsgKYXBO .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uZIsgKYXBO .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uZIsgKYXBO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZIsgLvrC5 .modal-body .close {
  background: #1b1b1b;
}
.cid-uZIsgLvrC5 .modal-body .close span {
  font-style: normal;
}
.cid-uZIsgLvrC5 .carousel-inner > .active,
.cid-uZIsgLvrC5 .carousel-inner > .next,
.cid-uZIsgLvrC5 .carousel-inner > .prev {
  display: table;
}
.cid-uZIsgLvrC5 .carousel-control .icon-next,
.cid-uZIsgLvrC5 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uZIsgLvrC5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZIsgLvrC5 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZIsgLvrC5 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uZIsgLvrC5 .boxed-slider > div {
  position: relative;
}
.cid-uZIsgLvrC5 .container img {
  width: 100%;
}
.cid-uZIsgLvrC5 .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-uZIsgLvrC5 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZIsgLvrC5 .mbr-table-cell {
  padding: 0;
}
.cid-uZIsgLvrC5 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZIsgLvrC5 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uZIsgLvrC5 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZIsgLvrC5 .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-uZIsgLvrC5 .carousel-item .container {
    width: 100%;
  }
}
.cid-uZIsgLvrC5 .carousel-item-next.carousel-item-left,
.cid-uZIsgLvrC5 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uZIsgLvrC5 .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-uZIsgLvrC5 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZIsgLvrC5 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZIsgLvrC5 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uZIsgLvrC5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZIsgLvrC5 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZIsgLvrC5 .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-uZIsgLvrC5 .mbr-slider .carousel-indicators li.active,
.cid-uZIsgLvrC5 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uZIsgLvrC5 .mbr-slider .carousel-indicators li::after,
.cid-uZIsgLvrC5 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uZIsgLvrC5 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uZIsgLvrC5 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uZIsgLvrC5 .mbr-slider > .container img {
  width: 100%;
}
.cid-uZIsgLvrC5 .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-uZIsgLvrC5 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uZIsgLvrC5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZIsgLvrC5 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZIsgLvrC5 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uZIsgLvrC5 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uZIsgLvrC5 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uZIsgLvrC5 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uZIsgLvrC5 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uZIsgLvrC5 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZIsgLvrC5 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uZIsgLvrC5 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uZIsgLvrC5 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uZIsgLvrC5 H2 {
  color: #ffffff;
}
.cid-uZIsgLvrC5 P {
  color: #ffffff;
}
.cid-uZIsgLvrC5 B {
  color: #ffffff;
}
.cid-v0biU4yJMa {
  padding-top: 60px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #a6a99c, #ffffff);
}
.cid-v0biU4yJMa .mbr-section-subtitle {
  color: #000000;
}
.cid-v0biU4yJMa .container2 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 427px;
  max-width: 856px;
  overflow: hidden;
  width: 98vw;
}
.cid-v0biU4yJMa .container2 figure {
  background-image: url("../../../assets/images/1.jpg-8-1344x768.jpg");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-v0biU4yJMa #compare {
  background-image: url("../../../assets/images/2.jpg-4-1344x768.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-v0biU4yJMa 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-v0biU4yJMa input#slider::-moz-range-track {
  background: transparent;
}
.cid-v0biU4yJMa 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-v0biU4yJMa input#slider::-ms-fill-lower {
  background-color: transparent;
}
.cid-v0biU4yJMa input#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v0biU4yJMa input#slider::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v0biU4yJMa input#slider::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v0biU4yJMa input#slider::-ms-tooltip {
  display: none;
}
.cid-v0biU4yJMa #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-v1gnMrjtme {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1.jpg-145-1408x768.jpg");
}
.cid-v1gnMrjtme .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1gnMrjtme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1gnMrjtme .mbr-section-title {
  color: #ffffff;
}
.cid-v0biOQEkhl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-v0biOQEkhl .mbr-section-title {
  text-align: center;
  color: #2e481a;
}
.cid-v0biOQEkhl .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uZVNJO1RHP {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-uZVNJO1RHP img,
.cid-uZVNJO1RHP .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZVNJO1RHP .item:focus,
.cid-uZVNJO1RHP span:focus {
  outline: none;
}
.cid-uZVNJO1RHP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZVNJO1RHP .item {
    margin-bottom: 1rem;
  }
}
.cid-uZVNJO1RHP .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZVNJO1RHP .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uZVNJO1RHP .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZVNJO1RHP .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZVNJO1RHP .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZVNJO1RHP .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uZVNJO1RHP .mbr-section-title {
  color: #232323;
}
.cid-uZVNJO1RHP .mbr-text,
.cid-uZVNJO1RHP .mbr-section-btn {
  text-align: center;
}
.cid-uZVNJO1RHP .item-title {
  text-align: left;
}
.cid-uZVNJO1RHP .content-head {
  max-width: 800px;
}
.cid-uZVNJO1RHP .mbr-text,
.cid-uZVNJO1RHP .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uZVNKtbsJw {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZVNKtbsJw img,
.cid-uZVNKtbsJw .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZVNKtbsJw .item:focus,
.cid-uZVNKtbsJw span:focus {
  outline: none;
}
.cid-uZVNKtbsJw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZVNKtbsJw .item {
    margin-bottom: 1rem;
  }
}
.cid-uZVNKtbsJw .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZVNKtbsJw .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uZVNKtbsJw .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZVNKtbsJw .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZVNKtbsJw .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZVNKtbsJw .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uZVNKtbsJw .mbr-section-title {
  color: #232323;
}
.cid-uZVNKtbsJw .mbr-text,
.cid-uZVNKtbsJw .mbr-section-btn {
  text-align: center;
}
.cid-uZVNKtbsJw .item-title {
  text-align: left;
}
.cid-uZVNKtbsJw .content-head {
  max-width: 800px;
}
.cid-uZVNKtbsJw .mbr-text,
.cid-uZVNKtbsJw .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1fO9YzKft {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1fO9YzKft img,
.cid-v1fO9YzKft .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1fO9YzKft .item:focus,
.cid-v1fO9YzKft span:focus {
  outline: none;
}
.cid-v1fO9YzKft .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1fO9YzKft .item {
    margin-bottom: 1rem;
  }
}
.cid-v1fO9YzKft .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1fO9YzKft .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1fO9YzKft .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1fO9YzKft .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1fO9YzKft .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1fO9YzKft .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1fO9YzKft .mbr-section-title {
  color: #232323;
}
.cid-v1fO9YzKft .mbr-text,
.cid-v1fO9YzKft .mbr-section-btn {
  text-align: center;
}
.cid-v1fO9YzKft .item-title {
  text-align: left;
}
.cid-v1fO9YzKft .content-head {
  max-width: 800px;
}
.cid-v1fO9YzKft .mbr-text,
.cid-v1fO9YzKft .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1fOaDkW5Y {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1fOaDkW5Y img,
.cid-v1fOaDkW5Y .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1fOaDkW5Y .item:focus,
.cid-v1fOaDkW5Y span:focus {
  outline: none;
}
.cid-v1fOaDkW5Y .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1fOaDkW5Y .item {
    margin-bottom: 1rem;
  }
}
.cid-v1fOaDkW5Y .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1fOaDkW5Y .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1fOaDkW5Y .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1fOaDkW5Y .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1fOaDkW5Y .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1fOaDkW5Y .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1fOaDkW5Y .mbr-section-title {
  color: #232323;
}
.cid-v1fOaDkW5Y .mbr-text,
.cid-v1fOaDkW5Y .mbr-section-btn {
  text-align: center;
}
.cid-v1fOaDkW5Y .item-title {
  text-align: left;
}
.cid-v1fOaDkW5Y .content-head {
  max-width: 800px;
}
.cid-v1fOaDkW5Y .mbr-text,
.cid-v1fOaDkW5Y .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v0Y4rMN1vC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0Y4rMN1vC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Y4rMN1vC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Y4rMN1vC .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .footer-col {
    flex-direction: column;
  }
}
.cid-v0Y4rMN1vC .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0Y4rMN1vC .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Y4rMN1vC .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .mbr-section-btn {
    text-align: center;
  }
}
.cid-v0Y4rMN1vC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0Y4rMN1vC .soc-item {
  margin: 8px;
}
.cid-v0Y4rMN1vC .soc-item a:hover .mbr-iconfont,
.cid-v0Y4rMN1vC .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v0Y4rMN1vC .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .row {
    text-align: center;
  }
  .cid-v0Y4rMN1vC .social-row {
    justify-content: center;
  }
}
.cid-v0Y4rMN1vC .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v0Y4rMN1vC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Y4rMN1vC .list {
    margin-bottom: 0rem;
  }
}
.cid-v0Y4rMN1vC .mbr-text {
  color: #bbbbbb;
}
.cid-v0Y4rMN1vC .mbr-section-subtitle {
  color: #000000;
}
.cid-v0Y4rMN1vC .list,
.cid-v0Y4rMN1vC .item-wrap {
  color: #232323;
}
.cid-v0Y4rMN1vC .copyright {
  color: #000000;
}
.cid-uZJaZl0iBO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZJaZl0iBO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZJaZl0iBO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZJaZl0iBO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZJaZl0iBO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uZJaZl0iBO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZJaZl0iBO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZJaZl0iBO .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uZJaZl0iBO .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZJaZl0iBO .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uZJaZl0iBO .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZJaZl0iBO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZJaZl0iBO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZJaZl0iBO .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uZJaZl0iBO .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZJaZl0iBO .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZJaZl0iBO .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZJaZl0iBO .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZJaZl0iBO .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZJaZl0iBO .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZJaZl0iBO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZJaZl0iBO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZJaZl0iBO .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uZJaZl0iBO .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZJaZl0iBO .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZJaZl0iBO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZJaZl0iBO .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uZJaZl0iBO .nav-item:focus,
.cid-uZJaZl0iBO .nav-link:focus {
  outline: none;
}
.cid-uZJaZl0iBO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZJaZl0iBO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZJaZl0iBO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZJaZl0iBO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZJaZl0iBO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZJaZl0iBO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZJaZl0iBO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZJaZl0iBO .navbar.opened {
  transition: all 0.25s;
}
.cid-uZJaZl0iBO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZJaZl0iBO .navbar .navbar-logo img {
  width: auto;
}
.cid-uZJaZl0iBO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZJaZl0iBO .navbar.collapsed {
  justify-content: center;
}
.cid-uZJaZl0iBO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZJaZl0iBO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZJaZl0iBO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uZJaZl0iBO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZJaZl0iBO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZJaZl0iBO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZJaZl0iBO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZJaZl0iBO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZJaZl0iBO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZJaZl0iBO .navbar {
    min-height: 72px;
  }
  .cid-uZJaZl0iBO .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZJaZl0iBO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZJaZl0iBO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZJaZl0iBO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZJaZl0iBO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZJaZl0iBO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZJaZl0iBO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZJaZl0iBO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZJaZl0iBO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZJaZl0iBO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZJaZl0iBO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZJaZl0iBO .dropdown-item.active,
.cid-uZJaZl0iBO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZJaZl0iBO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZJaZl0iBO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZJaZl0iBO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZJaZl0iBO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZJaZl0iBO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZJaZl0iBO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZJaZl0iBO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZJaZl0iBO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZJaZl0iBO .navbar-buttons {
    text-align: left;
  }
}
.cid-uZJaZl0iBO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZJaZl0iBO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZJaZl0iBO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZJaZl0iBO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZJaZl0iBO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZJaZl0iBO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZJaZl0iBO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZJaZl0iBO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZJaZl0iBO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZJaZl0iBO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZJaZl0iBO .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-uZJaZl0iBO .opacityScroll {
  background: rgba(255, 255, 255, 0) !important;
}
.cid-uZJaZl0iBO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZJaZl0iBO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZJaZl0iBO .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZJaZl0iBO .navbar {
    height: 70px;
  }
  .cid-uZJaZl0iBO .navbar.opened {
    height: auto;
  }
  .cid-uZJaZl0iBO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZJaZl0iBO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZJaZl0iBO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZJaZl0iBO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZJaZl0iBO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uZJaZl0iBO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZJaZl0iBO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZJaZl0iBO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZJaZl0iBO .navbar-brand {
    margin-right: auto;
  }
  .cid-uZJaZl0iBO .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uZJaZl0iBO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZJaZl0iBO .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZJaZl0iBO .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZJaZl0iBO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZJaZl0iBO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZJaZl0iBO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uZJaZl0iBO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZJaZl0iBO .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZJaZl0iBO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZJaZl0iBO .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uZJaZl0iBO .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uZJaZl0iBO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZJaZlQsvz .modal-body .close {
  background: #1b1b1b;
}
.cid-uZJaZlQsvz .modal-body .close span {
  font-style: normal;
}
.cid-uZJaZlQsvz .carousel-inner > .active,
.cid-uZJaZlQsvz .carousel-inner > .next,
.cid-uZJaZlQsvz .carousel-inner > .prev {
  display: table;
}
.cid-uZJaZlQsvz .carousel-control .icon-next,
.cid-uZJaZlQsvz .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uZJaZlQsvz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZJaZlQsvz .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZJaZlQsvz .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uZJaZlQsvz .boxed-slider > div {
  position: relative;
}
.cid-uZJaZlQsvz .container img {
  width: 100%;
}
.cid-uZJaZlQsvz .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-uZJaZlQsvz .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZJaZlQsvz .mbr-table-cell {
  padding: 0;
}
.cid-uZJaZlQsvz .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZJaZlQsvz .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uZJaZlQsvz .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZJaZlQsvz .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-uZJaZlQsvz .carousel-item .container {
    width: 100%;
  }
}
.cid-uZJaZlQsvz .carousel-item-next.carousel-item-left,
.cid-uZJaZlQsvz .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uZJaZlQsvz .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-uZJaZlQsvz .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZJaZlQsvz .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZJaZlQsvz .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uZJaZlQsvz .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZJaZlQsvz .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZJaZlQsvz .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-uZJaZlQsvz .mbr-slider .carousel-indicators li.active,
.cid-uZJaZlQsvz .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uZJaZlQsvz .mbr-slider .carousel-indicators li::after,
.cid-uZJaZlQsvz .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uZJaZlQsvz .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uZJaZlQsvz .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uZJaZlQsvz .mbr-slider > .container img {
  width: 100%;
}
.cid-uZJaZlQsvz .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-uZJaZlQsvz .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uZJaZlQsvz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZJaZlQsvz .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZJaZlQsvz .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uZJaZlQsvz .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uZJaZlQsvz .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uZJaZlQsvz .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uZJaZlQsvz .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uZJaZlQsvz .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZJaZlQsvz .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uZJaZlQsvz .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uZJaZlQsvz .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uZJaZlQsvz H2 {
  color: #ffffff;
}
.cid-uZJaZlQsvz P {
  color: #ffffff;
}
.cid-uZJaZlQsvz B {
  color: #ffffff;
}
.cid-v086YkLQhY {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #a6a99c, #ffffff);
}
.cid-v086YkLQhY .mbr-section-subtitle {
  color: #000000;
}
.cid-v086YkLQhY .container2 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 427px;
  max-width: 856px;
  overflow: hidden;
  width: 98vw;
}
.cid-v086YkLQhY .container2 figure {
  background-image: url("../../../assets/images/1.jpg-1344x729.jpg");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-v086YkLQhY #compare {
  background-image: url("../../../assets/images/2.jpg-1344x729.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-v086YkLQhY 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-v086YkLQhY input#slider::-moz-range-track {
  background: transparent;
}
.cid-v086YkLQhY 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-v086YkLQhY input#slider::-ms-fill-lower {
  background-color: transparent;
}
.cid-v086YkLQhY input#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v086YkLQhY input#slider::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v086YkLQhY input#slider::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v086YkLQhY input#slider::-ms-tooltip {
  display: none;
}
.cid-v086YkLQhY #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-v0872F9cGx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-v0872F9cGx .mbr-section-title {
  text-align: center;
  color: #2e481a;
}
.cid-v0872F9cGx .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uZVLsHS5Uo {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-uZVLsHS5Uo img,
.cid-uZVLsHS5Uo .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZVLsHS5Uo .item:focus,
.cid-uZVLsHS5Uo span:focus {
  outline: none;
}
.cid-uZVLsHS5Uo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZVLsHS5Uo .item {
    margin-bottom: 1rem;
  }
}
.cid-uZVLsHS5Uo .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZVLsHS5Uo .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uZVLsHS5Uo .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZVLsHS5Uo .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZVLsHS5Uo .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZVLsHS5Uo .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uZVLsHS5Uo .mbr-section-title {
  color: #232323;
}
.cid-uZVLsHS5Uo .mbr-text,
.cid-uZVLsHS5Uo .mbr-section-btn {
  text-align: center;
}
.cid-uZVLsHS5Uo .item-title {
  text-align: left;
}
.cid-uZVLsHS5Uo .content-head {
  max-width: 800px;
}
.cid-uZVLsHS5Uo .mbr-text,
.cid-uZVLsHS5Uo .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uZVLtaGH8V {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZVLtaGH8V img,
.cid-uZVLtaGH8V .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZVLtaGH8V .item:focus,
.cid-uZVLtaGH8V span:focus {
  outline: none;
}
.cid-uZVLtaGH8V .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZVLtaGH8V .item {
    margin-bottom: 1rem;
  }
}
.cid-uZVLtaGH8V .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZVLtaGH8V .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uZVLtaGH8V .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZVLtaGH8V .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZVLtaGH8V .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZVLtaGH8V .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uZVLtaGH8V .mbr-section-title {
  color: #232323;
}
.cid-uZVLtaGH8V .mbr-text,
.cid-uZVLtaGH8V .mbr-section-btn {
  text-align: center;
}
.cid-uZVLtaGH8V .item-title {
  text-align: left;
}
.cid-uZVLtaGH8V .content-head {
  max-width: 800px;
}
.cid-uZVLtaGH8V .mbr-text,
.cid-uZVLtaGH8V .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1fMXNyj6C {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1fMXNyj6C img,
.cid-v1fMXNyj6C .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1fMXNyj6C .item:focus,
.cid-v1fMXNyj6C span:focus {
  outline: none;
}
.cid-v1fMXNyj6C .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1fMXNyj6C .item {
    margin-bottom: 1rem;
  }
}
.cid-v1fMXNyj6C .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1fMXNyj6C .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1fMXNyj6C .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1fMXNyj6C .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1fMXNyj6C .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1fMXNyj6C .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1fMXNyj6C .mbr-section-title {
  color: #232323;
}
.cid-v1fMXNyj6C .mbr-text,
.cid-v1fMXNyj6C .mbr-section-btn {
  text-align: center;
}
.cid-v1fMXNyj6C .item-title {
  text-align: left;
}
.cid-v1fMXNyj6C .content-head {
  max-width: 800px;
}
.cid-v1fMXNyj6C .mbr-text,
.cid-v1fMXNyj6C .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1fMYkud08 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1fMYkud08 img,
.cid-v1fMYkud08 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1fMYkud08 .item:focus,
.cid-v1fMYkud08 span:focus {
  outline: none;
}
.cid-v1fMYkud08 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1fMYkud08 .item {
    margin-bottom: 1rem;
  }
}
.cid-v1fMYkud08 .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1fMYkud08 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1fMYkud08 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1fMYkud08 .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1fMYkud08 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1fMYkud08 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1fMYkud08 .mbr-section-title {
  color: #232323;
}
.cid-v1fMYkud08 .mbr-text,
.cid-v1fMYkud08 .mbr-section-btn {
  text-align: center;
}
.cid-v1fMYkud08 .item-title {
  text-align: left;
}
.cid-v1fMYkud08 .content-head {
  max-width: 800px;
}
.cid-v1fMYkud08 .mbr-text,
.cid-v1fMYkud08 .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v0Y4rMN1vC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0Y4rMN1vC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Y4rMN1vC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Y4rMN1vC .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .footer-col {
    flex-direction: column;
  }
}
.cid-v0Y4rMN1vC .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0Y4rMN1vC .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Y4rMN1vC .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .mbr-section-btn {
    text-align: center;
  }
}
.cid-v0Y4rMN1vC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0Y4rMN1vC .soc-item {
  margin: 8px;
}
.cid-v0Y4rMN1vC .soc-item a:hover .mbr-iconfont,
.cid-v0Y4rMN1vC .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v0Y4rMN1vC .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .row {
    text-align: center;
  }
  .cid-v0Y4rMN1vC .social-row {
    justify-content: center;
  }
}
.cid-v0Y4rMN1vC .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v0Y4rMN1vC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Y4rMN1vC .list {
    margin-bottom: 0rem;
  }
}
.cid-v0Y4rMN1vC .mbr-text {
  color: #bbbbbb;
}
.cid-v0Y4rMN1vC .mbr-section-subtitle {
  color: #000000;
}
.cid-v0Y4rMN1vC .list,
.cid-v0Y4rMN1vC .item-wrap {
  color: #232323;
}
.cid-v0Y4rMN1vC .copyright {
  color: #000000;
}
.cid-uZJvUrWolU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZJvUrWolU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZJvUrWolU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZJvUrWolU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZJvUrWolU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uZJvUrWolU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZJvUrWolU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZJvUrWolU .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uZJvUrWolU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZJvUrWolU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uZJvUrWolU .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZJvUrWolU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZJvUrWolU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZJvUrWolU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uZJvUrWolU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZJvUrWolU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZJvUrWolU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZJvUrWolU .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZJvUrWolU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZJvUrWolU .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZJvUrWolU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZJvUrWolU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZJvUrWolU .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uZJvUrWolU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZJvUrWolU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZJvUrWolU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZJvUrWolU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uZJvUrWolU .nav-item:focus,
.cid-uZJvUrWolU .nav-link:focus {
  outline: none;
}
.cid-uZJvUrWolU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZJvUrWolU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZJvUrWolU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZJvUrWolU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZJvUrWolU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZJvUrWolU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZJvUrWolU .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZJvUrWolU .navbar.opened {
  transition: all 0.25s;
}
.cid-uZJvUrWolU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZJvUrWolU .navbar .navbar-logo img {
  width: auto;
}
.cid-uZJvUrWolU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZJvUrWolU .navbar.collapsed {
  justify-content: center;
}
.cid-uZJvUrWolU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZJvUrWolU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZJvUrWolU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uZJvUrWolU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZJvUrWolU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZJvUrWolU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZJvUrWolU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZJvUrWolU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZJvUrWolU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZJvUrWolU .navbar {
    min-height: 72px;
  }
  .cid-uZJvUrWolU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZJvUrWolU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZJvUrWolU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZJvUrWolU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZJvUrWolU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZJvUrWolU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZJvUrWolU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZJvUrWolU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZJvUrWolU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZJvUrWolU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZJvUrWolU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZJvUrWolU .dropdown-item.active,
.cid-uZJvUrWolU .dropdown-item:active {
  background-color: transparent;
}
.cid-uZJvUrWolU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZJvUrWolU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZJvUrWolU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZJvUrWolU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZJvUrWolU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZJvUrWolU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZJvUrWolU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZJvUrWolU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZJvUrWolU .navbar-buttons {
    text-align: left;
  }
}
.cid-uZJvUrWolU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZJvUrWolU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZJvUrWolU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZJvUrWolU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZJvUrWolU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZJvUrWolU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZJvUrWolU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZJvUrWolU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZJvUrWolU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZJvUrWolU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZJvUrWolU .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-uZJvUrWolU .opacityScroll {
  background: rgba(255, 255, 255, 0) !important;
}
.cid-uZJvUrWolU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZJvUrWolU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZJvUrWolU .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZJvUrWolU .navbar {
    height: 70px;
  }
  .cid-uZJvUrWolU .navbar.opened {
    height: auto;
  }
  .cid-uZJvUrWolU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZJvUrWolU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZJvUrWolU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZJvUrWolU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZJvUrWolU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uZJvUrWolU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZJvUrWolU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZJvUrWolU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZJvUrWolU .navbar-brand {
    margin-right: auto;
  }
  .cid-uZJvUrWolU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uZJvUrWolU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZJvUrWolU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZJvUrWolU .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZJvUrWolU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZJvUrWolU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZJvUrWolU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uZJvUrWolU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZJvUrWolU .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZJvUrWolU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZJvUrWolU .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uZJvUrWolU .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uZJvUrWolU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZJvUsWs4W .modal-body .close {
  background: #1b1b1b;
}
.cid-uZJvUsWs4W .modal-body .close span {
  font-style: normal;
}
.cid-uZJvUsWs4W .carousel-inner > .active,
.cid-uZJvUsWs4W .carousel-inner > .next,
.cid-uZJvUsWs4W .carousel-inner > .prev {
  display: table;
}
.cid-uZJvUsWs4W .carousel-control .icon-next,
.cid-uZJvUsWs4W .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uZJvUsWs4W .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZJvUsWs4W .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZJvUsWs4W .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uZJvUsWs4W .boxed-slider > div {
  position: relative;
}
.cid-uZJvUsWs4W .container img {
  width: 100%;
}
.cid-uZJvUsWs4W .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-uZJvUsWs4W .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZJvUsWs4W .mbr-table-cell {
  padding: 0;
}
.cid-uZJvUsWs4W .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZJvUsWs4W .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uZJvUsWs4W .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZJvUsWs4W .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-uZJvUsWs4W .carousel-item .container {
    width: 100%;
  }
}
.cid-uZJvUsWs4W .carousel-item-next.carousel-item-left,
.cid-uZJvUsWs4W .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uZJvUsWs4W .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-uZJvUsWs4W .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZJvUsWs4W .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZJvUsWs4W .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uZJvUsWs4W .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZJvUsWs4W .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZJvUsWs4W .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-uZJvUsWs4W .mbr-slider .carousel-indicators li.active,
.cid-uZJvUsWs4W .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uZJvUsWs4W .mbr-slider .carousel-indicators li::after,
.cid-uZJvUsWs4W .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uZJvUsWs4W .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uZJvUsWs4W .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uZJvUsWs4W .mbr-slider > .container img {
  width: 100%;
}
.cid-uZJvUsWs4W .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-uZJvUsWs4W .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uZJvUsWs4W .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZJvUsWs4W .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZJvUsWs4W .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uZJvUsWs4W .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uZJvUsWs4W .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uZJvUsWs4W .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uZJvUsWs4W .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uZJvUsWs4W .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZJvUsWs4W .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uZJvUsWs4W .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uZJvUsWs4W .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uZJvUsWs4W H2 {
  color: #ffffff;
}
.cid-uZJvUsWs4W P {
  color: #ffffff;
}
.cid-uZJvUsWs4W B {
  color: #ffffff;
}
.cid-v08f2sTbUS {
  padding-top: 60px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #a6a99c, #ffffff);
}
.cid-v08f2sTbUS .mbr-section-subtitle {
  color: #000000;
}
.cid-v08f2sTbUS .container2 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 427px;
  max-width: 856px;
  overflow: hidden;
  width: 98vw;
}
.cid-v08f2sTbUS .container2 figure {
  background-image: url("../../../assets/images/1.jpg-1-1344x729.jpg");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-v08f2sTbUS #compare {
  background-image: url("../../../assets/images/2.jpg-1-1344x729.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-v08f2sTbUS 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-v08f2sTbUS input#slider::-moz-range-track {
  background: transparent;
}
.cid-v08f2sTbUS 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-v08f2sTbUS input#slider::-ms-fill-lower {
  background-color: transparent;
}
.cid-v08f2sTbUS input#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v08f2sTbUS input#slider::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v08f2sTbUS input#slider::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v08f2sTbUS input#slider::-ms-tooltip {
  display: none;
}
.cid-v08f2sTbUS #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-v08f4510w2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-v08f4510w2 .mbr-section-title {
  text-align: center;
  color: #2e481a;
}
.cid-v08f4510w2 .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uZVLP4Lj54 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-uZVLP4Lj54 img,
.cid-uZVLP4Lj54 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZVLP4Lj54 .item:focus,
.cid-uZVLP4Lj54 span:focus {
  outline: none;
}
.cid-uZVLP4Lj54 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZVLP4Lj54 .item {
    margin-bottom: 1rem;
  }
}
.cid-uZVLP4Lj54 .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZVLP4Lj54 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uZVLP4Lj54 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZVLP4Lj54 .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZVLP4Lj54 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZVLP4Lj54 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uZVLP4Lj54 .mbr-section-title {
  color: #232323;
}
.cid-uZVLP4Lj54 .mbr-text,
.cid-uZVLP4Lj54 .mbr-section-btn {
  text-align: center;
}
.cid-uZVLP4Lj54 .item-title {
  text-align: left;
}
.cid-uZVLP4Lj54 .content-head {
  max-width: 800px;
}
.cid-uZVLP4Lj54 .mbr-text,
.cid-uZVLP4Lj54 .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uZVLQkyOGt {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZVLQkyOGt img,
.cid-uZVLQkyOGt .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZVLQkyOGt .item:focus,
.cid-uZVLQkyOGt span:focus {
  outline: none;
}
.cid-uZVLQkyOGt .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZVLQkyOGt .item {
    margin-bottom: 1rem;
  }
}
.cid-uZVLQkyOGt .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZVLQkyOGt .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uZVLQkyOGt .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZVLQkyOGt .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZVLQkyOGt .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZVLQkyOGt .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uZVLQkyOGt .mbr-section-title {
  color: #232323;
}
.cid-uZVLQkyOGt .mbr-text,
.cid-uZVLQkyOGt .mbr-section-btn {
  text-align: center;
}
.cid-uZVLQkyOGt .item-title {
  text-align: left;
}
.cid-uZVLQkyOGt .content-head {
  max-width: 800px;
}
.cid-uZVLQkyOGt .mbr-text,
.cid-uZVLQkyOGt .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1fN3xiIMP {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1fN3xiIMP img,
.cid-v1fN3xiIMP .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1fN3xiIMP .item:focus,
.cid-v1fN3xiIMP span:focus {
  outline: none;
}
.cid-v1fN3xiIMP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1fN3xiIMP .item {
    margin-bottom: 1rem;
  }
}
.cid-v1fN3xiIMP .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1fN3xiIMP .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1fN3xiIMP .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1fN3xiIMP .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1fN3xiIMP .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1fN3xiIMP .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1fN3xiIMP .mbr-section-title {
  color: #232323;
}
.cid-v1fN3xiIMP .mbr-text,
.cid-v1fN3xiIMP .mbr-section-btn {
  text-align: center;
}
.cid-v1fN3xiIMP .item-title {
  text-align: left;
}
.cid-v1fN3xiIMP .content-head {
  max-width: 800px;
}
.cid-v1fN3xiIMP .mbr-text,
.cid-v1fN3xiIMP .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1fN49Gr69 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1fN49Gr69 img,
.cid-v1fN49Gr69 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1fN49Gr69 .item:focus,
.cid-v1fN49Gr69 span:focus {
  outline: none;
}
.cid-v1fN49Gr69 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1fN49Gr69 .item {
    margin-bottom: 1rem;
  }
}
.cid-v1fN49Gr69 .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1fN49Gr69 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1fN49Gr69 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1fN49Gr69 .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1fN49Gr69 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1fN49Gr69 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1fN49Gr69 .mbr-section-title {
  color: #232323;
}
.cid-v1fN49Gr69 .mbr-text,
.cid-v1fN49Gr69 .mbr-section-btn {
  text-align: center;
}
.cid-v1fN49Gr69 .item-title {
  text-align: left;
}
.cid-v1fN49Gr69 .content-head {
  max-width: 800px;
}
.cid-v1fN49Gr69 .mbr-text,
.cid-v1fN49Gr69 .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v0Y4rMN1vC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0Y4rMN1vC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Y4rMN1vC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Y4rMN1vC .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .footer-col {
    flex-direction: column;
  }
}
.cid-v0Y4rMN1vC .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0Y4rMN1vC .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Y4rMN1vC .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .mbr-section-btn {
    text-align: center;
  }
}
.cid-v0Y4rMN1vC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0Y4rMN1vC .soc-item {
  margin: 8px;
}
.cid-v0Y4rMN1vC .soc-item a:hover .mbr-iconfont,
.cid-v0Y4rMN1vC .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v0Y4rMN1vC .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .row {
    text-align: center;
  }
  .cid-v0Y4rMN1vC .social-row {
    justify-content: center;
  }
}
.cid-v0Y4rMN1vC .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v0Y4rMN1vC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Y4rMN1vC .list {
    margin-bottom: 0rem;
  }
}
.cid-v0Y4rMN1vC .mbr-text {
  color: #bbbbbb;
}
.cid-v0Y4rMN1vC .mbr-section-subtitle {
  color: #000000;
}
.cid-v0Y4rMN1vC .list,
.cid-v0Y4rMN1vC .item-wrap {
  color: #232323;
}
.cid-v0Y4rMN1vC .copyright {
  color: #000000;
}
.cid-uZJTFG4Ipa {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZJTFG4Ipa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZJTFG4Ipa .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZJTFG4Ipa .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZJTFG4Ipa .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uZJTFG4Ipa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZJTFG4Ipa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZJTFG4Ipa .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uZJTFG4Ipa .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZJTFG4Ipa .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uZJTFG4Ipa .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZJTFG4Ipa .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZJTFG4Ipa .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZJTFG4Ipa .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uZJTFG4Ipa .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZJTFG4Ipa .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZJTFG4Ipa .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZJTFG4Ipa .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZJTFG4Ipa .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZJTFG4Ipa .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZJTFG4Ipa .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZJTFG4Ipa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZJTFG4Ipa .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uZJTFG4Ipa .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZJTFG4Ipa .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZJTFG4Ipa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZJTFG4Ipa .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uZJTFG4Ipa .nav-item:focus,
.cid-uZJTFG4Ipa .nav-link:focus {
  outline: none;
}
.cid-uZJTFG4Ipa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZJTFG4Ipa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZJTFG4Ipa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZJTFG4Ipa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZJTFG4Ipa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZJTFG4Ipa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZJTFG4Ipa .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZJTFG4Ipa .navbar.opened {
  transition: all 0.25s;
}
.cid-uZJTFG4Ipa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZJTFG4Ipa .navbar .navbar-logo img {
  width: auto;
}
.cid-uZJTFG4Ipa .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZJTFG4Ipa .navbar.collapsed {
  justify-content: center;
}
.cid-uZJTFG4Ipa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZJTFG4Ipa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZJTFG4Ipa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uZJTFG4Ipa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZJTFG4Ipa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZJTFG4Ipa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZJTFG4Ipa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZJTFG4Ipa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZJTFG4Ipa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZJTFG4Ipa .navbar {
    min-height: 72px;
  }
  .cid-uZJTFG4Ipa .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZJTFG4Ipa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZJTFG4Ipa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZJTFG4Ipa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZJTFG4Ipa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZJTFG4Ipa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZJTFG4Ipa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZJTFG4Ipa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZJTFG4Ipa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZJTFG4Ipa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZJTFG4Ipa .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZJTFG4Ipa .dropdown-item.active,
.cid-uZJTFG4Ipa .dropdown-item:active {
  background-color: transparent;
}
.cid-uZJTFG4Ipa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZJTFG4Ipa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZJTFG4Ipa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZJTFG4Ipa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZJTFG4Ipa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZJTFG4Ipa .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZJTFG4Ipa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZJTFG4Ipa .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZJTFG4Ipa .navbar-buttons {
    text-align: left;
  }
}
.cid-uZJTFG4Ipa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZJTFG4Ipa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZJTFG4Ipa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZJTFG4Ipa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZJTFG4Ipa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZJTFG4Ipa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZJTFG4Ipa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZJTFG4Ipa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZJTFG4Ipa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZJTFG4Ipa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZJTFG4Ipa .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-uZJTFG4Ipa .opacityScroll {
  background: rgba(255, 255, 255, 0) !important;
}
.cid-uZJTFG4Ipa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZJTFG4Ipa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZJTFG4Ipa .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZJTFG4Ipa .navbar {
    height: 70px;
  }
  .cid-uZJTFG4Ipa .navbar.opened {
    height: auto;
  }
  .cid-uZJTFG4Ipa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZJTFG4Ipa .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZJTFG4Ipa .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZJTFG4Ipa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZJTFG4Ipa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uZJTFG4Ipa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZJTFG4Ipa .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZJTFG4Ipa .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZJTFG4Ipa .navbar-brand {
    margin-right: auto;
  }
  .cid-uZJTFG4Ipa .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uZJTFG4Ipa .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZJTFG4Ipa .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZJTFG4Ipa .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZJTFG4Ipa .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZJTFG4Ipa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZJTFG4Ipa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uZJTFG4Ipa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZJTFG4Ipa .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZJTFG4Ipa .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZJTFG4Ipa .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uZJTFG4Ipa .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uZJTFG4Ipa .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZJTFGJd8g .modal-body .close {
  background: #1b1b1b;
}
.cid-uZJTFGJd8g .modal-body .close span {
  font-style: normal;
}
.cid-uZJTFGJd8g .carousel-inner > .active,
.cid-uZJTFGJd8g .carousel-inner > .next,
.cid-uZJTFGJd8g .carousel-inner > .prev {
  display: table;
}
.cid-uZJTFGJd8g .carousel-control .icon-next,
.cid-uZJTFGJd8g .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uZJTFGJd8g .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZJTFGJd8g .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZJTFGJd8g .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uZJTFGJd8g .boxed-slider > div {
  position: relative;
}
.cid-uZJTFGJd8g .container img {
  width: 100%;
}
.cid-uZJTFGJd8g .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-uZJTFGJd8g .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZJTFGJd8g .mbr-table-cell {
  padding: 0;
}
.cid-uZJTFGJd8g .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZJTFGJd8g .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uZJTFGJd8g .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZJTFGJd8g .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-uZJTFGJd8g .carousel-item .container {
    width: 100%;
  }
}
.cid-uZJTFGJd8g .carousel-item-next.carousel-item-left,
.cid-uZJTFGJd8g .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uZJTFGJd8g .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-uZJTFGJd8g .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZJTFGJd8g .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZJTFGJd8g .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uZJTFGJd8g .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZJTFGJd8g .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZJTFGJd8g .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-uZJTFGJd8g .mbr-slider .carousel-indicators li.active,
.cid-uZJTFGJd8g .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uZJTFGJd8g .mbr-slider .carousel-indicators li::after,
.cid-uZJTFGJd8g .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uZJTFGJd8g .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uZJTFGJd8g .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uZJTFGJd8g .mbr-slider > .container img {
  width: 100%;
}
.cid-uZJTFGJd8g .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-uZJTFGJd8g .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uZJTFGJd8g .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZJTFGJd8g .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZJTFGJd8g .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uZJTFGJd8g .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uZJTFGJd8g .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uZJTFGJd8g .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uZJTFGJd8g .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uZJTFGJd8g .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZJTFGJd8g .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uZJTFGJd8g .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uZJTFGJd8g .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uZJTFGJd8g H2 {
  color: #ffffff;
}
.cid-uZJTFGJd8g P {
  color: #ffffff;
}
.cid-uZJTFGJd8g B {
  color: #ffffff;
}
.cid-v08nlU8fG5 {
  padding-top: 60px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #a6a99c, #ffffff);
}
.cid-v08nlU8fG5 .mbr-section-subtitle {
  color: #000000;
}
.cid-v08nlU8fG5 .container2 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 427px;
  max-width: 751px;
  overflow: hidden;
  width: 98vw;
}
.cid-v08nlU8fG5 .container2 figure {
  background-image: url("../../../assets/images/1.jpg-7-1344x768.jpg");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-v08nlU8fG5 #compare {
  background-image: url("../../../assets/images/2.jpg-3-1344x768.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-v08nlU8fG5 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-v08nlU8fG5 input#slider::-moz-range-track {
  background: transparent;
}
.cid-v08nlU8fG5 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-v08nlU8fG5 input#slider::-ms-fill-lower {
  background-color: transparent;
}
.cid-v08nlU8fG5 input#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v08nlU8fG5 input#slider::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v08nlU8fG5 input#slider::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v08nlU8fG5 input#slider::-ms-tooltip {
  display: none;
}
.cid-v08nlU8fG5 #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-v08ixkxeML {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-v08ixkxeML .mbr-section-title {
  text-align: center;
  color: #2e481a;
}
.cid-v08ixkxeML .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uZVLV6WGYf {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-uZVLV6WGYf img,
.cid-uZVLV6WGYf .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZVLV6WGYf .item:focus,
.cid-uZVLV6WGYf span:focus {
  outline: none;
}
.cid-uZVLV6WGYf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZVLV6WGYf .item {
    margin-bottom: 1rem;
  }
}
.cid-uZVLV6WGYf .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZVLV6WGYf .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uZVLV6WGYf .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZVLV6WGYf .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZVLV6WGYf .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZVLV6WGYf .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uZVLV6WGYf .mbr-section-title {
  color: #232323;
}
.cid-uZVLV6WGYf .mbr-text,
.cid-uZVLV6WGYf .mbr-section-btn {
  text-align: center;
}
.cid-uZVLV6WGYf .item-title {
  text-align: left;
}
.cid-uZVLV6WGYf .content-head {
  max-width: 800px;
}
.cid-uZVLV6WGYf .mbr-text,
.cid-uZVLV6WGYf .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uZVLVKsMa8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZVLVKsMa8 img,
.cid-uZVLVKsMa8 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZVLVKsMa8 .item:focus,
.cid-uZVLVKsMa8 span:focus {
  outline: none;
}
.cid-uZVLVKsMa8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZVLVKsMa8 .item {
    margin-bottom: 1rem;
  }
}
.cid-uZVLVKsMa8 .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZVLVKsMa8 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uZVLVKsMa8 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZVLVKsMa8 .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZVLVKsMa8 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZVLVKsMa8 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uZVLVKsMa8 .mbr-section-title {
  color: #232323;
}
.cid-uZVLVKsMa8 .mbr-text,
.cid-uZVLVKsMa8 .mbr-section-btn {
  text-align: center;
}
.cid-uZVLVKsMa8 .item-title {
  text-align: left;
}
.cid-uZVLVKsMa8 .content-head {
  max-width: 800px;
}
.cid-uZVLVKsMa8 .mbr-text,
.cid-uZVLVKsMa8 .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1fN9rVrMx {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1fN9rVrMx img,
.cid-v1fN9rVrMx .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1fN9rVrMx .item:focus,
.cid-v1fN9rVrMx span:focus {
  outline: none;
}
.cid-v1fN9rVrMx .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1fN9rVrMx .item {
    margin-bottom: 1rem;
  }
}
.cid-v1fN9rVrMx .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1fN9rVrMx .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1fN9rVrMx .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1fN9rVrMx .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1fN9rVrMx .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1fN9rVrMx .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1fN9rVrMx .mbr-section-title {
  color: #232323;
}
.cid-v1fN9rVrMx .mbr-text,
.cid-v1fN9rVrMx .mbr-section-btn {
  text-align: center;
}
.cid-v1fN9rVrMx .item-title {
  text-align: left;
}
.cid-v1fN9rVrMx .content-head {
  max-width: 800px;
}
.cid-v1fN9rVrMx .mbr-text,
.cid-v1fN9rVrMx .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1fNage6U2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1fNage6U2 img,
.cid-v1fNage6U2 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1fNage6U2 .item:focus,
.cid-v1fNage6U2 span:focus {
  outline: none;
}
.cid-v1fNage6U2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1fNage6U2 .item {
    margin-bottom: 1rem;
  }
}
.cid-v1fNage6U2 .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1fNage6U2 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1fNage6U2 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1fNage6U2 .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1fNage6U2 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1fNage6U2 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1fNage6U2 .mbr-section-title {
  color: #232323;
}
.cid-v1fNage6U2 .mbr-text,
.cid-v1fNage6U2 .mbr-section-btn {
  text-align: center;
}
.cid-v1fNage6U2 .item-title {
  text-align: left;
}
.cid-v1fNage6U2 .content-head {
  max-width: 800px;
}
.cid-v1fNage6U2 .mbr-text,
.cid-v1fNage6U2 .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v0Y4rMN1vC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0Y4rMN1vC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Y4rMN1vC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Y4rMN1vC .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .footer-col {
    flex-direction: column;
  }
}
.cid-v0Y4rMN1vC .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0Y4rMN1vC .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Y4rMN1vC .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .mbr-section-btn {
    text-align: center;
  }
}
.cid-v0Y4rMN1vC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0Y4rMN1vC .soc-item {
  margin: 8px;
}
.cid-v0Y4rMN1vC .soc-item a:hover .mbr-iconfont,
.cid-v0Y4rMN1vC .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v0Y4rMN1vC .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .row {
    text-align: center;
  }
  .cid-v0Y4rMN1vC .social-row {
    justify-content: center;
  }
}
.cid-v0Y4rMN1vC .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v0Y4rMN1vC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Y4rMN1vC .list {
    margin-bottom: 0rem;
  }
}
.cid-v0Y4rMN1vC .mbr-text {
  color: #bbbbbb;
}
.cid-v0Y4rMN1vC .mbr-section-subtitle {
  color: #000000;
}
.cid-v0Y4rMN1vC .list,
.cid-v0Y4rMN1vC .item-wrap {
  color: #232323;
}
.cid-v0Y4rMN1vC .copyright {
  color: #000000;
}
.cid-uZKxrgUovZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZKxrgUovZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZKxrgUovZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZKxrgUovZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZKxrgUovZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uZKxrgUovZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZKxrgUovZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZKxrgUovZ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uZKxrgUovZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZKxrgUovZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uZKxrgUovZ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZKxrgUovZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZKxrgUovZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZKxrgUovZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uZKxrgUovZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZKxrgUovZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZKxrgUovZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZKxrgUovZ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZKxrgUovZ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZKxrgUovZ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZKxrgUovZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZKxrgUovZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZKxrgUovZ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uZKxrgUovZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZKxrgUovZ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZKxrgUovZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZKxrgUovZ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uZKxrgUovZ .nav-item:focus,
.cid-uZKxrgUovZ .nav-link:focus {
  outline: none;
}
.cid-uZKxrgUovZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZKxrgUovZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZKxrgUovZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZKxrgUovZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZKxrgUovZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZKxrgUovZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZKxrgUovZ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZKxrgUovZ .navbar.opened {
  transition: all 0.25s;
}
.cid-uZKxrgUovZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZKxrgUovZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uZKxrgUovZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZKxrgUovZ .navbar.collapsed {
  justify-content: center;
}
.cid-uZKxrgUovZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZKxrgUovZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZKxrgUovZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uZKxrgUovZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZKxrgUovZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZKxrgUovZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZKxrgUovZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZKxrgUovZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZKxrgUovZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZKxrgUovZ .navbar {
    min-height: 72px;
  }
  .cid-uZKxrgUovZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZKxrgUovZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZKxrgUovZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZKxrgUovZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZKxrgUovZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZKxrgUovZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZKxrgUovZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZKxrgUovZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZKxrgUovZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZKxrgUovZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZKxrgUovZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZKxrgUovZ .dropdown-item.active,
.cid-uZKxrgUovZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uZKxrgUovZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZKxrgUovZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZKxrgUovZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZKxrgUovZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZKxrgUovZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZKxrgUovZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZKxrgUovZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZKxrgUovZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZKxrgUovZ .navbar-buttons {
    text-align: left;
  }
}
.cid-uZKxrgUovZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZKxrgUovZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZKxrgUovZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZKxrgUovZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZKxrgUovZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZKxrgUovZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZKxrgUovZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZKxrgUovZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZKxrgUovZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZKxrgUovZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZKxrgUovZ .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-uZKxrgUovZ .opacityScroll {
  background: rgba(255, 255, 255, 0) !important;
}
.cid-uZKxrgUovZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZKxrgUovZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZKxrgUovZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZKxrgUovZ .navbar {
    height: 70px;
  }
  .cid-uZKxrgUovZ .navbar.opened {
    height: auto;
  }
  .cid-uZKxrgUovZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZKxrgUovZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZKxrgUovZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZKxrgUovZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZKxrgUovZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uZKxrgUovZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZKxrgUovZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZKxrgUovZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZKxrgUovZ .navbar-brand {
    margin-right: auto;
  }
  .cid-uZKxrgUovZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uZKxrgUovZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZKxrgUovZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZKxrgUovZ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZKxrgUovZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZKxrgUovZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZKxrgUovZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uZKxrgUovZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZKxrgUovZ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZKxrgUovZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZKxrgUovZ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uZKxrgUovZ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uZKxrgUovZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZKxrhQc4e .modal-body .close {
  background: #1b1b1b;
}
.cid-uZKxrhQc4e .modal-body .close span {
  font-style: normal;
}
.cid-uZKxrhQc4e .carousel-inner > .active,
.cid-uZKxrhQc4e .carousel-inner > .next,
.cid-uZKxrhQc4e .carousel-inner > .prev {
  display: table;
}
.cid-uZKxrhQc4e .carousel-control .icon-next,
.cid-uZKxrhQc4e .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uZKxrhQc4e .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZKxrhQc4e .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZKxrhQc4e .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uZKxrhQc4e .boxed-slider > div {
  position: relative;
}
.cid-uZKxrhQc4e .container img {
  width: 100%;
}
.cid-uZKxrhQc4e .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-uZKxrhQc4e .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZKxrhQc4e .mbr-table-cell {
  padding: 0;
}
.cid-uZKxrhQc4e .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZKxrhQc4e .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uZKxrhQc4e .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZKxrhQc4e .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-uZKxrhQc4e .carousel-item .container {
    width: 100%;
  }
}
.cid-uZKxrhQc4e .carousel-item-next.carousel-item-left,
.cid-uZKxrhQc4e .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uZKxrhQc4e .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-uZKxrhQc4e .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZKxrhQc4e .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZKxrhQc4e .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uZKxrhQc4e .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZKxrhQc4e .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZKxrhQc4e .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-uZKxrhQc4e .mbr-slider .carousel-indicators li.active,
.cid-uZKxrhQc4e .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uZKxrhQc4e .mbr-slider .carousel-indicators li::after,
.cid-uZKxrhQc4e .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uZKxrhQc4e .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uZKxrhQc4e .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uZKxrhQc4e .mbr-slider > .container img {
  width: 100%;
}
.cid-uZKxrhQc4e .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-uZKxrhQc4e .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uZKxrhQc4e .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZKxrhQc4e .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZKxrhQc4e .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uZKxrhQc4e .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uZKxrhQc4e .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uZKxrhQc4e .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uZKxrhQc4e .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uZKxrhQc4e .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZKxrhQc4e .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uZKxrhQc4e .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uZKxrhQc4e .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uZKxrhQc4e H2 {
  color: #ffffff;
}
.cid-uZKxrhQc4e P {
  color: #ffffff;
}
.cid-uZKxrhQc4e B {
  color: #ffffff;
}
.cid-v0bqz8lMNO {
  padding-top: 60px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #a6a99c, #ffffff);
}
.cid-v0bqz8lMNO .mbr-section-subtitle {
  color: #000000;
}
.cid-v0bqz8lMNO .container2 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 427px;
  max-width: 856px;
  overflow: hidden;
  width: 98vw;
}
.cid-v0bqz8lMNO .container2 figure {
  background-image: url("../../../assets/images/1.jpg-140-1408x768.jpg");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-v0bqz8lMNO #compare {
  background-image: url("../../../assets/images/1.png-68-1344x768.png");
  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-v0bqz8lMNO 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-v0bqz8lMNO input#slider::-moz-range-track {
  background: transparent;
}
.cid-v0bqz8lMNO 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-v0bqz8lMNO input#slider::-ms-fill-lower {
  background-color: transparent;
}
.cid-v0bqz8lMNO input#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v0bqz8lMNO input#slider::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v0bqz8lMNO input#slider::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v0bqz8lMNO input#slider::-ms-tooltip {
  display: none;
}
.cid-v0bqz8lMNO #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-v1gniDUtX5 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1.jpg-144-1408x768.jpg");
}
.cid-v1gniDUtX5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1gniDUtX5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1gniDUtX5 .mbr-section-title {
  color: #ffffff;
}
.cid-v0bqBeNBPX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-v0bqBeNBPX .mbr-section-title {
  text-align: center;
  color: #2e481a;
}
.cid-v0bqBeNBPX .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uZVNBpUN4Z {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-uZVNBpUN4Z img,
.cid-uZVNBpUN4Z .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZVNBpUN4Z .item:focus,
.cid-uZVNBpUN4Z span:focus {
  outline: none;
}
.cid-uZVNBpUN4Z .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZVNBpUN4Z .item {
    margin-bottom: 1rem;
  }
}
.cid-uZVNBpUN4Z .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZVNBpUN4Z .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uZVNBpUN4Z .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZVNBpUN4Z .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZVNBpUN4Z .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZVNBpUN4Z .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uZVNBpUN4Z .mbr-section-title {
  color: #232323;
}
.cid-uZVNBpUN4Z .mbr-text,
.cid-uZVNBpUN4Z .mbr-section-btn {
  text-align: center;
}
.cid-uZVNBpUN4Z .item-title {
  text-align: left;
}
.cid-uZVNBpUN4Z .content-head {
  max-width: 800px;
}
.cid-uZVNBpUN4Z .mbr-text,
.cid-uZVNBpUN4Z .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uZVNCgnkBf {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZVNCgnkBf img,
.cid-uZVNCgnkBf .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZVNCgnkBf .item:focus,
.cid-uZVNCgnkBf span:focus {
  outline: none;
}
.cid-uZVNCgnkBf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZVNCgnkBf .item {
    margin-bottom: 1rem;
  }
}
.cid-uZVNCgnkBf .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZVNCgnkBf .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uZVNCgnkBf .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZVNCgnkBf .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZVNCgnkBf .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZVNCgnkBf .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uZVNCgnkBf .mbr-section-title {
  color: #232323;
}
.cid-uZVNCgnkBf .mbr-text,
.cid-uZVNCgnkBf .mbr-section-btn {
  text-align: center;
}
.cid-uZVNCgnkBf .item-title {
  text-align: left;
}
.cid-uZVNCgnkBf .content-head {
  max-width: 800px;
}
.cid-uZVNCgnkBf .mbr-text,
.cid-uZVNCgnkBf .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1fO55h46m {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1fO55h46m img,
.cid-v1fO55h46m .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1fO55h46m .item:focus,
.cid-v1fO55h46m span:focus {
  outline: none;
}
.cid-v1fO55h46m .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1fO55h46m .item {
    margin-bottom: 1rem;
  }
}
.cid-v1fO55h46m .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1fO55h46m .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1fO55h46m .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1fO55h46m .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1fO55h46m .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1fO55h46m .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1fO55h46m .mbr-section-title {
  color: #232323;
}
.cid-v1fO55h46m .mbr-text,
.cid-v1fO55h46m .mbr-section-btn {
  text-align: center;
}
.cid-v1fO55h46m .item-title {
  text-align: left;
}
.cid-v1fO55h46m .content-head {
  max-width: 800px;
}
.cid-v1fO55h46m .mbr-text,
.cid-v1fO55h46m .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1fO5FK9QU {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1fO5FK9QU img,
.cid-v1fO5FK9QU .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1fO5FK9QU .item:focus,
.cid-v1fO5FK9QU span:focus {
  outline: none;
}
.cid-v1fO5FK9QU .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1fO5FK9QU .item {
    margin-bottom: 1rem;
  }
}
.cid-v1fO5FK9QU .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1fO5FK9QU .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1fO5FK9QU .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1fO5FK9QU .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1fO5FK9QU .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1fO5FK9QU .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1fO5FK9QU .mbr-section-title {
  color: #232323;
}
.cid-v1fO5FK9QU .mbr-text,
.cid-v1fO5FK9QU .mbr-section-btn {
  text-align: center;
}
.cid-v1fO5FK9QU .item-title {
  text-align: left;
}
.cid-v1fO5FK9QU .content-head {
  max-width: 800px;
}
.cid-v1fO5FK9QU .mbr-text,
.cid-v1fO5FK9QU .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v0Y4rMN1vC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0Y4rMN1vC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Y4rMN1vC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Y4rMN1vC .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .footer-col {
    flex-direction: column;
  }
}
.cid-v0Y4rMN1vC .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0Y4rMN1vC .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Y4rMN1vC .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .mbr-section-btn {
    text-align: center;
  }
}
.cid-v0Y4rMN1vC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0Y4rMN1vC .soc-item {
  margin: 8px;
}
.cid-v0Y4rMN1vC .soc-item a:hover .mbr-iconfont,
.cid-v0Y4rMN1vC .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v0Y4rMN1vC .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .row {
    text-align: center;
  }
  .cid-v0Y4rMN1vC .social-row {
    justify-content: center;
  }
}
.cid-v0Y4rMN1vC .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v0Y4rMN1vC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Y4rMN1vC .list {
    margin-bottom: 0rem;
  }
}
.cid-v0Y4rMN1vC .mbr-text {
  color: #bbbbbb;
}
.cid-v0Y4rMN1vC .mbr-section-subtitle {
  color: #000000;
}
.cid-v0Y4rMN1vC .list,
.cid-v0Y4rMN1vC .item-wrap {
  color: #232323;
}
.cid-v0Y4rMN1vC .copyright {
  color: #000000;
}
.cid-uZNIRCdXUR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZNIRCdXUR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZNIRCdXUR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZNIRCdXUR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZNIRCdXUR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uZNIRCdXUR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZNIRCdXUR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZNIRCdXUR .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uZNIRCdXUR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZNIRCdXUR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uZNIRCdXUR .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZNIRCdXUR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZNIRCdXUR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZNIRCdXUR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uZNIRCdXUR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZNIRCdXUR .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZNIRCdXUR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZNIRCdXUR .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZNIRCdXUR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZNIRCdXUR .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZNIRCdXUR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZNIRCdXUR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZNIRCdXUR .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uZNIRCdXUR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZNIRCdXUR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZNIRCdXUR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZNIRCdXUR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uZNIRCdXUR .nav-item:focus,
.cid-uZNIRCdXUR .nav-link:focus {
  outline: none;
}
.cid-uZNIRCdXUR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZNIRCdXUR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZNIRCdXUR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZNIRCdXUR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZNIRCdXUR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZNIRCdXUR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZNIRCdXUR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZNIRCdXUR .navbar.opened {
  transition: all 0.25s;
}
.cid-uZNIRCdXUR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZNIRCdXUR .navbar .navbar-logo img {
  width: auto;
}
.cid-uZNIRCdXUR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZNIRCdXUR .navbar.collapsed {
  justify-content: center;
}
.cid-uZNIRCdXUR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZNIRCdXUR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZNIRCdXUR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uZNIRCdXUR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZNIRCdXUR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZNIRCdXUR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZNIRCdXUR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZNIRCdXUR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZNIRCdXUR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZNIRCdXUR .navbar {
    min-height: 72px;
  }
  .cid-uZNIRCdXUR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZNIRCdXUR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZNIRCdXUR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZNIRCdXUR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZNIRCdXUR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZNIRCdXUR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZNIRCdXUR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZNIRCdXUR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZNIRCdXUR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZNIRCdXUR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZNIRCdXUR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZNIRCdXUR .dropdown-item.active,
.cid-uZNIRCdXUR .dropdown-item:active {
  background-color: transparent;
}
.cid-uZNIRCdXUR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZNIRCdXUR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZNIRCdXUR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZNIRCdXUR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZNIRCdXUR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZNIRCdXUR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZNIRCdXUR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZNIRCdXUR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZNIRCdXUR .navbar-buttons {
    text-align: left;
  }
}
.cid-uZNIRCdXUR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZNIRCdXUR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZNIRCdXUR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZNIRCdXUR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZNIRCdXUR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZNIRCdXUR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZNIRCdXUR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZNIRCdXUR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZNIRCdXUR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZNIRCdXUR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZNIRCdXUR .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-uZNIRCdXUR .opacityScroll {
  background: rgba(255, 255, 255, 0) !important;
}
.cid-uZNIRCdXUR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZNIRCdXUR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZNIRCdXUR .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZNIRCdXUR .navbar {
    height: 70px;
  }
  .cid-uZNIRCdXUR .navbar.opened {
    height: auto;
  }
  .cid-uZNIRCdXUR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZNIRCdXUR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZNIRCdXUR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZNIRCdXUR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZNIRCdXUR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uZNIRCdXUR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZNIRCdXUR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZNIRCdXUR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZNIRCdXUR .navbar-brand {
    margin-right: auto;
  }
  .cid-uZNIRCdXUR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uZNIRCdXUR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZNIRCdXUR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZNIRCdXUR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZNIRCdXUR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZNIRCdXUR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZNIRCdXUR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uZNIRCdXUR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZNIRCdXUR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZNIRCdXUR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZNIRCdXUR .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uZNIRCdXUR .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uZNIRCdXUR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZNIRD6myX .modal-body .close {
  background: #1b1b1b;
}
.cid-uZNIRD6myX .modal-body .close span {
  font-style: normal;
}
.cid-uZNIRD6myX .carousel-inner > .active,
.cid-uZNIRD6myX .carousel-inner > .next,
.cid-uZNIRD6myX .carousel-inner > .prev {
  display: table;
}
.cid-uZNIRD6myX .carousel-control .icon-next,
.cid-uZNIRD6myX .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uZNIRD6myX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZNIRD6myX .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZNIRD6myX .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uZNIRD6myX .boxed-slider > div {
  position: relative;
}
.cid-uZNIRD6myX .container img {
  width: 100%;
}
.cid-uZNIRD6myX .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-uZNIRD6myX .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZNIRD6myX .mbr-table-cell {
  padding: 0;
}
.cid-uZNIRD6myX .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZNIRD6myX .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uZNIRD6myX .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZNIRD6myX .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-uZNIRD6myX .carousel-item .container {
    width: 100%;
  }
}
.cid-uZNIRD6myX .carousel-item-next.carousel-item-left,
.cid-uZNIRD6myX .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uZNIRD6myX .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-uZNIRD6myX .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZNIRD6myX .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZNIRD6myX .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uZNIRD6myX .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZNIRD6myX .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZNIRD6myX .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-uZNIRD6myX .mbr-slider .carousel-indicators li.active,
.cid-uZNIRD6myX .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uZNIRD6myX .mbr-slider .carousel-indicators li::after,
.cid-uZNIRD6myX .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uZNIRD6myX .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uZNIRD6myX .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uZNIRD6myX .mbr-slider > .container img {
  width: 100%;
}
.cid-uZNIRD6myX .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-uZNIRD6myX .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uZNIRD6myX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZNIRD6myX .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZNIRD6myX .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uZNIRD6myX .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uZNIRD6myX .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uZNIRD6myX .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uZNIRD6myX .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uZNIRD6myX .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZNIRD6myX .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uZNIRD6myX .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uZNIRD6myX .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uZNIRD6myX H2 {
  color: #ffffff;
}
.cid-uZNIRD6myX P {
  color: #ffffff;
}
.cid-uZNIRD6myX B {
  color: #ffffff;
}
.cid-v0bMYcEEvM {
  padding-top: 60px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #a6a99c, #ffffff);
}
.cid-v0bMYcEEvM .mbr-section-subtitle {
  color: #000000;
}
.cid-v0bMYcEEvM .container2 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 487px;
  max-width: 871px;
  overflow: hidden;
  width: 98vw;
}
.cid-v0bMYcEEvM .container2 figure {
  background-image: url("../../../assets/images/1.jpg-1-1344x741.jpg");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-v0bMYcEEvM #compare {
  background-image: url("../../../assets/images/1.jpg-1344x741.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-v0bMYcEEvM 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-v0bMYcEEvM input#slider::-moz-range-track {
  background: transparent;
}
.cid-v0bMYcEEvM 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-v0bMYcEEvM input#slider::-ms-fill-lower {
  background-color: transparent;
}
.cid-v0bMYcEEvM input#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v0bMYcEEvM input#slider::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v0bMYcEEvM input#slider::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v0bMYcEEvM input#slider::-ms-tooltip {
  display: none;
}
.cid-v0bMYcEEvM #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-v1glXzvzYt {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/2.jpg-4-1408x768.jpg");
}
.cid-v1glXzvzYt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1glXzvzYt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1glXzvzYt .mbr-section-title {
  color: #ffffff;
}
.cid-v0bN0gkyym {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-v0bN0gkyym .mbr-section-title {
  text-align: center;
  color: #2e481a;
}
.cid-v0bN0gkyym .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uZVNfU8lpz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-uZVNfU8lpz img,
.cid-uZVNfU8lpz .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZVNfU8lpz .item:focus,
.cid-uZVNfU8lpz span:focus {
  outline: none;
}
.cid-uZVNfU8lpz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZVNfU8lpz .item {
    margin-bottom: 1rem;
  }
}
.cid-uZVNfU8lpz .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZVNfU8lpz .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uZVNfU8lpz .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZVNfU8lpz .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZVNfU8lpz .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZVNfU8lpz .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uZVNfU8lpz .mbr-section-title {
  color: #232323;
}
.cid-uZVNfU8lpz .mbr-text,
.cid-uZVNfU8lpz .mbr-section-btn {
  text-align: center;
}
.cid-uZVNfU8lpz .item-title {
  text-align: left;
}
.cid-uZVNfU8lpz .content-head {
  max-width: 800px;
}
.cid-uZVNfU8lpz .mbr-text,
.cid-uZVNfU8lpz .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uZVNgux6Iz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZVNgux6Iz img,
.cid-uZVNgux6Iz .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZVNgux6Iz .item:focus,
.cid-uZVNgux6Iz span:focus {
  outline: none;
}
.cid-uZVNgux6Iz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZVNgux6Iz .item {
    margin-bottom: 1rem;
  }
}
.cid-uZVNgux6Iz .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZVNgux6Iz .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uZVNgux6Iz .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZVNgux6Iz .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZVNgux6Iz .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZVNgux6Iz .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uZVNgux6Iz .mbr-section-title {
  color: #232323;
}
.cid-uZVNgux6Iz .mbr-text,
.cid-uZVNgux6Iz .mbr-section-btn {
  text-align: center;
}
.cid-uZVNgux6Iz .item-title {
  text-align: left;
}
.cid-uZVNgux6Iz .content-head {
  max-width: 800px;
}
.cid-uZVNgux6Iz .mbr-text,
.cid-uZVNgux6Iz .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1fNUiOj8S {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1fNUiOj8S img,
.cid-v1fNUiOj8S .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1fNUiOj8S .item:focus,
.cid-v1fNUiOj8S span:focus {
  outline: none;
}
.cid-v1fNUiOj8S .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1fNUiOj8S .item {
    margin-bottom: 1rem;
  }
}
.cid-v1fNUiOj8S .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1fNUiOj8S .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1fNUiOj8S .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1fNUiOj8S .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1fNUiOj8S .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1fNUiOj8S .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1fNUiOj8S .mbr-section-title {
  color: #232323;
}
.cid-v1fNUiOj8S .mbr-text,
.cid-v1fNUiOj8S .mbr-section-btn {
  text-align: center;
}
.cid-v1fNUiOj8S .item-title {
  text-align: left;
}
.cid-v1fNUiOj8S .content-head {
  max-width: 800px;
}
.cid-v1fNUiOj8S .mbr-text,
.cid-v1fNUiOj8S .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1fNUQ2tji {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1fNUQ2tji img,
.cid-v1fNUQ2tji .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1fNUQ2tji .item:focus,
.cid-v1fNUQ2tji span:focus {
  outline: none;
}
.cid-v1fNUQ2tji .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1fNUQ2tji .item {
    margin-bottom: 1rem;
  }
}
.cid-v1fNUQ2tji .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1fNUQ2tji .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1fNUQ2tji .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1fNUQ2tji .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1fNUQ2tji .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1fNUQ2tji .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1fNUQ2tji .mbr-section-title {
  color: #232323;
}
.cid-v1fNUQ2tji .mbr-text,
.cid-v1fNUQ2tji .mbr-section-btn {
  text-align: center;
}
.cid-v1fNUQ2tji .item-title {
  text-align: left;
}
.cid-v1fNUQ2tji .content-head {
  max-width: 800px;
}
.cid-v1fNUQ2tji .mbr-text,
.cid-v1fNUQ2tji .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v0Y4rMN1vC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0Y4rMN1vC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Y4rMN1vC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Y4rMN1vC .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .footer-col {
    flex-direction: column;
  }
}
.cid-v0Y4rMN1vC .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0Y4rMN1vC .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Y4rMN1vC .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .mbr-section-btn {
    text-align: center;
  }
}
.cid-v0Y4rMN1vC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0Y4rMN1vC .soc-item {
  margin: 8px;
}
.cid-v0Y4rMN1vC .soc-item a:hover .mbr-iconfont,
.cid-v0Y4rMN1vC .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v0Y4rMN1vC .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .row {
    text-align: center;
  }
  .cid-v0Y4rMN1vC .social-row {
    justify-content: center;
  }
}
.cid-v0Y4rMN1vC .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v0Y4rMN1vC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Y4rMN1vC .list {
    margin-bottom: 0rem;
  }
}
.cid-v0Y4rMN1vC .mbr-text {
  color: #bbbbbb;
}
.cid-v0Y4rMN1vC .mbr-section-subtitle {
  color: #000000;
}
.cid-v0Y4rMN1vC .list,
.cid-v0Y4rMN1vC .item-wrap {
  color: #232323;
}
.cid-v0Y4rMN1vC .copyright {
  color: #000000;
}
.cid-uZPsSSfWGA {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZPsSSfWGA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZPsSSfWGA .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZPsSSfWGA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZPsSSfWGA .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uZPsSSfWGA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZPsSSfWGA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZPsSSfWGA .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uZPsSSfWGA .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZPsSSfWGA .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uZPsSSfWGA .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZPsSSfWGA .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZPsSSfWGA .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZPsSSfWGA .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uZPsSSfWGA .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZPsSSfWGA .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZPsSSfWGA .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZPsSSfWGA .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZPsSSfWGA .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZPsSSfWGA .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZPsSSfWGA .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZPsSSfWGA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZPsSSfWGA .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uZPsSSfWGA .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZPsSSfWGA .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZPsSSfWGA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZPsSSfWGA .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uZPsSSfWGA .nav-item:focus,
.cid-uZPsSSfWGA .nav-link:focus {
  outline: none;
}
.cid-uZPsSSfWGA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZPsSSfWGA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZPsSSfWGA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZPsSSfWGA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZPsSSfWGA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZPsSSfWGA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZPsSSfWGA .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZPsSSfWGA .navbar.opened {
  transition: all 0.25s;
}
.cid-uZPsSSfWGA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZPsSSfWGA .navbar .navbar-logo img {
  width: auto;
}
.cid-uZPsSSfWGA .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZPsSSfWGA .navbar.collapsed {
  justify-content: center;
}
.cid-uZPsSSfWGA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZPsSSfWGA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZPsSSfWGA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uZPsSSfWGA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZPsSSfWGA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZPsSSfWGA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZPsSSfWGA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZPsSSfWGA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZPsSSfWGA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZPsSSfWGA .navbar {
    min-height: 72px;
  }
  .cid-uZPsSSfWGA .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZPsSSfWGA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZPsSSfWGA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZPsSSfWGA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZPsSSfWGA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZPsSSfWGA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZPsSSfWGA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZPsSSfWGA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZPsSSfWGA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZPsSSfWGA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZPsSSfWGA .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZPsSSfWGA .dropdown-item.active,
.cid-uZPsSSfWGA .dropdown-item:active {
  background-color: transparent;
}
.cid-uZPsSSfWGA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZPsSSfWGA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZPsSSfWGA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZPsSSfWGA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZPsSSfWGA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZPsSSfWGA .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZPsSSfWGA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZPsSSfWGA .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZPsSSfWGA .navbar-buttons {
    text-align: left;
  }
}
.cid-uZPsSSfWGA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZPsSSfWGA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZPsSSfWGA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZPsSSfWGA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZPsSSfWGA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZPsSSfWGA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZPsSSfWGA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZPsSSfWGA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZPsSSfWGA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZPsSSfWGA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZPsSSfWGA .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-uZPsSSfWGA .opacityScroll {
  background: rgba(255, 255, 255, 0) !important;
}
.cid-uZPsSSfWGA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZPsSSfWGA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZPsSSfWGA .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZPsSSfWGA .navbar {
    height: 70px;
  }
  .cid-uZPsSSfWGA .navbar.opened {
    height: auto;
  }
  .cid-uZPsSSfWGA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZPsSSfWGA .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZPsSSfWGA .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZPsSSfWGA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZPsSSfWGA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uZPsSSfWGA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZPsSSfWGA .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZPsSSfWGA .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZPsSSfWGA .navbar-brand {
    margin-right: auto;
  }
  .cid-uZPsSSfWGA .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uZPsSSfWGA .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZPsSSfWGA .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZPsSSfWGA .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZPsSSfWGA .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZPsSSfWGA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZPsSSfWGA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uZPsSSfWGA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZPsSSfWGA .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZPsSSfWGA .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZPsSSfWGA .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uZPsSSfWGA .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uZPsSSfWGA .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZPsST7Li2 .modal-body .close {
  background: #1b1b1b;
}
.cid-uZPsST7Li2 .modal-body .close span {
  font-style: normal;
}
.cid-uZPsST7Li2 .carousel-inner > .active,
.cid-uZPsST7Li2 .carousel-inner > .next,
.cid-uZPsST7Li2 .carousel-inner > .prev {
  display: table;
}
.cid-uZPsST7Li2 .carousel-control .icon-next,
.cid-uZPsST7Li2 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uZPsST7Li2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZPsST7Li2 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZPsST7Li2 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uZPsST7Li2 .boxed-slider > div {
  position: relative;
}
.cid-uZPsST7Li2 .container img {
  width: 100%;
}
.cid-uZPsST7Li2 .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-uZPsST7Li2 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZPsST7Li2 .mbr-table-cell {
  padding: 0;
}
.cid-uZPsST7Li2 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZPsST7Li2 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uZPsST7Li2 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZPsST7Li2 .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-uZPsST7Li2 .carousel-item .container {
    width: 100%;
  }
}
.cid-uZPsST7Li2 .carousel-item-next.carousel-item-left,
.cid-uZPsST7Li2 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uZPsST7Li2 .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-uZPsST7Li2 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZPsST7Li2 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZPsST7Li2 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uZPsST7Li2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZPsST7Li2 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZPsST7Li2 .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-uZPsST7Li2 .mbr-slider .carousel-indicators li.active,
.cid-uZPsST7Li2 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uZPsST7Li2 .mbr-slider .carousel-indicators li::after,
.cid-uZPsST7Li2 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uZPsST7Li2 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uZPsST7Li2 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uZPsST7Li2 .mbr-slider > .container img {
  width: 100%;
}
.cid-uZPsST7Li2 .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-uZPsST7Li2 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uZPsST7Li2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZPsST7Li2 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZPsST7Li2 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uZPsST7Li2 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uZPsST7Li2 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uZPsST7Li2 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uZPsST7Li2 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uZPsST7Li2 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZPsST7Li2 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uZPsST7Li2 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uZPsST7Li2 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uZPsST7Li2 H2 {
  color: #ffffff;
}
.cid-uZPsST7Li2 P {
  color: #ffffff;
}
.cid-uZPsST7Li2 B {
  color: #ffffff;
}
.cid-v0cart9moA {
  padding-top: 60px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #a6a99c, #ffffff);
}
.cid-v0cart9moA .mbr-section-subtitle {
  color: #000000;
}
.cid-v0cart9moA .container2 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 427px;
  max-width: 856px;
  overflow: hidden;
  width: 98vw;
}
.cid-v0cart9moA .container2 figure {
  background-image: url("../../../assets/images/2.jpg-4-1344x741.jpg");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-v0cart9moA #compare {
  background-image: url("../../../assets/images/1.jpg-7-1344x741.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-v0cart9moA 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-v0cart9moA input#slider::-moz-range-track {
  background: transparent;
}
.cid-v0cart9moA 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-v0cart9moA input#slider::-ms-fill-lower {
  background-color: transparent;
}
.cid-v0cart9moA input#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v0cart9moA input#slider::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v0cart9moA input#slider::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v0cart9moA input#slider::-ms-tooltip {
  display: none;
}
.cid-v0cart9moA #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-v0cathT1PP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-v0cathT1PP .mbr-section-title {
  text-align: center;
  color: #2e481a;
}
.cid-v0cathT1PP .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uZVM0hBT0k {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-uZVM0hBT0k img,
.cid-uZVM0hBT0k .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZVM0hBT0k .item:focus,
.cid-uZVM0hBT0k span:focus {
  outline: none;
}
.cid-uZVM0hBT0k .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZVM0hBT0k .item {
    margin-bottom: 1rem;
  }
}
.cid-uZVM0hBT0k .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZVM0hBT0k .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uZVM0hBT0k .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZVM0hBT0k .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZVM0hBT0k .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZVM0hBT0k .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uZVM0hBT0k .mbr-section-title {
  color: #232323;
}
.cid-uZVM0hBT0k .mbr-text,
.cid-uZVM0hBT0k .mbr-section-btn {
  text-align: center;
}
.cid-uZVM0hBT0k .item-title {
  text-align: left;
}
.cid-uZVM0hBT0k .content-head {
  max-width: 800px;
}
.cid-uZVM0hBT0k .mbr-text,
.cid-uZVM0hBT0k .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uZVM12eBMJ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZVM12eBMJ img,
.cid-uZVM12eBMJ .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZVM12eBMJ .item:focus,
.cid-uZVM12eBMJ span:focus {
  outline: none;
}
.cid-uZVM12eBMJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZVM12eBMJ .item {
    margin-bottom: 1rem;
  }
}
.cid-uZVM12eBMJ .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZVM12eBMJ .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uZVM12eBMJ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZVM12eBMJ .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZVM12eBMJ .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZVM12eBMJ .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uZVM12eBMJ .mbr-section-title {
  color: #232323;
}
.cid-uZVM12eBMJ .mbr-text,
.cid-uZVM12eBMJ .mbr-section-btn {
  text-align: center;
}
.cid-uZVM12eBMJ .item-title {
  text-align: left;
}
.cid-uZVM12eBMJ .content-head {
  max-width: 800px;
}
.cid-uZVM12eBMJ .mbr-text,
.cid-uZVM12eBMJ .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1fNePiYJm {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1fNePiYJm img,
.cid-v1fNePiYJm .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1fNePiYJm .item:focus,
.cid-v1fNePiYJm span:focus {
  outline: none;
}
.cid-v1fNePiYJm .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1fNePiYJm .item {
    margin-bottom: 1rem;
  }
}
.cid-v1fNePiYJm .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1fNePiYJm .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1fNePiYJm .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1fNePiYJm .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1fNePiYJm .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1fNePiYJm .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1fNePiYJm .mbr-section-title {
  color: #232323;
}
.cid-v1fNePiYJm .mbr-text,
.cid-v1fNePiYJm .mbr-section-btn {
  text-align: center;
}
.cid-v1fNePiYJm .item-title {
  text-align: left;
}
.cid-v1fNePiYJm .content-head {
  max-width: 800px;
}
.cid-v1fNePiYJm .mbr-text,
.cid-v1fNePiYJm .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1fNfm0PyE {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1fNfm0PyE img,
.cid-v1fNfm0PyE .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1fNfm0PyE .item:focus,
.cid-v1fNfm0PyE span:focus {
  outline: none;
}
.cid-v1fNfm0PyE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1fNfm0PyE .item {
    margin-bottom: 1rem;
  }
}
.cid-v1fNfm0PyE .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1fNfm0PyE .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1fNfm0PyE .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1fNfm0PyE .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1fNfm0PyE .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1fNfm0PyE .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1fNfm0PyE .mbr-section-title {
  color: #232323;
}
.cid-v1fNfm0PyE .mbr-text,
.cid-v1fNfm0PyE .mbr-section-btn {
  text-align: center;
}
.cid-v1fNfm0PyE .item-title {
  text-align: left;
}
.cid-v1fNfm0PyE .content-head {
  max-width: 800px;
}
.cid-v1fNfm0PyE .mbr-text,
.cid-v1fNfm0PyE .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v0Y4rMN1vC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0Y4rMN1vC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Y4rMN1vC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Y4rMN1vC .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .footer-col {
    flex-direction: column;
  }
}
.cid-v0Y4rMN1vC .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0Y4rMN1vC .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Y4rMN1vC .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .mbr-section-btn {
    text-align: center;
  }
}
.cid-v0Y4rMN1vC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0Y4rMN1vC .soc-item {
  margin: 8px;
}
.cid-v0Y4rMN1vC .soc-item a:hover .mbr-iconfont,
.cid-v0Y4rMN1vC .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v0Y4rMN1vC .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .row {
    text-align: center;
  }
  .cid-v0Y4rMN1vC .social-row {
    justify-content: center;
  }
}
.cid-v0Y4rMN1vC .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v0Y4rMN1vC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Y4rMN1vC .list {
    margin-bottom: 0rem;
  }
}
.cid-v0Y4rMN1vC .mbr-text {
  color: #bbbbbb;
}
.cid-v0Y4rMN1vC .mbr-section-subtitle {
  color: #000000;
}
.cid-v0Y4rMN1vC .list,
.cid-v0Y4rMN1vC .item-wrap {
  color: #232323;
}
.cid-v0Y4rMN1vC .copyright {
  color: #000000;
}
.cid-uZQiBv9x6C {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZQiBv9x6C .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZQiBv9x6C .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZQiBv9x6C .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZQiBv9x6C .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uZQiBv9x6C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZQiBv9x6C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZQiBv9x6C .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uZQiBv9x6C .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZQiBv9x6C .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uZQiBv9x6C .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZQiBv9x6C .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZQiBv9x6C .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZQiBv9x6C .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uZQiBv9x6C .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZQiBv9x6C .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZQiBv9x6C .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZQiBv9x6C .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZQiBv9x6C .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZQiBv9x6C .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZQiBv9x6C .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZQiBv9x6C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZQiBv9x6C .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uZQiBv9x6C .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZQiBv9x6C .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZQiBv9x6C .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZQiBv9x6C .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uZQiBv9x6C .nav-item:focus,
.cid-uZQiBv9x6C .nav-link:focus {
  outline: none;
}
.cid-uZQiBv9x6C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZQiBv9x6C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZQiBv9x6C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZQiBv9x6C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZQiBv9x6C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZQiBv9x6C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZQiBv9x6C .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZQiBv9x6C .navbar.opened {
  transition: all 0.25s;
}
.cid-uZQiBv9x6C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZQiBv9x6C .navbar .navbar-logo img {
  width: auto;
}
.cid-uZQiBv9x6C .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZQiBv9x6C .navbar.collapsed {
  justify-content: center;
}
.cid-uZQiBv9x6C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZQiBv9x6C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZQiBv9x6C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uZQiBv9x6C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZQiBv9x6C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZQiBv9x6C .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZQiBv9x6C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZQiBv9x6C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZQiBv9x6C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZQiBv9x6C .navbar {
    min-height: 72px;
  }
  .cid-uZQiBv9x6C .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZQiBv9x6C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZQiBv9x6C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZQiBv9x6C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZQiBv9x6C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZQiBv9x6C .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZQiBv9x6C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZQiBv9x6C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZQiBv9x6C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZQiBv9x6C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZQiBv9x6C .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZQiBv9x6C .dropdown-item.active,
.cid-uZQiBv9x6C .dropdown-item:active {
  background-color: transparent;
}
.cid-uZQiBv9x6C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZQiBv9x6C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZQiBv9x6C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZQiBv9x6C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZQiBv9x6C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZQiBv9x6C .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZQiBv9x6C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZQiBv9x6C .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZQiBv9x6C .navbar-buttons {
    text-align: left;
  }
}
.cid-uZQiBv9x6C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZQiBv9x6C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZQiBv9x6C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZQiBv9x6C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZQiBv9x6C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZQiBv9x6C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZQiBv9x6C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZQiBv9x6C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZQiBv9x6C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZQiBv9x6C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZQiBv9x6C .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-uZQiBv9x6C .opacityScroll {
  background: rgba(255, 255, 255, 0) !important;
}
.cid-uZQiBv9x6C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZQiBv9x6C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZQiBv9x6C .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZQiBv9x6C .navbar {
    height: 70px;
  }
  .cid-uZQiBv9x6C .navbar.opened {
    height: auto;
  }
  .cid-uZQiBv9x6C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZQiBv9x6C .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZQiBv9x6C .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZQiBv9x6C .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZQiBv9x6C .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uZQiBv9x6C .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZQiBv9x6C .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZQiBv9x6C .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZQiBv9x6C .navbar-brand {
    margin-right: auto;
  }
  .cid-uZQiBv9x6C .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uZQiBv9x6C .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZQiBv9x6C .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZQiBv9x6C .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZQiBv9x6C .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZQiBv9x6C .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZQiBv9x6C .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uZQiBv9x6C .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZQiBv9x6C .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZQiBv9x6C .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZQiBv9x6C .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uZQiBv9x6C .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uZQiBv9x6C .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZQiBvWQdq .modal-body .close {
  background: #1b1b1b;
}
.cid-uZQiBvWQdq .modal-body .close span {
  font-style: normal;
}
.cid-uZQiBvWQdq .carousel-inner > .active,
.cid-uZQiBvWQdq .carousel-inner > .next,
.cid-uZQiBvWQdq .carousel-inner > .prev {
  display: table;
}
.cid-uZQiBvWQdq .carousel-control .icon-next,
.cid-uZQiBvWQdq .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uZQiBvWQdq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZQiBvWQdq .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZQiBvWQdq .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uZQiBvWQdq .boxed-slider > div {
  position: relative;
}
.cid-uZQiBvWQdq .container img {
  width: 100%;
}
.cid-uZQiBvWQdq .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-uZQiBvWQdq .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZQiBvWQdq .mbr-table-cell {
  padding: 0;
}
.cid-uZQiBvWQdq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZQiBvWQdq .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uZQiBvWQdq .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZQiBvWQdq .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-uZQiBvWQdq .carousel-item .container {
    width: 100%;
  }
}
.cid-uZQiBvWQdq .carousel-item-next.carousel-item-left,
.cid-uZQiBvWQdq .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uZQiBvWQdq .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-uZQiBvWQdq .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZQiBvWQdq .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZQiBvWQdq .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uZQiBvWQdq .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZQiBvWQdq .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZQiBvWQdq .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-uZQiBvWQdq .mbr-slider .carousel-indicators li.active,
.cid-uZQiBvWQdq .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uZQiBvWQdq .mbr-slider .carousel-indicators li::after,
.cid-uZQiBvWQdq .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uZQiBvWQdq .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uZQiBvWQdq .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uZQiBvWQdq .mbr-slider > .container img {
  width: 100%;
}
.cid-uZQiBvWQdq .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-uZQiBvWQdq .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uZQiBvWQdq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZQiBvWQdq .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZQiBvWQdq .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uZQiBvWQdq .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uZQiBvWQdq .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uZQiBvWQdq .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uZQiBvWQdq .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uZQiBvWQdq .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZQiBvWQdq .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uZQiBvWQdq .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uZQiBvWQdq .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uZQiBvWQdq H2 {
  color: #ffffff;
}
.cid-uZQiBvWQdq P {
  color: #ffffff;
}
.cid-uZQiBvWQdq B {
  color: #ffffff;
}
.cid-v0c7huM15U {
  padding-top: 60px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #a6a99c, #ffffff);
}
.cid-v0c7huM15U .mbr-section-subtitle {
  color: #000000;
}
.cid-v0c7huM15U .container2 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 457px;
  max-width: 856px;
  overflow: hidden;
  width: 98vw;
}
.cid-v0c7huM15U .container2 figure {
  background-image: url("../../../assets/images/1.jpg-5-1344x741.jpg");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-v0c7huM15U #compare {
  background-image: url("../../../assets/images/2.jpg-2-1344x741.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-v0c7huM15U 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-v0c7huM15U input#slider::-moz-range-track {
  background: transparent;
}
.cid-v0c7huM15U 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-v0c7huM15U input#slider::-ms-fill-lower {
  background-color: transparent;
}
.cid-v0c7huM15U input#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v0c7huM15U input#slider::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v0c7huM15U input#slider::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v0c7huM15U input#slider::-ms-tooltip {
  display: none;
}
.cid-v0c7huM15U #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-v0c7lCYS2G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-v0c7lCYS2G .mbr-section-title {
  text-align: center;
  color: #2e481a;
}
.cid-v0c7lCYS2G .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uZVM5e4qgE {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-uZVM5e4qgE img,
.cid-uZVM5e4qgE .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZVM5e4qgE .item:focus,
.cid-uZVM5e4qgE span:focus {
  outline: none;
}
.cid-uZVM5e4qgE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZVM5e4qgE .item {
    margin-bottom: 1rem;
  }
}
.cid-uZVM5e4qgE .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZVM5e4qgE .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uZVM5e4qgE .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZVM5e4qgE .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZVM5e4qgE .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZVM5e4qgE .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uZVM5e4qgE .mbr-section-title {
  color: #232323;
}
.cid-uZVM5e4qgE .mbr-text,
.cid-uZVM5e4qgE .mbr-section-btn {
  text-align: center;
}
.cid-uZVM5e4qgE .item-title {
  text-align: left;
}
.cid-uZVM5e4qgE .content-head {
  max-width: 800px;
}
.cid-uZVM5e4qgE .mbr-text,
.cid-uZVM5e4qgE .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uZVM64Y4VX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZVM64Y4VX img,
.cid-uZVM64Y4VX .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZVM64Y4VX .item:focus,
.cid-uZVM64Y4VX span:focus {
  outline: none;
}
.cid-uZVM64Y4VX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZVM64Y4VX .item {
    margin-bottom: 1rem;
  }
}
.cid-uZVM64Y4VX .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZVM64Y4VX .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uZVM64Y4VX .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZVM64Y4VX .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZVM64Y4VX .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZVM64Y4VX .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uZVM64Y4VX .mbr-section-title {
  color: #232323;
}
.cid-uZVM64Y4VX .mbr-text,
.cid-uZVM64Y4VX .mbr-section-btn {
  text-align: center;
}
.cid-uZVM64Y4VX .item-title {
  text-align: left;
}
.cid-uZVM64Y4VX .content-head {
  max-width: 800px;
}
.cid-uZVM64Y4VX .mbr-text,
.cid-uZVM64Y4VX .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1fNkImSud {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1fNkImSud img,
.cid-v1fNkImSud .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1fNkImSud .item:focus,
.cid-v1fNkImSud span:focus {
  outline: none;
}
.cid-v1fNkImSud .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1fNkImSud .item {
    margin-bottom: 1rem;
  }
}
.cid-v1fNkImSud .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1fNkImSud .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1fNkImSud .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1fNkImSud .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1fNkImSud .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1fNkImSud .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1fNkImSud .mbr-section-title {
  color: #232323;
}
.cid-v1fNkImSud .mbr-text,
.cid-v1fNkImSud .mbr-section-btn {
  text-align: center;
}
.cid-v1fNkImSud .item-title {
  text-align: left;
}
.cid-v1fNkImSud .content-head {
  max-width: 800px;
}
.cid-v1fNkImSud .mbr-text,
.cid-v1fNkImSud .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1fNlh2OzC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1fNlh2OzC img,
.cid-v1fNlh2OzC .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1fNlh2OzC .item:focus,
.cid-v1fNlh2OzC span:focus {
  outline: none;
}
.cid-v1fNlh2OzC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1fNlh2OzC .item {
    margin-bottom: 1rem;
  }
}
.cid-v1fNlh2OzC .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1fNlh2OzC .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1fNlh2OzC .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1fNlh2OzC .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1fNlh2OzC .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1fNlh2OzC .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1fNlh2OzC .mbr-section-title {
  color: #232323;
}
.cid-v1fNlh2OzC .mbr-text,
.cid-v1fNlh2OzC .mbr-section-btn {
  text-align: center;
}
.cid-v1fNlh2OzC .item-title {
  text-align: left;
}
.cid-v1fNlh2OzC .content-head {
  max-width: 800px;
}
.cid-v1fNlh2OzC .mbr-text,
.cid-v1fNlh2OzC .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v0Y4rMN1vC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0Y4rMN1vC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Y4rMN1vC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Y4rMN1vC .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .footer-col {
    flex-direction: column;
  }
}
.cid-v0Y4rMN1vC .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0Y4rMN1vC .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Y4rMN1vC .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .mbr-section-btn {
    text-align: center;
  }
}
.cid-v0Y4rMN1vC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0Y4rMN1vC .soc-item {
  margin: 8px;
}
.cid-v0Y4rMN1vC .soc-item a:hover .mbr-iconfont,
.cid-v0Y4rMN1vC .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v0Y4rMN1vC .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .row {
    text-align: center;
  }
  .cid-v0Y4rMN1vC .social-row {
    justify-content: center;
  }
}
.cid-v0Y4rMN1vC .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v0Y4rMN1vC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Y4rMN1vC .list {
    margin-bottom: 0rem;
  }
}
.cid-v0Y4rMN1vC .mbr-text {
  color: #bbbbbb;
}
.cid-v0Y4rMN1vC .mbr-section-subtitle {
  color: #000000;
}
.cid-v0Y4rMN1vC .list,
.cid-v0Y4rMN1vC .item-wrap {
  color: #232323;
}
.cid-v0Y4rMN1vC .copyright {
  color: #000000;
}
.cid-uZQF6qJJnh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZQF6qJJnh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZQF6qJJnh .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZQF6qJJnh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZQF6qJJnh .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uZQF6qJJnh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZQF6qJJnh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZQF6qJJnh .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uZQF6qJJnh .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZQF6qJJnh .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uZQF6qJJnh .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZQF6qJJnh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZQF6qJJnh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZQF6qJJnh .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uZQF6qJJnh .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZQF6qJJnh .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZQF6qJJnh .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZQF6qJJnh .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZQF6qJJnh .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZQF6qJJnh .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZQF6qJJnh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZQF6qJJnh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZQF6qJJnh .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uZQF6qJJnh .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZQF6qJJnh .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZQF6qJJnh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZQF6qJJnh .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uZQF6qJJnh .nav-item:focus,
.cid-uZQF6qJJnh .nav-link:focus {
  outline: none;
}
.cid-uZQF6qJJnh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZQF6qJJnh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZQF6qJJnh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZQF6qJJnh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZQF6qJJnh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZQF6qJJnh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZQF6qJJnh .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZQF6qJJnh .navbar.opened {
  transition: all 0.25s;
}
.cid-uZQF6qJJnh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZQF6qJJnh .navbar .navbar-logo img {
  width: auto;
}
.cid-uZQF6qJJnh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZQF6qJJnh .navbar.collapsed {
  justify-content: center;
}
.cid-uZQF6qJJnh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZQF6qJJnh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZQF6qJJnh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uZQF6qJJnh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZQF6qJJnh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZQF6qJJnh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZQF6qJJnh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZQF6qJJnh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZQF6qJJnh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZQF6qJJnh .navbar {
    min-height: 72px;
  }
  .cid-uZQF6qJJnh .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZQF6qJJnh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZQF6qJJnh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZQF6qJJnh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZQF6qJJnh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZQF6qJJnh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZQF6qJJnh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZQF6qJJnh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZQF6qJJnh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZQF6qJJnh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZQF6qJJnh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZQF6qJJnh .dropdown-item.active,
.cid-uZQF6qJJnh .dropdown-item:active {
  background-color: transparent;
}
.cid-uZQF6qJJnh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZQF6qJJnh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZQF6qJJnh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZQF6qJJnh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZQF6qJJnh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZQF6qJJnh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZQF6qJJnh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZQF6qJJnh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZQF6qJJnh .navbar-buttons {
    text-align: left;
  }
}
.cid-uZQF6qJJnh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZQF6qJJnh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZQF6qJJnh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZQF6qJJnh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZQF6qJJnh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZQF6qJJnh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZQF6qJJnh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZQF6qJJnh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZQF6qJJnh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZQF6qJJnh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZQF6qJJnh .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-uZQF6qJJnh .opacityScroll {
  background: rgba(255, 255, 255, 0) !important;
}
.cid-uZQF6qJJnh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZQF6qJJnh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZQF6qJJnh .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZQF6qJJnh .navbar {
    height: 70px;
  }
  .cid-uZQF6qJJnh .navbar.opened {
    height: auto;
  }
  .cid-uZQF6qJJnh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZQF6qJJnh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZQF6qJJnh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZQF6qJJnh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZQF6qJJnh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uZQF6qJJnh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZQF6qJJnh .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZQF6qJJnh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZQF6qJJnh .navbar-brand {
    margin-right: auto;
  }
  .cid-uZQF6qJJnh .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uZQF6qJJnh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZQF6qJJnh .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZQF6qJJnh .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZQF6qJJnh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZQF6qJJnh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZQF6qJJnh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uZQF6qJJnh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZQF6qJJnh .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZQF6qJJnh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZQF6qJJnh .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uZQF6qJJnh .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uZQF6qJJnh .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZQF6rCBrK .modal-body .close {
  background: #1b1b1b;
}
.cid-uZQF6rCBrK .modal-body .close span {
  font-style: normal;
}
.cid-uZQF6rCBrK .carousel-inner > .active,
.cid-uZQF6rCBrK .carousel-inner > .next,
.cid-uZQF6rCBrK .carousel-inner > .prev {
  display: table;
}
.cid-uZQF6rCBrK .carousel-control .icon-next,
.cid-uZQF6rCBrK .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uZQF6rCBrK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZQF6rCBrK .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZQF6rCBrK .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uZQF6rCBrK .boxed-slider > div {
  position: relative;
}
.cid-uZQF6rCBrK .container img {
  width: 100%;
}
.cid-uZQF6rCBrK .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-uZQF6rCBrK .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZQF6rCBrK .mbr-table-cell {
  padding: 0;
}
.cid-uZQF6rCBrK .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZQF6rCBrK .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uZQF6rCBrK .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZQF6rCBrK .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-uZQF6rCBrK .carousel-item .container {
    width: 100%;
  }
}
.cid-uZQF6rCBrK .carousel-item-next.carousel-item-left,
.cid-uZQF6rCBrK .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uZQF6rCBrK .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-uZQF6rCBrK .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZQF6rCBrK .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZQF6rCBrK .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uZQF6rCBrK .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZQF6rCBrK .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZQF6rCBrK .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-uZQF6rCBrK .mbr-slider .carousel-indicators li.active,
.cid-uZQF6rCBrK .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uZQF6rCBrK .mbr-slider .carousel-indicators li::after,
.cid-uZQF6rCBrK .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uZQF6rCBrK .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uZQF6rCBrK .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uZQF6rCBrK .mbr-slider > .container img {
  width: 100%;
}
.cid-uZQF6rCBrK .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-uZQF6rCBrK .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uZQF6rCBrK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZQF6rCBrK .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZQF6rCBrK .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uZQF6rCBrK .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uZQF6rCBrK .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uZQF6rCBrK .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uZQF6rCBrK .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uZQF6rCBrK .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZQF6rCBrK .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uZQF6rCBrK .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uZQF6rCBrK .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uZQF6rCBrK H2 {
  color: #ffffff;
}
.cid-uZQF6rCBrK P {
  color: #ffffff;
}
.cid-uZQF6rCBrK B {
  color: #ffffff;
}
.cid-v0bZ66fSoN {
  padding-top: 60px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #a6a99c, #ffffff);
}
.cid-v0bZ66fSoN .mbr-section-subtitle {
  color: #000000;
}
.cid-v0bZ66fSoN .container2 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 490px;
  max-width: 796px;
  overflow: hidden;
  width: 98vw;
}
.cid-v0bZ66fSoN .container2 figure {
  background-image: url("../../../assets/images/1.jpg-3-1344x741.jpg");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-v0bZ66fSoN #compare {
  background-image: url("../../../assets/images/1.jpg-4-1344x741.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-v0bZ66fSoN 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-v0bZ66fSoN input#slider::-moz-range-track {
  background: transparent;
}
.cid-v0bZ66fSoN 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-v0bZ66fSoN input#slider::-ms-fill-lower {
  background-color: transparent;
}
.cid-v0bZ66fSoN input#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v0bZ66fSoN input#slider::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v0bZ66fSoN input#slider::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v0bZ66fSoN input#slider::-ms-tooltip {
  display: none;
}
.cid-v0bZ66fSoN #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-v1pOvwxKj1 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1.png-69-1344x768.png");
}
.cid-v1pOvwxKj1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1pOvwxKj1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1pOvwxKj1 .mbr-section-title {
  color: #ffffff;
}
.cid-v0bZ6OMpFk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-v0bZ6OMpFk .mbr-section-title {
  text-align: center;
  color: #2e481a;
}
.cid-v0bZ6OMpFk .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uZVMau3B9H {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-uZVMau3B9H img,
.cid-uZVMau3B9H .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZVMau3B9H .item:focus,
.cid-uZVMau3B9H span:focus {
  outline: none;
}
.cid-uZVMau3B9H .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZVMau3B9H .item {
    margin-bottom: 1rem;
  }
}
.cid-uZVMau3B9H .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZVMau3B9H .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uZVMau3B9H .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZVMau3B9H .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZVMau3B9H .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZVMau3B9H .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uZVMau3B9H .mbr-section-title {
  color: #232323;
}
.cid-uZVMau3B9H .mbr-text,
.cid-uZVMau3B9H .mbr-section-btn {
  text-align: center;
}
.cid-uZVMau3B9H .item-title {
  text-align: left;
}
.cid-uZVMau3B9H .content-head {
  max-width: 800px;
}
.cid-uZVMau3B9H .mbr-text,
.cid-uZVMau3B9H .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uZVMbtr9Tg {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZVMbtr9Tg img,
.cid-uZVMbtr9Tg .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZVMbtr9Tg .item:focus,
.cid-uZVMbtr9Tg span:focus {
  outline: none;
}
.cid-uZVMbtr9Tg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZVMbtr9Tg .item {
    margin-bottom: 1rem;
  }
}
.cid-uZVMbtr9Tg .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZVMbtr9Tg .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uZVMbtr9Tg .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZVMbtr9Tg .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZVMbtr9Tg .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZVMbtr9Tg .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uZVMbtr9Tg .mbr-section-title {
  color: #232323;
}
.cid-uZVMbtr9Tg .mbr-text,
.cid-uZVMbtr9Tg .mbr-section-btn {
  text-align: center;
}
.cid-uZVMbtr9Tg .item-title {
  text-align: left;
}
.cid-uZVMbtr9Tg .content-head {
  max-width: 800px;
}
.cid-uZVMbtr9Tg .mbr-text,
.cid-uZVMbtr9Tg .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1fNrXSaIG {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1fNrXSaIG img,
.cid-v1fNrXSaIG .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1fNrXSaIG .item:focus,
.cid-v1fNrXSaIG span:focus {
  outline: none;
}
.cid-v1fNrXSaIG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1fNrXSaIG .item {
    margin-bottom: 1rem;
  }
}
.cid-v1fNrXSaIG .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1fNrXSaIG .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1fNrXSaIG .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1fNrXSaIG .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1fNrXSaIG .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1fNrXSaIG .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1fNrXSaIG .mbr-section-title {
  color: #232323;
}
.cid-v1fNrXSaIG .mbr-text,
.cid-v1fNrXSaIG .mbr-section-btn {
  text-align: center;
}
.cid-v1fNrXSaIG .item-title {
  text-align: left;
}
.cid-v1fNrXSaIG .content-head {
  max-width: 800px;
}
.cid-v1fNrXSaIG .mbr-text,
.cid-v1fNrXSaIG .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1fNsF8dFj {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1fNsF8dFj img,
.cid-v1fNsF8dFj .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1fNsF8dFj .item:focus,
.cid-v1fNsF8dFj span:focus {
  outline: none;
}
.cid-v1fNsF8dFj .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1fNsF8dFj .item {
    margin-bottom: 1rem;
  }
}
.cid-v1fNsF8dFj .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1fNsF8dFj .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1fNsF8dFj .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1fNsF8dFj .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1fNsF8dFj .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1fNsF8dFj .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1fNsF8dFj .mbr-section-title {
  color: #232323;
}
.cid-v1fNsF8dFj .mbr-text,
.cid-v1fNsF8dFj .mbr-section-btn {
  text-align: center;
}
.cid-v1fNsF8dFj .item-title {
  text-align: left;
}
.cid-v1fNsF8dFj .content-head {
  max-width: 800px;
}
.cid-v1fNsF8dFj .mbr-text,
.cid-v1fNsF8dFj .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v0Y4rMN1vC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0Y4rMN1vC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Y4rMN1vC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Y4rMN1vC .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .footer-col {
    flex-direction: column;
  }
}
.cid-v0Y4rMN1vC .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0Y4rMN1vC .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Y4rMN1vC .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .mbr-section-btn {
    text-align: center;
  }
}
.cid-v0Y4rMN1vC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0Y4rMN1vC .soc-item {
  margin: 8px;
}
.cid-v0Y4rMN1vC .soc-item a:hover .mbr-iconfont,
.cid-v0Y4rMN1vC .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v0Y4rMN1vC .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .row {
    text-align: center;
  }
  .cid-v0Y4rMN1vC .social-row {
    justify-content: center;
  }
}
.cid-v0Y4rMN1vC .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v0Y4rMN1vC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Y4rMN1vC .list {
    margin-bottom: 0rem;
  }
}
.cid-v0Y4rMN1vC .mbr-text {
  color: #bbbbbb;
}
.cid-v0Y4rMN1vC .mbr-section-subtitle {
  color: #000000;
}
.cid-v0Y4rMN1vC .list,
.cid-v0Y4rMN1vC .item-wrap {
  color: #232323;
}
.cid-v0Y4rMN1vC .copyright {
  color: #000000;
}
.cid-uZTyoZa4eb {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZTyoZa4eb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZTyoZa4eb .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZTyoZa4eb .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZTyoZa4eb .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uZTyoZa4eb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZTyoZa4eb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZTyoZa4eb .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uZTyoZa4eb .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZTyoZa4eb .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uZTyoZa4eb .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZTyoZa4eb .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZTyoZa4eb .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZTyoZa4eb .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uZTyoZa4eb .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZTyoZa4eb .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZTyoZa4eb .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZTyoZa4eb .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZTyoZa4eb .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZTyoZa4eb .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZTyoZa4eb .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZTyoZa4eb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZTyoZa4eb .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uZTyoZa4eb .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZTyoZa4eb .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZTyoZa4eb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZTyoZa4eb .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uZTyoZa4eb .nav-item:focus,
.cid-uZTyoZa4eb .nav-link:focus {
  outline: none;
}
.cid-uZTyoZa4eb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZTyoZa4eb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZTyoZa4eb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZTyoZa4eb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZTyoZa4eb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZTyoZa4eb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZTyoZa4eb .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZTyoZa4eb .navbar.opened {
  transition: all 0.25s;
}
.cid-uZTyoZa4eb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZTyoZa4eb .navbar .navbar-logo img {
  width: auto;
}
.cid-uZTyoZa4eb .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZTyoZa4eb .navbar.collapsed {
  justify-content: center;
}
.cid-uZTyoZa4eb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZTyoZa4eb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZTyoZa4eb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uZTyoZa4eb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZTyoZa4eb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZTyoZa4eb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZTyoZa4eb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZTyoZa4eb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZTyoZa4eb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZTyoZa4eb .navbar {
    min-height: 72px;
  }
  .cid-uZTyoZa4eb .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZTyoZa4eb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZTyoZa4eb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZTyoZa4eb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZTyoZa4eb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZTyoZa4eb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZTyoZa4eb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZTyoZa4eb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZTyoZa4eb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZTyoZa4eb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZTyoZa4eb .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZTyoZa4eb .dropdown-item.active,
.cid-uZTyoZa4eb .dropdown-item:active {
  background-color: transparent;
}
.cid-uZTyoZa4eb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZTyoZa4eb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZTyoZa4eb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZTyoZa4eb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZTyoZa4eb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZTyoZa4eb .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZTyoZa4eb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZTyoZa4eb .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZTyoZa4eb .navbar-buttons {
    text-align: left;
  }
}
.cid-uZTyoZa4eb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZTyoZa4eb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZTyoZa4eb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZTyoZa4eb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZTyoZa4eb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZTyoZa4eb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZTyoZa4eb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZTyoZa4eb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZTyoZa4eb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZTyoZa4eb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZTyoZa4eb .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-uZTyoZa4eb .opacityScroll {
  background: rgba(255, 255, 255, 0) !important;
}
.cid-uZTyoZa4eb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZTyoZa4eb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZTyoZa4eb .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZTyoZa4eb .navbar {
    height: 70px;
  }
  .cid-uZTyoZa4eb .navbar.opened {
    height: auto;
  }
  .cid-uZTyoZa4eb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZTyoZa4eb .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZTyoZa4eb .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZTyoZa4eb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZTyoZa4eb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uZTyoZa4eb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZTyoZa4eb .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZTyoZa4eb .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZTyoZa4eb .navbar-brand {
    margin-right: auto;
  }
  .cid-uZTyoZa4eb .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uZTyoZa4eb .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZTyoZa4eb .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZTyoZa4eb .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZTyoZa4eb .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZTyoZa4eb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZTyoZa4eb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uZTyoZa4eb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZTyoZa4eb .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZTyoZa4eb .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZTyoZa4eb .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uZTyoZa4eb .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uZTyoZa4eb .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZTyoZPOED .modal-body .close {
  background: #1b1b1b;
}
.cid-uZTyoZPOED .modal-body .close span {
  font-style: normal;
}
.cid-uZTyoZPOED .carousel-inner > .active,
.cid-uZTyoZPOED .carousel-inner > .next,
.cid-uZTyoZPOED .carousel-inner > .prev {
  display: table;
}
.cid-uZTyoZPOED .carousel-control .icon-next,
.cid-uZTyoZPOED .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uZTyoZPOED .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZTyoZPOED .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZTyoZPOED .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uZTyoZPOED .boxed-slider > div {
  position: relative;
}
.cid-uZTyoZPOED .container img {
  width: 100%;
}
.cid-uZTyoZPOED .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-uZTyoZPOED .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZTyoZPOED .mbr-table-cell {
  padding: 0;
}
.cid-uZTyoZPOED .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZTyoZPOED .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uZTyoZPOED .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZTyoZPOED .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-uZTyoZPOED .carousel-item .container {
    width: 100%;
  }
}
.cid-uZTyoZPOED .carousel-item-next.carousel-item-left,
.cid-uZTyoZPOED .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uZTyoZPOED .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-uZTyoZPOED .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZTyoZPOED .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZTyoZPOED .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uZTyoZPOED .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZTyoZPOED .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZTyoZPOED .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-uZTyoZPOED .mbr-slider .carousel-indicators li.active,
.cid-uZTyoZPOED .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uZTyoZPOED .mbr-slider .carousel-indicators li::after,
.cid-uZTyoZPOED .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uZTyoZPOED .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uZTyoZPOED .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uZTyoZPOED .mbr-slider > .container img {
  width: 100%;
}
.cid-uZTyoZPOED .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-uZTyoZPOED .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uZTyoZPOED .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZTyoZPOED .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZTyoZPOED .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uZTyoZPOED .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uZTyoZPOED .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uZTyoZPOED .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uZTyoZPOED .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uZTyoZPOED .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZTyoZPOED .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uZTyoZPOED .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uZTyoZPOED .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uZTyoZPOED H2 {
  color: #ffffff;
}
.cid-uZTyoZPOED P {
  color: #ffffff;
}
.cid-uZTyoZPOED B {
  color: #ffffff;
}
.cid-v0bSi5MXHh {
  padding-top: 60px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #a6a99c, #ffffff);
}
.cid-v0bSi5MXHh .mbr-section-subtitle {
  color: #000000;
}
.cid-v0bSi5MXHh .container2 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 427px;
  max-width: 586px;
  overflow: hidden;
  width: 98vw;
}
.cid-v0bSi5MXHh .container2 figure {
  background-image: url("../../../assets/images/1.jpeg-2000x1500.jpg");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-v0bSi5MXHh #compare {
  background-image: url("../../../assets/images/2.jpg-1344x741.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-v0bSi5MXHh 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-v0bSi5MXHh input#slider::-moz-range-track {
  background: transparent;
}
.cid-v0bSi5MXHh 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-v0bSi5MXHh input#slider::-ms-fill-lower {
  background-color: transparent;
}
.cid-v0bSi5MXHh input#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v0bSi5MXHh input#slider::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v0bSi5MXHh input#slider::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v0bSi5MXHh input#slider::-ms-tooltip {
  display: none;
}
.cid-v0bSi5MXHh #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-v0bSj08wI1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #a6a99c;
}
.cid-v0bSj08wI1 .mbr-section-title {
  text-align: center;
  color: #2e481a;
}
.cid-v0bSj08wI1 .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uZVN5BqnRX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZVN5BqnRX img,
.cid-uZVN5BqnRX .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZVN5BqnRX .item:focus,
.cid-uZVN5BqnRX span:focus {
  outline: none;
}
.cid-uZVN5BqnRX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZVN5BqnRX .item {
    margin-bottom: 1rem;
  }
}
.cid-uZVN5BqnRX .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZVN5BqnRX .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uZVN5BqnRX .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZVN5BqnRX .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZVN5BqnRX .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZVN5BqnRX .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uZVN5BqnRX .mbr-section-title {
  color: #232323;
}
.cid-uZVN5BqnRX .mbr-text,
.cid-uZVN5BqnRX .mbr-section-btn {
  text-align: center;
}
.cid-uZVN5BqnRX .item-title {
  text-align: left;
}
.cid-uZVN5BqnRX .content-head {
  max-width: 800px;
}
.cid-uZVN5BqnRX .mbr-text,
.cid-uZVN5BqnRX .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uZVN6nZ8Mz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZVN6nZ8Mz img,
.cid-uZVN6nZ8Mz .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZVN6nZ8Mz .item:focus,
.cid-uZVN6nZ8Mz span:focus {
  outline: none;
}
.cid-uZVN6nZ8Mz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZVN6nZ8Mz .item {
    margin-bottom: 1rem;
  }
}
.cid-uZVN6nZ8Mz .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZVN6nZ8Mz .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uZVN6nZ8Mz .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZVN6nZ8Mz .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZVN6nZ8Mz .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZVN6nZ8Mz .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uZVN6nZ8Mz .mbr-section-title {
  color: #232323;
}
.cid-uZVN6nZ8Mz .mbr-text,
.cid-uZVN6nZ8Mz .mbr-section-btn {
  text-align: center;
}
.cid-uZVN6nZ8Mz .item-title {
  text-align: left;
}
.cid-uZVN6nZ8Mz .content-head {
  max-width: 800px;
}
.cid-uZVN6nZ8Mz .mbr-text,
.cid-uZVN6nZ8Mz .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1fNN0jmvA {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1fNN0jmvA img,
.cid-v1fNN0jmvA .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1fNN0jmvA .item:focus,
.cid-v1fNN0jmvA span:focus {
  outline: none;
}
.cid-v1fNN0jmvA .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1fNN0jmvA .item {
    margin-bottom: 1rem;
  }
}
.cid-v1fNN0jmvA .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1fNN0jmvA .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1fNN0jmvA .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1fNN0jmvA .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1fNN0jmvA .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1fNN0jmvA .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1fNN0jmvA .mbr-section-title {
  color: #232323;
}
.cid-v1fNN0jmvA .mbr-text,
.cid-v1fNN0jmvA .mbr-section-btn {
  text-align: center;
}
.cid-v1fNN0jmvA .item-title {
  text-align: left;
}
.cid-v1fNN0jmvA .content-head {
  max-width: 800px;
}
.cid-v1fNN0jmvA .mbr-text,
.cid-v1fNN0jmvA .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1fNNADHMS {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1fNNADHMS img,
.cid-v1fNNADHMS .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1fNNADHMS .item:focus,
.cid-v1fNNADHMS span:focus {
  outline: none;
}
.cid-v1fNNADHMS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1fNNADHMS .item {
    margin-bottom: 1rem;
  }
}
.cid-v1fNNADHMS .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1fNNADHMS .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1fNNADHMS .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1fNNADHMS .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1fNNADHMS .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1fNNADHMS .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1fNNADHMS .mbr-section-title {
  color: #232323;
}
.cid-v1fNNADHMS .mbr-text,
.cid-v1fNNADHMS .mbr-section-btn {
  text-align: center;
}
.cid-v1fNNADHMS .item-title {
  text-align: left;
}
.cid-v1fNNADHMS .content-head {
  max-width: 800px;
}
.cid-v1fNNADHMS .mbr-text,
.cid-v1fNNADHMS .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v0Y4rMN1vC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0Y4rMN1vC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Y4rMN1vC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Y4rMN1vC .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .footer-col {
    flex-direction: column;
  }
}
.cid-v0Y4rMN1vC .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0Y4rMN1vC .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Y4rMN1vC .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .mbr-section-btn {
    text-align: center;
  }
}
.cid-v0Y4rMN1vC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0Y4rMN1vC .soc-item {
  margin: 8px;
}
.cid-v0Y4rMN1vC .soc-item a:hover .mbr-iconfont,
.cid-v0Y4rMN1vC .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v0Y4rMN1vC .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .row {
    text-align: center;
  }
  .cid-v0Y4rMN1vC .social-row {
    justify-content: center;
  }
}
.cid-v0Y4rMN1vC .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v0Y4rMN1vC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Y4rMN1vC .list {
    margin-bottom: 0rem;
  }
}
.cid-v0Y4rMN1vC .mbr-text {
  color: #bbbbbb;
}
.cid-v0Y4rMN1vC .mbr-section-subtitle {
  color: #000000;
}
.cid-v0Y4rMN1vC .list,
.cid-v0Y4rMN1vC .item-wrap {
  color: #232323;
}
.cid-v0Y4rMN1vC .copyright {
  color: #000000;
}
.cid-v0XrwcIe6W {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0XrwcIe6W .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0XrwcIe6W .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0XrwcIe6W .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0XrwcIe6W .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v0XrwcIe6W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0XrwcIe6W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0XrwcIe6W .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v0XrwcIe6W .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v0XrwcIe6W .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v0XrwcIe6W .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v0XrwcIe6W .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0XrwcIe6W .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0XrwcIe6W .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v0XrwcIe6W .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0XrwcIe6W .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0XrwcIe6W .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0XrwcIe6W .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0XrwcIe6W .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0XrwcIe6W .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0XrwcIe6W .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0XrwcIe6W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v0XrwcIe6W .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v0XrwcIe6W .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0XrwcIe6W .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v0XrwcIe6W .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0XrwcIe6W .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-v0XrwcIe6W .nav-item:focus,
.cid-v0XrwcIe6W .nav-link:focus {
  outline: none;
}
.cid-v0XrwcIe6W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0XrwcIe6W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0XrwcIe6W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0XrwcIe6W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0XrwcIe6W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0XrwcIe6W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0XrwcIe6W .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0XrwcIe6W .navbar.opened {
  transition: all 0.25s;
}
.cid-v0XrwcIe6W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0XrwcIe6W .navbar .navbar-logo img {
  width: auto;
}
.cid-v0XrwcIe6W .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0XrwcIe6W .navbar.collapsed {
  justify-content: center;
}
.cid-v0XrwcIe6W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0XrwcIe6W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0XrwcIe6W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-v0XrwcIe6W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0XrwcIe6W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0XrwcIe6W .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0XrwcIe6W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0XrwcIe6W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0XrwcIe6W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0XrwcIe6W .navbar {
    min-height: 72px;
  }
  .cid-v0XrwcIe6W .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0XrwcIe6W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0XrwcIe6W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0XrwcIe6W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0XrwcIe6W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0XrwcIe6W .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0XrwcIe6W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0XrwcIe6W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0XrwcIe6W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0XrwcIe6W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0XrwcIe6W .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0XrwcIe6W .dropdown-item.active,
.cid-v0XrwcIe6W .dropdown-item:active {
  background-color: transparent;
}
.cid-v0XrwcIe6W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0XrwcIe6W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0XrwcIe6W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0XrwcIe6W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0XrwcIe6W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0XrwcIe6W .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0XrwcIe6W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0XrwcIe6W .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0XrwcIe6W .navbar-buttons {
    text-align: left;
  }
}
.cid-v0XrwcIe6W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0XrwcIe6W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0XrwcIe6W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0XrwcIe6W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0XrwcIe6W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0XrwcIe6W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0XrwcIe6W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0XrwcIe6W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0XrwcIe6W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0XrwcIe6W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0XrwcIe6W .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-v0XrwcIe6W .opacityScroll {
  background: rgba(255, 255, 255, 0) !important;
}
.cid-v0XrwcIe6W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0XrwcIe6W .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0XrwcIe6W .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0XrwcIe6W .navbar {
    height: 70px;
  }
  .cid-v0XrwcIe6W .navbar.opened {
    height: auto;
  }
  .cid-v0XrwcIe6W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0XrwcIe6W .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0XrwcIe6W .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0XrwcIe6W .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0XrwcIe6W .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v0XrwcIe6W .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0XrwcIe6W .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0XrwcIe6W .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0XrwcIe6W .navbar-brand {
    margin-right: auto;
  }
  .cid-v0XrwcIe6W .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v0XrwcIe6W .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0XrwcIe6W .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0XrwcIe6W .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0XrwcIe6W .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0XrwcIe6W .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0XrwcIe6W .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v0XrwcIe6W .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0XrwcIe6W .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0XrwcIe6W .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v0XrwcIe6W .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v0XrwcIe6W .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v0XrwcIe6W .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0XrwdqU5C .modal-body .close {
  background: #1b1b1b;
}
.cid-v0XrwdqU5C .modal-body .close span {
  font-style: normal;
}
.cid-v0XrwdqU5C .carousel-inner > .active,
.cid-v0XrwdqU5C .carousel-inner > .next,
.cid-v0XrwdqU5C .carousel-inner > .prev {
  display: table;
}
.cid-v0XrwdqU5C .carousel-control .icon-next,
.cid-v0XrwdqU5C .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-v0XrwdqU5C .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v0XrwdqU5C .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v0XrwdqU5C .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-v0XrwdqU5C .boxed-slider > div {
  position: relative;
}
.cid-v0XrwdqU5C .container img {
  width: 100%;
}
.cid-v0XrwdqU5C .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-v0XrwdqU5C .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-v0XrwdqU5C .mbr-table-cell {
  padding: 0;
}
.cid-v0XrwdqU5C .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v0XrwdqU5C .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-v0XrwdqU5C .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-v0XrwdqU5C .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-v0XrwdqU5C .carousel-item .container {
    width: 100%;
  }
}
.cid-v0XrwdqU5C .carousel-item-next.carousel-item-left,
.cid-v0XrwdqU5C .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-v0XrwdqU5C .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-v0XrwdqU5C .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0XrwdqU5C .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v0XrwdqU5C .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-v0XrwdqU5C .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v0XrwdqU5C .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v0XrwdqU5C .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-v0XrwdqU5C .mbr-slider .carousel-indicators li.active,
.cid-v0XrwdqU5C .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-v0XrwdqU5C .mbr-slider .carousel-indicators li::after,
.cid-v0XrwdqU5C .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-v0XrwdqU5C .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-v0XrwdqU5C .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-v0XrwdqU5C .mbr-slider > .container img {
  width: 100%;
}
.cid-v0XrwdqU5C .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-v0XrwdqU5C .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-v0XrwdqU5C .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v0XrwdqU5C .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-v0XrwdqU5C .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-v0XrwdqU5C .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-v0XrwdqU5C .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-v0XrwdqU5C .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-v0XrwdqU5C .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-v0XrwdqU5C .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-v0XrwdqU5C .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-v0XrwdqU5C .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-v0XrwdqU5C .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-v0XrwdqU5C H2 {
  color: #ffffff;
}
.cid-v0XrwdqU5C P {
  color: #ffffff;
}
.cid-v0XrwdqU5C B {
  color: #ffffff;
}
.cid-v0XrweGRJL {
  padding-top: 60px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #a6a99c, #ffffff);
}
.cid-v0XrweGRJL .mbr-section-subtitle {
  color: #000000;
}
.cid-v0XrweGRJL .container2 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 490px;
  max-width: 796px;
  overflow: hidden;
  width: 98vw;
}
.cid-v0XrweGRJL .container2 figure {
  background-image: url("../../../assets/images/2.png-1344x768.png");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-v0XrweGRJL #compare {
  background-image: url("../../../assets/images/1.png-64-1344x768.png");
  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-v0XrweGRJL 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-v0XrweGRJL input#slider::-moz-range-track {
  background: transparent;
}
.cid-v0XrweGRJL 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-v0XrweGRJL input#slider::-ms-fill-lower {
  background-color: transparent;
}
.cid-v0XrweGRJL input#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v0XrweGRJL input#slider::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v0XrweGRJL input#slider::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v0XrweGRJL input#slider::-ms-tooltip {
  display: none;
}
.cid-v0XrweGRJL #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-v1gjxMmxqu {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/2.jpg-2-1000x667.jpg");
}
.cid-v1gjxMmxqu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1gjxMmxqu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1gjxMmxqu .mbr-section-title {
  color: #ffffff;
}
.cid-v0XrwfazIv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-v0XrwfazIv .mbr-section-title {
  text-align: center;
  color: #2e481a;
}
.cid-v0XrwfazIv .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-v0XrwfqFSM {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-v0XrwfqFSM img,
.cid-v0XrwfqFSM .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v0XrwfqFSM .item:focus,
.cid-v0XrwfqFSM span:focus {
  outline: none;
}
.cid-v0XrwfqFSM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0XrwfqFSM .item {
    margin-bottom: 1rem;
  }
}
.cid-v0XrwfqFSM .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v0XrwfqFSM .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v0XrwfqFSM .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v0XrwfqFSM .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v0XrwfqFSM .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v0XrwfqFSM .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v0XrwfqFSM .mbr-section-title {
  color: #232323;
}
.cid-v0XrwfqFSM .mbr-text,
.cid-v0XrwfqFSM .mbr-section-btn {
  text-align: center;
}
.cid-v0XrwfqFSM .item-title {
  text-align: left;
}
.cid-v0XrwfqFSM .content-head {
  max-width: 800px;
}
.cid-v0XrwfqFSM .mbr-text,
.cid-v0XrwfqFSM .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v0Xrwg7k3U {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0Xrwg7k3U img,
.cid-v0Xrwg7k3U .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v0Xrwg7k3U .item:focus,
.cid-v0Xrwg7k3U span:focus {
  outline: none;
}
.cid-v0Xrwg7k3U .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0Xrwg7k3U .item {
    margin-bottom: 1rem;
  }
}
.cid-v0Xrwg7k3U .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v0Xrwg7k3U .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v0Xrwg7k3U .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v0Xrwg7k3U .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v0Xrwg7k3U .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v0Xrwg7k3U .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v0Xrwg7k3U .mbr-section-title {
  color: #232323;
}
.cid-v0Xrwg7k3U .mbr-text,
.cid-v0Xrwg7k3U .mbr-section-btn {
  text-align: center;
}
.cid-v0Xrwg7k3U .item-title {
  text-align: left;
}
.cid-v0Xrwg7k3U .content-head {
  max-width: 800px;
}
.cid-v0Xrwg7k3U .mbr-text,
.cid-v0Xrwg7k3U .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1fNxfMkAc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1fNxfMkAc img,
.cid-v1fNxfMkAc .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1fNxfMkAc .item:focus,
.cid-v1fNxfMkAc span:focus {
  outline: none;
}
.cid-v1fNxfMkAc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1fNxfMkAc .item {
    margin-bottom: 1rem;
  }
}
.cid-v1fNxfMkAc .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1fNxfMkAc .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1fNxfMkAc .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1fNxfMkAc .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1fNxfMkAc .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1fNxfMkAc .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1fNxfMkAc .mbr-section-title {
  color: #232323;
}
.cid-v1fNxfMkAc .mbr-text,
.cid-v1fNxfMkAc .mbr-section-btn {
  text-align: center;
}
.cid-v1fNxfMkAc .item-title {
  text-align: left;
}
.cid-v1fNxfMkAc .content-head {
  max-width: 800px;
}
.cid-v1fNxfMkAc .mbr-text,
.cid-v1fNxfMkAc .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1fNy6wkTs {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1fNy6wkTs img,
.cid-v1fNy6wkTs .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1fNy6wkTs .item:focus,
.cid-v1fNy6wkTs span:focus {
  outline: none;
}
.cid-v1fNy6wkTs .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1fNy6wkTs .item {
    margin-bottom: 1rem;
  }
}
.cid-v1fNy6wkTs .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1fNy6wkTs .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1fNy6wkTs .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1fNy6wkTs .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1fNy6wkTs .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1fNy6wkTs .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1fNy6wkTs .mbr-section-title {
  color: #232323;
}
.cid-v1fNy6wkTs .mbr-text,
.cid-v1fNy6wkTs .mbr-section-btn {
  text-align: center;
}
.cid-v1fNy6wkTs .item-title {
  text-align: left;
}
.cid-v1fNy6wkTs .content-head {
  max-width: 800px;
}
.cid-v1fNy6wkTs .mbr-text,
.cid-v1fNy6wkTs .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v0Y4rMN1vC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0Y4rMN1vC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Y4rMN1vC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Y4rMN1vC .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .footer-col {
    flex-direction: column;
  }
}
.cid-v0Y4rMN1vC .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0Y4rMN1vC .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Y4rMN1vC .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .mbr-section-btn {
    text-align: center;
  }
}
.cid-v0Y4rMN1vC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0Y4rMN1vC .soc-item {
  margin: 8px;
}
.cid-v0Y4rMN1vC .soc-item a:hover .mbr-iconfont,
.cid-v0Y4rMN1vC .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v0Y4rMN1vC .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0Y4rMN1vC .row {
    text-align: center;
  }
  .cid-v0Y4rMN1vC .social-row {
    justify-content: center;
  }
}
.cid-v0Y4rMN1vC .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v0Y4rMN1vC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Y4rMN1vC .list {
    margin-bottom: 0rem;
  }
}
.cid-v0Y4rMN1vC .mbr-text {
  color: #bbbbbb;
}
.cid-v0Y4rMN1vC .mbr-section-subtitle {
  color: #000000;
}
.cid-v0Y4rMN1vC .list,
.cid-v0Y4rMN1vC .item-wrap {
  color: #232323;
}
.cid-v0Y4rMN1vC .copyright {
  color: #000000;
}
.cid-v14ztqNbF5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v14ztqNbF5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v14ztqNbF5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v14ztqNbF5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v14ztqNbF5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v14ztqNbF5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v14ztqNbF5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v14ztqNbF5 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v14ztqNbF5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v14ztqNbF5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v14ztqNbF5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v14ztqNbF5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v14ztqNbF5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v14ztqNbF5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v14ztqNbF5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v14ztqNbF5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v14ztqNbF5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v14ztqNbF5 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v14ztqNbF5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v14ztqNbF5 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v14ztqNbF5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v14ztqNbF5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v14ztqNbF5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v14ztqNbF5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v14ztqNbF5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v14ztqNbF5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v14ztqNbF5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-v14ztqNbF5 .nav-item:focus,
.cid-v14ztqNbF5 .nav-link:focus {
  outline: none;
}
.cid-v14ztqNbF5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v14ztqNbF5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v14ztqNbF5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v14ztqNbF5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v14ztqNbF5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v14ztqNbF5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v14ztqNbF5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v14ztqNbF5 .navbar.opened {
  transition: all 0.25s;
}
.cid-v14ztqNbF5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v14ztqNbF5 .navbar .navbar-logo img {
  width: auto;
}
.cid-v14ztqNbF5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v14ztqNbF5 .navbar.collapsed {
  justify-content: center;
}
.cid-v14ztqNbF5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v14ztqNbF5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v14ztqNbF5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-v14ztqNbF5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v14ztqNbF5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v14ztqNbF5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v14ztqNbF5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v14ztqNbF5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v14ztqNbF5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v14ztqNbF5 .navbar {
    min-height: 72px;
  }
  .cid-v14ztqNbF5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v14ztqNbF5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v14ztqNbF5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v14ztqNbF5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v14ztqNbF5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v14ztqNbF5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v14ztqNbF5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v14ztqNbF5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v14ztqNbF5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v14ztqNbF5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v14ztqNbF5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v14ztqNbF5 .dropdown-item.active,
.cid-v14ztqNbF5 .dropdown-item:active {
  background-color: transparent;
}
.cid-v14ztqNbF5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v14ztqNbF5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v14ztqNbF5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v14ztqNbF5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v14ztqNbF5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v14ztqNbF5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v14ztqNbF5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v14ztqNbF5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v14ztqNbF5 .navbar-buttons {
    text-align: left;
  }
}
.cid-v14ztqNbF5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v14ztqNbF5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v14ztqNbF5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v14ztqNbF5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v14ztqNbF5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v14ztqNbF5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v14ztqNbF5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v14ztqNbF5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v14ztqNbF5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v14ztqNbF5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v14ztqNbF5 .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-v14ztqNbF5 .opacityScroll {
  background: rgba(255, 255, 255, 0) !important;
}
.cid-v14ztqNbF5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v14ztqNbF5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v14ztqNbF5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v14ztqNbF5 .navbar {
    height: 70px;
  }
  .cid-v14ztqNbF5 .navbar.opened {
    height: auto;
  }
  .cid-v14ztqNbF5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v14ztqNbF5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v14ztqNbF5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v14ztqNbF5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v14ztqNbF5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v14ztqNbF5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v14ztqNbF5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v14ztqNbF5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v14ztqNbF5 .navbar-brand {
    margin-right: auto;
  }
  .cid-v14ztqNbF5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v14ztqNbF5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v14ztqNbF5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v14ztqNbF5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v14ztqNbF5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v14ztqNbF5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v14ztqNbF5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v14ztqNbF5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v14ztqNbF5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v14ztqNbF5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v14ztqNbF5 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v14ztqNbF5 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v14ztqNbF5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v14ztrIw3w .modal-body .close {
  background: #1b1b1b;
}
.cid-v14ztrIw3w .modal-body .close span {
  font-style: normal;
}
.cid-v14ztrIw3w .carousel-inner > .active,
.cid-v14ztrIw3w .carousel-inner > .next,
.cid-v14ztrIw3w .carousel-inner > .prev {
  display: table;
}
.cid-v14ztrIw3w .carousel-control .icon-next,
.cid-v14ztrIw3w .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-v14ztrIw3w .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v14ztrIw3w .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v14ztrIw3w .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-v14ztrIw3w .boxed-slider > div {
  position: relative;
}
.cid-v14ztrIw3w .container img {
  width: 100%;
}
.cid-v14ztrIw3w .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-v14ztrIw3w .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-v14ztrIw3w .mbr-table-cell {
  padding: 0;
}
.cid-v14ztrIw3w .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v14ztrIw3w .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-v14ztrIw3w .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-v14ztrIw3w .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-v14ztrIw3w .carousel-item .container {
    width: 100%;
  }
}
.cid-v14ztrIw3w .carousel-item-next.carousel-item-left,
.cid-v14ztrIw3w .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-v14ztrIw3w .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-v14ztrIw3w .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v14ztrIw3w .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v14ztrIw3w .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-v14ztrIw3w .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v14ztrIw3w .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v14ztrIw3w .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-v14ztrIw3w .mbr-slider .carousel-indicators li.active,
.cid-v14ztrIw3w .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-v14ztrIw3w .mbr-slider .carousel-indicators li::after,
.cid-v14ztrIw3w .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-v14ztrIw3w .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-v14ztrIw3w .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-v14ztrIw3w .mbr-slider > .container img {
  width: 100%;
}
.cid-v14ztrIw3w .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-v14ztrIw3w .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-v14ztrIw3w .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v14ztrIw3w .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-v14ztrIw3w .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-v14ztrIw3w .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-v14ztrIw3w .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-v14ztrIw3w .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-v14ztrIw3w .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-v14ztrIw3w .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-v14ztrIw3w .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-v14ztrIw3w .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-v14ztrIw3w .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-v14ztrIw3w H2 {
  color: #ffffff;
}
.cid-v14ztrIw3w P {
  color: #ffffff;
}
.cid-v14ztrIw3w B {
  color: #ffffff;
}
.cid-v14zttcbRl {
  padding-top: 60px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #a6a99c, #ffffff);
}
.cid-v14zttcbRl .mbr-section-subtitle {
  color: #000000;
}
.cid-v14zttcbRl .container2 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 490px;
  max-width: 796px;
  overflow: hidden;
  width: 98vw;
}
.cid-v14zttcbRl .container2 figure {
  background-image: url("../../../assets/images/1.png-67-1344x768.png");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-v14zttcbRl #compare {
  background-image: url("../../../assets/images/2.png-3-1344x768.png");
  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-v14zttcbRl 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-v14zttcbRl input#slider::-moz-range-track {
  background: transparent;
}
.cid-v14zttcbRl 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-v14zttcbRl input#slider::-ms-fill-lower {
  background-color: transparent;
}
.cid-v14zttcbRl input#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v14zttcbRl input#slider::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v14zttcbRl input#slider::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v14zttcbRl input#slider::-ms-tooltip {
  display: none;
}
.cid-v14zttcbRl #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-v1gjTI9ZEl {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1.jpg-141-1408x768.jpg");
}
.cid-v1gjTI9ZEl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1gjTI9ZEl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1gjTI9ZEl .mbr-section-title {
  color: #ffffff;
}
.cid-v14zttFmw2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-v14zttFmw2 .mbr-section-title {
  text-align: center;
  color: #2e481a;
}
.cid-v14zttFmw2 .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-v14ztu1JzQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-v14ztu1JzQ img,
.cid-v14ztu1JzQ .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v14ztu1JzQ .item:focus,
.cid-v14ztu1JzQ span:focus {
  outline: none;
}
.cid-v14ztu1JzQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v14ztu1JzQ .item {
    margin-bottom: 1rem;
  }
}
.cid-v14ztu1JzQ .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v14ztu1JzQ .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v14ztu1JzQ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v14ztu1JzQ .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v14ztu1JzQ .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v14ztu1JzQ .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v14ztu1JzQ .mbr-section-title {
  color: #232323;
}
.cid-v14ztu1JzQ .mbr-text,
.cid-v14ztu1JzQ .mbr-section-btn {
  text-align: center;
}
.cid-v14ztu1JzQ .item-title {
  text-align: left;
}
.cid-v14ztu1JzQ .content-head {
  max-width: 800px;
}
.cid-v14ztu1JzQ .mbr-text,
.cid-v14ztu1JzQ .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v14ztuH2RI {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v14ztuH2RI img,
.cid-v14ztuH2RI .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v14ztuH2RI .item:focus,
.cid-v14ztuH2RI span:focus {
  outline: none;
}
.cid-v14ztuH2RI .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v14ztuH2RI .item {
    margin-bottom: 1rem;
  }
}
.cid-v14ztuH2RI .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v14ztuH2RI .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v14ztuH2RI .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v14ztuH2RI .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v14ztuH2RI .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v14ztuH2RI .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v14ztuH2RI .mbr-section-title {
  color: #232323;
}
.cid-v14ztuH2RI .mbr-text,
.cid-v14ztuH2RI .mbr-section-btn {
  text-align: center;
}
.cid-v14ztuH2RI .item-title {
  text-align: left;
}
.cid-v14ztuH2RI .content-head {
  max-width: 800px;
}
.cid-v14ztuH2RI .mbr-text,
.cid-v14ztuH2RI .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1fNDzOK2s {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1fNDzOK2s img,
.cid-v1fNDzOK2s .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1fNDzOK2s .item:focus,
.cid-v1fNDzOK2s span:focus {
  outline: none;
}
.cid-v1fNDzOK2s .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1fNDzOK2s .item {
    margin-bottom: 1rem;
  }
}
.cid-v1fNDzOK2s .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1fNDzOK2s .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1fNDzOK2s .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1fNDzOK2s .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1fNDzOK2s .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1fNDzOK2s .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1fNDzOK2s .mbr-section-title {
  color: #232323;
}
.cid-v1fNDzOK2s .mbr-text,
.cid-v1fNDzOK2s .mbr-section-btn {
  text-align: center;
}
.cid-v1fNDzOK2s .item-title {
  text-align: left;
}
.cid-v1fNDzOK2s .content-head {
  max-width: 800px;
}
.cid-v1fNDzOK2s .mbr-text,
.cid-v1fNDzOK2s .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1fNE9tQqF {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1fNE9tQqF img,
.cid-v1fNE9tQqF .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1fNE9tQqF .item:focus,
.cid-v1fNE9tQqF span:focus {
  outline: none;
}
.cid-v1fNE9tQqF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1fNE9tQqF .item {
    margin-bottom: 1rem;
  }
}
.cid-v1fNE9tQqF .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1fNE9tQqF .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1fNE9tQqF .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1fNE9tQqF .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1fNE9tQqF .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1fNE9tQqF .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1fNE9tQqF .mbr-section-title {
  color: #232323;
}
.cid-v1fNE9tQqF .mbr-text,
.cid-v1fNE9tQqF .mbr-section-btn {
  text-align: center;
}
.cid-v1fNE9tQqF .item-title {
  text-align: left;
}
.cid-v1fNE9tQqF .content-head {
  max-width: 800px;
}
.cid-v1fNE9tQqF .mbr-text,
.cid-v1fNE9tQqF .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v14ztvR6D1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v14ztvR6D1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v14ztvR6D1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v14ztvR6D1 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v14ztvR6D1 .footer-col {
    flex-direction: column;
  }
}
.cid-v14ztvR6D1 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v14ztvR6D1 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v14ztvR6D1 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v14ztvR6D1 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v14ztvR6D1 .mbr-section-btn {
    text-align: center;
  }
}
.cid-v14ztvR6D1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v14ztvR6D1 .soc-item {
  margin: 8px;
}
.cid-v14ztvR6D1 .soc-item a:hover .mbr-iconfont,
.cid-v14ztvR6D1 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v14ztvR6D1 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v14ztvR6D1 .row {
    text-align: center;
  }
  .cid-v14ztvR6D1 .social-row {
    justify-content: center;
  }
}
.cid-v14ztvR6D1 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v14ztvR6D1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v14ztvR6D1 .list {
    margin-bottom: 0rem;
  }
}
.cid-v14ztvR6D1 .mbr-text {
  color: #bbbbbb;
}
.cid-v14ztvR6D1 .mbr-section-subtitle {
  color: #000000;
}
.cid-v14ztvR6D1 .list,
.cid-v14ztvR6D1 .item-wrap {
  color: #232323;
}
.cid-v14ztvR6D1 .copyright {
  color: #000000;
}
.cid-v1rvxAUxwN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1rvxAUxwN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1rvxAUxwN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1rvxAUxwN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1rvxAUxwN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1rvxAUxwN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1rvxAUxwN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1rvxAUxwN .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v1rvxAUxwN .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v1rvxAUxwN .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v1rvxAUxwN .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1rvxAUxwN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1rvxAUxwN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1rvxAUxwN .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v1rvxAUxwN .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1rvxAUxwN .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1rvxAUxwN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1rvxAUxwN .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1rvxAUxwN .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1rvxAUxwN .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1rvxAUxwN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1rvxAUxwN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v1rvxAUxwN .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v1rvxAUxwN .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1rvxAUxwN .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1rvxAUxwN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1rvxAUxwN .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-v1rvxAUxwN .nav-item:focus,
.cid-v1rvxAUxwN .nav-link:focus {
  outline: none;
}
.cid-v1rvxAUxwN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1rvxAUxwN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1rvxAUxwN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1rvxAUxwN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1rvxAUxwN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1rvxAUxwN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1rvxAUxwN .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1rvxAUxwN .navbar.opened {
  transition: all 0.25s;
}
.cid-v1rvxAUxwN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1rvxAUxwN .navbar .navbar-logo img {
  width: auto;
}
.cid-v1rvxAUxwN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1rvxAUxwN .navbar.collapsed {
  justify-content: center;
}
.cid-v1rvxAUxwN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1rvxAUxwN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1rvxAUxwN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-v1rvxAUxwN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1rvxAUxwN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1rvxAUxwN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1rvxAUxwN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1rvxAUxwN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1rvxAUxwN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1rvxAUxwN .navbar {
    min-height: 72px;
  }
  .cid-v1rvxAUxwN .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1rvxAUxwN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1rvxAUxwN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1rvxAUxwN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1rvxAUxwN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1rvxAUxwN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1rvxAUxwN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1rvxAUxwN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1rvxAUxwN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1rvxAUxwN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1rvxAUxwN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1rvxAUxwN .dropdown-item.active,
.cid-v1rvxAUxwN .dropdown-item:active {
  background-color: transparent;
}
.cid-v1rvxAUxwN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1rvxAUxwN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1rvxAUxwN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1rvxAUxwN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1rvxAUxwN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1rvxAUxwN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1rvxAUxwN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1rvxAUxwN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1rvxAUxwN .navbar-buttons {
    text-align: left;
  }
}
.cid-v1rvxAUxwN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1rvxAUxwN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1rvxAUxwN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1rvxAUxwN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1rvxAUxwN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1rvxAUxwN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1rvxAUxwN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1rvxAUxwN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1rvxAUxwN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1rvxAUxwN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1rvxAUxwN .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-v1rvxAUxwN .opacityScroll {
  background: rgba(255, 255, 255, 0) !important;
}
.cid-v1rvxAUxwN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1rvxAUxwN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1rvxAUxwN .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1rvxAUxwN .navbar {
    height: 70px;
  }
  .cid-v1rvxAUxwN .navbar.opened {
    height: auto;
  }
  .cid-v1rvxAUxwN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1rvxAUxwN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1rvxAUxwN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1rvxAUxwN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1rvxAUxwN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v1rvxAUxwN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1rvxAUxwN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1rvxAUxwN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1rvxAUxwN .navbar-brand {
    margin-right: auto;
  }
  .cid-v1rvxAUxwN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v1rvxAUxwN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1rvxAUxwN .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1rvxAUxwN .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1rvxAUxwN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1rvxAUxwN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1rvxAUxwN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v1rvxAUxwN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1rvxAUxwN .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1rvxAUxwN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1rvxAUxwN .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v1rvxAUxwN .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v1rvxAUxwN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v1rvxBy48H .modal-body .close {
  background: #1b1b1b;
}
.cid-v1rvxBy48H .modal-body .close span {
  font-style: normal;
}
.cid-v1rvxBy48H .carousel-inner > .active,
.cid-v1rvxBy48H .carousel-inner > .next,
.cid-v1rvxBy48H .carousel-inner > .prev {
  display: table;
}
.cid-v1rvxBy48H .carousel-control .icon-next,
.cid-v1rvxBy48H .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-v1rvxBy48H .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v1rvxBy48H .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1rvxBy48H .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-v1rvxBy48H .boxed-slider > div {
  position: relative;
}
.cid-v1rvxBy48H .container img {
  width: 100%;
}
.cid-v1rvxBy48H .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-v1rvxBy48H .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-v1rvxBy48H .mbr-table-cell {
  padding: 0;
}
.cid-v1rvxBy48H .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v1rvxBy48H .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-v1rvxBy48H .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-v1rvxBy48H .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-v1rvxBy48H .carousel-item .container {
    width: 100%;
  }
}
.cid-v1rvxBy48H .carousel-item-next.carousel-item-left,
.cid-v1rvxBy48H .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-v1rvxBy48H .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-v1rvxBy48H .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1rvxBy48H .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1rvxBy48H .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-v1rvxBy48H .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1rvxBy48H .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v1rvxBy48H .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-v1rvxBy48H .mbr-slider .carousel-indicators li.active,
.cid-v1rvxBy48H .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-v1rvxBy48H .mbr-slider .carousel-indicators li::after,
.cid-v1rvxBy48H .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-v1rvxBy48H .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-v1rvxBy48H .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-v1rvxBy48H .mbr-slider > .container img {
  width: 100%;
}
.cid-v1rvxBy48H .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-v1rvxBy48H .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-v1rvxBy48H .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1rvxBy48H .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-v1rvxBy48H .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-v1rvxBy48H .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-v1rvxBy48H .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-v1rvxBy48H .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-v1rvxBy48H .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-v1rvxBy48H .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-v1rvxBy48H .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-v1rvxBy48H .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-v1rvxBy48H .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-v1rvxBy48H H2 {
  color: #2e481a;
}
.cid-v1rvxBy48H P {
  color: #ffffff;
}
.cid-v1rvxBy48H B {
  color: #ffffff;
}
.cid-v1rvxBWKBi {
  padding-top: 60px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #a6a99c, #ffffff);
}
.cid-v1rvxBWKBi .mbr-section-subtitle {
  color: #000000;
}
.cid-v1rvxBWKBi .container2 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 472px;
  max-width: 856px;
  overflow: hidden;
  width: 98vw;
}
.cid-v1rvxBWKBi .container2 figure {
  background-image: url("../../../assets/images/1.png-70-1344x768.png");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-v1rvxBWKBi #compare {
  background-image: url("../../../assets/images/2.png-5-1344x768.png");
  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-v1rvxBWKBi 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-v1rvxBWKBi input#slider::-moz-range-track {
  background: transparent;
}
.cid-v1rvxBWKBi 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-v1rvxBWKBi input#slider::-ms-fill-lower {
  background-color: transparent;
}
.cid-v1rvxBWKBi input#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v1rvxBWKBi input#slider::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v1rvxBWKBi input#slider::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v1rvxBWKBi input#slider::-ms-tooltip {
  display: none;
}
.cid-v1rvxBWKBi #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-v1rvxCgVqI {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1.jpg-44-1344x768.jpg");
}
.cid-v1rvxCgVqI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1rvxCgVqI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1rvxCgVqI .mbr-section-title {
  color: #ffffff;
}
.cid-v1rvxCACst {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-v1rvxCACst .mbr-section-title {
  text-align: center;
  color: #2e481a;
}
.cid-v1rvxCACst .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-v1rvxCT424 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-v1rvxCT424 img,
.cid-v1rvxCT424 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1rvxCT424 .item:focus,
.cid-v1rvxCT424 span:focus {
  outline: none;
}
.cid-v1rvxCT424 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1rvxCT424 .item {
    margin-bottom: 1rem;
  }
}
.cid-v1rvxCT424 .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1rvxCT424 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1rvxCT424 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1rvxCT424 .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1rvxCT424 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1rvxCT424 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1rvxCT424 .mbr-section-title {
  color: #232323;
}
.cid-v1rvxCT424 .mbr-text,
.cid-v1rvxCT424 .mbr-section-btn {
  text-align: center;
}
.cid-v1rvxCT424 .item-title {
  text-align: left;
}
.cid-v1rvxCT424 .content-head {
  max-width: 800px;
}
.cid-v1rvxCT424 .mbr-text,
.cid-v1rvxCT424 .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1rvxDlYIX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1rvxDlYIX img,
.cid-v1rvxDlYIX .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1rvxDlYIX .item:focus,
.cid-v1rvxDlYIX span:focus {
  outline: none;
}
.cid-v1rvxDlYIX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1rvxDlYIX .item {
    margin-bottom: 1rem;
  }
}
.cid-v1rvxDlYIX .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1rvxDlYIX .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1rvxDlYIX .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1rvxDlYIX .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1rvxDlYIX .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1rvxDlYIX .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1rvxDlYIX .mbr-section-title {
  color: #232323;
}
.cid-v1rvxDlYIX .mbr-text,
.cid-v1rvxDlYIX .mbr-section-btn {
  text-align: center;
}
.cid-v1rvxDlYIX .item-title {
  text-align: left;
}
.cid-v1rvxDlYIX .content-head {
  max-width: 800px;
}
.cid-v1rvxDlYIX .mbr-text,
.cid-v1rvxDlYIX .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1rvxDM0wn {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1rvxDM0wn img,
.cid-v1rvxDM0wn .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1rvxDM0wn .item:focus,
.cid-v1rvxDM0wn span:focus {
  outline: none;
}
.cid-v1rvxDM0wn .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1rvxDM0wn .item {
    margin-bottom: 1rem;
  }
}
.cid-v1rvxDM0wn .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1rvxDM0wn .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1rvxDM0wn .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1rvxDM0wn .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1rvxDM0wn .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1rvxDM0wn .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1rvxDM0wn .mbr-section-title {
  color: #232323;
}
.cid-v1rvxDM0wn .mbr-text,
.cid-v1rvxDM0wn .mbr-section-btn {
  text-align: center;
}
.cid-v1rvxDM0wn .item-title {
  text-align: left;
}
.cid-v1rvxDM0wn .content-head {
  max-width: 800px;
}
.cid-v1rvxDM0wn .mbr-text,
.cid-v1rvxDM0wn .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1rvxEbVq2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1rvxEbVq2 img,
.cid-v1rvxEbVq2 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1rvxEbVq2 .item:focus,
.cid-v1rvxEbVq2 span:focus {
  outline: none;
}
.cid-v1rvxEbVq2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1rvxEbVq2 .item {
    margin-bottom: 1rem;
  }
}
.cid-v1rvxEbVq2 .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1rvxEbVq2 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1rvxEbVq2 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1rvxEbVq2 .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1rvxEbVq2 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1rvxEbVq2 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1rvxEbVq2 .mbr-section-title {
  color: #232323;
}
.cid-v1rvxEbVq2 .mbr-text,
.cid-v1rvxEbVq2 .mbr-section-btn {
  text-align: center;
}
.cid-v1rvxEbVq2 .item-title {
  text-align: left;
}
.cid-v1rvxEbVq2 .content-head {
  max-width: 800px;
}
.cid-v1rvxEbVq2 .mbr-text,
.cid-v1rvxEbVq2 .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1rvxEE6u7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1rvxEE6u7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1rvxEE6u7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1rvxEE6u7 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v1rvxEE6u7 .footer-col {
    flex-direction: column;
  }
}
.cid-v1rvxEE6u7 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v1rvxEE6u7 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v1rvxEE6u7 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v1rvxEE6u7 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v1rvxEE6u7 .mbr-section-btn {
    text-align: center;
  }
}
.cid-v1rvxEE6u7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v1rvxEE6u7 .soc-item {
  margin: 8px;
}
.cid-v1rvxEE6u7 .soc-item a:hover .mbr-iconfont,
.cid-v1rvxEE6u7 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v1rvxEE6u7 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1rvxEE6u7 .row {
    text-align: center;
  }
  .cid-v1rvxEE6u7 .social-row {
    justify-content: center;
  }
}
.cid-v1rvxEE6u7 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v1rvxEE6u7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v1rvxEE6u7 .list {
    margin-bottom: 0rem;
  }
}
.cid-v1rvxEE6u7 .mbr-text {
  color: #bbbbbb;
}
.cid-v1rvxEE6u7 .mbr-section-subtitle {
  color: #000000;
}
.cid-v1rvxEE6u7 .list,
.cid-v1rvxEE6u7 .item-wrap {
  color: #232323;
}
.cid-v1rvxEE6u7 .copyright {
  color: #000000;
}
.cid-v1Js0gyD4f {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1Js0gyD4f .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1Js0gyD4f .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1Js0gyD4f .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1Js0gyD4f .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1Js0gyD4f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1Js0gyD4f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1Js0gyD4f .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v1Js0gyD4f .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v1Js0gyD4f .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v1Js0gyD4f .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1Js0gyD4f .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1Js0gyD4f .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1Js0gyD4f .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v1Js0gyD4f .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1Js0gyD4f .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1Js0gyD4f .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1Js0gyD4f .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1Js0gyD4f .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1Js0gyD4f .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1Js0gyD4f .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1Js0gyD4f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v1Js0gyD4f .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v1Js0gyD4f .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1Js0gyD4f .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1Js0gyD4f .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1Js0gyD4f .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-v1Js0gyD4f .nav-item:focus,
.cid-v1Js0gyD4f .nav-link:focus {
  outline: none;
}
.cid-v1Js0gyD4f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1Js0gyD4f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1Js0gyD4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1Js0gyD4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1Js0gyD4f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1Js0gyD4f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1Js0gyD4f .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1Js0gyD4f .navbar.opened {
  transition: all 0.25s;
}
.cid-v1Js0gyD4f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1Js0gyD4f .navbar .navbar-logo img {
  width: auto;
}
.cid-v1Js0gyD4f .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1Js0gyD4f .navbar.collapsed {
  justify-content: center;
}
.cid-v1Js0gyD4f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1Js0gyD4f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1Js0gyD4f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-v1Js0gyD4f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1Js0gyD4f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1Js0gyD4f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1Js0gyD4f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1Js0gyD4f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1Js0gyD4f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1Js0gyD4f .navbar {
    min-height: 72px;
  }
  .cid-v1Js0gyD4f .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1Js0gyD4f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1Js0gyD4f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1Js0gyD4f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1Js0gyD4f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1Js0gyD4f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1Js0gyD4f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1Js0gyD4f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1Js0gyD4f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1Js0gyD4f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1Js0gyD4f .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1Js0gyD4f .dropdown-item.active,
.cid-v1Js0gyD4f .dropdown-item:active {
  background-color: transparent;
}
.cid-v1Js0gyD4f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1Js0gyD4f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1Js0gyD4f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1Js0gyD4f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1Js0gyD4f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1Js0gyD4f .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1Js0gyD4f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1Js0gyD4f .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1Js0gyD4f .navbar-buttons {
    text-align: left;
  }
}
.cid-v1Js0gyD4f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1Js0gyD4f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1Js0gyD4f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1Js0gyD4f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1Js0gyD4f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1Js0gyD4f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1Js0gyD4f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1Js0gyD4f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1Js0gyD4f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1Js0gyD4f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1Js0gyD4f .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-v1Js0gyD4f .opacityScroll {
  background: rgba(255, 255, 255, 0) !important;
}
.cid-v1Js0gyD4f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1Js0gyD4f .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1Js0gyD4f .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1Js0gyD4f .navbar {
    height: 70px;
  }
  .cid-v1Js0gyD4f .navbar.opened {
    height: auto;
  }
  .cid-v1Js0gyD4f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1Js0gyD4f .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1Js0gyD4f .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1Js0gyD4f .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1Js0gyD4f .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v1Js0gyD4f .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1Js0gyD4f .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1Js0gyD4f .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1Js0gyD4f .navbar-brand {
    margin-right: auto;
  }
  .cid-v1Js0gyD4f .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v1Js0gyD4f .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1Js0gyD4f .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1Js0gyD4f .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1Js0gyD4f .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1Js0gyD4f .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1Js0gyD4f .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v1Js0gyD4f .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1Js0gyD4f .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1Js0gyD4f .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1Js0gyD4f .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v1Js0gyD4f .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v1Js0gyD4f .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v1Js0hcLHy .modal-body .close {
  background: #1b1b1b;
}
.cid-v1Js0hcLHy .modal-body .close span {
  font-style: normal;
}
.cid-v1Js0hcLHy .carousel-inner > .active,
.cid-v1Js0hcLHy .carousel-inner > .next,
.cid-v1Js0hcLHy .carousel-inner > .prev {
  display: table;
}
.cid-v1Js0hcLHy .carousel-control .icon-next,
.cid-v1Js0hcLHy .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-v1Js0hcLHy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v1Js0hcLHy .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1Js0hcLHy .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-v1Js0hcLHy .boxed-slider > div {
  position: relative;
}
.cid-v1Js0hcLHy .container img {
  width: 100%;
}
.cid-v1Js0hcLHy .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-v1Js0hcLHy .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-v1Js0hcLHy .mbr-table-cell {
  padding: 0;
}
.cid-v1Js0hcLHy .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v1Js0hcLHy .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-v1Js0hcLHy .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-v1Js0hcLHy .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-v1Js0hcLHy .carousel-item .container {
    width: 100%;
  }
}
.cid-v1Js0hcLHy .carousel-item-next.carousel-item-left,
.cid-v1Js0hcLHy .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-v1Js0hcLHy .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-v1Js0hcLHy .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1Js0hcLHy .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1Js0hcLHy .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-v1Js0hcLHy .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1Js0hcLHy .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v1Js0hcLHy .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-v1Js0hcLHy .mbr-slider .carousel-indicators li.active,
.cid-v1Js0hcLHy .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-v1Js0hcLHy .mbr-slider .carousel-indicators li::after,
.cid-v1Js0hcLHy .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-v1Js0hcLHy .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-v1Js0hcLHy .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-v1Js0hcLHy .mbr-slider > .container img {
  width: 100%;
}
.cid-v1Js0hcLHy .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-v1Js0hcLHy .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-v1Js0hcLHy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1Js0hcLHy .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-v1Js0hcLHy .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-v1Js0hcLHy .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-v1Js0hcLHy .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-v1Js0hcLHy .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-v1Js0hcLHy .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-v1Js0hcLHy .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-v1Js0hcLHy .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-v1Js0hcLHy .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-v1Js0hcLHy .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-v1Js0hcLHy H2 {
  color: #ffffff;
}
.cid-v1Js0hcLHy P {
  color: #ffffff;
}
.cid-v1Js0hcLHy B {
  color: #ffffff;
}
.cid-v1Js0hFrMK {
  padding-top: 60px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #a6a99c, #ffffff);
}
.cid-v1Js0hFrMK .mbr-section-subtitle {
  color: #000000;
}
.cid-v1Js0hFrMK .container2 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 457px;
  max-width: 796px;
  overflow: hidden;
  width: 98vw;
}
.cid-v1Js0hFrMK .container2 figure {
  background-image: url("../../../assets/images/1.png-71-1344x768.png");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-v1Js0hFrMK #compare {
  background-image: url("../../../assets/images/2.png-6-1344x768.png");
  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-v1Js0hFrMK 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-v1Js0hFrMK input#slider::-moz-range-track {
  background: transparent;
}
.cid-v1Js0hFrMK 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-v1Js0hFrMK input#slider::-ms-fill-lower {
  background-color: transparent;
}
.cid-v1Js0hFrMK input#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v1Js0hFrMK input#slider::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v1Js0hFrMK input#slider::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v1Js0hFrMK input#slider::-ms-tooltip {
  display: none;
}
.cid-v1Js0hFrMK #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-v1Js0hZFSA {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1.png-71-1344x768.png");
}
.cid-v1Js0hZFSA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Js0hZFSA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Js0hZFSA .mbr-section-title {
  color: #ffffff;
}
.cid-v1Js0ijuq7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-v1Js0ijuq7 .mbr-section-title {
  text-align: center;
  color: #2e481a;
}
.cid-v1Js0ijuq7 .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-v1Js0ixOaB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-v1Js0ixOaB img,
.cid-v1Js0ixOaB .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1Js0ixOaB .item:focus,
.cid-v1Js0ixOaB span:focus {
  outline: none;
}
.cid-v1Js0ixOaB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1Js0ixOaB .item {
    margin-bottom: 1rem;
  }
}
.cid-v1Js0ixOaB .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1Js0ixOaB .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1Js0ixOaB .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1Js0ixOaB .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1Js0ixOaB .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1Js0ixOaB .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1Js0ixOaB .mbr-section-title {
  color: #232323;
}
.cid-v1Js0ixOaB .mbr-text,
.cid-v1Js0ixOaB .mbr-section-btn {
  text-align: center;
}
.cid-v1Js0ixOaB .item-title {
  text-align: left;
}
.cid-v1Js0ixOaB .content-head {
  max-width: 800px;
}
.cid-v1Js0ixOaB .mbr-text,
.cid-v1Js0ixOaB .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1Js0iXns9 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1Js0iXns9 img,
.cid-v1Js0iXns9 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1Js0iXns9 .item:focus,
.cid-v1Js0iXns9 span:focus {
  outline: none;
}
.cid-v1Js0iXns9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1Js0iXns9 .item {
    margin-bottom: 1rem;
  }
}
.cid-v1Js0iXns9 .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1Js0iXns9 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1Js0iXns9 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1Js0iXns9 .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1Js0iXns9 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1Js0iXns9 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1Js0iXns9 .mbr-section-title {
  color: #232323;
}
.cid-v1Js0iXns9 .mbr-text,
.cid-v1Js0iXns9 .mbr-section-btn {
  text-align: center;
}
.cid-v1Js0iXns9 .item-title {
  text-align: left;
}
.cid-v1Js0iXns9 .content-head {
  max-width: 800px;
}
.cid-v1Js0iXns9 .mbr-text,
.cid-v1Js0iXns9 .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1Js0jod6K {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1Js0jod6K img,
.cid-v1Js0jod6K .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1Js0jod6K .item:focus,
.cid-v1Js0jod6K span:focus {
  outline: none;
}
.cid-v1Js0jod6K .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1Js0jod6K .item {
    margin-bottom: 1rem;
  }
}
.cid-v1Js0jod6K .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1Js0jod6K .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1Js0jod6K .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1Js0jod6K .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1Js0jod6K .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1Js0jod6K .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1Js0jod6K .mbr-section-title {
  color: #232323;
}
.cid-v1Js0jod6K .mbr-text,
.cid-v1Js0jod6K .mbr-section-btn {
  text-align: center;
}
.cid-v1Js0jod6K .item-title {
  text-align: left;
}
.cid-v1Js0jod6K .content-head {
  max-width: 800px;
}
.cid-v1Js0jod6K .mbr-text,
.cid-v1Js0jod6K .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1Js0jWZBH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1Js0jWZBH img,
.cid-v1Js0jWZBH .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1Js0jWZBH .item:focus,
.cid-v1Js0jWZBH span:focus {
  outline: none;
}
.cid-v1Js0jWZBH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1Js0jWZBH .item {
    margin-bottom: 1rem;
  }
}
.cid-v1Js0jWZBH .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1Js0jWZBH .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1Js0jWZBH .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1Js0jWZBH .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1Js0jWZBH .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1Js0jWZBH .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1Js0jWZBH .mbr-section-title {
  color: #232323;
}
.cid-v1Js0jWZBH .mbr-text,
.cid-v1Js0jWZBH .mbr-section-btn {
  text-align: center;
}
.cid-v1Js0jWZBH .item-title {
  text-align: left;
}
.cid-v1Js0jWZBH .content-head {
  max-width: 800px;
}
.cid-v1Js0jWZBH .mbr-text,
.cid-v1Js0jWZBH .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1Js0kpL1M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1Js0kpL1M .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Js0kpL1M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Js0kpL1M .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v1Js0kpL1M .footer-col {
    flex-direction: column;
  }
}
.cid-v1Js0kpL1M .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v1Js0kpL1M .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v1Js0kpL1M .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v1Js0kpL1M .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v1Js0kpL1M .mbr-section-btn {
    text-align: center;
  }
}
.cid-v1Js0kpL1M .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v1Js0kpL1M .soc-item {
  margin: 8px;
}
.cid-v1Js0kpL1M .soc-item a:hover .mbr-iconfont,
.cid-v1Js0kpL1M .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v1Js0kpL1M .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1Js0kpL1M .row {
    text-align: center;
  }
  .cid-v1Js0kpL1M .social-row {
    justify-content: center;
  }
}
.cid-v1Js0kpL1M .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v1Js0kpL1M .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v1Js0kpL1M .list {
    margin-bottom: 0rem;
  }
}
.cid-v1Js0kpL1M .mbr-text {
  color: #bbbbbb;
}
.cid-v1Js0kpL1M .mbr-section-subtitle {
  color: #000000;
}
.cid-v1Js0kpL1M .list,
.cid-v1Js0kpL1M .item-wrap {
  color: #232323;
}
.cid-v1Js0kpL1M .copyright {
  color: #000000;
}
.cid-v1NpEaayno {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1NpEaayno .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1NpEaayno .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1NpEaayno .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1NpEaayno .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1NpEaayno .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1NpEaayno .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1NpEaayno .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v1NpEaayno .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v1NpEaayno .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v1NpEaayno .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1NpEaayno .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1NpEaayno .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1NpEaayno .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v1NpEaayno .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1NpEaayno .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1NpEaayno .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1NpEaayno .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1NpEaayno .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1NpEaayno .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1NpEaayno .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1NpEaayno .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v1NpEaayno .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v1NpEaayno .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1NpEaayno .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1NpEaayno .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1NpEaayno .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-v1NpEaayno .nav-item:focus,
.cid-v1NpEaayno .nav-link:focus {
  outline: none;
}
.cid-v1NpEaayno .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1NpEaayno .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1NpEaayno .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1NpEaayno .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1NpEaayno .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1NpEaayno .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1NpEaayno .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1NpEaayno .navbar.opened {
  transition: all 0.25s;
}
.cid-v1NpEaayno .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1NpEaayno .navbar .navbar-logo img {
  width: auto;
}
.cid-v1NpEaayno .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1NpEaayno .navbar.collapsed {
  justify-content: center;
}
.cid-v1NpEaayno .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1NpEaayno .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1NpEaayno .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-v1NpEaayno .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1NpEaayno .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1NpEaayno .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1NpEaayno .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1NpEaayno .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1NpEaayno .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1NpEaayno .navbar {
    min-height: 72px;
  }
  .cid-v1NpEaayno .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1NpEaayno .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1NpEaayno .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1NpEaayno .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1NpEaayno .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1NpEaayno .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1NpEaayno .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1NpEaayno .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1NpEaayno .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1NpEaayno .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1NpEaayno .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1NpEaayno .dropdown-item.active,
.cid-v1NpEaayno .dropdown-item:active {
  background-color: transparent;
}
.cid-v1NpEaayno .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1NpEaayno .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1NpEaayno .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1NpEaayno .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1NpEaayno .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1NpEaayno .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1NpEaayno ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1NpEaayno .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1NpEaayno .navbar-buttons {
    text-align: left;
  }
}
.cid-v1NpEaayno button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1NpEaayno button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1NpEaayno button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1NpEaayno button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1NpEaayno button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1NpEaayno button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1NpEaayno nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1NpEaayno nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1NpEaayno nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1NpEaayno nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1NpEaayno .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-v1NpEaayno .opacityScroll {
  background: rgba(255, 255, 255, 0) !important;
}
.cid-v1NpEaayno a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1NpEaayno .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1NpEaayno .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1NpEaayno .navbar {
    height: 70px;
  }
  .cid-v1NpEaayno .navbar.opened {
    height: auto;
  }
  .cid-v1NpEaayno .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1NpEaayno .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1NpEaayno .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1NpEaayno .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1NpEaayno .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v1NpEaayno .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1NpEaayno .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1NpEaayno .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1NpEaayno .navbar-brand {
    margin-right: auto;
  }
  .cid-v1NpEaayno .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v1NpEaayno .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1NpEaayno .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1NpEaayno .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1NpEaayno .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1NpEaayno .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1NpEaayno .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v1NpEaayno .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1NpEaayno .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1NpEaayno .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1NpEaayno .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v1NpEaayno .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v1NpEaayno .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v1NpEbmb1H .modal-body .close {
  background: #1b1b1b;
}
.cid-v1NpEbmb1H .modal-body .close span {
  font-style: normal;
}
.cid-v1NpEbmb1H .carousel-inner > .active,
.cid-v1NpEbmb1H .carousel-inner > .next,
.cid-v1NpEbmb1H .carousel-inner > .prev {
  display: table;
}
.cid-v1NpEbmb1H .carousel-control .icon-next,
.cid-v1NpEbmb1H .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-v1NpEbmb1H .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v1NpEbmb1H .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1NpEbmb1H .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-v1NpEbmb1H .boxed-slider > div {
  position: relative;
}
.cid-v1NpEbmb1H .container img {
  width: 100%;
}
.cid-v1NpEbmb1H .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-v1NpEbmb1H .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-v1NpEbmb1H .mbr-table-cell {
  padding: 0;
}
.cid-v1NpEbmb1H .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v1NpEbmb1H .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-v1NpEbmb1H .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-v1NpEbmb1H .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-v1NpEbmb1H .carousel-item .container {
    width: 100%;
  }
}
.cid-v1NpEbmb1H .carousel-item-next.carousel-item-left,
.cid-v1NpEbmb1H .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-v1NpEbmb1H .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-v1NpEbmb1H .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1NpEbmb1H .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1NpEbmb1H .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-v1NpEbmb1H .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1NpEbmb1H .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v1NpEbmb1H .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-v1NpEbmb1H .mbr-slider .carousel-indicators li.active,
.cid-v1NpEbmb1H .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-v1NpEbmb1H .mbr-slider .carousel-indicators li::after,
.cid-v1NpEbmb1H .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-v1NpEbmb1H .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-v1NpEbmb1H .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-v1NpEbmb1H .mbr-slider > .container img {
  width: 100%;
}
.cid-v1NpEbmb1H .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-v1NpEbmb1H .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-v1NpEbmb1H .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1NpEbmb1H .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-v1NpEbmb1H .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-v1NpEbmb1H .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-v1NpEbmb1H .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-v1NpEbmb1H .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-v1NpEbmb1H .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-v1NpEbmb1H .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-v1NpEbmb1H .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-v1NpEbmb1H .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-v1NpEbmb1H .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-v1NpEbmb1H H2 {
  color: #ffffff;
}
.cid-v1NpEbmb1H P {
  color: #ffffff;
}
.cid-v1NpEbmb1H B {
  color: #ffffff;
}
.cid-v1NpEc5oD4 {
  padding-top: 60px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #000000);
}
.cid-v1NpEc5oD4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v1NpEc5oD4 .container2 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 427px;
  max-width: 856px;
  overflow: hidden;
  width: 98vw;
}
.cid-v1NpEc5oD4 .container2 figure {
  background-image: url("../../../assets/images/1.jpg-151-1408x768.jpg");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-v1NpEc5oD4 #compare {
  background-image: url("../../../assets/images/2.png-7-1344x768.png");
  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-v1NpEc5oD4 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-v1NpEc5oD4 input#slider::-moz-range-track {
  background: transparent;
}
.cid-v1NpEc5oD4 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-v1NpEc5oD4 input#slider::-ms-fill-lower {
  background-color: transparent;
}
.cid-v1NpEc5oD4 input#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v1NpEc5oD4 input#slider::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v1NpEc5oD4 input#slider::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-v1NpEc5oD4 input#slider::-ms-tooltip {
  display: none;
}
.cid-v1NpEc5oD4 #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-v1NpEc5oD4 H2 {
  color: #ffffff;
}
.cid-v1NpEctzKD {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/13.jpg-1-1408x768.jpg");
}
.cid-v1NpEctzKD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1NpEctzKD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1NpEctzKD .mbr-section-title {
  color: #ffffff;
}
.cid-v1NpEcPAzq {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v1NpEcPAzq .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v1NpEcPAzq .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-v1NpEd44O6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v1NpEd44O6 img,
.cid-v1NpEd44O6 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1NpEd44O6 .item:focus,
.cid-v1NpEd44O6 span:focus {
  outline: none;
}
.cid-v1NpEd44O6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1NpEd44O6 .item {
    margin-bottom: 1rem;
  }
}
.cid-v1NpEd44O6 .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1NpEd44O6 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1NpEd44O6 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1NpEd44O6 .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1NpEd44O6 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1NpEd44O6 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1NpEd44O6 .mbr-section-title {
  color: #232323;
}
.cid-v1NpEd44O6 .mbr-text,
.cid-v1NpEd44O6 .mbr-section-btn {
  text-align: center;
}
.cid-v1NpEd44O6 .item-title {
  text-align: left;
}
.cid-v1NpEd44O6 .content-head {
  max-width: 800px;
}
.cid-v1NpEd44O6 .mbr-text,
.cid-v1NpEd44O6 .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1NpEdCA1s {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v1NpEdCA1s img,
.cid-v1NpEdCA1s .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1NpEdCA1s .item:focus,
.cid-v1NpEdCA1s span:focus {
  outline: none;
}
.cid-v1NpEdCA1s .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1NpEdCA1s .item {
    margin-bottom: 1rem;
  }
}
.cid-v1NpEdCA1s .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1NpEdCA1s .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1NpEdCA1s .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1NpEdCA1s .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1NpEdCA1s .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1NpEdCA1s .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1NpEdCA1s .mbr-section-title {
  color: #232323;
}
.cid-v1NpEdCA1s .mbr-text,
.cid-v1NpEdCA1s .mbr-section-btn {
  text-align: center;
}
.cid-v1NpEdCA1s .item-title {
  text-align: left;
}
.cid-v1NpEdCA1s .content-head {
  max-width: 800px;
}
.cid-v1NpEdCA1s .mbr-text,
.cid-v1NpEdCA1s .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1NpEe6vLi {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v1NpEe6vLi img,
.cid-v1NpEe6vLi .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1NpEe6vLi .item:focus,
.cid-v1NpEe6vLi span:focus {
  outline: none;
}
.cid-v1NpEe6vLi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1NpEe6vLi .item {
    margin-bottom: 1rem;
  }
}
.cid-v1NpEe6vLi .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1NpEe6vLi .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1NpEe6vLi .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1NpEe6vLi .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1NpEe6vLi .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1NpEe6vLi .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1NpEe6vLi .mbr-section-title {
  color: #232323;
}
.cid-v1NpEe6vLi .mbr-text,
.cid-v1NpEe6vLi .mbr-section-btn {
  text-align: center;
}
.cid-v1NpEe6vLi .item-title {
  text-align: left;
}
.cid-v1NpEe6vLi .content-head {
  max-width: 800px;
}
.cid-v1NpEe6vLi .mbr-text,
.cid-v1NpEe6vLi .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1NpEeIS1M {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v1NpEeIS1M img,
.cid-v1NpEeIS1M .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1NpEeIS1M .item:focus,
.cid-v1NpEeIS1M span:focus {
  outline: none;
}
.cid-v1NpEeIS1M .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1NpEeIS1M .item {
    margin-bottom: 1rem;
  }
}
.cid-v1NpEeIS1M .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1NpEeIS1M .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1NpEeIS1M .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1NpEeIS1M .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1NpEeIS1M .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1NpEeIS1M .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v1NpEeIS1M .mbr-section-title {
  color: #232323;
}
.cid-v1NpEeIS1M .mbr-text,
.cid-v1NpEeIS1M .mbr-section-btn {
  text-align: center;
}
.cid-v1NpEeIS1M .item-title {
  text-align: left;
}
.cid-v1NpEeIS1M .content-head {
  max-width: 800px;
}
.cid-v1NpEeIS1M .mbr-text,
.cid-v1NpEeIS1M .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v1NpEfgtsx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1NpEfgtsx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1NpEfgtsx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1NpEfgtsx .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v1NpEfgtsx .footer-col {
    flex-direction: column;
  }
}
.cid-v1NpEfgtsx .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v1NpEfgtsx .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v1NpEfgtsx .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v1NpEfgtsx .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v1NpEfgtsx .mbr-section-btn {
    text-align: center;
  }
}
.cid-v1NpEfgtsx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v1NpEfgtsx .soc-item {
  margin: 8px;
}
.cid-v1NpEfgtsx .soc-item a:hover .mbr-iconfont,
.cid-v1NpEfgtsx .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v1NpEfgtsx .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1NpEfgtsx .row {
    text-align: center;
  }
  .cid-v1NpEfgtsx .social-row {
    justify-content: center;
  }
}
.cid-v1NpEfgtsx .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v1NpEfgtsx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v1NpEfgtsx .list {
    margin-bottom: 0rem;
  }
}
.cid-v1NpEfgtsx .mbr-text {
  color: #bbbbbb;
}
.cid-v1NpEfgtsx .mbr-section-subtitle {
  color: #000000;
}
.cid-v1NpEfgtsx .list,
.cid-v1NpEfgtsx .item-wrap {
  color: #232323;
}
.cid-v1NpEfgtsx .copyright {
  color: #000000;
}
