.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Raleway', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #48d41d !important;
}
.bg-danger {
  background-color: #f5793b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #48d41d !important;
  border-color: #48d41d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #2e8813 !important;
  border-color: #2e8813 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2e8813 !important;
  border-color: #2e8813 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f5793b !important;
  border-color: #f5793b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #cf4c0b !important;
  border-color: #cf4c0b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cf4c0b !important;
  border-color: #cf4c0b !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #48d41d;
  color: #48d41d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #2e8813 !important;
  background-color: transparent!important;
  border-color: #2e8813 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #48d41d !important;
  border-color: #48d41d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f5793b;
  color: #f5793b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #cf4c0b !important;
  background-color: transparent!important;
  border-color: #cf4c0b !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f5793b !important;
  border-color: #f5793b !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: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #48d41d !important;
}
.text-danger {
  color: #f5793b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #2a7a11 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c0470a !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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #48d41d;
}
.alert-danger {
  background-color: #f5793b;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.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: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d1f7c6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffefd;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Raleway', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !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: #ff6666 !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='%236592e6' %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;
}
.cid-srrMDdwcQP {
  display: flex;
  padding-top: 135px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/jumbotron-gezin-tent-max1-1440x650.webp");
}
.cid-srrMDdwcQP .mbr-overlay {
  background-color: #353535;
  opacity: 0.3;
}
.cid-srrMDdwcQP .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-srrMDdwcQP {
    align-items: flex-end;
  }
  .cid-srrMDdwcQP .row {
    justify-content: center;
  }
  .cid-srrMDdwcQP .content-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-srrMDdwcQP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-srrMDdwcQP {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-srrMDdwcQP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-srrMDdwcQP .content-wrap {
    width: 100%;
  }
}
.cid-srrMDdwcQP .mbr-section-title {
  text-align: center;
}
.cid-tnp8pUHetf {
  background-image: url("../../../assets/images/nederlandse-eigenaar-4801-450x297.webp");
}
.cid-tnp8pUHetf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnp8pUHetf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnp8pUHetf .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tnp8pUHetf .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  color: #ffffff;
}
.cid-tnp8pUHetf .social-row .soc-item .mbr-iconfont:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-tnp8pUHetf .mbr-section-title {
  color: #ffffff;
}
.cid-srrM6BsbRc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-srrM6BsbRc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-srrM6BsbRc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-srrM6BsbRc .text-wrapper {
    padding: 2rem;
  }
}
.cid-sTnBmwATJh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sqN078d8Z4 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1303.webp");
}
.cid-sqN078d8Z4 .mbr-overlay {
  background: #fafafa;
  opacity: 0.8;
}
.cid-sqN078d8Z4 img,
.cid-sqN078d8Z4 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sqN078d8Z4 .item:focus,
.cid-sqN078d8Z4 span:focus {
  outline: none;
}
.cid-sqN078d8Z4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sqN078d8Z4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sqN078d8Z4 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sqN078d8Z4 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sqN078d8Z4 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sqN078d8Z4 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sqN078d8Z4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sqN078d8Z4 .mbr-section-title {
  color: #000000;
}
.cid-sqN078d8Z4 .mbr-text,
.cid-sqN078d8Z4 .mbr-section-btn {
  text-align: left;
}
.cid-sqN078d8Z4 .item-title {
  text-align: left;
}
.cid-sqN078d8Z4 .item-subtitle {
  text-align: left;
  color: #e6c63b;
}
.cid-sqN8DnoJbV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sqN8DnoJbV .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-sqN8DnoJbV .mbr-section-title,
.cid-sqN8DnoJbV .mbr-section-subtitle {
  text-align: center;
}
.cid-sqN8DnoJbV .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sqN8DnoJbV .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sqN8DnoJbV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sqN8DnoJbV .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sqN8DnoJbV .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqN8DnoJbV .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvuZPNw1m8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tvuZPNw1m8 nav.navbar {
  position: fixed;
}
.cid-tvuZPNw1m8 .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;
}
.cid-tvuZPNw1m8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tvuZPNw1m8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tvuZPNw1m8 .dropdown-item:hover,
.cid-tvuZPNw1m8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tvuZPNw1m8 .dropdown-item:hover span {
  color: white;
}
.cid-tvuZPNw1m8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tvuZPNw1m8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tvuZPNw1m8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tvuZPNw1m8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tvuZPNw1m8 .nav-link {
  position: relative;
}
.cid-tvuZPNw1m8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tvuZPNw1m8 .container {
    flex-wrap: nowrap;
  }
}
.cid-tvuZPNw1m8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tvuZPNw1m8 .dropdown-menu,
.cid-tvuZPNw1m8 .navbar.opened {
  background: #353535 !important;
}
.cid-tvuZPNw1m8 .nav-item:focus,
.cid-tvuZPNw1m8 .nav-link:focus {
  outline: none;
}
.cid-tvuZPNw1m8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tvuZPNw1m8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tvuZPNw1m8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tvuZPNw1m8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvuZPNw1m8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tvuZPNw1m8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tvuZPNw1m8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-tvuZPNw1m8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tvuZPNw1m8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tvuZPNw1m8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tvuZPNw1m8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tvuZPNw1m8 .navbar.collapsed {
  justify-content: center;
}
.cid-tvuZPNw1m8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tvuZPNw1m8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tvuZPNw1m8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-tvuZPNw1m8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tvuZPNw1m8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tvuZPNw1m8 .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-tvuZPNw1m8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tvuZPNw1m8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tvuZPNw1m8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tvuZPNw1m8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tvuZPNw1m8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tvuZPNw1m8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tvuZPNw1m8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tvuZPNw1m8 .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-tvuZPNw1m8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tvuZPNw1m8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tvuZPNw1m8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tvuZPNw1m8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tvuZPNw1m8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tvuZPNw1m8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tvuZPNw1m8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tvuZPNw1m8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tvuZPNw1m8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tvuZPNw1m8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tvuZPNw1m8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tvuZPNw1m8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tvuZPNw1m8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tvuZPNw1m8 .dropdown-item.active,
.cid-tvuZPNw1m8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tvuZPNw1m8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tvuZPNw1m8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tvuZPNw1m8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tvuZPNw1m8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tvuZPNw1m8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tvuZPNw1m8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvuZPNw1m8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tvuZPNw1m8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tvuZPNw1m8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tvuZPNw1m8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tvuZPNw1m8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tvuZPNw1m8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvuZPNw1m8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvuZPNw1m8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tvuZPNw1m8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvuZPNw1m8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tvuZPNw1m8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tvuZPNw1m8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvuZPNw1m8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tvuZPNw1m8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvuZPNw1m8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tvuZPNw1m8 .navbar {
    height: 70px;
  }
  .cid-tvuZPNw1m8 .navbar.opened {
    height: auto;
  }
  .cid-tvuZPNw1m8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srrM2UOYfE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1126.webp");
}
.cid-srrM2UOYfE .mbr-section-title,
.cid-srrM2UOYfE .mbr-section-subtitle {
  text-align: center;
}
.cid-srrM2UOYfE .cost {
  word-break: normal;
}
.cid-srrM2UOYfE .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-srrM2UOYfE .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-srrM2UOYfE .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-srrM2UOYfE .card-wrapper {
    padding: 1rem;
  }
}
.cid-srrM2UOYfE P {
  color: #000000;
}
.cid-srrM3QWR5m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-srrM3QWR5m ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-srrM3QWR5m li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-srrM3QWR5m ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-srrM3QWR5m .list {
  text-align: center;
}
.cid-srrM3QWR5m H3 {
  text-align: center;
}
.cid-tSN6QNFKUD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3f1f1;
}
.cid-tSN6QNFKUD .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tSN6QNFKUD .counter-container ol li {
  margin-bottom: 0rem;
  line-height: 50px;
}
.cid-tSN6QNFKUD .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-tSN6QNFKUD .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #efefef;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSN6QNFKUD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSN6QNFKUD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSN6QNFKUD .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-tSN6QNFKUD .currentcost {
  color: #232323;
}
.cid-tSN6QNFKUD .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-tSN6QNFKUD .links {
    padding-left: 16px;
    padding-right: 0px;
  }
  .cid-tSN6QNFKUD .rechts {
    padding-left: 0px;
    padding-right: 16px;
  }
  .cid-tSN6QNFKUD .text-box {
    padding: 2rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSN6QNFKUD .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSN6QNFKUD .text-box {
    padding: 1rem;
  }
}
.cid-tSN6QNFKUD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSN6QNFKUD .google-map {
  height: 30rem;
  position: relative;
  background-color: cornflowerblue;
}
.cid-tSN6QNFKUD .google-map iframe {
  height: 100%;
  width: 100%;
  opacity: 1;
  pointer-events: none ;
}
.cid-tSN6QNFKUD .i4ewOd-pzNkMb-haAclf {
  background-color: #e1dfd3;
}
.cid-tSN6QNFKUD H5 {
  color: #414a54;
}
.cid-tSN6QNFKUD .mbr-text {
  text-align: left;
  color: #414a54;
}
.cid-tF4gYPK8pK {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tF4gYPK8pK {
    padding-top: 7rem;
    padding-bottom: 10rem;
  }
}
.cid-tF4gYPK8pK .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-tF4gYPK8pK picture {
  height: 100%;
  object-fit: cover;
}
.cid-tF4gYPK8pK picture source {
  height: 100%;
  object-fit: cover;
}
.cid-tF4gYPK8pK picture img {
  height: 100%;
  object-fit: cover;
}
.cid-tF4gYPK8pK .achtergrond {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tF4gYPK8pK .mbr-section-title {
  color: #ffffff;
}
.cid-tF4gYPK8pK .mbr-text,
.cid-tF4gYPK8pK .mbr-section-btn {
  color: #ffffff;
}
.cid-tAJw14MttU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAJw14MttU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAJw14MttU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAJw14MttU .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tAJw14MttU .icon-box {
  background: #efefef;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tAJw14MttU .mbr-iconfont {
  font-size: 2rem;
  color: #707070;
}
@media (max-width: 991px) {
  .cid-tAJw14MttU .card {
    margin-bottom: 2rem;
  }
  .cid-tAJw14MttU .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAJw14MttU .icon-title {
  color: #000000;
}
.cid-tAJw14MttU .card-title,
.cid-tAJw14MttU .card-box {
  color: #000000;
}
.cid-tAJw14MttU .mbr-text,
.cid-tAJw14MttU .mbr-section-btn {
  color: #000000;
}
.cid-tAJw15eydi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAJw15eydi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAJw15eydi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAJw15eydi .mbr-section-title {
  color: #000000;
}
.cid-tAJw15eydi .mbr-section-subtitle {
  color: #000000;
}
.cid-tF4nVEQd0R {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tF4nVEQd0R .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tF4nVEQd0R img {
  width: 100%;
}
.cid-tF4nVEQd0R picture {
  height: 100%;
  object-fit: cover;
}
.cid-tF4nVEQd0R picture source {
  height: 100%;
  object-fit: cover;
}
.cid-tF4nVEQd0R picture img {
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tF4nVEQd0R .text-wrapper {
    padding: 2rem 0 2rem 2rem;
  }
  .cid-tF4nVEQd0R .flex-row-reverse .text-wrapper {
    padding: 2rem 2rem 2rem 0;
  }
}
.cid-tF4nVEQd0R .mbr-section-title {
  color: #232323;
}
.cid-tF4nVEQd0R .mbr-text {
  color: #000000;
}
.cid-tF4nVEQd0R .mbr-description {
  color: #000000;
}
.cid-tFfQ1uNblp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #baae9d;
}
.cid-tFfQ1uNblp #modalSheet {
  top: 70px !important;
}
.cid-tFfQ1uNblp .crumbs {
  font-family: 'Raleway', sans-serif;
  color: #353535;
  font-size: 0.8rem;
  line-height: 1;
}
.cid-tFfQ1uNblp img,
.cid-tFfQ1uNblp .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tFfQ1uNblp .item:focus,
.cid-tFfQ1uNblp span:focus {
  outline: none;
}
.cid-tFfQ1uNblp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tFfQ1uNblp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tFfQ1uNblp .item-wrapper .item-content {
    padding: 1rem 2rem 0;
  }
  .cid-tFfQ1uNblp .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tFfQ1uNblp .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tFfQ1uNblp .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tFfQ1uNblp .mbr-section-btn {
  margin-top: auto !important;
  position: relative;
}
.cid-tFfQ1uNblp .mbr-section-title {
  color: #000000;
}
.cid-tFfQ1uNblp .mbr-text,
.cid-tFfQ1uNblp .mbr-section-btn {
  text-align: left;
}
.cid-tFfQ1uNblp .item-title {
  text-align: left;
  color: #000000;
}
.cid-tFfQ1uNblp .item-subtitle {
  text-align: left;
  color: #e6c63b;
}
.cid-tFfQ1uNblp .item-img {
  position: relative;
  justify-content: center;
}
.cid-tFfQ1uNblp .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-tFfQ1uNblp .item-img .img-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-tFfQ1uNblp .item-img .img-description p {
  margin-bottom: 0;
}
.cid-tFfQ1uNblp .item-img .img-description:hover {
  zoom: 1.2;
}
.cid-tFfQ1uNblp .btn:hover::after {
  transform: translate(0.25em, 0);
}
.cid-tFfQ1uNblp .btn::after {
  content: ">";
}
.cid-tFfQ1uNblp P {
  color: #000000;
}
.cid-tF4nYvvmpL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tF4nYvvmpL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tF4nYvvmpL img {
  width: 100%;
}
.cid-tF4nYvvmpL picture {
  height: 100%;
  object-fit: cover;
}
.cid-tF4nYvvmpL picture source {
  height: 100%;
  object-fit: cover;
}
.cid-tF4nYvvmpL picture img {
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tF4nYvvmpL .text-wrapper {
    padding: 2rem 0 2rem 2rem;
  }
  .cid-tF4nYvvmpL .flex-row-reverse .text-wrapper {
    padding: 2rem 2rem 2rem 0;
  }
}
.cid-tF4nYvvmpL .mbr-section-title {
  color: #000000;
}
.cid-tF4nYvvmpL .mbr-text {
  color: #000000;
}
.cid-tF4nYvvmpL .mbr-description {
  color: #000000;
}
.cid-tBffu2t3rn {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBffu2t3rn .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tBffu2t3rn .counter-container ol li {
  margin-bottom: 0rem;
  line-height: 50px;
}
.cid-tBffu2t3rn .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-tBffu2t3rn .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #efefef;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBffu2t3rn .mbr-section-title {
  color: #000000;
}
.cid-tvuZPNw1m8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tvuZPNw1m8 nav.navbar {
  position: fixed;
}
.cid-tvuZPNw1m8 .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;
}
.cid-tvuZPNw1m8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tvuZPNw1m8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tvuZPNw1m8 .dropdown-item:hover,
.cid-tvuZPNw1m8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tvuZPNw1m8 .dropdown-item:hover span {
  color: white;
}
.cid-tvuZPNw1m8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tvuZPNw1m8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tvuZPNw1m8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tvuZPNw1m8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tvuZPNw1m8 .nav-link {
  position: relative;
}
.cid-tvuZPNw1m8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tvuZPNw1m8 .container {
    flex-wrap: nowrap;
  }
}
.cid-tvuZPNw1m8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tvuZPNw1m8 .dropdown-menu,
.cid-tvuZPNw1m8 .navbar.opened {
  background: #353535 !important;
}
.cid-tvuZPNw1m8 .nav-item:focus,
.cid-tvuZPNw1m8 .nav-link:focus {
  outline: none;
}
.cid-tvuZPNw1m8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tvuZPNw1m8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tvuZPNw1m8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tvuZPNw1m8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvuZPNw1m8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tvuZPNw1m8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tvuZPNw1m8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-tvuZPNw1m8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tvuZPNw1m8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tvuZPNw1m8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tvuZPNw1m8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tvuZPNw1m8 .navbar.collapsed {
  justify-content: center;
}
.cid-tvuZPNw1m8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tvuZPNw1m8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tvuZPNw1m8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-tvuZPNw1m8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tvuZPNw1m8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tvuZPNw1m8 .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-tvuZPNw1m8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tvuZPNw1m8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tvuZPNw1m8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tvuZPNw1m8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tvuZPNw1m8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tvuZPNw1m8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tvuZPNw1m8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tvuZPNw1m8 .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-tvuZPNw1m8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tvuZPNw1m8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tvuZPNw1m8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tvuZPNw1m8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tvuZPNw1m8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tvuZPNw1m8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tvuZPNw1m8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tvuZPNw1m8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tvuZPNw1m8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tvuZPNw1m8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tvuZPNw1m8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tvuZPNw1m8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tvuZPNw1m8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tvuZPNw1m8 .dropdown-item.active,
.cid-tvuZPNw1m8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tvuZPNw1m8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tvuZPNw1m8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tvuZPNw1m8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tvuZPNw1m8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tvuZPNw1m8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tvuZPNw1m8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvuZPNw1m8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tvuZPNw1m8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tvuZPNw1m8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tvuZPNw1m8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tvuZPNw1m8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tvuZPNw1m8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvuZPNw1m8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvuZPNw1m8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tvuZPNw1m8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvuZPNw1m8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tvuZPNw1m8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tvuZPNw1m8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvuZPNw1m8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tvuZPNw1m8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvuZPNw1m8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tvuZPNw1m8 .navbar {
    height: 70px;
  }
  .cid-tvuZPNw1m8 .navbar.opened {
    height: auto;
  }
  .cid-tvuZPNw1m8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJ7meBahwJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tJ7meBahwJ {
    padding-top: 7rem;
    padding-bottom: 10rem;
  }
}
.cid-tJ7meBahwJ .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-tJ7meBahwJ picture {
  height: 100%;
  object-fit: cover;
}
.cid-tJ7meBahwJ picture source {
  height: 100%;
  object-fit: cover;
}
.cid-tJ7meBahwJ picture img {
  height: 100%;
  object-fit: cover;
}
.cid-tJ7meBahwJ .achtergrond {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ7meBahwJ .mbr-section-title {
  color: #ffffff;
}
.cid-tJ7meBahwJ .mbr-text,
.cid-tJ7meBahwJ .mbr-section-btn {
  color: #ffffff;
}
.cid-tJ7miSydC3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJ7miSydC3 .mbr-section-title {
  text-align: center;
}
.cid-tJ7miSydC3 .mbr-section-subtitle {
  text-align: center;
}
.cid-tJ7miSydC3 .mbr-text {
  text-align: center;
}
.cid-tJ7mtpKGVK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #baae9d;
}
.cid-tJ7mtpKGVK #modalSheet {
  top: 70px !important;
}
.cid-tJ7mtpKGVK .crumbs {
  font-family: 'Raleway', sans-serif;
  color: #353535;
  font-size: 0.8rem;
  line-height: 1;
}
.cid-tJ7mtpKGVK img,
.cid-tJ7mtpKGVK .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tJ7mtpKGVK .item:focus,
.cid-tJ7mtpKGVK span:focus {
  outline: none;
}
.cid-tJ7mtpKGVK .item {
  margin-bottom: 2rem;
}
.cid-tJ7mtpKGVK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tJ7mtpKGVK .item-wrapper .item-content {
    padding: 1rem 2rem 0;
  }
  .cid-tJ7mtpKGVK .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJ7mtpKGVK .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tJ7mtpKGVK .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tJ7mtpKGVK .mbr-section-btn {
  margin-top: auto !important;
  position: relative;
}
.cid-tJ7mtpKGVK .mbr-section-title {
  color: #ffffff;
}
.cid-tJ7mtpKGVK .mbr-text,
.cid-tJ7mtpKGVK .mbr-section-btn {
  text-align: left;
}
.cid-tJ7mtpKGVK .item-title {
  text-align: left;
  color: #353535;
}
.cid-tJ7mtpKGVK .item-subtitle {
  text-align: left;
  color: #e6c63b;
}
.cid-tJ7mtpKGVK .item-img {
  position: relative;
  justify-content: center;
}
.cid-tJ7mtpKGVK .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-tJ7mtpKGVK .item-img .img-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-tJ7mtpKGVK .item-img .img-description p {
  margin-bottom: 0;
}
.cid-tJ7mtpKGVK .item-img .img-description:hover {
  zoom: 1.2;
}
.cid-tJ7mtpKGVK .btn:hover::after {
  transform: translate(0.25em, 0);
}
.cid-tJ7mtpKGVK .btn::after {
  content: ">";
}
.cid-tJ7mCwNcLC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tJ7mH5Fr97 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tJ7mH5Fr97 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tJ7mH5Fr97 .counter-container ol li {
  margin-bottom: 0rem;
  line-height: 50px;
}
.cid-tJ7mH5Fr97 .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-tJ7mH5Fr97 .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #efefef;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJ7mH5Fr97 .mbr-section-title {
  color: #666666;
}
.cid-tJ7mIWg9Bq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tJ7mIWg9Bq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ7mIWg9Bq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ7mIWg9Bq .mbr-section-title {
  color: #666666;
}
.cid-tJ7mIWg9Bq .mbr-section-subtitle {
  color: #000000;
}
.cid-tOmhiY3V8W {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tOmhiY3V8W nav.navbar {
  position: fixed;
}
.cid-tOmhiY3V8W .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;
}
.cid-tOmhiY3V8W .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOmhiY3V8W .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tOmhiY3V8W .dropdown-item:hover,
.cid-tOmhiY3V8W .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tOmhiY3V8W .dropdown-item:hover span {
  color: white;
}
.cid-tOmhiY3V8W .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOmhiY3V8W .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOmhiY3V8W .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOmhiY3V8W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOmhiY3V8W .nav-link {
  position: relative;
}
.cid-tOmhiY3V8W .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tOmhiY3V8W .container {
    flex-wrap: nowrap;
  }
}
.cid-tOmhiY3V8W .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tOmhiY3V8W .dropdown-menu,
.cid-tOmhiY3V8W .navbar.opened {
  background: #353535 !important;
}
.cid-tOmhiY3V8W .nav-item:focus,
.cid-tOmhiY3V8W .nav-link:focus {
  outline: none;
}
.cid-tOmhiY3V8W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOmhiY3V8W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOmhiY3V8W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOmhiY3V8W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOmhiY3V8W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOmhiY3V8W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOmhiY3V8W .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-tOmhiY3V8W .navbar.opened {
  transition: all 0.3s;
}
.cid-tOmhiY3V8W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOmhiY3V8W .navbar .navbar-logo img {
  width: auto;
}
.cid-tOmhiY3V8W .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOmhiY3V8W .navbar.collapsed {
  justify-content: center;
}
.cid-tOmhiY3V8W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOmhiY3V8W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOmhiY3V8W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-tOmhiY3V8W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOmhiY3V8W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOmhiY3V8W .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-tOmhiY3V8W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOmhiY3V8W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOmhiY3V8W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOmhiY3V8W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOmhiY3V8W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOmhiY3V8W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOmhiY3V8W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOmhiY3V8W .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-tOmhiY3V8W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOmhiY3V8W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOmhiY3V8W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOmhiY3V8W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOmhiY3V8W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOmhiY3V8W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tOmhiY3V8W .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tOmhiY3V8W .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOmhiY3V8W .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOmhiY3V8W .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOmhiY3V8W .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOmhiY3V8W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOmhiY3V8W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOmhiY3V8W .dropdown-item.active,
.cid-tOmhiY3V8W .dropdown-item:active {
  background-color: transparent;
}
.cid-tOmhiY3V8W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOmhiY3V8W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOmhiY3V8W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOmhiY3V8W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tOmhiY3V8W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOmhiY3V8W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOmhiY3V8W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOmhiY3V8W .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOmhiY3V8W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOmhiY3V8W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tOmhiY3V8W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOmhiY3V8W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOmhiY3V8W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOmhiY3V8W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOmhiY3V8W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOmhiY3V8W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOmhiY3V8W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOmhiY3V8W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOmhiY3V8W .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tOmhiY3V8W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOmhiY3V8W .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOmhiY3V8W .navbar {
    height: 70px;
  }
  .cid-tOmhiY3V8W .navbar.opened {
    height: auto;
  }
  .cid-tOmhiY3V8W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOmhiYwbph {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tOmhiYwbph {
    padding-top: 7rem;
    padding-bottom: 10rem;
  }
}
.cid-tOmhiYwbph .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-tOmhiYwbph picture {
  height: 100%;
  object-fit: cover;
}
.cid-tOmhiYwbph picture source {
  height: 100%;
  object-fit: cover;
}
.cid-tOmhiYwbph picture img {
  height: 100%;
  object-fit: cover;
}
.cid-tOmhiYwbph .achtergrond {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOmhiYwbph .mbr-section-title {
  color: #ffffff;
}
.cid-tOmhiYwbph .mbr-text,
.cid-tOmhiYwbph .mbr-section-btn {
  color: #ffffff;
}
.cid-tOmhiYPfVt {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tOmhiYPfVt .mbr-section-title {
  text-align: center;
}
.cid-tOmhiYPfVt .mbr-section-subtitle {
  text-align: center;
}
.cid-tOmhiYPfVt .mbr-text {
  text-align: center;
}
.cid-tOmhiZ1Fcc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #baae9d;
}
.cid-tOmhiZ1Fcc #modalSheet {
  top: 70px !important;
}
.cid-tOmhiZ1Fcc .crumbs {
  font-family: 'Raleway', sans-serif;
  color: #353535;
  font-size: 0.8rem;
  line-height: 1;
}
.cid-tOmhiZ1Fcc img,
.cid-tOmhiZ1Fcc .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tOmhiZ1Fcc .item:focus,
.cid-tOmhiZ1Fcc span:focus {
  outline: none;
}
.cid-tOmhiZ1Fcc .item {
  margin-bottom: 2rem;
}
.cid-tOmhiZ1Fcc .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tOmhiZ1Fcc .item-wrapper .item-content {
    padding: 1rem 2rem 0;
  }
  .cid-tOmhiZ1Fcc .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOmhiZ1Fcc .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tOmhiZ1Fcc .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tOmhiZ1Fcc .mbr-section-btn {
  margin-top: auto !important;
  position: relative;
}
.cid-tOmhiZ1Fcc .mbr-section-title {
  color: #ffffff;
}
.cid-tOmhiZ1Fcc .mbr-text,
.cid-tOmhiZ1Fcc .mbr-section-btn {
  text-align: left;
}
.cid-tOmhiZ1Fcc .item-title {
  text-align: left;
  color: #353535;
}
.cid-tOmhiZ1Fcc .item-subtitle {
  text-align: left;
  color: #e6c63b;
}
.cid-tOmhiZ1Fcc .item-img {
  position: relative;
  justify-content: center;
}
.cid-tOmhiZ1Fcc .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-tOmhiZ1Fcc .item-img .img-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-tOmhiZ1Fcc .item-img .img-description p {
  margin-bottom: 0;
}
.cid-tOmhiZ1Fcc .item-img .img-description:hover {
  zoom: 1.2;
}
.cid-tOmhiZ1Fcc .btn:hover::after {
  transform: translate(0.25em, 0);
}
.cid-tOmhiZ1Fcc .btn::after {
  content: ">";
}
.cid-tOmhj08Wd4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOmhj0M5uk {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOmhj0M5uk .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tOmhj0M5uk .counter-container ol li {
  margin-bottom: 0rem;
  line-height: 50px;
}
.cid-tOmhj0M5uk .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-tOmhj0M5uk .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #efefef;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOmhj0M5uk .mbr-section-title {
  color: #666666;
}
.cid-tOmhj19JZX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tOmhj19JZX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOmhj19JZX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOmhj19JZX .mbr-section-title {
  color: #666666;
}
.cid-tOmhj19JZX .mbr-section-subtitle {
  color: #000000;
}
.cid-tSSWnFhxMG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tSSWnFhxMG nav.navbar {
  position: fixed;
}
.cid-tSSWnFhxMG .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;
}
.cid-tSSWnFhxMG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSSWnFhxMG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tSSWnFhxMG .dropdown-item:hover,
.cid-tSSWnFhxMG .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tSSWnFhxMG .dropdown-item:hover span {
  color: white;
}
.cid-tSSWnFhxMG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSSWnFhxMG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSSWnFhxMG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tSSWnFhxMG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSSWnFhxMG .nav-link {
  position: relative;
}
.cid-tSSWnFhxMG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tSSWnFhxMG .container {
    flex-wrap: nowrap;
  }
}
.cid-tSSWnFhxMG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSSWnFhxMG .dropdown-menu,
.cid-tSSWnFhxMG .navbar.opened {
  background: #353535 !important;
}
.cid-tSSWnFhxMG .nav-item:focus,
.cid-tSSWnFhxMG .nav-link:focus {
  outline: none;
}
.cid-tSSWnFhxMG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSSWnFhxMG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSSWnFhxMG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSSWnFhxMG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSSWnFhxMG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSSWnFhxMG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSSWnFhxMG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-tSSWnFhxMG .navbar.opened {
  transition: all 0.3s;
}
.cid-tSSWnFhxMG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSSWnFhxMG .navbar .navbar-logo img {
  width: auto;
}
.cid-tSSWnFhxMG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSSWnFhxMG .navbar.collapsed {
  justify-content: center;
}
.cid-tSSWnFhxMG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSSWnFhxMG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSSWnFhxMG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-tSSWnFhxMG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSSWnFhxMG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSSWnFhxMG .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-tSSWnFhxMG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSSWnFhxMG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSSWnFhxMG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSSWnFhxMG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSSWnFhxMG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSSWnFhxMG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSSWnFhxMG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSSWnFhxMG .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-tSSWnFhxMG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSSWnFhxMG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSSWnFhxMG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSSWnFhxMG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSSWnFhxMG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSSWnFhxMG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tSSWnFhxMG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tSSWnFhxMG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSSWnFhxMG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSSWnFhxMG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSSWnFhxMG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tSSWnFhxMG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSSWnFhxMG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSSWnFhxMG .dropdown-item.active,
.cid-tSSWnFhxMG .dropdown-item:active {
  background-color: transparent;
}
.cid-tSSWnFhxMG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSSWnFhxMG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSSWnFhxMG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSSWnFhxMG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tSSWnFhxMG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSSWnFhxMG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSSWnFhxMG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSSWnFhxMG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSSWnFhxMG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSSWnFhxMG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tSSWnFhxMG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSSWnFhxMG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSSWnFhxMG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSSWnFhxMG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSSWnFhxMG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSSWnFhxMG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSSWnFhxMG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSSWnFhxMG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSSWnFhxMG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tSSWnFhxMG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSSWnFhxMG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tSSWnFhxMG .navbar {
    height: 70px;
  }
  .cid-tSSWnFhxMG .navbar.opened {
    height: auto;
  }
  .cid-tSSWnFhxMG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSSWnFFURo {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tSSWnFFURo {
    padding-top: 7rem;
    padding-bottom: 10rem;
  }
}
.cid-tSSWnFFURo .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-tSSWnFFURo picture {
  height: 100%;
  object-fit: cover;
}
.cid-tSSWnFFURo picture source {
  height: 100%;
  object-fit: cover;
}
.cid-tSSWnFFURo picture img {
  height: 100%;
  object-fit: cover;
}
.cid-tSSWnFFURo .achtergrond {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSSWnFFURo .mbr-section-title {
  color: #ffffff;
}
.cid-tSSWnFFURo .mbr-text,
.cid-tSSWnFFURo .mbr-section-btn {
  color: #ffffff;
}
.cid-tT4rHCNeuO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tT4rHCNeuO .mbr-section-title {
  text-align: center;
}
.cid-tT4rHCNeuO .mbr-section-subtitle {
  text-align: center;
}
.cid-tT4rHCNeuO .mbr-text {
  text-align: center;
}
.cid-tSSWnFUEvP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #baae9d;
}
.cid-tSSWnFUEvP #modalSheet {
  top: 70px !important;
}
.cid-tSSWnFUEvP .crumbs {
  font-family: 'Raleway', sans-serif;
  color: #353535;
  font-size: 0.8rem;
  line-height: 1;
}
.cid-tSSWnFUEvP img,
.cid-tSSWnFUEvP .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tSSWnFUEvP .item:focus,
.cid-tSSWnFUEvP span:focus {
  outline: none;
}
.cid-tSSWnFUEvP .item {
  margin-bottom: 2rem;
}
.cid-tSSWnFUEvP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tSSWnFUEvP .item-wrapper .item-content {
    padding: 1rem 2rem 0;
  }
  .cid-tSSWnFUEvP .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSSWnFUEvP .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tSSWnFUEvP .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tSSWnFUEvP .mbr-section-btn {
  margin-top: auto !important;
  position: relative;
}
.cid-tSSWnFUEvP .mbr-section-title {
  color: #ffffff;
}
.cid-tSSWnFUEvP .mbr-text,
.cid-tSSWnFUEvP .mbr-section-btn {
  text-align: left;
}
.cid-tSSWnFUEvP .item-title {
  text-align: left;
  color: #353535;
}
.cid-tSSWnFUEvP .item-subtitle {
  text-align: left;
  color: #e6c63b;
}
.cid-tSSWnFUEvP .item-img {
  position: relative;
  justify-content: center;
}
.cid-tSSWnFUEvP .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-tSSWnFUEvP .item-img .img-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-tSSWnFUEvP .item-img .img-description p {
  margin-bottom: 0;
}
.cid-tSSWnFUEvP .item-img .img-description:hover {
  zoom: 1.2;
}
.cid-tSSWnFUEvP .btn:hover::after {
  transform: translate(0.25em, 0);
}
.cid-tSSWnFUEvP .btn::after {
  content: ">";
}
.cid-tST0jE8Dla {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tST0jE8Dla .mbr-fallback-image.disabled {
  display: none;
}
.cid-tST0jE8Dla .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tST0jE8Dla .google-map {
  height: 30rem;
  position: relative;
}
.cid-tST0jE8Dla .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tST0jE8Dla .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tST0jE8Dla .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tST0jE8Dla .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tSSWnHFQ9f {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSSWnHFQ9f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSSWnHFQ9f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSSWnHFQ9f .mbr-section-title {
  color: #666666;
}
.cid-tSSWnHFQ9f .mbr-section-subtitle {
  color: #000000;
}
.cid-tU0grIZIUh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tU0grIZIUh nav.navbar {
  position: fixed;
}
.cid-tU0grIZIUh .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;
}
.cid-tU0grIZIUh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tU0grIZIUh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tU0grIZIUh .dropdown-item:hover,
.cid-tU0grIZIUh .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tU0grIZIUh .dropdown-item:hover span {
  color: white;
}
.cid-tU0grIZIUh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tU0grIZIUh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tU0grIZIUh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tU0grIZIUh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tU0grIZIUh .nav-link {
  position: relative;
}
.cid-tU0grIZIUh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tU0grIZIUh .container {
    flex-wrap: nowrap;
  }
}
.cid-tU0grIZIUh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tU0grIZIUh .dropdown-menu,
.cid-tU0grIZIUh .navbar.opened {
  background: #353535 !important;
}
.cid-tU0grIZIUh .nav-item:focus,
.cid-tU0grIZIUh .nav-link:focus {
  outline: none;
}
.cid-tU0grIZIUh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tU0grIZIUh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tU0grIZIUh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tU0grIZIUh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tU0grIZIUh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tU0grIZIUh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tU0grIZIUh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-tU0grIZIUh .navbar.opened {
  transition: all 0.3s;
}
.cid-tU0grIZIUh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tU0grIZIUh .navbar .navbar-logo img {
  width: auto;
}
.cid-tU0grIZIUh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tU0grIZIUh .navbar.collapsed {
  justify-content: center;
}
.cid-tU0grIZIUh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tU0grIZIUh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tU0grIZIUh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-tU0grIZIUh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tU0grIZIUh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tU0grIZIUh .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-tU0grIZIUh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tU0grIZIUh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tU0grIZIUh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tU0grIZIUh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tU0grIZIUh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tU0grIZIUh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tU0grIZIUh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tU0grIZIUh .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-tU0grIZIUh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tU0grIZIUh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tU0grIZIUh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tU0grIZIUh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tU0grIZIUh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tU0grIZIUh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tU0grIZIUh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tU0grIZIUh .navbar.navbar-short {
  min-height: 60px;
}
.cid-tU0grIZIUh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tU0grIZIUh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tU0grIZIUh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tU0grIZIUh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tU0grIZIUh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tU0grIZIUh .dropdown-item.active,
.cid-tU0grIZIUh .dropdown-item:active {
  background-color: transparent;
}
.cid-tU0grIZIUh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tU0grIZIUh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tU0grIZIUh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tU0grIZIUh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tU0grIZIUh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tU0grIZIUh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tU0grIZIUh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tU0grIZIUh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tU0grIZIUh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tU0grIZIUh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tU0grIZIUh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tU0grIZIUh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tU0grIZIUh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tU0grIZIUh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tU0grIZIUh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tU0grIZIUh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tU0grIZIUh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tU0grIZIUh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tU0grIZIUh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tU0grIZIUh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tU0grIZIUh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tU0grIZIUh .navbar {
    height: 70px;
  }
  .cid-tU0grIZIUh .navbar.opened {
    height: auto;
  }
  .cid-tU0grIZIUh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tU0grJkybr {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tU0grJkybr {
    padding-top: 7rem;
    padding-bottom: 10rem;
  }
}
.cid-tU0grJkybr .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-tU0grJkybr picture {
  height: 100%;
  object-fit: cover;
}
.cid-tU0grJkybr picture source {
  height: 100%;
  object-fit: cover;
}
.cid-tU0grJkybr picture img {
  height: 100%;
  object-fit: cover;
}
.cid-tU0grJkybr .achtergrond {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tU0grJkybr .mbr-section-title {
  color: #ffffff;
}
.cid-tU0grJkybr .mbr-text,
.cid-tU0grJkybr .mbr-section-btn {
  color: #ffffff;
}
.cid-tU0grJx5qr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tU0grJx5qr .mbr-section-title {
  text-align: center;
}
.cid-tU0grJx5qr .mbr-section-subtitle {
  text-align: center;
}
.cid-tU0grJx5qr .mbr-text {
  text-align: center;
}
.cid-tU0grJHrI8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #baae9d;
}
.cid-tU0grJHrI8 #modalSheet {
  top: 70px !important;
}
.cid-tU0grJHrI8 .crumbs {
  font-family: 'Raleway', sans-serif;
  color: #353535;
  font-size: 0.8rem;
  line-height: 1;
}
.cid-tU0grJHrI8 img,
.cid-tU0grJHrI8 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tU0grJHrI8 .item:focus,
.cid-tU0grJHrI8 span:focus {
  outline: none;
}
.cid-tU0grJHrI8 .item {
  margin-bottom: 2rem;
}
.cid-tU0grJHrI8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tU0grJHrI8 .item-wrapper .item-content {
    padding: 1rem 2rem 0;
  }
  .cid-tU0grJHrI8 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tU0grJHrI8 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tU0grJHrI8 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tU0grJHrI8 .mbr-section-btn {
  margin-top: auto !important;
  position: relative;
}
.cid-tU0grJHrI8 .mbr-section-title {
  color: #ffffff;
}
.cid-tU0grJHrI8 .mbr-text,
.cid-tU0grJHrI8 .mbr-section-btn {
  text-align: left;
}
.cid-tU0grJHrI8 .item-title {
  text-align: left;
  color: #353535;
}
.cid-tU0grJHrI8 .item-subtitle {
  text-align: left;
  color: #e6c63b;
}
.cid-tU0grJHrI8 .item-img {
  position: relative;
  justify-content: center;
}
.cid-tU0grJHrI8 .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-tU0grJHrI8 .item-img .img-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-tU0grJHrI8 .item-img .img-description p {
  margin-bottom: 0;
}
.cid-tU0grJHrI8 .item-img .img-description:hover {
  zoom: 1.2;
}
.cid-tU0grJHrI8 .btn:hover::after {
  transform: translate(0.25em, 0);
}
.cid-tU0grJHrI8 .btn::after {
  content: ">";
}
.cid-tU0iElCgyz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tU0iElCgyz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tU0iElCgyz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tU0hlqjovz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tU0hlqjovz .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tU0hlqjovz .card {
  padding: 0 15px;
  height: auto;
  position: relative;
}
.cid-tU0hlqjovz .item-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-tU0hlqjovz .card-wrapper {
  background-color: #9b9287;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.6em;
}
.cid-tU0hlqjovz .card-linkk {
  position: relative;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.cid-tU0hlqjovz .mbr-number {
  margin: 0;
  opacity: 0;
  pointer-events: visible;
  color: #fff;
}
.cid-tU0hlqjovz .mbr-title {
  pointer-events: visible;
  color: #fff;
}
.cid-tU0hlqjovz .mbr-title::after {
  position: absolute;
  content: ">";
}
.cid-tU0hlqjovz .card-wrapper:hover {
  background-color: #afa496;
}
.cid-tU0hlqjovz .card-wrapper:hover .mbr-title::after {
  content: ">";
  transform: translate(0.25em, 0);
}
.cid-tU0hlqjovz .mbr-text {
  margin: 0;
  opacity: 0;
  pointer-events: visible;
  color: #EAEAEA;
}
.cid-tU0hlqjovz H4 {
  color: #ffffff;
  text-align: center;
}
.cid-tU0hlqjovz H2 {
  text-align: center;
  color: #353535;
}
.cid-tU0grKv5kw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tU0grKM5U3 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tU0grKM5U3 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tU0grKM5U3 .counter-container ol li {
  margin-bottom: 0rem;
  line-height: 50px;
}
.cid-tU0grKM5U3 .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-tU0grKM5U3 .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #efefef;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tU0grKM5U3 .mbr-section-title {
  color: #666666;
}
.cid-tU0grL0WNK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tU0grL0WNK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tU0grL0WNK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tU0grL0WNK .mbr-section-title {
  color: #666666;
}
.cid-tU0grL0WNK .mbr-section-subtitle {
  color: #000000;
}
.cid-tOmhiY3V8W {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tOmhiY3V8W nav.navbar {
  position: fixed;
}
.cid-tOmhiY3V8W .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;
}
.cid-tOmhiY3V8W .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOmhiY3V8W .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tOmhiY3V8W .dropdown-item:hover,
.cid-tOmhiY3V8W .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tOmhiY3V8W .dropdown-item:hover span {
  color: white;
}
.cid-tOmhiY3V8W .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOmhiY3V8W .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOmhiY3V8W .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOmhiY3V8W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOmhiY3V8W .nav-link {
  position: relative;
}
.cid-tOmhiY3V8W .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tOmhiY3V8W .container {
    flex-wrap: nowrap;
  }
}
.cid-tOmhiY3V8W .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tOmhiY3V8W .dropdown-menu,
.cid-tOmhiY3V8W .navbar.opened {
  background: #353535 !important;
}
.cid-tOmhiY3V8W .nav-item:focus,
.cid-tOmhiY3V8W .nav-link:focus {
  outline: none;
}
.cid-tOmhiY3V8W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOmhiY3V8W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOmhiY3V8W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOmhiY3V8W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOmhiY3V8W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOmhiY3V8W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOmhiY3V8W .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-tOmhiY3V8W .navbar.opened {
  transition: all 0.3s;
}
.cid-tOmhiY3V8W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOmhiY3V8W .navbar .navbar-logo img {
  width: auto;
}
.cid-tOmhiY3V8W .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOmhiY3V8W .navbar.collapsed {
  justify-content: center;
}
.cid-tOmhiY3V8W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOmhiY3V8W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOmhiY3V8W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-tOmhiY3V8W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOmhiY3V8W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOmhiY3V8W .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-tOmhiY3V8W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOmhiY3V8W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOmhiY3V8W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOmhiY3V8W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOmhiY3V8W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOmhiY3V8W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOmhiY3V8W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOmhiY3V8W .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-tOmhiY3V8W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOmhiY3V8W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOmhiY3V8W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOmhiY3V8W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOmhiY3V8W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOmhiY3V8W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tOmhiY3V8W .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tOmhiY3V8W .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOmhiY3V8W .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOmhiY3V8W .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOmhiY3V8W .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOmhiY3V8W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOmhiY3V8W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOmhiY3V8W .dropdown-item.active,
.cid-tOmhiY3V8W .dropdown-item:active {
  background-color: transparent;
}
.cid-tOmhiY3V8W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOmhiY3V8W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOmhiY3V8W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOmhiY3V8W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tOmhiY3V8W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOmhiY3V8W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOmhiY3V8W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOmhiY3V8W .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOmhiY3V8W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOmhiY3V8W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tOmhiY3V8W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOmhiY3V8W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOmhiY3V8W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOmhiY3V8W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOmhiY3V8W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOmhiY3V8W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOmhiY3V8W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOmhiY3V8W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOmhiY3V8W .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tOmhiY3V8W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOmhiY3V8W .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOmhiY3V8W .navbar {
    height: 70px;
  }
  .cid-tOmhiY3V8W .navbar.opened {
    height: auto;
  }
  .cid-tOmhiY3V8W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u75bXfrIMT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #baae9d;
}
.cid-u75bXfrIMT #modalSheet {
  top: 70px !important;
}
.cid-u75bXfrIMT .crumbs {
  font-family: 'Raleway', sans-serif;
  color: #353535;
  font-size: 0.8rem;
  line-height: 1;
}
.cid-u75bXfrIMT img,
.cid-u75bXfrIMT .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u75bXfrIMT .item:focus,
.cid-u75bXfrIMT span:focus {
  outline: none;
}
.cid-u75bXfrIMT .item {
  margin-bottom: 2rem;
}
.cid-u75bXfrIMT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u75bXfrIMT .item-wrapper .item-content {
    padding: 1rem 2rem 0;
  }
  .cid-u75bXfrIMT .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u75bXfrIMT .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u75bXfrIMT .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u75bXfrIMT .mbr-section-btn {
  margin-top: auto !important;
  position: relative;
}
.cid-u75bXfrIMT .mbr-section-title {
  color: #ffffff;
}
.cid-u75bXfrIMT .mbr-text,
.cid-u75bXfrIMT .mbr-section-btn {
  text-align: center;
}
.cid-u75bXfrIMT .item-title {
  text-align: center;
  color: #353535;
}
.cid-u75bXfrIMT .item-subtitle {
  text-align: left;
  color: #e6c63b;
}
.cid-u75bXfrIMT .item-img {
  position: relative;
  justify-content: center;
}
.cid-u75bXfrIMT .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-u75bXfrIMT .item-img .img-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-u75bXfrIMT .item-img .img-description p {
  margin-bottom: 0;
}
.cid-u75bXfrIMT .item-img .img-description:hover {
  zoom: 1.2;
}
.cid-u75bXfrIMT .btn:hover::after {
  transform: translate(0.25em, 0);
}
.cid-u75bXfrIMT .btn::after {
  content: ">";
}
.cid-ue3zl9lSe6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ue3zl9lSe6 nav.navbar {
  position: fixed;
}
.cid-ue3zl9lSe6 .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;
}
.cid-ue3zl9lSe6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ue3zl9lSe6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ue3zl9lSe6 .dropdown-item:hover,
.cid-ue3zl9lSe6 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ue3zl9lSe6 .dropdown-item:hover span {
  color: white;
}
.cid-ue3zl9lSe6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ue3zl9lSe6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ue3zl9lSe6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ue3zl9lSe6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ue3zl9lSe6 .nav-link {
  position: relative;
}
.cid-ue3zl9lSe6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ue3zl9lSe6 .container {
    flex-wrap: nowrap;
  }
}
.cid-ue3zl9lSe6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ue3zl9lSe6 .dropdown-menu,
.cid-ue3zl9lSe6 .navbar.opened {
  background: #353535 !important;
}
.cid-ue3zl9lSe6 .nav-item:focus,
.cid-ue3zl9lSe6 .nav-link:focus {
  outline: none;
}
.cid-ue3zl9lSe6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ue3zl9lSe6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue3zl9lSe6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ue3zl9lSe6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ue3zl9lSe6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue3zl9lSe6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue3zl9lSe6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-ue3zl9lSe6 .navbar.opened {
  transition: all 0.3s;
}
.cid-ue3zl9lSe6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ue3zl9lSe6 .navbar .navbar-logo img {
  width: auto;
}
.cid-ue3zl9lSe6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ue3zl9lSe6 .navbar.collapsed {
  justify-content: center;
}
.cid-ue3zl9lSe6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue3zl9lSe6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ue3zl9lSe6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-ue3zl9lSe6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue3zl9lSe6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue3zl9lSe6 .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-ue3zl9lSe6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue3zl9lSe6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ue3zl9lSe6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ue3zl9lSe6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue3zl9lSe6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue3zl9lSe6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue3zl9lSe6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue3zl9lSe6 .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-ue3zl9lSe6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ue3zl9lSe6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ue3zl9lSe6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ue3zl9lSe6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ue3zl9lSe6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ue3zl9lSe6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ue3zl9lSe6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ue3zl9lSe6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ue3zl9lSe6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ue3zl9lSe6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ue3zl9lSe6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ue3zl9lSe6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ue3zl9lSe6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue3zl9lSe6 .dropdown-item.active,
.cid-ue3zl9lSe6 .dropdown-item:active {
  background-color: transparent;
}
.cid-ue3zl9lSe6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue3zl9lSe6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue3zl9lSe6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue3zl9lSe6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ue3zl9lSe6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue3zl9lSe6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue3zl9lSe6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ue3zl9lSe6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ue3zl9lSe6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ue3zl9lSe6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ue3zl9lSe6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue3zl9lSe6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue3zl9lSe6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue3zl9lSe6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue3zl9lSe6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue3zl9lSe6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue3zl9lSe6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue3zl9lSe6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue3zl9lSe6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ue3zl9lSe6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ue3zl9lSe6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue3zl9lSe6 .navbar {
    height: 70px;
  }
  .cid-ue3zl9lSe6 .navbar.opened {
    height: auto;
  }
  .cid-ue3zl9lSe6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue3zla4WER {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ue3zla4WER .mbr-section-title {
  text-align: center;
}
.cid-ue3zla4WER .mbr-section-subtitle {
  text-align: center;
}
.cid-ue3zla4WER .mbr-text {
  text-align: center;
}
.cid-ue3zlahuia {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeecea;
}
.cid-ue3zlahuia #modalSheet {
  top: 70px !important;
}
.cid-ue3zlahuia .crumbs {
  font-family: 'Raleway', sans-serif;
  color: #353535;
  font-size: 0.8rem;
  line-height: 1;
}
.cid-ue3zlahuia img,
.cid-ue3zlahuia .item-img {
  width: 100%;
}
.cid-ue3zlahuia .item:focus,
.cid-ue3zlahuia span:focus {
  outline: none;
}
.cid-ue3zlahuia .item {
  margin-bottom: 2rem;
}
.cid-ue3zlahuia .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ue3zlahuia .item-wrapper .item-content {
    padding: 1rem 2rem 0;
  }
  .cid-ue3zlahuia .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ue3zlahuia .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ue3zlahuia .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ue3zlahuia .mbr-section-btn {
  margin-top: auto !important;
  position: relative;
}
.cid-ue3zlahuia .mbr-section-title {
  color: #ffffff;
}
.cid-ue3zlahuia .mbr-text,
.cid-ue3zlahuia .mbr-section-btn {
  text-align: left;
}
.cid-ue3zlahuia .item-title {
  text-align: left;
  color: #353535;
}
.cid-ue3zlahuia .item-subtitle {
  text-align: left;
  color: #e6c63b;
}
.cid-ue3zlahuia .item-img {
  position: relative;
  justify-content: center;
}
.cid-ue3zlahuia .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-ue3zlahuia .item-img .img-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-ue3zlahuia .item-img .img-description p {
  margin-bottom: 0;
}
.cid-ue3zlahuia .item-img .img-description:hover {
  zoom: 1.2;
}
.cid-ue3zlahuia .btn:hover::after {
  transform: translate(0.25em, 0);
}
.cid-ue3zlahuia .btn::after {
  content: ">";
}
.cid-ue3CNMsysU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeecea;
}
.cid-ue3CNMsysU #modalSheet {
  top: 70px !important;
}
.cid-ue3CNMsysU .crumbs {
  font-family: 'Raleway', sans-serif;
  color: #353535;
  font-size: 0.8rem;
  line-height: 1;
}
.cid-ue3CNMsysU img,
.cid-ue3CNMsysU .item-img {
  width: 100%;
}
.cid-ue3CNMsysU .item:focus,
.cid-ue3CNMsysU span:focus {
  outline: none;
}
.cid-ue3CNMsysU .item {
  margin-bottom: 2rem;
}
.cid-ue3CNMsysU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ue3CNMsysU .item-wrapper .item-content {
    padding: 1rem 2rem 0;
  }
  .cid-ue3CNMsysU .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ue3CNMsysU .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ue3CNMsysU .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ue3CNMsysU .mbr-section-btn {
  margin-top: auto !important;
  position: relative;
}
.cid-ue3CNMsysU .mbr-section-title {
  color: #ffffff;
}
.cid-ue3CNMsysU .mbr-text,
.cid-ue3CNMsysU .mbr-section-btn {
  text-align: left;
}
.cid-ue3CNMsysU .item-title {
  text-align: left;
  color: #353535;
}
.cid-ue3CNMsysU .item-subtitle {
  text-align: left;
  color: #e6c63b;
}
.cid-ue3CNMsysU .item-img {
  position: relative;
  justify-content: center;
}
.cid-ue3CNMsysU .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-ue3CNMsysU .item-img .img-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-ue3CNMsysU .item-img .img-description p {
  margin-bottom: 0;
}
.cid-ue3CNMsysU .item-img .img-description:hover {
  zoom: 1.2;
}
.cid-ue3CNMsysU .btn:hover::after {
  transform: translate(0.25em, 0);
}
.cid-ue3CNMsysU .btn::after {
  content: ">";
}
.cid-ue3KpzCW32 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeecea;
}
.cid-ue3KpzCW32 #modalSheet {
  top: 70px !important;
}
.cid-ue3KpzCW32 .crumbs {
  font-family: 'Raleway', sans-serif;
  color: #353535;
  font-size: 0.8rem;
  line-height: 1;
}
.cid-ue3KpzCW32 img,
.cid-ue3KpzCW32 .item-img {
  width: 100%;
}
.cid-ue3KpzCW32 .item:focus,
.cid-ue3KpzCW32 span:focus {
  outline: none;
}
.cid-ue3KpzCW32 .item {
  margin-bottom: 2rem;
}
.cid-ue3KpzCW32 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ue3KpzCW32 .item-wrapper .item-content {
    padding: 1rem 2rem 0;
  }
  .cid-ue3KpzCW32 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ue3KpzCW32 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ue3KpzCW32 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ue3KpzCW32 .mbr-section-btn {
  margin-top: auto !important;
  position: relative;
}
.cid-ue3KpzCW32 .mbr-section-title {
  color: #ffffff;
}
.cid-ue3KpzCW32 .mbr-text,
.cid-ue3KpzCW32 .mbr-section-btn {
  text-align: left;
}
.cid-ue3KpzCW32 .item-title {
  text-align: left;
  color: #353535;
}
.cid-ue3KpzCW32 .item-subtitle {
  text-align: left;
  color: #e6c63b;
}
.cid-ue3KpzCW32 .item-img {
  position: relative;
  justify-content: center;
}
.cid-ue3KpzCW32 .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-ue3KpzCW32 .item-img .img-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-ue3KpzCW32 .item-img .img-description p {
  margin-bottom: 0;
}
.cid-ue3KpzCW32 .item-img .img-description:hover {
  zoom: 1.2;
}
.cid-ue3KpzCW32 .btn:hover::after {
  transform: translate(0.25em, 0);
}
.cid-ue3KpzCW32 .btn::after {
  content: ">";
}
.cid-ue3PVM50FA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeecea;
}
.cid-ue3PVM50FA #modalSheet {
  top: 70px !important;
}
.cid-ue3PVM50FA .crumbs {
  font-family: 'Raleway', sans-serif;
  color: #353535;
  font-size: 0.8rem;
  line-height: 1;
}
.cid-ue3PVM50FA img,
.cid-ue3PVM50FA .item-img {
  width: 100%;
}
.cid-ue3PVM50FA .item:focus,
.cid-ue3PVM50FA span:focus {
  outline: none;
}
.cid-ue3PVM50FA .item {
  margin-bottom: 2rem;
}
.cid-ue3PVM50FA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ue3PVM50FA .item-wrapper .item-content {
    padding: 1rem 2rem 0;
  }
  .cid-ue3PVM50FA .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ue3PVM50FA .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ue3PVM50FA .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ue3PVM50FA .mbr-section-btn {
  margin-top: auto !important;
  position: relative;
}
.cid-ue3PVM50FA .mbr-section-title {
  color: #ffffff;
}
.cid-ue3PVM50FA .mbr-text,
.cid-ue3PVM50FA .mbr-section-btn {
  text-align: left;
}
.cid-ue3PVM50FA .item-title {
  text-align: left;
  color: #353535;
}
.cid-ue3PVM50FA .item-subtitle {
  text-align: left;
  color: #e6c63b;
}
.cid-ue3PVM50FA .item-img {
  position: relative;
  justify-content: center;
}
.cid-ue3PVM50FA .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-ue3PVM50FA .item-img .img-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-ue3PVM50FA .item-img .img-description p {
  margin-bottom: 0;
}
.cid-ue3PVM50FA .item-img .img-description:hover {
  zoom: 1.2;
}
.cid-ue3PVM50FA .btn:hover::after {
  transform: translate(0.25em, 0);
}
.cid-ue3PVM50FA .btn::after {
  content: ">";
}
.cid-ue3RFJu2mY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeecea;
}
.cid-ue3RFJu2mY #modalSheet {
  top: 70px !important;
}
.cid-ue3RFJu2mY .crumbs {
  font-family: 'Raleway', sans-serif;
  color: #353535;
  font-size: 0.8rem;
  line-height: 1;
}
.cid-ue3RFJu2mY img,
.cid-ue3RFJu2mY .item-img {
  width: 100%;
}
.cid-ue3RFJu2mY .item:focus,
.cid-ue3RFJu2mY span:focus {
  outline: none;
}
.cid-ue3RFJu2mY .item {
  margin-bottom: 2rem;
}
.cid-ue3RFJu2mY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ue3RFJu2mY .item-wrapper .item-content {
    padding: 1rem 2rem 0;
  }
  .cid-ue3RFJu2mY .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ue3RFJu2mY .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ue3RFJu2mY .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ue3RFJu2mY .mbr-section-btn {
  margin-top: auto !important;
  position: relative;
}
.cid-ue3RFJu2mY .mbr-section-title {
  color: #ffffff;
}
.cid-ue3RFJu2mY .mbr-text,
.cid-ue3RFJu2mY .mbr-section-btn {
  text-align: left;
}
.cid-ue3RFJu2mY .item-title {
  text-align: left;
  color: #353535;
}
.cid-ue3RFJu2mY .item-subtitle {
  text-align: left;
  color: #e6c63b;
}
.cid-ue3RFJu2mY .item-img {
  position: relative;
  justify-content: center;
}
.cid-ue3RFJu2mY .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-ue3RFJu2mY .item-img .img-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-ue3RFJu2mY .item-img .img-description p {
  margin-bottom: 0;
}
.cid-ue3RFJu2mY .item-img .img-description:hover {
  zoom: 1.2;
}
.cid-ue3RFJu2mY .btn:hover::after {
  transform: translate(0.25em, 0);
}
.cid-ue3RFJu2mY .btn::after {
  content: ">";
}
.cid-uUVcQS8PvO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeecea;
}
.cid-uUVcQS8PvO #modalSheet {
  top: 70px !important;
}
.cid-uUVcQS8PvO .crumbs {
  font-family: 'Raleway', sans-serif;
  color: #353535;
  font-size: 0.8rem;
  line-height: 1;
}
.cid-uUVcQS8PvO img,
.cid-uUVcQS8PvO .item-img {
  width: 100%;
}
.cid-uUVcQS8PvO .item:focus,
.cid-uUVcQS8PvO span:focus {
  outline: none;
}
.cid-uUVcQS8PvO .item {
  margin-bottom: 2rem;
}
.cid-uUVcQS8PvO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uUVcQS8PvO .item-wrapper .item-content {
    padding: 1rem 2rem 0;
  }
  .cid-uUVcQS8PvO .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUVcQS8PvO .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uUVcQS8PvO .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uUVcQS8PvO .mbr-section-btn {
  margin-top: auto !important;
  position: relative;
}
.cid-uUVcQS8PvO .mbr-section-title {
  color: #ffffff;
}
.cid-uUVcQS8PvO .mbr-text,
.cid-uUVcQS8PvO .mbr-section-btn {
  text-align: left;
}
.cid-uUVcQS8PvO .item-title {
  text-align: left;
  color: #353535;
}
.cid-uUVcQS8PvO .item-subtitle {
  text-align: left;
  color: #353535;
}
.cid-uUVcQS8PvO .item-img {
  position: relative;
  justify-content: center;
}
.cid-uUVcQS8PvO .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-uUVcQS8PvO .item-img .img-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uUVcQS8PvO .item-img .img-description p {
  margin-bottom: 0;
}
.cid-uUVcQS8PvO .item-img .img-description:hover {
  zoom: 1.2;
}
.cid-uUVcQS8PvO .btn:hover::after {
  transform: translate(0.25em, 0);
}
.cid-uUVcQS8PvO .btn::after {
  content: ">";
}
.cid-tOmhiY3V8W {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tOmhiY3V8W nav.navbar {
  position: fixed;
}
.cid-tOmhiY3V8W .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;
}
.cid-tOmhiY3V8W .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOmhiY3V8W .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tOmhiY3V8W .dropdown-item:hover,
.cid-tOmhiY3V8W .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tOmhiY3V8W .dropdown-item:hover span {
  color: white;
}
.cid-tOmhiY3V8W .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOmhiY3V8W .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOmhiY3V8W .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOmhiY3V8W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOmhiY3V8W .nav-link {
  position: relative;
}
.cid-tOmhiY3V8W .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tOmhiY3V8W .container {
    flex-wrap: nowrap;
  }
}
.cid-tOmhiY3V8W .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tOmhiY3V8W .dropdown-menu,
.cid-tOmhiY3V8W .navbar.opened {
  background: #353535 !important;
}
.cid-tOmhiY3V8W .nav-item:focus,
.cid-tOmhiY3V8W .nav-link:focus {
  outline: none;
}
.cid-tOmhiY3V8W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOmhiY3V8W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOmhiY3V8W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOmhiY3V8W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOmhiY3V8W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOmhiY3V8W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOmhiY3V8W .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-tOmhiY3V8W .navbar.opened {
  transition: all 0.3s;
}
.cid-tOmhiY3V8W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOmhiY3V8W .navbar .navbar-logo img {
  width: auto;
}
.cid-tOmhiY3V8W .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOmhiY3V8W .navbar.collapsed {
  justify-content: center;
}
.cid-tOmhiY3V8W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOmhiY3V8W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOmhiY3V8W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-tOmhiY3V8W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOmhiY3V8W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOmhiY3V8W .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-tOmhiY3V8W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOmhiY3V8W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOmhiY3V8W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOmhiY3V8W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOmhiY3V8W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOmhiY3V8W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOmhiY3V8W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOmhiY3V8W .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-tOmhiY3V8W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOmhiY3V8W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOmhiY3V8W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOmhiY3V8W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOmhiY3V8W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOmhiY3V8W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tOmhiY3V8W .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tOmhiY3V8W .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOmhiY3V8W .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOmhiY3V8W .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOmhiY3V8W .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOmhiY3V8W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOmhiY3V8W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOmhiY3V8W .dropdown-item.active,
.cid-tOmhiY3V8W .dropdown-item:active {
  background-color: transparent;
}
.cid-tOmhiY3V8W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOmhiY3V8W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOmhiY3V8W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOmhiY3V8W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tOmhiY3V8W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOmhiY3V8W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOmhiY3V8W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOmhiY3V8W .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOmhiY3V8W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOmhiY3V8W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tOmhiY3V8W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOmhiY3V8W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOmhiY3V8W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOmhiY3V8W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOmhiY3V8W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOmhiY3V8W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOmhiY3V8W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOmhiY3V8W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOmhiY3V8W .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tOmhiY3V8W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOmhiY3V8W .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOmhiY3V8W .navbar {
    height: 70px;
  }
  .cid-tOmhiY3V8W .navbar.opened {
    height: auto;
  }
  .cid-tOmhiY3V8W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueJ7ZzsFBU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ueJ7ZzsFBU img,
.cid-ueJ7ZzsFBU .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ueJ7ZzsFBU .item:focus,
.cid-ueJ7ZzsFBU span:focus {
  outline: none;
}
.cid-ueJ7ZzsFBU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ueJ7ZzsFBU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ueJ7ZzsFBU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ueJ7ZzsFBU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ueJ7ZzsFBU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ueJ7ZzsFBU .mbr-section-title {
  color: #232323;
}
.cid-ueJ7ZzsFBU .mbr-text,
.cid-ueJ7ZzsFBU .mbr-section-btn {
  text-align: left;
}
.cid-ueJ7ZzsFBU .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-ueJ7ZzsFBU .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uegC5VdUR6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uegC5VdUR6 nav.navbar {
  position: fixed;
}
.cid-uegC5VdUR6 .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;
}
.cid-uegC5VdUR6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uegC5VdUR6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uegC5VdUR6 .dropdown-item:hover,
.cid-uegC5VdUR6 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uegC5VdUR6 .dropdown-item:hover span {
  color: white;
}
.cid-uegC5VdUR6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uegC5VdUR6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uegC5VdUR6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uegC5VdUR6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uegC5VdUR6 .nav-link {
  position: relative;
}
.cid-uegC5VdUR6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uegC5VdUR6 .container {
    flex-wrap: nowrap;
  }
}
.cid-uegC5VdUR6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uegC5VdUR6 .dropdown-menu,
.cid-uegC5VdUR6 .navbar.opened {
  background: #353535 !important;
}
.cid-uegC5VdUR6 .nav-item:focus,
.cid-uegC5VdUR6 .nav-link:focus {
  outline: none;
}
.cid-uegC5VdUR6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uegC5VdUR6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uegC5VdUR6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uegC5VdUR6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uegC5VdUR6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uegC5VdUR6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uegC5VdUR6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uegC5VdUR6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uegC5VdUR6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uegC5VdUR6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uegC5VdUR6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uegC5VdUR6 .navbar.collapsed {
  justify-content: center;
}
.cid-uegC5VdUR6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uegC5VdUR6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uegC5VdUR6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-uegC5VdUR6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uegC5VdUR6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uegC5VdUR6 .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-uegC5VdUR6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uegC5VdUR6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uegC5VdUR6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uegC5VdUR6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uegC5VdUR6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uegC5VdUR6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uegC5VdUR6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uegC5VdUR6 .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-uegC5VdUR6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uegC5VdUR6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uegC5VdUR6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uegC5VdUR6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uegC5VdUR6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uegC5VdUR6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uegC5VdUR6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uegC5VdUR6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uegC5VdUR6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uegC5VdUR6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uegC5VdUR6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uegC5VdUR6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uegC5VdUR6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uegC5VdUR6 .dropdown-item.active,
.cid-uegC5VdUR6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uegC5VdUR6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uegC5VdUR6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uegC5VdUR6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uegC5VdUR6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uegC5VdUR6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uegC5VdUR6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uegC5VdUR6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uegC5VdUR6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uegC5VdUR6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uegC5VdUR6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uegC5VdUR6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uegC5VdUR6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uegC5VdUR6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uegC5VdUR6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uegC5VdUR6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uegC5VdUR6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uegC5VdUR6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uegC5VdUR6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uegC5VdUR6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uegC5VdUR6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uegC5VdUR6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uegC5VdUR6 .navbar {
    height: 70px;
  }
  .cid-uegC5VdUR6 .navbar.opened {
    height: auto;
  }
  .cid-uegC5VdUR6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uegC5VDm3o {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uegC5VDm3o .mbr-section-title {
  text-align: center;
}
.cid-uegC5VDm3o .mbr-section-subtitle {
  text-align: center;
}
.cid-uegC5VDm3o .mbr-text {
  text-align: center;
}
.cid-uegCysypsw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eeecea;
}
.cid-uegCysypsw #modalSheet {
  top: 70px !important;
}
.cid-uegCysypsw .crumbs {
  font-family: 'Raleway', sans-serif;
  color: #353535;
  font-size: 0.8rem;
  line-height: 1;
}
.cid-uegCysypsw img,
.cid-uegCysypsw .item-img {
  width: 100%;
}
.cid-uegCysypsw .item:focus,
.cid-uegCysypsw span:focus {
  outline: none;
}
.cid-uegCysypsw .item {
  margin-bottom: 2rem;
}
.cid-uegCysypsw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uegCysypsw .item-wrapper .item-content {
    padding: 1rem 2rem 0;
  }
  .cid-uegCysypsw .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uegCysypsw .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uegCysypsw .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uegCysypsw .mbr-section-btn {
  margin-top: auto !important;
  position: relative;
}
.cid-uegCysypsw .mbr-section-title {
  color: #ffffff;
}
.cid-uegCysypsw .mbr-text,
.cid-uegCysypsw .mbr-section-btn {
  text-align: left;
}
.cid-uegCysypsw .item-title {
  text-align: left;
  color: #353535;
}
.cid-uegCysypsw .item-subtitle {
  text-align: left;
  color: #e6c63b;
}
.cid-uegCysypsw .item-img {
  position: relative;
  justify-content: center;
}
.cid-uegCysypsw .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-uegCysypsw .item-img .img-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uegCysypsw .item-img .img-description p {
  margin-bottom: 0;
}
.cid-uegCysypsw .item-img .img-description:hover {
  zoom: 1.2;
}
.cid-uegCysypsw .btn:hover::after {
  transform: translate(0.25em, 0);
}
.cid-uegCysypsw .btn::after {
  content: ">";
}
.cid-uegF95gRol {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeecea;
}
.cid-uegF95gRol #modalSheet {
  top: 70px !important;
}
.cid-uegF95gRol .crumbs {
  font-family: 'Raleway', sans-serif;
  color: #353535;
  font-size: 0.8rem;
  line-height: 1;
}
.cid-uegF95gRol img,
.cid-uegF95gRol .item-img {
  width: 100%;
}
.cid-uegF95gRol .item:focus,
.cid-uegF95gRol span:focus {
  outline: none;
}
.cid-uegF95gRol .item {
  margin-bottom: 2rem;
}
.cid-uegF95gRol .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uegF95gRol .item-wrapper .item-content {
    padding: 1rem 2rem 0;
  }
  .cid-uegF95gRol .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uegF95gRol .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uegF95gRol .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uegF95gRol .mbr-section-btn {
  margin-top: auto !important;
  position: relative;
}
.cid-uegF95gRol .mbr-section-title {
  color: #ffffff;
}
.cid-uegF95gRol .mbr-text,
.cid-uegF95gRol .mbr-section-btn {
  text-align: left;
}
.cid-uegF95gRol .item-title {
  text-align: left;
  color: #353535;
}
.cid-uegF95gRol .item-subtitle {
  text-align: left;
  color: #e6c63b;
}
.cid-uegF95gRol .item-img {
  position: relative;
  justify-content: center;
}
.cid-uegF95gRol .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-uegF95gRol .item-img .img-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uegF95gRol .item-img .img-description p {
  margin-bottom: 0;
}
.cid-uegF95gRol .item-img .img-description:hover {
  zoom: 1.2;
}
.cid-uegF95gRol .btn:hover::after {
  transform: translate(0.25em, 0);
}
.cid-uegF95gRol .btn::after {
  content: ">";
}
.cid-uegHdjlgye {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeecea;
}
.cid-uegHdjlgye #modalSheet {
  top: 70px !important;
}
.cid-uegHdjlgye .crumbs {
  font-family: 'Raleway', sans-serif;
  color: #353535;
  font-size: 0.8rem;
  line-height: 1;
}
.cid-uegHdjlgye img,
.cid-uegHdjlgye .item-img {
  width: 100%;
}
.cid-uegHdjlgye .item:focus,
.cid-uegHdjlgye span:focus {
  outline: none;
}
.cid-uegHdjlgye .item {
  margin-bottom: 2rem;
}
.cid-uegHdjlgye .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uegHdjlgye .item-wrapper .item-content {
    padding: 1rem 2rem 0;
  }
  .cid-uegHdjlgye .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uegHdjlgye .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uegHdjlgye .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uegHdjlgye .mbr-section-btn {
  margin-top: auto !important;
  position: relative;
}
.cid-uegHdjlgye .mbr-section-title {
  color: #ffffff;
}
.cid-uegHdjlgye .mbr-text,
.cid-uegHdjlgye .mbr-section-btn {
  text-align: left;
}
.cid-uegHdjlgye .item-title {
  text-align: left;
  color: #353535;
}
.cid-uegHdjlgye .item-subtitle {
  text-align: left;
  color: #e6c63b;
}
.cid-uegHdjlgye .item-img {
  position: relative;
  justify-content: center;
}
.cid-uegHdjlgye .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-uegHdjlgye .item-img .img-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uegHdjlgye .item-img .img-description p {
  margin-bottom: 0;
}
.cid-uegHdjlgye .item-img .img-description:hover {
  zoom: 1.2;
}
.cid-uegHdjlgye .btn:hover::after {
  transform: translate(0.25em, 0);
}
.cid-uegHdjlgye .btn::after {
  content: ">";
}
.cid-uegJOjBLVk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeecea;
}
.cid-uegJOjBLVk #modalSheet {
  top: 70px !important;
}
.cid-uegJOjBLVk .crumbs {
  font-family: 'Raleway', sans-serif;
  color: #353535;
  font-size: 0.8rem;
  line-height: 1;
}
.cid-uegJOjBLVk img,
.cid-uegJOjBLVk .item-img {
  width: 100%;
}
.cid-uegJOjBLVk .item:focus,
.cid-uegJOjBLVk span:focus {
  outline: none;
}
.cid-uegJOjBLVk .item {
  margin-bottom: 2rem;
}
.cid-uegJOjBLVk .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uegJOjBLVk .item-wrapper .item-content {
    padding: 1rem 2rem 0;
  }
  .cid-uegJOjBLVk .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uegJOjBLVk .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uegJOjBLVk .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uegJOjBLVk .mbr-section-btn {
  margin-top: auto !important;
  position: relative;
}
.cid-uegJOjBLVk .mbr-section-title {
  color: #ffffff;
}
.cid-uegJOjBLVk .mbr-text,
.cid-uegJOjBLVk .mbr-section-btn {
  text-align: left;
}
.cid-uegJOjBLVk .item-title {
  text-align: left;
  color: #353535;
}
.cid-uegJOjBLVk .item-subtitle {
  text-align: left;
  color: #e6c63b;
}
.cid-uegJOjBLVk .item-img {
  position: relative;
  justify-content: center;
}
.cid-uegJOjBLVk .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-uegJOjBLVk .item-img .img-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uegJOjBLVk .item-img .img-description p {
  margin-bottom: 0;
}
.cid-uegJOjBLVk .item-img .img-description:hover {
  zoom: 1.2;
}
.cid-uegJOjBLVk .btn:hover::after {
  transform: translate(0.25em, 0);
}
.cid-uegJOjBLVk .btn::after {
  content: ">";
}
.cid-uegO9kCMZ5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeecea;
}
.cid-uegO9kCMZ5 #modalSheet {
  top: 70px !important;
}
.cid-uegO9kCMZ5 .crumbs {
  font-family: 'Raleway', sans-serif;
  color: #353535;
  font-size: 0.8rem;
  line-height: 1;
}
.cid-uegO9kCMZ5 img,
.cid-uegO9kCMZ5 .item-img {
  width: 100%;
}
.cid-uegO9kCMZ5 .item:focus,
.cid-uegO9kCMZ5 span:focus {
  outline: none;
}
.cid-uegO9kCMZ5 .item {
  margin-bottom: 2rem;
}
.cid-uegO9kCMZ5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uegO9kCMZ5 .item-wrapper .item-content {
    padding: 1rem 2rem 0;
  }
  .cid-uegO9kCMZ5 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uegO9kCMZ5 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uegO9kCMZ5 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uegO9kCMZ5 .mbr-section-btn {
  margin-top: auto !important;
  position: relative;
}
.cid-uegO9kCMZ5 .mbr-section-title {
  color: #ffffff;
}
.cid-uegO9kCMZ5 .mbr-text,
.cid-uegO9kCMZ5 .mbr-section-btn {
  text-align: left;
}
.cid-uegO9kCMZ5 .item-title {
  text-align: left;
  color: #353535;
}
.cid-uegO9kCMZ5 .item-subtitle {
  text-align: left;
  color: #e6c63b;
}
.cid-uegO9kCMZ5 .item-img {
  position: relative;
  justify-content: center;
}
.cid-uegO9kCMZ5 .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-uegO9kCMZ5 .item-img .img-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uegO9kCMZ5 .item-img .img-description p {
  margin-bottom: 0;
}
.cid-uegO9kCMZ5 .item-img .img-description:hover {
  zoom: 1.2;
}
.cid-uegO9kCMZ5 .btn:hover::after {
  transform: translate(0.25em, 0);
}
.cid-uegO9kCMZ5 .btn::after {
  content: ">";
}
.cid-uegPKhCnkC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeecea;
}
.cid-uegPKhCnkC #modalSheet {
  top: 70px !important;
}
.cid-uegPKhCnkC .crumbs {
  font-family: 'Raleway', sans-serif;
  color: #353535;
  font-size: 0.8rem;
  line-height: 1;
}
.cid-uegPKhCnkC img,
.cid-uegPKhCnkC .item-img {
  width: 100%;
}
.cid-uegPKhCnkC .item:focus,
.cid-uegPKhCnkC span:focus {
  outline: none;
}
.cid-uegPKhCnkC .item {
  margin-bottom: 2rem;
}
.cid-uegPKhCnkC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uegPKhCnkC .item-wrapper .item-content {
    padding: 1rem 2rem 0;
  }
  .cid-uegPKhCnkC .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uegPKhCnkC .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uegPKhCnkC .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uegPKhCnkC .mbr-section-btn {
  margin-top: auto !important;
  position: relative;
}
.cid-uegPKhCnkC .mbr-section-title {
  color: #ffffff;
}
.cid-uegPKhCnkC .mbr-text,
.cid-uegPKhCnkC .mbr-section-btn {
  text-align: left;
}
.cid-uegPKhCnkC .item-title {
  text-align: left;
  color: #353535;
}
.cid-uegPKhCnkC .item-subtitle {
  text-align: left;
  color: #e6c63b;
}
.cid-uegPKhCnkC .item-img {
  position: relative;
  justify-content: center;
}
.cid-uegPKhCnkC .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-uegPKhCnkC .item-img .img-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uegPKhCnkC .item-img .img-description p {
  margin-bottom: 0;
}
.cid-uegPKhCnkC .item-img .img-description:hover {
  zoom: 1.2;
}
.cid-uegPKhCnkC .btn:hover::after {
  transform: translate(0.25em, 0);
}
.cid-uegPKhCnkC .btn::after {
  content: ">";
}
.cid-umxUiT3jbA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-umxUiT3jbA nav.navbar {
  position: fixed;
}
.cid-umxUiT3jbA .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;
}
.cid-umxUiT3jbA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umxUiT3jbA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-umxUiT3jbA .dropdown-item:hover,
.cid-umxUiT3jbA .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-umxUiT3jbA .dropdown-item:hover span {
  color: white;
}
.cid-umxUiT3jbA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umxUiT3jbA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umxUiT3jbA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-umxUiT3jbA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umxUiT3jbA .nav-link {
  position: relative;
}
.cid-umxUiT3jbA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-umxUiT3jbA .container {
    flex-wrap: nowrap;
  }
}
.cid-umxUiT3jbA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umxUiT3jbA .dropdown-menu,
.cid-umxUiT3jbA .navbar.opened {
  background: #353535 !important;
}
.cid-umxUiT3jbA .nav-item:focus,
.cid-umxUiT3jbA .nav-link:focus {
  outline: none;
}
.cid-umxUiT3jbA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umxUiT3jbA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umxUiT3jbA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umxUiT3jbA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umxUiT3jbA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umxUiT3jbA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umxUiT3jbA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-umxUiT3jbA .navbar.opened {
  transition: all 0.3s;
}
.cid-umxUiT3jbA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umxUiT3jbA .navbar .navbar-logo img {
  width: auto;
}
.cid-umxUiT3jbA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umxUiT3jbA .navbar.collapsed {
  justify-content: center;
}
.cid-umxUiT3jbA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umxUiT3jbA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umxUiT3jbA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-umxUiT3jbA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umxUiT3jbA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umxUiT3jbA .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-umxUiT3jbA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umxUiT3jbA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umxUiT3jbA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-umxUiT3jbA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umxUiT3jbA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umxUiT3jbA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umxUiT3jbA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umxUiT3jbA .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-umxUiT3jbA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umxUiT3jbA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umxUiT3jbA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umxUiT3jbA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-umxUiT3jbA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umxUiT3jbA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umxUiT3jbA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-umxUiT3jbA .navbar.navbar-short {
  min-height: 60px;
}
.cid-umxUiT3jbA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umxUiT3jbA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-umxUiT3jbA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umxUiT3jbA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umxUiT3jbA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umxUiT3jbA .dropdown-item.active,
.cid-umxUiT3jbA .dropdown-item:active {
  background-color: transparent;
}
.cid-umxUiT3jbA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umxUiT3jbA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umxUiT3jbA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umxUiT3jbA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-umxUiT3jbA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umxUiT3jbA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umxUiT3jbA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umxUiT3jbA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-umxUiT3jbA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umxUiT3jbA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umxUiT3jbA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umxUiT3jbA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umxUiT3jbA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umxUiT3jbA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umxUiT3jbA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umxUiT3jbA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umxUiT3jbA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umxUiT3jbA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umxUiT3jbA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-umxUiT3jbA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umxUiT3jbA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umxUiT3jbA .navbar {
    height: 70px;
  }
  .cid-umxUiT3jbA .navbar.opened {
    height: auto;
  }
  .cid-umxUiT3jbA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umxUiTsrSp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-umxUiTsrSp .mbr-section-title {
  text-align: center;
}
.cid-umxUiTsrSp .mbr-section-subtitle {
  text-align: center;
}
.cid-umxUiTsrSp .mbr-text {
  text-align: center;
}
.cid-umxVeWdBIL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeecea;
}
.cid-umxVeWdBIL #modalSheet {
  top: 70px !important;
}
.cid-umxVeWdBIL .crumbs {
  font-family: 'Raleway', sans-serif;
  color: #353535;
  font-size: 0.8rem;
  line-height: 1;
}
.cid-umxVeWdBIL img,
.cid-umxVeWdBIL .item-img {
  width: 100%;
}
.cid-umxVeWdBIL .item:focus,
.cid-umxVeWdBIL span:focus {
  outline: none;
}
.cid-umxVeWdBIL .item {
  margin-bottom: 2rem;
}
.cid-umxVeWdBIL .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-umxVeWdBIL .item-wrapper .item-content {
    padding: 1rem 2rem 0;
  }
  .cid-umxVeWdBIL .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umxVeWdBIL .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-umxVeWdBIL .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-umxVeWdBIL .mbr-section-btn {
  margin-top: auto !important;
  position: relative;
}
.cid-umxVeWdBIL .mbr-section-title {
  color: #ffffff;
}
.cid-umxVeWdBIL .mbr-text,
.cid-umxVeWdBIL .mbr-section-btn {
  text-align: left;
}
.cid-umxVeWdBIL .item-title {
  text-align: left;
  color: #353535;
}
.cid-umxVeWdBIL .item-subtitle {
  text-align: left;
  color: #353535;
}
.cid-umxVeWdBIL .item-img {
  position: relative;
  justify-content: center;
}
.cid-umxVeWdBIL .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-umxVeWdBIL .item-img .img-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-umxVeWdBIL .item-img .img-description p {
  margin-bottom: 0;
}
.cid-umxVeWdBIL .item-img .img-description:hover {
  zoom: 1.2;
}
.cid-umxVeWdBIL .btn:hover::after {
  transform: translate(0.25em, 0);
}
.cid-umxVeWdBIL .btn::after {
  content: ">";
}
.cid-umy9PFddxB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeecea;
}
.cid-umy9PFddxB #modalSheet {
  top: 70px !important;
}
.cid-umy9PFddxB .crumbs {
  font-family: 'Raleway', sans-serif;
  color: #353535;
  font-size: 0.8rem;
  line-height: 1;
}
.cid-umy9PFddxB img,
.cid-umy9PFddxB .item-img {
  width: 100%;
}
.cid-umy9PFddxB .item:focus,
.cid-umy9PFddxB span:focus {
  outline: none;
}
.cid-umy9PFddxB .item {
  margin-bottom: 2rem;
}
.cid-umy9PFddxB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-umy9PFddxB .item-wrapper .item-content {
    padding: 1rem 2rem 0;
  }
  .cid-umy9PFddxB .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umy9PFddxB .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-umy9PFddxB .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-umy9PFddxB .mbr-section-btn {
  margin-top: auto !important;
  position: relative;
}
.cid-umy9PFddxB .mbr-section-title {
  color: #ffffff;
}
.cid-umy9PFddxB .mbr-text,
.cid-umy9PFddxB .mbr-section-btn {
  text-align: left;
}
.cid-umy9PFddxB .item-title {
  text-align: left;
  color: #353535;
}
.cid-umy9PFddxB .item-subtitle {
  text-align: left;
  color: #353535;
}
.cid-umy9PFddxB .item-img {
  position: relative;
  justify-content: center;
}
.cid-umy9PFddxB .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-umy9PFddxB .item-img .img-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-umy9PFddxB .item-img .img-description p {
  margin-bottom: 0;
}
.cid-umy9PFddxB .item-img .img-description:hover {
  zoom: 1.2;
}
.cid-umy9PFddxB .btn:hover::after {
  transform: translate(0.25em, 0);
}
.cid-umy9PFddxB .btn::after {
  content: ">";
}
.cid-umyQcTuIAZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeecea;
}
.cid-umyQcTuIAZ #modalSheet {
  top: 70px !important;
}
.cid-umyQcTuIAZ .crumbs {
  font-family: 'Raleway', sans-serif;
  color: #353535;
  font-size: 0.8rem;
  line-height: 1;
}
.cid-umyQcTuIAZ img,
.cid-umyQcTuIAZ .item-img {
  width: 100%;
}
.cid-umyQcTuIAZ .item:focus,
.cid-umyQcTuIAZ span:focus {
  outline: none;
}
.cid-umyQcTuIAZ .item {
  margin-bottom: 2rem;
}
.cid-umyQcTuIAZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-umyQcTuIAZ .item-wrapper .item-content {
    padding: 1rem 2rem 0;
  }
  .cid-umyQcTuIAZ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umyQcTuIAZ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-umyQcTuIAZ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-umyQcTuIAZ .mbr-section-btn {
  margin-top: auto !important;
  position: relative;
}
.cid-umyQcTuIAZ .mbr-section-title {
  color: #ffffff;
}
.cid-umyQcTuIAZ .mbr-text,
.cid-umyQcTuIAZ .mbr-section-btn {
  text-align: left;
}
.cid-umyQcTuIAZ .item-title {
  text-align: left;
  color: #353535;
}
.cid-umyQcTuIAZ .item-subtitle {
  text-align: left;
  color: #353535;
}
.cid-umyQcTuIAZ .item-img {
  position: relative;
  justify-content: center;
}
.cid-umyQcTuIAZ .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-umyQcTuIAZ .item-img .img-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-umyQcTuIAZ .item-img .img-description p {
  margin-bottom: 0;
}
.cid-umyQcTuIAZ .item-img .img-description:hover {
  zoom: 1.2;
}
.cid-umyQcTuIAZ .btn:hover::after {
  transform: translate(0.25em, 0);
}
.cid-umyQcTuIAZ .btn::after {
  content: ">";
}
.cid-umyQWctC5b {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeecea;
}
.cid-umyQWctC5b #modalSheet {
  top: 70px !important;
}
.cid-umyQWctC5b .crumbs {
  font-family: 'Raleway', sans-serif;
  color: #353535;
  font-size: 0.8rem;
  line-height: 1;
}
.cid-umyQWctC5b img,
.cid-umyQWctC5b .item-img {
  width: 100%;
}
.cid-umyQWctC5b .item:focus,
.cid-umyQWctC5b span:focus {
  outline: none;
}
.cid-umyQWctC5b .item {
  margin-bottom: 2rem;
}
.cid-umyQWctC5b .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-umyQWctC5b .item-wrapper .item-content {
    padding: 1rem 2rem 0;
  }
  .cid-umyQWctC5b .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umyQWctC5b .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-umyQWctC5b .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-umyQWctC5b .mbr-section-btn {
  margin-top: auto !important;
  position: relative;
}
.cid-umyQWctC5b .mbr-section-title {
  color: #ffffff;
}
.cid-umyQWctC5b .mbr-text,
.cid-umyQWctC5b .mbr-section-btn {
  text-align: left;
}
.cid-umyQWctC5b .item-title {
  text-align: left;
  color: #353535;
}
.cid-umyQWctC5b .item-subtitle {
  text-align: left;
  color: #353535;
}
.cid-umyQWctC5b .item-img {
  position: relative;
  justify-content: center;
}
.cid-umyQWctC5b .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-umyQWctC5b .item-img .img-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-umyQWctC5b .item-img .img-description p {
  margin-bottom: 0;
}
.cid-umyQWctC5b .item-img .img-description:hover {
  zoom: 1.2;
}
.cid-umyQWctC5b .btn:hover::after {
  transform: translate(0.25em, 0);
}
.cid-umyQWctC5b .btn::after {
  content: ">";
}
.cid-umSfipoID8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-umSfipoID8 nav.navbar {
  position: fixed;
}
.cid-umSfipoID8 .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;
}
.cid-umSfipoID8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umSfipoID8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-umSfipoID8 .dropdown-item:hover,
.cid-umSfipoID8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-umSfipoID8 .dropdown-item:hover span {
  color: white;
}
.cid-umSfipoID8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umSfipoID8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umSfipoID8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-umSfipoID8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umSfipoID8 .nav-link {
  position: relative;
}
.cid-umSfipoID8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-umSfipoID8 .container {
    flex-wrap: nowrap;
  }
}
.cid-umSfipoID8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umSfipoID8 .dropdown-menu,
.cid-umSfipoID8 .navbar.opened {
  background: #353535 !important;
}
.cid-umSfipoID8 .nav-item:focus,
.cid-umSfipoID8 .nav-link:focus {
  outline: none;
}
.cid-umSfipoID8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umSfipoID8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umSfipoID8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umSfipoID8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umSfipoID8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umSfipoID8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umSfipoID8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-umSfipoID8 .navbar.opened {
  transition: all 0.3s;
}
.cid-umSfipoID8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umSfipoID8 .navbar .navbar-logo img {
  width: auto;
}
.cid-umSfipoID8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umSfipoID8 .navbar.collapsed {
  justify-content: center;
}
.cid-umSfipoID8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umSfipoID8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umSfipoID8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-umSfipoID8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umSfipoID8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umSfipoID8 .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-umSfipoID8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umSfipoID8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umSfipoID8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-umSfipoID8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umSfipoID8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umSfipoID8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umSfipoID8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umSfipoID8 .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-umSfipoID8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umSfipoID8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umSfipoID8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umSfipoID8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-umSfipoID8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umSfipoID8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umSfipoID8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-umSfipoID8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-umSfipoID8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umSfipoID8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-umSfipoID8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umSfipoID8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umSfipoID8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umSfipoID8 .dropdown-item.active,
.cid-umSfipoID8 .dropdown-item:active {
  background-color: transparent;
}
.cid-umSfipoID8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umSfipoID8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umSfipoID8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umSfipoID8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-umSfipoID8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umSfipoID8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umSfipoID8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umSfipoID8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-umSfipoID8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umSfipoID8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umSfipoID8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umSfipoID8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umSfipoID8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umSfipoID8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umSfipoID8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umSfipoID8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umSfipoID8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umSfipoID8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umSfipoID8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-umSfipoID8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umSfipoID8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umSfipoID8 .navbar {
    height: 70px;
  }
  .cid-umSfipoID8 .navbar.opened {
    height: auto;
  }
  .cid-umSfipoID8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upvK1mJzjA {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-upvK1mJzjA {
    padding-top: 7rem;
    padding-bottom: 10rem;
  }
}
.cid-upvK1mJzjA .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-upvK1mJzjA picture {
  height: 100%;
  object-fit: cover;
}
.cid-upvK1mJzjA picture source {
  height: 100%;
  object-fit: cover;
}
.cid-upvK1mJzjA picture img {
  height: 100%;
  object-fit: cover;
}
.cid-upvK1mJzjA .achtergrond {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upvK1mJzjA .mbr-section-title {
  color: #ffffff;
}
.cid-upvK1mJzjA .mbr-text,
.cid-upvK1mJzjA .mbr-section-btn {
  color: #ffffff;
}
.cid-upvKqqljnO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upvKqqljnO .mbr-section-title {
  text-align: left;
}
.cid-upvKqqljnO .mbr-section-subtitle {
  text-align: center;
}
.cid-upvKqqljnO .mbr-text {
  text-align: left;
}
.cid-uoAdEOcwif {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoAdEOcwif .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoAdEOcwif .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uoAdEOcwif .card {
    margin-bottom: 2rem;
  }
  .cid-uoAdEOcwif .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uoAdEOcwif .card-title,
.cid-uoAdEOcwif .card-box {
  color: #353535;
}
.cid-uoAdEOcwif .mbr-text,
.cid-uoAdEOcwif .mbr-section-btn {
  color: #232323;
}
.cid-uoEDhM3UT6 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uoEDhM3UT6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoEDhM3UT6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoEDhM3UT6 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uoEDhM3UT6 .img-item {
  position: relative;
}
.cid-uoEDhM3UT6 .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uoEDhM3UT6 .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uoEDhM3UT6 .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uoFp4Ephfi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoFp4Ephfi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoFp4Ephfi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uoFp4Ephfi .card {
    margin-bottom: 2rem;
  }
  .cid-uoFp4Ephfi .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uoFp4Ephfi .card-title,
.cid-uoFp4Ephfi .card-box {
  color: #353535;
}
.cid-uoFp4Ephfi .mbr-text,
.cid-uoFp4Ephfi .mbr-section-btn {
  color: #232323;
}
.cid-uoFp6a10lM {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uoFp6a10lM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoFp6a10lM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoFp6a10lM .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uoFp6a10lM .img-item {
  position: relative;
}
.cid-uoFp6a10lM .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uoFp6a10lM .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uoFp6a10lM .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uoKCy00wmN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoKCy00wmN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoKCy00wmN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uoKCy00wmN .card {
    margin-bottom: 2rem;
  }
  .cid-uoKCy00wmN .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uoKCy00wmN .card-title,
.cid-uoKCy00wmN .card-box {
  color: #353535;
}
.cid-uoKCy00wmN .mbr-text,
.cid-uoKCy00wmN .mbr-section-btn {
  color: #232323;
}
.cid-uoKCzoYnyi {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uoKCzoYnyi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoKCzoYnyi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoKCzoYnyi .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uoKCzoYnyi .img-item {
  position: relative;
}
.cid-uoKCzoYnyi .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uoKCzoYnyi .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uoKCzoYnyi .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uoKGhm9VvR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoKGhm9VvR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoKGhm9VvR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uoKGhm9VvR .card {
    margin-bottom: 2rem;
  }
  .cid-uoKGhm9VvR .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uoKGhm9VvR .card-title,
.cid-uoKGhm9VvR .card-box {
  color: #353535;
}
.cid-uoKGhm9VvR .mbr-text,
.cid-uoKGhm9VvR .mbr-section-btn {
  color: #232323;
}
.cid-uoKGhZ3IBO {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uoKGhZ3IBO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoKGhZ3IBO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoKGhZ3IBO .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uoKGhZ3IBO .img-item {
  position: relative;
}
.cid-uoKGhZ3IBO .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uoKGhZ3IBO .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uoKGhZ3IBO .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uoKJAMRAl6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoKJAMRAl6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoKJAMRAl6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uoKJAMRAl6 .card {
    margin-bottom: 2rem;
  }
  .cid-uoKJAMRAl6 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uoKJAMRAl6 .card-title,
.cid-uoKJAMRAl6 .card-box {
  color: #353535;
}
.cid-uoKJAMRAl6 .mbr-text,
.cid-uoKJAMRAl6 .mbr-section-btn {
  color: #232323;
}
.cid-uoKJBEjOgV {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uoKJBEjOgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoKJBEjOgV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoKJBEjOgV .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uoKJBEjOgV .img-item {
  position: relative;
}
.cid-uoKJBEjOgV .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uoKJBEjOgV .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uoKJBEjOgV .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uoL9lLBLuW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoL9lLBLuW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoL9lLBLuW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uoL9lLBLuW .card {
    margin-bottom: 2rem;
  }
  .cid-uoL9lLBLuW .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uoL9lLBLuW .card-title,
.cid-uoL9lLBLuW .card-box {
  color: #353535;
}
.cid-uoL9lLBLuW .mbr-text,
.cid-uoL9lLBLuW .mbr-section-btn {
  color: #232323;
}
.cid-uoL9mL1GtD {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uoL9mL1GtD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoL9mL1GtD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoL9mL1GtD .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uoL9mL1GtD .img-item {
  position: relative;
}
.cid-uoL9mL1GtD .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uoL9mL1GtD .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uoL9mL1GtD .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uoLnFDh8Gy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoLnFDh8Gy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoLnFDh8Gy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uoLnFDh8Gy .card {
    margin-bottom: 2rem;
  }
  .cid-uoLnFDh8Gy .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uoLnFDh8Gy .card-title,
.cid-uoLnFDh8Gy .card-box {
  color: #353535;
}
.cid-uoLnFDh8Gy .mbr-text,
.cid-uoLnFDh8Gy .mbr-section-btn {
  color: #232323;
}
.cid-uoLnGBHc9w {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uoLnGBHc9w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoLnGBHc9w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoLnGBHc9w .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uoLnGBHc9w .img-item {
  position: relative;
}
.cid-uoLnGBHc9w .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uoLnGBHc9w .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uoLnGBHc9w .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uoQQzQu2nT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoQQzQu2nT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoQQzQu2nT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uoQQzQu2nT .card {
    margin-bottom: 2rem;
  }
  .cid-uoQQzQu2nT .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uoQQzQu2nT .card-title,
.cid-uoQQzQu2nT .card-box {
  color: #353535;
}
.cid-uoQQzQu2nT .mbr-text,
.cid-uoQQzQu2nT .mbr-section-btn {
  color: #232323;
}
.cid-uoQQAvSUp0 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uoQQAvSUp0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoQQAvSUp0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoQQAvSUp0 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uoQQAvSUp0 .img-item {
  position: relative;
}
.cid-uoQQAvSUp0 .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uoQQAvSUp0 .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uoQQAvSUp0 .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uoR8RixBPn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoR8RixBPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoR8RixBPn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uoR8RixBPn .card {
    margin-bottom: 2rem;
  }
  .cid-uoR8RixBPn .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uoR8RixBPn .card-title,
.cid-uoR8RixBPn .card-box {
  color: #353535;
}
.cid-uoR8RixBPn .mbr-text,
.cid-uoR8RixBPn .mbr-section-btn {
  color: #232323;
}
.cid-uoR8S2fRJc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uoR8S2fRJc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoR8S2fRJc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoR8S2fRJc .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uoR8S2fRJc .img-item {
  position: relative;
}
.cid-uoR8S2fRJc .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uoR8S2fRJc .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uoR8S2fRJc .img-item .img-description p {
  margin-bottom: 0;
}
.cid-updR5pRxFU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-updR5pRxFU .mbr-fallback-image.disabled {
  display: none;
}
.cid-updR5pRxFU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-updR5pRxFU .card {
    margin-bottom: 2rem;
  }
  .cid-updR5pRxFU .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-updR5pRxFU .card-title,
.cid-updR5pRxFU .card-box {
  color: #353535;
}
.cid-updR5pRxFU .mbr-text,
.cid-updR5pRxFU .mbr-section-btn {
  color: #232323;
}
.cid-updR79q4Ub {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-updR79q4Ub .mbr-fallback-image.disabled {
  display: none;
}
.cid-updR79q4Ub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-updR79q4Ub .row {
  align-items: stretch;
  justify-content: center;
}
.cid-updR79q4Ub .img-item {
  position: relative;
}
.cid-updR79q4Ub .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-updR79q4Ub .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-updR79q4Ub .img-item .img-description p {
  margin-bottom: 0;
}
.cid-upiX1yaBGc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upiX1yaBGc .mbr-fallback-image.disabled {
  display: none;
}
.cid-upiX1yaBGc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-upiX1yaBGc .card {
    margin-bottom: 2rem;
  }
  .cid-upiX1yaBGc .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-upiX1yaBGc .card-title,
.cid-upiX1yaBGc .card-box {
  color: #353535;
}
.cid-upiX1yaBGc .mbr-text,
.cid-upiX1yaBGc .mbr-section-btn {
  color: #232323;
}
.cid-upiX2xVgwZ {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-upiX2xVgwZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-upiX2xVgwZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upiX2xVgwZ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-upiX2xVgwZ .img-item {
  position: relative;
}
.cid-upiX2xVgwZ .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-upiX2xVgwZ .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-upiX2xVgwZ .img-item .img-description p {
  margin-bottom: 0;
}
.cid-upvV1GMF9Z {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upvV1GMF9Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-upvV1GMF9Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-upvV1GMF9Z .card {
    margin-bottom: 2rem;
  }
  .cid-upvV1GMF9Z .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-upvV1GMF9Z .card-title,
.cid-upvV1GMF9Z .card-box {
  color: #353535;
}
.cid-upvV1GMF9Z .mbr-text,
.cid-upvV1GMF9Z .mbr-section-btn {
  color: #232323;
}
.cid-upvV3nCE5W {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-upvV3nCE5W .mbr-fallback-image.disabled {
  display: none;
}
.cid-upvV3nCE5W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upvV3nCE5W .row {
  align-items: stretch;
  justify-content: center;
}
.cid-upvV3nCE5W .img-item {
  position: relative;
}
.cid-upvV3nCE5W .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-upvV3nCE5W .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-upvV3nCE5W .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uqPAx3w3QX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uqPAx3w3QX nav.navbar {
  position: fixed;
}
.cid-uqPAx3w3QX .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;
}
.cid-uqPAx3w3QX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqPAx3w3QX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqPAx3w3QX .dropdown-item:hover,
.cid-uqPAx3w3QX .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uqPAx3w3QX .dropdown-item:hover span {
  color: white;
}
.cid-uqPAx3w3QX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqPAx3w3QX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqPAx3w3QX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqPAx3w3QX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqPAx3w3QX .nav-link {
  position: relative;
}
.cid-uqPAx3w3QX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uqPAx3w3QX .container {
    flex-wrap: nowrap;
  }
}
.cid-uqPAx3w3QX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqPAx3w3QX .dropdown-menu,
.cid-uqPAx3w3QX .navbar.opened {
  background: #353535 !important;
}
.cid-uqPAx3w3QX .nav-item:focus,
.cid-uqPAx3w3QX .nav-link:focus {
  outline: none;
}
.cid-uqPAx3w3QX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqPAx3w3QX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqPAx3w3QX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqPAx3w3QX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqPAx3w3QX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqPAx3w3QX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqPAx3w3QX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uqPAx3w3QX .navbar.opened {
  transition: all 0.3s;
}
.cid-uqPAx3w3QX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqPAx3w3QX .navbar .navbar-logo img {
  width: auto;
}
.cid-uqPAx3w3QX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqPAx3w3QX .navbar.collapsed {
  justify-content: center;
}
.cid-uqPAx3w3QX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqPAx3w3QX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqPAx3w3QX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-uqPAx3w3QX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqPAx3w3QX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqPAx3w3QX .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-uqPAx3w3QX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqPAx3w3QX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqPAx3w3QX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqPAx3w3QX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqPAx3w3QX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqPAx3w3QX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqPAx3w3QX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqPAx3w3QX .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-uqPAx3w3QX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqPAx3w3QX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqPAx3w3QX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqPAx3w3QX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqPAx3w3QX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqPAx3w3QX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uqPAx3w3QX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uqPAx3w3QX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqPAx3w3QX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqPAx3w3QX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqPAx3w3QX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqPAx3w3QX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqPAx3w3QX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqPAx3w3QX .dropdown-item.active,
.cid-uqPAx3w3QX .dropdown-item:active {
  background-color: transparent;
}
.cid-uqPAx3w3QX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqPAx3w3QX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqPAx3w3QX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqPAx3w3QX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uqPAx3w3QX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqPAx3w3QX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqPAx3w3QX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqPAx3w3QX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqPAx3w3QX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqPAx3w3QX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqPAx3w3QX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqPAx3w3QX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqPAx3w3QX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqPAx3w3QX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqPAx3w3QX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqPAx3w3QX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqPAx3w3QX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqPAx3w3QX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqPAx3w3QX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqPAx3w3QX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqPAx3w3QX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqPAx3w3QX .navbar {
    height: 70px;
  }
  .cid-uqPAx3w3QX .navbar.opened {
    height: auto;
  }
  .cid-uqPAx3w3QX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ut9gWSSXfj {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ut9gWSSXfj {
    padding-top: 7rem;
    padding-bottom: 10rem;
  }
}
.cid-ut9gWSSXfj .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-ut9gWSSXfj picture {
  height: 100%;
  object-fit: cover;
}
.cid-ut9gWSSXfj picture source {
  height: 100%;
  object-fit: cover;
}
.cid-ut9gWSSXfj picture img {
  height: 100%;
  object-fit: cover;
}
.cid-ut9gWSSXfj .achtergrond {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut9gWSSXfj .mbr-section-title {
  color: #ffffff;
}
.cid-ut9gWSSXfj .mbr-text,
.cid-ut9gWSSXfj .mbr-section-btn {
  color: #ffffff;
}
.cid-uqPAx4nnlP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uqPAx4nnlP .mbr-section-title {
  text-align: center;
}
.cid-uqPAx4nnlP .mbr-section-subtitle {
  text-align: center;
}
.cid-uqPAx4nnlP .mbr-text {
  text-align: center;
}
.cid-uqPAx4BS2T {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeecea;
}
.cid-uqPAx4BS2T #modalSheet {
  top: 70px !important;
}
.cid-uqPAx4BS2T .crumbs {
  font-family: 'Raleway', sans-serif;
  color: #353535;
  font-size: 0.8rem;
  line-height: 1;
}
.cid-uqPAx4BS2T img,
.cid-uqPAx4BS2T .item-img {
  width: 100%;
}
.cid-uqPAx4BS2T .item:focus,
.cid-uqPAx4BS2T span:focus {
  outline: none;
}
.cid-uqPAx4BS2T .item {
  margin-bottom: 2rem;
}
.cid-uqPAx4BS2T .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uqPAx4BS2T .item-wrapper .item-content {
    padding: 1rem 2rem 0;
  }
  .cid-uqPAx4BS2T .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uqPAx4BS2T .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uqPAx4BS2T .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uqPAx4BS2T .mbr-section-btn {
  margin-top: auto !important;
  position: relative;
}
.cid-uqPAx4BS2T .mbr-section-title {
  color: #ffffff;
}
.cid-uqPAx4BS2T .mbr-text,
.cid-uqPAx4BS2T .mbr-section-btn {
  text-align: left;
}
.cid-uqPAx4BS2T .item-title {
  text-align: left;
  color: #353535;
}
.cid-uqPAx4BS2T .item-subtitle {
  text-align: left;
  color: #353535;
}
.cid-uqPAx4BS2T .item-img {
  position: relative;
  justify-content: center;
}
.cid-uqPAx4BS2T .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-uqPAx4BS2T .item-img .img-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uqPAx4BS2T .item-img .img-description p {
  margin-bottom: 0;
}
.cid-uqPAx4BS2T .item-img .img-description:hover {
  zoom: 1.2;
}
.cid-uqPAx4BS2T .btn:hover::after {
  transform: translate(0.25em, 0);
}
.cid-uqPAx4BS2T .btn::after {
  content: ">";
}
.cid-uqPAx5aYwo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeecea;
}
.cid-uqPAx5aYwo #modalSheet {
  top: 70px !important;
}
.cid-uqPAx5aYwo .crumbs {
  font-family: 'Raleway', sans-serif;
  color: #353535;
  font-size: 0.8rem;
  line-height: 1;
}
.cid-uqPAx5aYwo img,
.cid-uqPAx5aYwo .item-img {
  width: 100%;
}
.cid-uqPAx5aYwo .item:focus,
.cid-uqPAx5aYwo span:focus {
  outline: none;
}
.cid-uqPAx5aYwo .item {
  margin-bottom: 2rem;
}
.cid-uqPAx5aYwo .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uqPAx5aYwo .item-wrapper .item-content {
    padding: 1rem 2rem 0;
  }
  .cid-uqPAx5aYwo .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uqPAx5aYwo .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uqPAx5aYwo .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uqPAx5aYwo .mbr-section-btn {
  margin-top: auto !important;
  position: relative;
}
.cid-uqPAx5aYwo .mbr-section-title {
  color: #ffffff;
}
.cid-uqPAx5aYwo .mbr-text,
.cid-uqPAx5aYwo .mbr-section-btn {
  text-align: left;
}
.cid-uqPAx5aYwo .item-title {
  text-align: left;
  color: #353535;
}
.cid-uqPAx5aYwo .item-subtitle {
  text-align: left;
  color: #353535;
}
.cid-uqPAx5aYwo .item-img {
  position: relative;
  justify-content: center;
}
.cid-uqPAx5aYwo .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-uqPAx5aYwo .item-img .img-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uqPAx5aYwo .item-img .img-description p {
  margin-bottom: 0;
}
.cid-uqPAx5aYwo .item-img .img-description:hover {
  zoom: 1.2;
}
.cid-uqPAx5aYwo .btn:hover::after {
  transform: translate(0.25em, 0);
}
.cid-uqPAx5aYwo .btn::after {
  content: ">";
}
.cid-utOa7nWccj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-utOa7nWccj nav.navbar {
  position: fixed;
}
.cid-utOa7nWccj .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;
}
.cid-utOa7nWccj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOa7nWccj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOa7nWccj .dropdown-item:hover,
.cid-utOa7nWccj .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-utOa7nWccj .dropdown-item:hover span {
  color: white;
}
.cid-utOa7nWccj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOa7nWccj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOa7nWccj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOa7nWccj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOa7nWccj .nav-link {
  position: relative;
}
.cid-utOa7nWccj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOa7nWccj .container {
    flex-wrap: nowrap;
  }
}
.cid-utOa7nWccj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOa7nWccj .dropdown-menu,
.cid-utOa7nWccj .navbar.opened {
  background: #353535 !important;
}
.cid-utOa7nWccj .nav-item:focus,
.cid-utOa7nWccj .nav-link:focus {
  outline: none;
}
.cid-utOa7nWccj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOa7nWccj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOa7nWccj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOa7nWccj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOa7nWccj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOa7nWccj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOa7nWccj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-utOa7nWccj .navbar.opened {
  transition: all 0.3s;
}
.cid-utOa7nWccj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOa7nWccj .navbar .navbar-logo img {
  width: auto;
}
.cid-utOa7nWccj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOa7nWccj .navbar.collapsed {
  justify-content: center;
}
.cid-utOa7nWccj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOa7nWccj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOa7nWccj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-utOa7nWccj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOa7nWccj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOa7nWccj .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-utOa7nWccj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOa7nWccj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOa7nWccj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOa7nWccj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOa7nWccj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOa7nWccj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOa7nWccj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOa7nWccj .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-utOa7nWccj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOa7nWccj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOa7nWccj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOa7nWccj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOa7nWccj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOa7nWccj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-utOa7nWccj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-utOa7nWccj .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOa7nWccj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOa7nWccj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOa7nWccj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOa7nWccj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOa7nWccj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOa7nWccj .dropdown-item.active,
.cid-utOa7nWccj .dropdown-item:active {
  background-color: transparent;
}
.cid-utOa7nWccj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOa7nWccj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOa7nWccj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOa7nWccj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-utOa7nWccj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOa7nWccj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOa7nWccj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOa7nWccj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOa7nWccj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOa7nWccj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-utOa7nWccj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOa7nWccj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOa7nWccj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOa7nWccj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOa7nWccj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOa7nWccj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOa7nWccj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOa7nWccj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOa7nWccj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utOa7nWccj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOa7nWccj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utOa7nWccj .navbar {
    height: 70px;
  }
  .cid-utOa7nWccj .navbar.opened {
    height: auto;
  }
  .cid-utOa7nWccj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOa7omeWA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-utOa7omeWA .mbr-section-title {
  text-align: center;
}
.cid-utOa7omeWA .mbr-section-subtitle {
  text-align: center;
}
.cid-utOa7omeWA .mbr-text {
  text-align: center;
}
.cid-utOa7ov7Pr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeecea;
}
.cid-utOa7ov7Pr #modalSheet {
  top: 70px !important;
}
.cid-utOa7ov7Pr .crumbs {
  font-family: 'Raleway', sans-serif;
  color: #353535;
  font-size: 0.8rem;
  line-height: 1;
}
.cid-utOa7ov7Pr img,
.cid-utOa7ov7Pr .item-img {
  width: 100%;
}
.cid-utOa7ov7Pr .item:focus,
.cid-utOa7ov7Pr span:focus {
  outline: none;
}
.cid-utOa7ov7Pr .item {
  margin-bottom: 2rem;
}
.cid-utOa7ov7Pr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-utOa7ov7Pr .item-wrapper .item-content {
    padding: 1rem 2rem 0;
  }
  .cid-utOa7ov7Pr .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utOa7ov7Pr .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-utOa7ov7Pr .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-utOa7ov7Pr .mbr-section-btn {
  margin-top: auto !important;
  position: relative;
}
.cid-utOa7ov7Pr .mbr-section-title {
  color: #ffffff;
}
.cid-utOa7ov7Pr .mbr-text,
.cid-utOa7ov7Pr .mbr-section-btn {
  text-align: left;
}
.cid-utOa7ov7Pr .item-title {
  text-align: left;
  color: #353535;
}
.cid-utOa7ov7Pr .item-subtitle {
  text-align: left;
  color: #e6c63b;
}
.cid-utOa7ov7Pr .item-img {
  position: relative;
  justify-content: center;
}
.cid-utOa7ov7Pr .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-utOa7ov7Pr .item-img .img-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-utOa7ov7Pr .item-img .img-description p {
  margin-bottom: 0;
}
.cid-utOa7ov7Pr .item-img .img-description:hover {
  zoom: 1.2;
}
.cid-utOa7ov7Pr .btn:hover::after {
  transform: translate(0.25em, 0);
}
.cid-utOa7ov7Pr .btn::after {
  content: ">";
}
.cid-utOa7p1EZl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeecea;
}
.cid-utOa7p1EZl #modalSheet {
  top: 70px !important;
}
.cid-utOa7p1EZl .crumbs {
  font-family: 'Raleway', sans-serif;
  color: #353535;
  font-size: 0.8rem;
  line-height: 1;
}
.cid-utOa7p1EZl img,
.cid-utOa7p1EZl .item-img {
  width: 100%;
}
.cid-utOa7p1EZl .item:focus,
.cid-utOa7p1EZl span:focus {
  outline: none;
}
.cid-utOa7p1EZl .item {
  margin-bottom: 2rem;
}
.cid-utOa7p1EZl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-utOa7p1EZl .item-wrapper .item-content {
    padding: 1rem 2rem 0;
  }
  .cid-utOa7p1EZl .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utOa7p1EZl .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-utOa7p1EZl .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-utOa7p1EZl .mbr-section-btn {
  margin-top: auto !important;
  position: relative;
}
.cid-utOa7p1EZl .mbr-section-title {
  color: #ffffff;
}
.cid-utOa7p1EZl .mbr-text,
.cid-utOa7p1EZl .mbr-section-btn {
  text-align: left;
}
.cid-utOa7p1EZl .item-title {
  text-align: left;
  color: #353535;
}
.cid-utOa7p1EZl .item-subtitle {
  text-align: left;
  color: #e6c63b;
}
.cid-utOa7p1EZl .item-img {
  position: relative;
  justify-content: center;
}
.cid-utOa7p1EZl .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-utOa7p1EZl .item-img .img-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-utOa7p1EZl .item-img .img-description p {
  margin-bottom: 0;
}
.cid-utOa7p1EZl .item-img .img-description:hover {
  zoom: 1.2;
}
.cid-utOa7p1EZl .btn:hover::after {
  transform: translate(0.25em, 0);
}
.cid-utOa7p1EZl .btn::after {
  content: ">";
}
.cid-utOa7pTxRx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeecea;
}
.cid-utOa7pTxRx #modalSheet {
  top: 70px !important;
}
.cid-utOa7pTxRx .crumbs {
  font-family: 'Raleway', sans-serif;
  color: #353535;
  font-size: 0.8rem;
  line-height: 1;
}
.cid-utOa7pTxRx img,
.cid-utOa7pTxRx .item-img {
  width: 100%;
}
.cid-utOa7pTxRx .item:focus,
.cid-utOa7pTxRx span:focus {
  outline: none;
}
.cid-utOa7pTxRx .item {
  margin-bottom: 2rem;
}
.cid-utOa7pTxRx .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-utOa7pTxRx .item-wrapper .item-content {
    padding: 1rem 2rem 0;
  }
  .cid-utOa7pTxRx .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utOa7pTxRx .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-utOa7pTxRx .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-utOa7pTxRx .mbr-section-btn {
  margin-top: auto !important;
  position: relative;
}
.cid-utOa7pTxRx .mbr-section-title {
  color: #ffffff;
}
.cid-utOa7pTxRx .mbr-text,
.cid-utOa7pTxRx .mbr-section-btn {
  text-align: left;
}
.cid-utOa7pTxRx .item-title {
  text-align: left;
  color: #353535;
}
.cid-utOa7pTxRx .item-subtitle {
  text-align: left;
  color: #e6c63b;
}
.cid-utOa7pTxRx .item-img {
  position: relative;
  justify-content: center;
}
.cid-utOa7pTxRx .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-utOa7pTxRx .item-img .img-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-utOa7pTxRx .item-img .img-description p {
  margin-bottom: 0;
}
.cid-utOa7pTxRx .item-img .img-description:hover {
  zoom: 1.2;
}
.cid-utOa7pTxRx .btn:hover::after {
  transform: translate(0.25em, 0);
}
.cid-utOa7pTxRx .btn::after {
  content: ">";
}
.cid-uuC4BAZRqv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uuC4BAZRqv nav.navbar {
  position: fixed;
}
.cid-uuC4BAZRqv .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;
}
.cid-uuC4BAZRqv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uuC4BAZRqv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uuC4BAZRqv .dropdown-item:hover,
.cid-uuC4BAZRqv .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uuC4BAZRqv .dropdown-item:hover span {
  color: white;
}
.cid-uuC4BAZRqv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uuC4BAZRqv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uuC4BAZRqv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uuC4BAZRqv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uuC4BAZRqv .nav-link {
  position: relative;
}
.cid-uuC4BAZRqv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uuC4BAZRqv .container {
    flex-wrap: nowrap;
  }
}
.cid-uuC4BAZRqv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uuC4BAZRqv .dropdown-menu,
.cid-uuC4BAZRqv .navbar.opened {
  background: #353535 !important;
}
.cid-uuC4BAZRqv .nav-item:focus,
.cid-uuC4BAZRqv .nav-link:focus {
  outline: none;
}
.cid-uuC4BAZRqv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuC4BAZRqv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuC4BAZRqv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuC4BAZRqv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuC4BAZRqv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuC4BAZRqv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuC4BAZRqv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uuC4BAZRqv .navbar.opened {
  transition: all 0.3s;
}
.cid-uuC4BAZRqv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uuC4BAZRqv .navbar .navbar-logo img {
  width: auto;
}
.cid-uuC4BAZRqv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uuC4BAZRqv .navbar.collapsed {
  justify-content: center;
}
.cid-uuC4BAZRqv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuC4BAZRqv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uuC4BAZRqv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-uuC4BAZRqv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuC4BAZRqv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuC4BAZRqv .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-uuC4BAZRqv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuC4BAZRqv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uuC4BAZRqv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uuC4BAZRqv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuC4BAZRqv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuC4BAZRqv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuC4BAZRqv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuC4BAZRqv .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-uuC4BAZRqv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuC4BAZRqv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uuC4BAZRqv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uuC4BAZRqv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uuC4BAZRqv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuC4BAZRqv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uuC4BAZRqv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uuC4BAZRqv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuC4BAZRqv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuC4BAZRqv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uuC4BAZRqv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuC4BAZRqv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uuC4BAZRqv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuC4BAZRqv .dropdown-item.active,
.cid-uuC4BAZRqv .dropdown-item:active {
  background-color: transparent;
}
.cid-uuC4BAZRqv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuC4BAZRqv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuC4BAZRqv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuC4BAZRqv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uuC4BAZRqv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuC4BAZRqv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuC4BAZRqv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uuC4BAZRqv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuC4BAZRqv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uuC4BAZRqv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uuC4BAZRqv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuC4BAZRqv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuC4BAZRqv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuC4BAZRqv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuC4BAZRqv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuC4BAZRqv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuC4BAZRqv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuC4BAZRqv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuC4BAZRqv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uuC4BAZRqv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uuC4BAZRqv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uuC4BAZRqv .navbar {
    height: 70px;
  }
  .cid-uuC4BAZRqv .navbar.opened {
    height: auto;
  }
  .cid-uuC4BAZRqv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuG1zPX6y0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uuG1zPX6y0 {
    padding-top: 7rem;
    padding-bottom: 10rem;
  }
}
.cid-uuG1zPX6y0 .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uuG1zPX6y0 picture {
  height: 100%;
  object-fit: cover;
}
.cid-uuG1zPX6y0 picture source {
  height: 100%;
  object-fit: cover;
}
.cid-uuG1zPX6y0 picture img {
  height: 100%;
  object-fit: cover;
}
.cid-uuG1zPX6y0 .achtergrond {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuG1zPX6y0 .mbr-section-title {
  color: #ffffff;
}
.cid-uuG1zPX6y0 .mbr-text,
.cid-uuG1zPX6y0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uuG24KixCp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uuG24KixCp .mbr-section-title {
  text-align: center;
}
.cid-uuG24KixCp .mbr-section-subtitle {
  text-align: center;
}
.cid-uuG24KixCp .mbr-text {
  text-align: center;
}
.cid-uuG2b8ZOIJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #baae9d;
}
.cid-uuG2b8ZOIJ #modalSheet {
  top: 70px !important;
}
.cid-uuG2b8ZOIJ .crumbs {
  font-family: 'Raleway', sans-serif;
  color: #353535;
  font-size: 0.8rem;
  line-height: 1;
}
.cid-uuG2b8ZOIJ img,
.cid-uuG2b8ZOIJ .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uuG2b8ZOIJ .item:focus,
.cid-uuG2b8ZOIJ span:focus {
  outline: none;
}
.cid-uuG2b8ZOIJ .item {
  margin-bottom: 2rem;
}
.cid-uuG2b8ZOIJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uuG2b8ZOIJ .item-wrapper .item-content {
    padding: 1rem 2rem 0;
  }
  .cid-uuG2b8ZOIJ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uuG2b8ZOIJ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uuG2b8ZOIJ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uuG2b8ZOIJ .mbr-section-btn {
  margin-top: auto !important;
  position: relative;
}
.cid-uuG2b8ZOIJ .mbr-section-title {
  color: #ffffff;
}
.cid-uuG2b8ZOIJ .mbr-text,
.cid-uuG2b8ZOIJ .mbr-section-btn {
  text-align: left;
}
.cid-uuG2b8ZOIJ .item-title {
  text-align: left;
  color: #353535;
}
.cid-uuG2b8ZOIJ .item-subtitle {
  text-align: left;
  color: #e6c63b;
}
.cid-uuG2b8ZOIJ .item-img {
  position: relative;
  justify-content: center;
}
.cid-uuG2b8ZOIJ .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-uuG2b8ZOIJ .item-img .img-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uuG2b8ZOIJ .item-img .img-description p {
  margin-bottom: 0;
}
.cid-uuG2b8ZOIJ .item-img .img-description:hover {
  zoom: 1.2;
}
.cid-uuG2b8ZOIJ .btn:hover::after {
  transform: translate(0.25em, 0);
}
.cid-uuG2b8ZOIJ .btn::after {
  content: ">";
}
.cid-uuM9VvY5m9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uuM9VvY5m9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuM9VvY5m9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuM9VvY5m9 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uuM9VvY5m9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uuM9VvY5m9 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uuM9VvY5m9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uuM9VvY5m9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tvuZPNw1m8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tvuZPNw1m8 nav.navbar {
  position: fixed;
}
.cid-tvuZPNw1m8 .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;
}
.cid-tvuZPNw1m8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tvuZPNw1m8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tvuZPNw1m8 .dropdown-item:hover,
.cid-tvuZPNw1m8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tvuZPNw1m8 .dropdown-item:hover span {
  color: white;
}
.cid-tvuZPNw1m8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tvuZPNw1m8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tvuZPNw1m8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tvuZPNw1m8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tvuZPNw1m8 .nav-link {
  position: relative;
}
.cid-tvuZPNw1m8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tvuZPNw1m8 .container {
    flex-wrap: nowrap;
  }
}
.cid-tvuZPNw1m8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tvuZPNw1m8 .dropdown-menu,
.cid-tvuZPNw1m8 .navbar.opened {
  background: #353535 !important;
}
.cid-tvuZPNw1m8 .nav-item:focus,
.cid-tvuZPNw1m8 .nav-link:focus {
  outline: none;
}
.cid-tvuZPNw1m8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tvuZPNw1m8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tvuZPNw1m8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tvuZPNw1m8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvuZPNw1m8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tvuZPNw1m8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tvuZPNw1m8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-tvuZPNw1m8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tvuZPNw1m8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tvuZPNw1m8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tvuZPNw1m8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tvuZPNw1m8 .navbar.collapsed {
  justify-content: center;
}
.cid-tvuZPNw1m8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tvuZPNw1m8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tvuZPNw1m8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-tvuZPNw1m8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tvuZPNw1m8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tvuZPNw1m8 .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-tvuZPNw1m8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tvuZPNw1m8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tvuZPNw1m8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tvuZPNw1m8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tvuZPNw1m8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tvuZPNw1m8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tvuZPNw1m8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tvuZPNw1m8 .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-tvuZPNw1m8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tvuZPNw1m8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tvuZPNw1m8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tvuZPNw1m8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tvuZPNw1m8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tvuZPNw1m8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tvuZPNw1m8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tvuZPNw1m8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tvuZPNw1m8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tvuZPNw1m8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tvuZPNw1m8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tvuZPNw1m8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tvuZPNw1m8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tvuZPNw1m8 .dropdown-item.active,
.cid-tvuZPNw1m8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tvuZPNw1m8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tvuZPNw1m8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tvuZPNw1m8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tvuZPNw1m8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tvuZPNw1m8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tvuZPNw1m8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvuZPNw1m8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tvuZPNw1m8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tvuZPNw1m8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tvuZPNw1m8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tvuZPNw1m8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tvuZPNw1m8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvuZPNw1m8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvuZPNw1m8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tvuZPNw1m8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvuZPNw1m8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tvuZPNw1m8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tvuZPNw1m8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvuZPNw1m8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tvuZPNw1m8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvuZPNw1m8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tvuZPNw1m8 .navbar {
    height: 70px;
  }
  .cid-tvuZPNw1m8 .navbar.opened {
    height: auto;
  }
  .cid-tvuZPNw1m8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvmIpwyWeP {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uvmIpwyWeP {
    padding-top: 7rem;
    padding-bottom: 10rem;
  }
}
.cid-uvmIpwyWeP .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uvmIpwyWeP picture {
  height: 100%;
  object-fit: cover;
}
.cid-uvmIpwyWeP picture source {
  height: 100%;
  object-fit: cover;
}
.cid-uvmIpwyWeP picture img {
  height: 100%;
  object-fit: cover;
}
.cid-uvmIpwyWeP .achtergrond {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvmIpwyWeP .mbr-section-title {
  color: #ffffff;
}
.cid-uvmIpwyWeP .mbr-text,
.cid-uvmIpwyWeP .mbr-section-btn {
  color: #ffffff;
}
.cid-uvmJ3agR6A {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvmJ3agR6A .mbr-section-title {
  text-align: left;
}
.cid-uvmJ3agR6A .mbr-section-subtitle {
  text-align: center;
}
.cid-uvmJ3agR6A .mbr-text {
  text-align: left;
}
.cid-uvlZ8eISA9 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uvlZ8eISA9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlZ8eISA9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlZ8eISA9 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uvlZ8eISA9 .img-item {
  position: relative;
}
.cid-uvlZ8eISA9 .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uvlZ8eISA9 .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uvlZ8eISA9 .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uvlZjgfxHL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvlZjgfxHL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlZjgfxHL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvlZjgfxHL .card {
    margin-bottom: 2rem;
  }
  .cid-uvlZjgfxHL .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uvlZjgfxHL .card-title,
.cid-uvlZjgfxHL .card-box {
  color: #353535;
}
.cid-uvlZjgfxHL .mbr-text,
.cid-uvlZjgfxHL .mbr-section-btn {
  color: #232323;
}
.cid-uxrexfFn49 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uxrexfFn49 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxrexfFn49 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxrexfFn49 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uxrexfFn49 .img-item {
  position: relative;
}
.cid-uxrexfFn49 .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uxrexfFn49 .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uxrexfFn49 .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uxreE44aRI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxreE44aRI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxreE44aRI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uxreE44aRI .card {
    margin-bottom: 2rem;
  }
  .cid-uxreE44aRI .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uxreE44aRI .card-title,
.cid-uxreE44aRI .card-box {
  color: #353535;
}
.cid-uxreE44aRI .mbr-text,
.cid-uxreE44aRI .mbr-section-btn {
  color: #232323;
}
.cid-uxrAwTBCVP {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uxrAwTBCVP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxrAwTBCVP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxrAwTBCVP .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uxrAwTBCVP .img-item {
  position: relative;
}
.cid-uxrAwTBCVP .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uxrAwTBCVP .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uxrAwTBCVP .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uxrAxxmDiO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxrAxxmDiO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxrAxxmDiO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uxrAxxmDiO .card {
    margin-bottom: 2rem;
  }
  .cid-uxrAxxmDiO .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uxrAxxmDiO .card-title,
.cid-uxrAxxmDiO .card-box {
  color: #353535;
}
.cid-uxrAxxmDiO .mbr-text,
.cid-uxrAxxmDiO .mbr-section-btn {
  color: #232323;
}
.cid-uxrGUx6fcF {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uxrGUx6fcF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxrGUx6fcF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxrGUx6fcF .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uxrGUx6fcF .img-item {
  position: relative;
}
.cid-uxrGUx6fcF .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uxrGUx6fcF .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uxrGUx6fcF .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uxrGVxxU1B {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxrGVxxU1B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxrGVxxU1B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uxrGVxxU1B .card {
    margin-bottom: 2rem;
  }
  .cid-uxrGVxxU1B .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uxrGVxxU1B .card-title,
.cid-uxrGVxxU1B .card-box {
  color: #353535;
}
.cid-uxrGVxxU1B .mbr-text,
.cid-uxrGVxxU1B .mbr-section-btn {
  color: #232323;
}
.cid-uxvYuoagLB {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uxvYuoagLB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxvYuoagLB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxvYuoagLB .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uxvYuoagLB .img-item {
  position: relative;
}
.cid-uxvYuoagLB .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uxvYuoagLB .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uxvYuoagLB .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uxvYv3P6vW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxvYv3P6vW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxvYv3P6vW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uxvYv3P6vW .card {
    margin-bottom: 2rem;
  }
  .cid-uxvYv3P6vW .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uxvYv3P6vW .card-title,
.cid-uxvYv3P6vW .card-box {
  color: #353535;
}
.cid-uxvYv3P6vW .mbr-text,
.cid-uxvYv3P6vW .mbr-section-btn {
  color: #232323;
}
.cid-uxxpQh1zT7 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uxxpQh1zT7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxxpQh1zT7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxxpQh1zT7 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uxxpQh1zT7 .img-item {
  position: relative;
}
.cid-uxxpQh1zT7 .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uxxpQh1zT7 .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uxxpQh1zT7 .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uxxpR2vhh1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxxpR2vhh1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxxpR2vhh1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uxxpR2vhh1 .card {
    margin-bottom: 2rem;
  }
  .cid-uxxpR2vhh1 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uxxpR2vhh1 .card-title,
.cid-uxxpR2vhh1 .card-box {
  color: #353535;
}
.cid-uxxpR2vhh1 .mbr-text,
.cid-uxxpR2vhh1 .mbr-section-btn {
  color: #232323;
}
.cid-uyio6E11Ag {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uyio6E11Ag .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyio6E11Ag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyio6E11Ag .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uyio6E11Ag .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uyio6E11Ag .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uyio6E11Ag .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uyio6E11Ag .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uyio6E11Ag .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uyio6E11Ag .carousel-control,
.cid-uyio6E11Ag .close {
  background: #1b1b1b;
}
.cid-uyio6E11Ag .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uyio6E11Ag .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uyio6E11Ag .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uyio6E11Ag .carousel-control-next span {
  margin-left: 5px;
}
.cid-uyio6E11Ag .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uyio6E11Ag .close::before {
  content: '\e91a';
}
.cid-uyio6E11Ag .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uyio6E11Ag .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uyio6E11Ag .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyio6E11Ag .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyio6E11Ag .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uyio6E11Ag .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uyio6E11Ag .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uyio6E11Ag .carousel-indicators li.active,
.cid-uyio6E11Ag .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uyio6E11Ag .carousel-indicators li::after,
.cid-uyio6E11Ag .carousel-indicators li::before {
  content: none;
}
.cid-uyio6E11Ag .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uyio6E11Ag .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uyio6E11Ag .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uyio6E11Ag .carousel-indicators {
    display: none;
  }
}
.cid-uyio6E11Ag .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uyio6E11Ag .carousel-inner > .active {
  display: block;
}
.cid-uyio6E11Ag .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyio6E11Ag .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uyio6E11Ag .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uyio6E11Ag .carousel-control,
  .cid-uyio6E11Ag .carousel-indicators,
  .cid-uyio6E11Ag .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uyio6E11Ag .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uyio6E11Ag .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uyio6E11Ag .carousel-indicators .active,
.cid-uyio6E11Ag .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uyio6E11Ag .carousel-indicators .active {
  background: #fff;
}
.cid-uyio6E11Ag .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uyio6E11Ag .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uyio6E11Ag .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uyio6E11Ag .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uyio6E11Ag .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uyio6E11Ag .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uyio6E11Ag .carousel {
  width: 100%;
}
.cid-uyio6E11Ag .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uyio6E11Ag .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uyio6E11Ag .modal.fade .modal-dialog,
.cid-uyio6E11Ag .modal.in .modal-dialog {
  transform: none;
}
.cid-uyio6E11Ag .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uyio6E11Ag H6 {
  text-align: center;
}
.cid-uvyv8wSILv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvyv8wSILv nav.navbar {
  position: fixed;
}
.cid-uvyv8wSILv .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;
}
.cid-uvyv8wSILv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvyv8wSILv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvyv8wSILv .dropdown-item:hover,
.cid-uvyv8wSILv .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uvyv8wSILv .dropdown-item:hover span {
  color: white;
}
.cid-uvyv8wSILv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvyv8wSILv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvyv8wSILv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvyv8wSILv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvyv8wSILv .nav-link {
  position: relative;
}
.cid-uvyv8wSILv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvyv8wSILv .container {
    flex-wrap: nowrap;
  }
}
.cid-uvyv8wSILv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvyv8wSILv .dropdown-menu,
.cid-uvyv8wSILv .navbar.opened {
  background: #353535 !important;
}
.cid-uvyv8wSILv .nav-item:focus,
.cid-uvyv8wSILv .nav-link:focus {
  outline: none;
}
.cid-uvyv8wSILv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvyv8wSILv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvyv8wSILv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvyv8wSILv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvyv8wSILv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvyv8wSILv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvyv8wSILv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uvyv8wSILv .navbar.opened {
  transition: all 0.3s;
}
.cid-uvyv8wSILv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvyv8wSILv .navbar .navbar-logo img {
  width: auto;
}
.cid-uvyv8wSILv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvyv8wSILv .navbar.collapsed {
  justify-content: center;
}
.cid-uvyv8wSILv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvyv8wSILv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvyv8wSILv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-uvyv8wSILv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvyv8wSILv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvyv8wSILv .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-uvyv8wSILv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvyv8wSILv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvyv8wSILv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvyv8wSILv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvyv8wSILv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvyv8wSILv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvyv8wSILv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvyv8wSILv .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-uvyv8wSILv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvyv8wSILv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvyv8wSILv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvyv8wSILv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvyv8wSILv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvyv8wSILv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvyv8wSILv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvyv8wSILv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvyv8wSILv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvyv8wSILv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvyv8wSILv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvyv8wSILv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvyv8wSILv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvyv8wSILv .dropdown-item.active,
.cid-uvyv8wSILv .dropdown-item:active {
  background-color: transparent;
}
.cid-uvyv8wSILv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvyv8wSILv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvyv8wSILv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvyv8wSILv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uvyv8wSILv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvyv8wSILv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvyv8wSILv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvyv8wSILv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvyv8wSILv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvyv8wSILv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvyv8wSILv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvyv8wSILv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvyv8wSILv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvyv8wSILv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvyv8wSILv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvyv8wSILv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvyv8wSILv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvyv8wSILv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvyv8wSILv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvyv8wSILv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvyv8wSILv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvyv8wSILv .navbar {
    height: 70px;
  }
  .cid-uvyv8wSILv .navbar.opened {
    height: auto;
  }
  .cid-uvyv8wSILv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvyvxbFYGS {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uvyvxbFYGS {
    padding-top: 7rem;
    padding-bottom: 10rem;
  }
}
.cid-uvyvxbFYGS .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uvyvxbFYGS picture {
  height: 100%;
  object-fit: cover;
}
.cid-uvyvxbFYGS picture source {
  height: 100%;
  object-fit: cover;
}
.cid-uvyvxbFYGS picture img {
  height: 100%;
  object-fit: cover;
}
.cid-uvyvxbFYGS .achtergrond {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvyvxbFYGS .mbr-section-title {
  color: #ffffff;
}
.cid-uvyvxbFYGS .mbr-text,
.cid-uvyvxbFYGS .mbr-section-btn {
  color: #ffffff;
}
.cid-uvyv8xfh8b {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvyv8xfh8b .mbr-section-title {
  text-align: center;
}
.cid-uvyv8xfh8b .mbr-section-subtitle {
  text-align: center;
}
.cid-uvyv8xfh8b .mbr-text {
  text-align: center;
}
.cid-uvyv8xpAou {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeecea;
}
.cid-uvyv8xpAou #modalSheet {
  top: 70px !important;
}
.cid-uvyv8xpAou .crumbs {
  font-family: 'Raleway', sans-serif;
  color: #353535;
  font-size: 0.8rem;
  line-height: 1;
}
.cid-uvyv8xpAou img,
.cid-uvyv8xpAou .item-img {
  width: 100%;
}
.cid-uvyv8xpAou .item:focus,
.cid-uvyv8xpAou span:focus {
  outline: none;
}
.cid-uvyv8xpAou .item {
  margin-bottom: 2rem;
}
.cid-uvyv8xpAou .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uvyv8xpAou .item-wrapper .item-content {
    padding: 1rem 2rem 0;
  }
  .cid-uvyv8xpAou .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvyv8xpAou .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uvyv8xpAou .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uvyv8xpAou .mbr-section-btn {
  margin-top: auto !important;
  position: relative;
}
.cid-uvyv8xpAou .mbr-section-title {
  color: #ffffff;
}
.cid-uvyv8xpAou .mbr-text,
.cid-uvyv8xpAou .mbr-section-btn {
  text-align: left;
}
.cid-uvyv8xpAou .item-title {
  text-align: left;
  color: #353535;
}
.cid-uvyv8xpAou .item-subtitle {
  text-align: left;
  color: #353535;
}
.cid-uvyv8xpAou .item-img {
  position: relative;
  justify-content: center;
}
.cid-uvyv8xpAou .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-uvyv8xpAou .item-img .img-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uvyv8xpAou .item-img .img-description p {
  margin-bottom: 0;
}
.cid-uvyv8xpAou .item-img .img-description:hover {
  zoom: 1.2;
}
.cid-uvyv8xpAou .btn:hover::after {
  transform: translate(0.25em, 0);
}
.cid-uvyv8xpAou .btn::after {
  content: ">";
}
.cid-uvyv8xTbsM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeecea;
}
.cid-uvyv8xTbsM #modalSheet {
  top: 70px !important;
}
.cid-uvyv8xTbsM .crumbs {
  font-family: 'Raleway', sans-serif;
  color: #353535;
  font-size: 0.8rem;
  line-height: 1;
}
.cid-uvyv8xTbsM img,
.cid-uvyv8xTbsM .item-img {
  width: 100%;
}
.cid-uvyv8xTbsM .item:focus,
.cid-uvyv8xTbsM span:focus {
  outline: none;
}
.cid-uvyv8xTbsM .item {
  margin-bottom: 2rem;
}
.cid-uvyv8xTbsM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uvyv8xTbsM .item-wrapper .item-content {
    padding: 1rem 2rem 0;
  }
  .cid-uvyv8xTbsM .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvyv8xTbsM .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uvyv8xTbsM .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uvyv8xTbsM .mbr-section-btn {
  margin-top: auto !important;
  position: relative;
}
.cid-uvyv8xTbsM .mbr-section-title {
  color: #ffffff;
}
.cid-uvyv8xTbsM .mbr-text,
.cid-uvyv8xTbsM .mbr-section-btn {
  text-align: left;
}
.cid-uvyv8xTbsM .item-title {
  text-align: left;
  color: #353535;
}
.cid-uvyv8xTbsM .item-subtitle {
  text-align: left;
  color: #353535;
}
.cid-uvyv8xTbsM .item-img {
  position: relative;
  justify-content: center;
}
.cid-uvyv8xTbsM .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-uvyv8xTbsM .item-img .img-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uvyv8xTbsM .item-img .img-description p {
  margin-bottom: 0;
}
.cid-uvyv8xTbsM .item-img .img-description:hover {
  zoom: 1.2;
}
.cid-uvyv8xTbsM .btn:hover::after {
  transform: translate(0.25em, 0);
}
.cid-uvyv8xTbsM .btn::after {
  content: ">";
}
.cid-uvyxGaNWJR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uvyxGaNWJR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvyxGaNWJR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvyxGaNWJR .google-map {
  height: 30rem;
  position: relative;
}
.cid-uvyxGaNWJR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uvyxGaNWJR .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uvyxGaNWJR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvyxGaNWJR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvD3s3vA8j {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvD3s3vA8j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvD3s3vA8j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvD3s3vA8j .mbr-section-title {
  color: #666666;
}
.cid-uvD3s3vA8j .mbr-section-subtitle {
  color: #000000;
}
.cid-uvQ85AJWu9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvQ85AJWu9 nav.navbar {
  position: fixed;
}
.cid-uvQ85AJWu9 .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;
}
.cid-uvQ85AJWu9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvQ85AJWu9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvQ85AJWu9 .dropdown-item:hover,
.cid-uvQ85AJWu9 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uvQ85AJWu9 .dropdown-item:hover span {
  color: white;
}
.cid-uvQ85AJWu9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvQ85AJWu9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvQ85AJWu9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvQ85AJWu9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvQ85AJWu9 .nav-link {
  position: relative;
}
.cid-uvQ85AJWu9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvQ85AJWu9 .container {
    flex-wrap: nowrap;
  }
}
.cid-uvQ85AJWu9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvQ85AJWu9 .dropdown-menu,
.cid-uvQ85AJWu9 .navbar.opened {
  background: #353535 !important;
}
.cid-uvQ85AJWu9 .nav-item:focus,
.cid-uvQ85AJWu9 .nav-link:focus {
  outline: none;
}
.cid-uvQ85AJWu9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvQ85AJWu9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvQ85AJWu9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvQ85AJWu9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvQ85AJWu9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvQ85AJWu9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvQ85AJWu9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uvQ85AJWu9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uvQ85AJWu9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvQ85AJWu9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uvQ85AJWu9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvQ85AJWu9 .navbar.collapsed {
  justify-content: center;
}
.cid-uvQ85AJWu9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvQ85AJWu9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvQ85AJWu9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-uvQ85AJWu9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvQ85AJWu9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvQ85AJWu9 .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-uvQ85AJWu9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvQ85AJWu9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvQ85AJWu9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvQ85AJWu9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvQ85AJWu9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvQ85AJWu9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvQ85AJWu9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvQ85AJWu9 .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-uvQ85AJWu9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvQ85AJWu9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvQ85AJWu9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvQ85AJWu9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvQ85AJWu9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvQ85AJWu9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvQ85AJWu9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvQ85AJWu9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvQ85AJWu9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvQ85AJWu9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvQ85AJWu9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvQ85AJWu9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvQ85AJWu9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvQ85AJWu9 .dropdown-item.active,
.cid-uvQ85AJWu9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvQ85AJWu9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvQ85AJWu9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvQ85AJWu9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvQ85AJWu9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uvQ85AJWu9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvQ85AJWu9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvQ85AJWu9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvQ85AJWu9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvQ85AJWu9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvQ85AJWu9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvQ85AJWu9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvQ85AJWu9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvQ85AJWu9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvQ85AJWu9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvQ85AJWu9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvQ85AJWu9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvQ85AJWu9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvQ85AJWu9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvQ85AJWu9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvQ85AJWu9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvQ85AJWu9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvQ85AJWu9 .navbar {
    height: 70px;
  }
  .cid-uvQ85AJWu9 .navbar.opened {
    height: auto;
  }
  .cid-uvQ85AJWu9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvQ85B7TFu {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uvQ85B7TFu {
    padding-top: 7rem;
    padding-bottom: 10rem;
  }
}
.cid-uvQ85B7TFu .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uvQ85B7TFu picture {
  height: 100%;
  object-fit: cover;
}
.cid-uvQ85B7TFu picture source {
  height: 100%;
  object-fit: cover;
}
.cid-uvQ85B7TFu picture img {
  height: 100%;
  object-fit: cover;
}
.cid-uvQ85B7TFu .achtergrond {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvQ85B7TFu .mbr-section-title {
  color: #ffffff;
}
.cid-uvQ85B7TFu .mbr-text,
.cid-uvQ85B7TFu .mbr-section-btn {
  color: #ffffff;
}
.cid-uvQ85BmFo9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvQ85BmFo9 .mbr-section-title {
  text-align: center;
}
.cid-uvQ85BmFo9 .mbr-section-subtitle {
  text-align: center;
}
.cid-uvQ85BmFo9 .mbr-text {
  text-align: center;
}
.cid-uvQ85ByoYT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeecea;
}
.cid-uvQ85ByoYT #modalSheet {
  top: 70px !important;
}
.cid-uvQ85ByoYT .crumbs {
  font-family: 'Raleway', sans-serif;
  color: #353535;
  font-size: 0.8rem;
  line-height: 1;
}
.cid-uvQ85ByoYT img,
.cid-uvQ85ByoYT .item-img {
  width: 100%;
}
.cid-uvQ85ByoYT .item:focus,
.cid-uvQ85ByoYT span:focus {
  outline: none;
}
.cid-uvQ85ByoYT .item {
  margin-bottom: 2rem;
}
.cid-uvQ85ByoYT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uvQ85ByoYT .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvQ85ByoYT .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uvQ85ByoYT .mbr-section-btn {
  margin-top: auto !important;
  position: relative;
}
.cid-uvQ85ByoYT .mbr-section-title {
  color: #a7a0a0;
}
.cid-uvQ85ByoYT .mbr-text,
.cid-uvQ85ByoYT .mbr-section-btn {
  text-align: left;
}
.cid-uvQ85ByoYT .item-title {
  text-align: left;
  color: #353535;
}
.cid-uvQ85ByoYT .item-subtitle {
  text-align: left;
  color: #353535;
}
.cid-uvQ85ByoYT .item-img {
  position: relative;
  justify-content: center;
}
.cid-uvQ85ByoYT .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-uvQ85ByoYT .item-img .img-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uvQ85ByoYT .item-img .img-description p {
  margin-bottom: 0;
}
.cid-uvQ85ByoYT .item-img .img-description:hover {
  zoom: 1.2;
}
.cid-uvQ85ByoYT .btn:hover::after {
  transform: translate(0.25em, 0);
}
.cid-uvQ85ByoYT .btn::after {
  content: ">";
}
.cid-uvQ85C0e7K {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeecea;
}
.cid-uvQ85C0e7K #modalSheet {
  top: 70px !important;
}
.cid-uvQ85C0e7K .crumbs {
  font-family: 'Raleway', sans-serif;
  color: #353535;
  font-size: 0.8rem;
  line-height: 1;
}
.cid-uvQ85C0e7K img,
.cid-uvQ85C0e7K .item-img {
  width: 100%;
}
.cid-uvQ85C0e7K .item:focus,
.cid-uvQ85C0e7K span:focus {
  outline: none;
}
.cid-uvQ85C0e7K .item {
  margin-bottom: 2rem;
}
.cid-uvQ85C0e7K .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uvQ85C0e7K .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvQ85C0e7K .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uvQ85C0e7K .mbr-section-btn {
  margin-top: auto !important;
  position: relative;
}
.cid-uvQ85C0e7K .mbr-section-title {
  color: #ffffff;
}
.cid-uvQ85C0e7K .mbr-text,
.cid-uvQ85C0e7K .mbr-section-btn {
  text-align: left;
}
.cid-uvQ85C0e7K .item-title {
  text-align: left;
  color: #353535;
}
.cid-uvQ85C0e7K .item-subtitle {
  text-align: left;
  color: #353535;
}
.cid-uvQ85C0e7K .item-img {
  position: relative;
  justify-content: center;
}
.cid-uvQ85C0e7K .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-uvQ85C0e7K .item-img .img-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uvQ85C0e7K .item-img .img-description p {
  margin-bottom: 0;
}
.cid-uvQ85C0e7K .item-img .img-description:hover {
  zoom: 1.2;
}
.cid-uvQ85C0e7K .btn:hover::after {
  transform: translate(0.25em, 0);
}
.cid-uvQ85C0e7K .btn::after {
  content: ">";
}
.cid-uvQ9Pngb0y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeecea;
}
.cid-uvQ9Pngb0y #modalSheet {
  top: 70px !important;
}
.cid-uvQ9Pngb0y .crumbs {
  font-family: 'Raleway', sans-serif;
  color: #353535;
  font-size: 0.8rem;
  line-height: 1;
}
.cid-uvQ9Pngb0y img,
.cid-uvQ9Pngb0y .item-img {
  width: 100%;
}
.cid-uvQ9Pngb0y .item:focus,
.cid-uvQ9Pngb0y span:focus {
  outline: none;
}
.cid-uvQ9Pngb0y .item {
  margin-bottom: 2rem;
}
.cid-uvQ9Pngb0y .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uvQ9Pngb0y .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvQ9Pngb0y .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uvQ9Pngb0y .mbr-section-btn {
  margin-top: auto !important;
  position: relative;
}
.cid-uvQ9Pngb0y .mbr-section-title {
  color: #ffffff;
}
.cid-uvQ9Pngb0y .mbr-text,
.cid-uvQ9Pngb0y .mbr-section-btn {
  text-align: left;
}
.cid-uvQ9Pngb0y .item-title {
  text-align: left;
  color: #353535;
}
.cid-uvQ9Pngb0y .item-subtitle {
  text-align: left;
  color: #353535;
}
.cid-uvQ9Pngb0y .item-img {
  position: relative;
  justify-content: center;
}
.cid-uvQ9Pngb0y .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-uvQ9Pngb0y .item-img .img-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uvQ9Pngb0y .item-img .img-description p {
  margin-bottom: 0;
}
.cid-uvQ9Pngb0y .item-img .img-description:hover {
  zoom: 1.2;
}
.cid-uvQ9Pngb0y .btn:hover::after {
  transform: translate(0.25em, 0);
}
.cid-uvQ9Pngb0y .btn::after {
  content: ">";
}
.cid-uvQaaFuAkv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeecea;
}
.cid-uvQaaFuAkv #modalSheet {
  top: 70px !important;
}
.cid-uvQaaFuAkv .crumbs {
  font-family: 'Raleway', sans-serif;
  color: #353535;
  font-size: 0.8rem;
  line-height: 1;
}
.cid-uvQaaFuAkv img,
.cid-uvQaaFuAkv .item-img {
  width: 100%;
}
.cid-uvQaaFuAkv .item:focus,
.cid-uvQaaFuAkv span:focus {
  outline: none;
}
.cid-uvQaaFuAkv .item {
  margin-bottom: 2rem;
}
.cid-uvQaaFuAkv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uvQaaFuAkv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvQaaFuAkv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uvQaaFuAkv .mbr-section-btn {
  margin-top: auto !important;
  position: relative;
}
.cid-uvQaaFuAkv .mbr-section-title {
  color: #ffffff;
}
.cid-uvQaaFuAkv .mbr-text,
.cid-uvQaaFuAkv .mbr-section-btn {
  text-align: left;
}
.cid-uvQaaFuAkv .item-title {
  text-align: left;
  color: #353535;
}
.cid-uvQaaFuAkv .item-subtitle {
  text-align: left;
  color: #353535;
}
.cid-uvQaaFuAkv .item-img {
  position: relative;
  justify-content: center;
}
.cid-uvQaaFuAkv .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-uvQaaFuAkv .item-img .img-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uvQaaFuAkv .item-img .img-description p {
  margin-bottom: 0;
}
.cid-uvQaaFuAkv .item-img .img-description:hover {
  zoom: 1.2;
}
.cid-uvQaaFuAkv .btn:hover::after {
  transform: translate(0.25em, 0);
}
.cid-uvQaaFuAkv .btn::after {
  content: ">";
}
.cid-uvQ85CsWM4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #eeecea;
}
.cid-uvQ85CsWM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvQ85CsWM4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvQ85CsWM4 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uvQ85CsWM4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uvQ85CsWM4 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uvQ85CsWM4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvQ85CsWM4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvQ85CMXsO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvQ85CMXsO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvQ85CMXsO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvQ85CMXsO .mbr-section-title {
  color: #666666;
}
.cid-uvQ85CMXsO .mbr-section-subtitle {
  color: #000000;
}
.cid-tvuZPNw1m8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tvuZPNw1m8 nav.navbar {
  position: fixed;
}
.cid-tvuZPNw1m8 .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;
}
.cid-tvuZPNw1m8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tvuZPNw1m8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tvuZPNw1m8 .dropdown-item:hover,
.cid-tvuZPNw1m8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tvuZPNw1m8 .dropdown-item:hover span {
  color: white;
}
.cid-tvuZPNw1m8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tvuZPNw1m8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tvuZPNw1m8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tvuZPNw1m8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tvuZPNw1m8 .nav-link {
  position: relative;
}
.cid-tvuZPNw1m8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tvuZPNw1m8 .container {
    flex-wrap: nowrap;
  }
}
.cid-tvuZPNw1m8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tvuZPNw1m8 .dropdown-menu,
.cid-tvuZPNw1m8 .navbar.opened {
  background: #353535 !important;
}
.cid-tvuZPNw1m8 .nav-item:focus,
.cid-tvuZPNw1m8 .nav-link:focus {
  outline: none;
}
.cid-tvuZPNw1m8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tvuZPNw1m8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tvuZPNw1m8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tvuZPNw1m8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvuZPNw1m8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tvuZPNw1m8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tvuZPNw1m8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-tvuZPNw1m8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tvuZPNw1m8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tvuZPNw1m8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tvuZPNw1m8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tvuZPNw1m8 .navbar.collapsed {
  justify-content: center;
}
.cid-tvuZPNw1m8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tvuZPNw1m8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tvuZPNw1m8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-tvuZPNw1m8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tvuZPNw1m8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tvuZPNw1m8 .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-tvuZPNw1m8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tvuZPNw1m8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tvuZPNw1m8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tvuZPNw1m8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tvuZPNw1m8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tvuZPNw1m8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tvuZPNw1m8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tvuZPNw1m8 .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-tvuZPNw1m8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tvuZPNw1m8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tvuZPNw1m8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tvuZPNw1m8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tvuZPNw1m8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tvuZPNw1m8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tvuZPNw1m8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tvuZPNw1m8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tvuZPNw1m8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tvuZPNw1m8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tvuZPNw1m8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tvuZPNw1m8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tvuZPNw1m8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tvuZPNw1m8 .dropdown-item.active,
.cid-tvuZPNw1m8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tvuZPNw1m8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tvuZPNw1m8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tvuZPNw1m8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tvuZPNw1m8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tvuZPNw1m8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tvuZPNw1m8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvuZPNw1m8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tvuZPNw1m8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tvuZPNw1m8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tvuZPNw1m8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tvuZPNw1m8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tvuZPNw1m8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvuZPNw1m8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvuZPNw1m8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tvuZPNw1m8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvuZPNw1m8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tvuZPNw1m8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tvuZPNw1m8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvuZPNw1m8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tvuZPNw1m8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvuZPNw1m8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tvuZPNw1m8 .navbar {
    height: 70px;
  }
  .cid-tvuZPNw1m8 .navbar.opened {
    height: auto;
  }
  .cid-tvuZPNw1m8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDQUrCIRJI {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uDQUrCIRJI {
    padding-top: 7rem;
    padding-bottom: 10rem;
  }
}
.cid-uDQUrCIRJI .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uDQUrCIRJI picture {
  height: 100%;
  object-fit: cover;
}
.cid-uDQUrCIRJI picture source {
  height: 100%;
  object-fit: cover;
}
.cid-uDQUrCIRJI picture img {
  height: 100%;
  object-fit: cover;
}
.cid-uDQUrCIRJI .achtergrond {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDQUrCIRJI .mbr-section-title {
  color: #ffffff;
}
.cid-uDQUrCIRJI .mbr-text,
.cid-uDQUrCIRJI .mbr-section-btn {
  color: #ffffff;
}
.cid-uDQVxwXV9v {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDQVxwXV9v .mbr-section-title {
  text-align: left;
}
.cid-uDQVxwXV9v .mbr-section-subtitle {
  text-align: center;
}
.cid-uDQVxwXV9v .mbr-text {
  text-align: left;
}
.cid-tvuZPNw1m8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tvuZPNw1m8 nav.navbar {
  position: fixed;
}
.cid-tvuZPNw1m8 .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;
}
.cid-tvuZPNw1m8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tvuZPNw1m8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tvuZPNw1m8 .dropdown-item:hover,
.cid-tvuZPNw1m8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tvuZPNw1m8 .dropdown-item:hover span {
  color: white;
}
.cid-tvuZPNw1m8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tvuZPNw1m8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tvuZPNw1m8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tvuZPNw1m8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tvuZPNw1m8 .nav-link {
  position: relative;
}
.cid-tvuZPNw1m8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tvuZPNw1m8 .container {
    flex-wrap: nowrap;
  }
}
.cid-tvuZPNw1m8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tvuZPNw1m8 .dropdown-menu,
.cid-tvuZPNw1m8 .navbar.opened {
  background: #353535 !important;
}
.cid-tvuZPNw1m8 .nav-item:focus,
.cid-tvuZPNw1m8 .nav-link:focus {
  outline: none;
}
.cid-tvuZPNw1m8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tvuZPNw1m8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tvuZPNw1m8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tvuZPNw1m8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvuZPNw1m8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tvuZPNw1m8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tvuZPNw1m8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-tvuZPNw1m8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tvuZPNw1m8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tvuZPNw1m8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tvuZPNw1m8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tvuZPNw1m8 .navbar.collapsed {
  justify-content: center;
}
.cid-tvuZPNw1m8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tvuZPNw1m8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tvuZPNw1m8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-tvuZPNw1m8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tvuZPNw1m8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tvuZPNw1m8 .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-tvuZPNw1m8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tvuZPNw1m8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tvuZPNw1m8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tvuZPNw1m8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tvuZPNw1m8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tvuZPNw1m8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tvuZPNw1m8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tvuZPNw1m8 .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-tvuZPNw1m8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tvuZPNw1m8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tvuZPNw1m8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tvuZPNw1m8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tvuZPNw1m8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tvuZPNw1m8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tvuZPNw1m8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tvuZPNw1m8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tvuZPNw1m8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tvuZPNw1m8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tvuZPNw1m8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tvuZPNw1m8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tvuZPNw1m8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tvuZPNw1m8 .dropdown-item.active,
.cid-tvuZPNw1m8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tvuZPNw1m8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tvuZPNw1m8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tvuZPNw1m8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tvuZPNw1m8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tvuZPNw1m8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tvuZPNw1m8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvuZPNw1m8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tvuZPNw1m8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tvuZPNw1m8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tvuZPNw1m8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tvuZPNw1m8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tvuZPNw1m8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvuZPNw1m8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvuZPNw1m8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tvuZPNw1m8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvuZPNw1m8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tvuZPNw1m8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tvuZPNw1m8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvuZPNw1m8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tvuZPNw1m8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvuZPNw1m8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tvuZPNw1m8 .navbar {
    height: 70px;
  }
  .cid-tvuZPNw1m8 .navbar.opened {
    height: auto;
  }
  .cid-tvuZPNw1m8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHcFLqZ6Ac {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHcFLqZ6Ac .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHcFLqZ6Ac .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uHcFLqZ6Ac .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHcFLqZ6Ac img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHcFLqZ6Ac .text-wrapper {
    padding: 2rem;
  }
}
.cid-uHcFLqZ6Ac .mbr-section-title {
  color: #666666;
}
.cid-uG1lM9scOb {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uG1lM9scOb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1lM9scOb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG1lM9scOb .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uG1lM9scOb .img-item {
  position: relative;
}
.cid-uG1lM9scOb .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uG1lM9scOb .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uG1lM9scOb .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uG1dp69kyn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG1dp69kyn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1dp69kyn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uG1dp69kyn .card {
    margin-bottom: 2rem;
  }
  .cid-uG1dp69kyn .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uG1dp69kyn .card-title,
.cid-uG1dp69kyn .card-box {
  color: #353535;
}
.cid-uG1dp69kyn .mbr-text,
.cid-uG1dp69kyn .mbr-section-btn {
  color: #232323;
}
.cid-uG1lQ3Ls3q {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uG1lQ3Ls3q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1lQ3Ls3q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG1lQ3Ls3q .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uG1lQ3Ls3q .img-item {
  position: relative;
}
.cid-uG1lQ3Ls3q .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uG1lQ3Ls3q .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uG1lQ3Ls3q .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uG1dpRJ5za {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG1dpRJ5za .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1dpRJ5za .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uG1dpRJ5za .card {
    margin-bottom: 2rem;
  }
  .cid-uG1dpRJ5za .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uG1dpRJ5za .card-title,
.cid-uG1dpRJ5za .card-box {
  color: #353535;
}
.cid-uG1dpRJ5za .mbr-text,
.cid-uG1dpRJ5za .mbr-section-btn {
  color: #232323;
}
.cid-uH6Y98SKpV {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uH6Y98SKpV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH6Y98SKpV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH6Y98SKpV .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uH6Y98SKpV .img-item {
  position: relative;
}
.cid-uH6Y98SKpV .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uH6Y98SKpV .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uH6Y98SKpV .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uH6YbyRYkq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uH6YbyRYkq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH6YbyRYkq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uH6YbyRYkq .card {
    margin-bottom: 2rem;
  }
  .cid-uH6YbyRYkq .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uH6YbyRYkq .card-title,
.cid-uH6YbyRYkq .card-box {
  color: #353535;
}
.cid-uH6YbyRYkq .mbr-text,
.cid-uH6YbyRYkq .mbr-section-btn {
  color: #232323;
}
.cid-uH7NRt2yIf {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uH7NRt2yIf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH7NRt2yIf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH7NRt2yIf .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uH7NRt2yIf .img-item {
  position: relative;
}
.cid-uH7NRt2yIf .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uH7NRt2yIf .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uH7NRt2yIf .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uH7NU848LO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uH7NU848LO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH7NU848LO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uH7NU848LO .card {
    margin-bottom: 2rem;
  }
  .cid-uH7NU848LO .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uH7NU848LO .card-title,
.cid-uH7NU848LO .card-box {
  color: #353535;
}
.cid-uH7NU848LO .mbr-text,
.cid-uH7NU848LO .mbr-section-btn {
  color: #232323;
}
.cid-uH92ThzlPg {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uH92ThzlPg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH92ThzlPg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH92ThzlPg .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uH92ThzlPg .img-item {
  position: relative;
}
.cid-uH92ThzlPg .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uH92ThzlPg .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uH92ThzlPg .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uH92UnAJfa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uH92UnAJfa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH92UnAJfa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uH92UnAJfa .card {
    margin-bottom: 2rem;
  }
  .cid-uH92UnAJfa .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uH92UnAJfa .card-title,
.cid-uH92UnAJfa .card-box {
  color: #353535;
}
.cid-uH92UnAJfa .mbr-text,
.cid-uH92UnAJfa .mbr-section-btn {
  color: #232323;
}
.cid-uH9fNqEMas {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uH9fNqEMas .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH9fNqEMas .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH9fNqEMas .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uH9fNqEMas .img-item {
  position: relative;
}
.cid-uH9fNqEMas .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uH9fNqEMas .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uH9fNqEMas .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uH9fOKNSAv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uH9fOKNSAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH9fOKNSAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uH9fOKNSAv .card {
    margin-bottom: 2rem;
  }
  .cid-uH9fOKNSAv .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uH9fOKNSAv .card-title,
.cid-uH9fOKNSAv .card-box {
  color: #353535;
}
.cid-uH9fOKNSAv .mbr-text,
.cid-uH9fOKNSAv .mbr-section-btn {
  color: #232323;
}
.cid-uGu3vO0QUv {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGu3vO0QUv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGu3vO0QUv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGu3vO0QUv .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uGu3vO0QUv .img-item {
  position: relative;
}
.cid-uGu3vO0QUv .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uGu3vO0QUv .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uGu3vO0QUv .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uG1dq1oKRL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG1dq1oKRL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1dq1oKRL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uG1dq1oKRL .card {
    margin-bottom: 2rem;
  }
  .cid-uG1dq1oKRL .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uG1dq1oKRL .card-title,
.cid-uG1dq1oKRL .card-box {
  color: #353535;
}
.cid-uG1dq1oKRL .mbr-text,
.cid-uG1dq1oKRL .mbr-section-btn {
  color: #232323;
}
.cid-uGu3x3Y1O8 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGu3x3Y1O8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGu3x3Y1O8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGu3x3Y1O8 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uGu3x3Y1O8 .img-item {
  position: relative;
}
.cid-uGu3x3Y1O8 .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uGu3x3Y1O8 .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uGu3x3Y1O8 .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uG1dqawCkk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG1dqawCkk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1dqawCkk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uG1dqawCkk .card {
    margin-bottom: 2rem;
  }
  .cid-uG1dqawCkk .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uG1dqawCkk .card-title,
.cid-uG1dqawCkk .card-box {
  color: #353535;
}
.cid-uG1dqawCkk .mbr-text,
.cid-uG1dqawCkk .mbr-section-btn {
  color: #232323;
}
.cid-uGu3y9yp5r {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGu3y9yp5r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGu3y9yp5r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGu3y9yp5r .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uGu3y9yp5r .img-item {
  position: relative;
}
.cid-uGu3y9yp5r .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uGu3y9yp5r .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uGu3y9yp5r .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uG1dqiSknW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG1dqiSknW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1dqiSknW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uG1dqiSknW .card {
    margin-bottom: 2rem;
  }
  .cid-uG1dqiSknW .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uG1dqiSknW .card-title,
.cid-uG1dqiSknW .card-box {
  color: #353535;
}
.cid-uG1dqiSknW .mbr-text,
.cid-uG1dqiSknW .mbr-section-btn {
  color: #232323;
}
.cid-uGu3C54iDZ {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGu3C54iDZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGu3C54iDZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGu3C54iDZ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uGu3C54iDZ .img-item {
  position: relative;
}
.cid-uGu3C54iDZ .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uGu3C54iDZ .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uGu3C54iDZ .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uG1dqrKFea {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG1dqrKFea .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1dqrKFea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uG1dqrKFea .card {
    margin-bottom: 2rem;
  }
  .cid-uG1dqrKFea .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uG1dqrKFea .card-title,
.cid-uG1dqrKFea .card-box {
  color: #353535;
}
.cid-uG1dqrKFea .mbr-text,
.cid-uG1dqrKFea .mbr-section-btn {
  color: #232323;
}
.cid-uGu3DffCZY {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGu3DffCZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGu3DffCZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGu3DffCZY .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uGu3DffCZY .img-item {
  position: relative;
}
.cid-uGu3DffCZY .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uGu3DffCZY .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uGu3DffCZY .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uG1dqAQVgG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG1dqAQVgG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1dqAQVgG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uG1dqAQVgG .card {
    margin-bottom: 2rem;
  }
  .cid-uG1dqAQVgG .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uG1dqAQVgG .card-title,
.cid-uG1dqAQVgG .card-box {
  color: #353535;
}
.cid-uG1dqAQVgG .mbr-text,
.cid-uG1dqAQVgG .mbr-section-btn {
  color: #232323;
}
.cid-uGu3EgOC2j {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGu3EgOC2j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGu3EgOC2j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGu3EgOC2j .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uGu3EgOC2j .img-item {
  position: relative;
}
.cid-uGu3EgOC2j .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uGu3EgOC2j .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uGu3EgOC2j .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uG1dqLUWyJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG1dqLUWyJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1dqLUWyJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uG1dqLUWyJ .card {
    margin-bottom: 2rem;
  }
  .cid-uG1dqLUWyJ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uG1dqLUWyJ .card-title,
.cid-uG1dqLUWyJ .card-box {
  color: #353535;
}
.cid-uG1dqLUWyJ .mbr-text,
.cid-uG1dqLUWyJ .mbr-section-btn {
  color: #232323;
}
.cid-uHffx0ygXi {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uHffx0ygXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHffx0ygXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHffx0ygXi .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uHffx0ygXi .img-item {
  position: relative;
}
.cid-uHffx0ygXi .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uHffx0ygXi .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uHffx0ygXi .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uHffyq4uLe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHffyq4uLe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHffyq4uLe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uHffyq4uLe .card {
    margin-bottom: 2rem;
  }
  .cid-uHffyq4uLe .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHffyq4uLe .card-title,
.cid-uHffyq4uLe .card-box {
  color: #353535;
}
.cid-uHffyq4uLe .mbr-text,
.cid-uHffyq4uLe .mbr-section-btn {
  color: #232323;
}
.cid-uHUpSExOCn {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uHUpSExOCn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHUpSExOCn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHUpSExOCn .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uHUpSExOCn .img-item {
  position: relative;
}
.cid-uHUpSExOCn .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uHUpSExOCn .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uHUpSExOCn .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uHUpWWUGjX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHUpWWUGjX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHUpWWUGjX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uHUpWWUGjX .card {
    margin-bottom: 2rem;
  }
  .cid-uHUpWWUGjX .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHUpWWUGjX .card-title,
.cid-uHUpWWUGjX .card-box {
  color: #353535;
}
.cid-uHUpWWUGjX .mbr-text,
.cid-uHUpWWUGjX .mbr-section-btn {
  color: #232323;
}
.cid-uGu3FBaQ1D {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGu3FBaQ1D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGu3FBaQ1D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGu3FBaQ1D .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uGu3FBaQ1D .img-item {
  position: relative;
}
.cid-uGu3FBaQ1D .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uGu3FBaQ1D .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uGu3FBaQ1D .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uG1eaEzJc1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG1eaEzJc1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1eaEzJc1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uG1eaEzJc1 .card {
    margin-bottom: 2rem;
  }
  .cid-uG1eaEzJc1 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uG1eaEzJc1 .card-title,
.cid-uG1eaEzJc1 .card-box {
  color: #353535;
}
.cid-uG1eaEzJc1 .mbr-text,
.cid-uG1eaEzJc1 .mbr-section-btn {
  color: #232323;
}
.cid-uGu3GIBrZL {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGu3GIBrZL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGu3GIBrZL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGu3GIBrZL .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uGu3GIBrZL .img-item {
  position: relative;
}
.cid-uGu3GIBrZL .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uGu3GIBrZL .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uGu3GIBrZL .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uG1eaY6Wvp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG1eaY6Wvp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1eaY6Wvp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uG1eaY6Wvp .card {
    margin-bottom: 2rem;
  }
  .cid-uG1eaY6Wvp .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uG1eaY6Wvp .card-title,
.cid-uG1eaY6Wvp .card-box {
  color: #353535;
}
.cid-uG1eaY6Wvp .mbr-text,
.cid-uG1eaY6Wvp .mbr-section-btn {
  color: #232323;
}
.cid-uGu3HEl9tS {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGu3HEl9tS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGu3HEl9tS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGu3HEl9tS .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uGu3HEl9tS .img-item {
  position: relative;
}
.cid-uGu3HEl9tS .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uGu3HEl9tS .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uGu3HEl9tS .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uG1ebaugoK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG1ebaugoK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1ebaugoK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uG1ebaugoK .card {
    margin-bottom: 2rem;
  }
  .cid-uG1ebaugoK .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uG1ebaugoK .card-title,
.cid-uG1ebaugoK .card-box {
  color: #353535;
}
.cid-uG1ebaugoK .mbr-text,
.cid-uG1ebaugoK .mbr-section-btn {
  color: #232323;
}
.cid-uGu3IFRmZ3 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGu3IFRmZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGu3IFRmZ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGu3IFRmZ3 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uGu3IFRmZ3 .img-item {
  position: relative;
}
.cid-uGu3IFRmZ3 .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uGu3IFRmZ3 .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uGu3IFRmZ3 .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uG1ebxScdz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG1ebxScdz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1ebxScdz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uG1ebxScdz .card {
    margin-bottom: 2rem;
  }
  .cid-uG1ebxScdz .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uG1ebxScdz .card-title,
.cid-uG1ebxScdz .card-box {
  color: #353535;
}
.cid-uG1ebxScdz .mbr-text,
.cid-uG1ebxScdz .mbr-section-btn {
  color: #232323;
}
.cid-uGu3Jvoxaw {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGu3Jvoxaw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGu3Jvoxaw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGu3Jvoxaw .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uGu3Jvoxaw .img-item {
  position: relative;
}
.cid-uGu3Jvoxaw .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uGu3Jvoxaw .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uGu3Jvoxaw .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uG1ebRZzdZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG1ebRZzdZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1ebRZzdZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uG1ebRZzdZ .card {
    margin-bottom: 2rem;
  }
  .cid-uG1ebRZzdZ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uG1ebRZzdZ .card-title,
.cid-uG1ebRZzdZ .card-box {
  color: #353535;
}
.cid-uG1ebRZzdZ .mbr-text,
.cid-uG1ebRZzdZ .mbr-section-btn {
  color: #232323;
}
.cid-uGu3MMv0Wh {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGu3MMv0Wh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGu3MMv0Wh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGu3MMv0Wh .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uGu3MMv0Wh .img-item {
  position: relative;
}
.cid-uGu3MMv0Wh .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uGu3MMv0Wh .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uGu3MMv0Wh .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uG1ex5PzaK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG1ex5PzaK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1ex5PzaK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uG1ex5PzaK .card {
    margin-bottom: 2rem;
  }
  .cid-uG1ex5PzaK .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uG1ex5PzaK .card-title,
.cid-uG1ex5PzaK .card-box {
  color: #353535;
}
.cid-uG1ex5PzaK .mbr-text,
.cid-uG1ex5PzaK .mbr-section-btn {
  color: #232323;
}
.cid-uGu3NJXs21 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGu3NJXs21 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGu3NJXs21 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGu3NJXs21 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uGu3NJXs21 .img-item {
  position: relative;
}
.cid-uGu3NJXs21 .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uGu3NJXs21 .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uGu3NJXs21 .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uG1exkUxrV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG1exkUxrV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1exkUxrV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uG1exkUxrV .card {
    margin-bottom: 2rem;
  }
  .cid-uG1exkUxrV .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uG1exkUxrV .card-title,
.cid-uG1exkUxrV .card-box {
  color: #353535;
}
.cid-uG1exkUxrV .mbr-text,
.cid-uG1exkUxrV .mbr-section-btn {
  color: #232323;
}
.cid-uGu3OKk19D {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGu3OKk19D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGu3OKk19D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGu3OKk19D .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uGu3OKk19D .img-item {
  position: relative;
}
.cid-uGu3OKk19D .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uGu3OKk19D .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uGu3OKk19D .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uG1exxyVOl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG1exxyVOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1exxyVOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uG1exxyVOl .card {
    margin-bottom: 2rem;
  }
  .cid-uG1exxyVOl .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uG1exxyVOl .card-title,
.cid-uG1exxyVOl .card-box {
  color: #353535;
}
.cid-uG1exxyVOl .mbr-text,
.cid-uG1exxyVOl .mbr-section-btn {
  color: #232323;
}
.cid-uI08WFjl8D {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uI08WFjl8D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI08WFjl8D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI08WFjl8D .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uI08WFjl8D .img-item {
  position: relative;
}
.cid-uI08WFjl8D .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uI08WFjl8D .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uI08WFjl8D .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uI08Xwxnaz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uI08Xwxnaz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI08Xwxnaz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uI08Xwxnaz .card {
    margin-bottom: 2rem;
  }
  .cid-uI08Xwxnaz .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uI08Xwxnaz .card-title,
.cid-uI08Xwxnaz .card-box {
  color: #353535;
}
.cid-uI08Xwxnaz .mbr-text,
.cid-uI08Xwxnaz .mbr-section-btn {
  color: #232323;
}
.cid-uH95DoebMm {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uH95DoebMm .mbr-section-title {
  text-align: left;
}
.cid-uH95DoebMm .mbr-section-subtitle {
  text-align: center;
}
.cid-uH95DoebMm .mbr-text {
  text-align: left;
}
