body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Roboto-Medium';
  font-size: 1.4rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-2 {
  font-family: 'Roboto-Regular';
  font-size: 2.1rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.36rem;
}
.display-4 {
  font-family: 'Roboto-Thin';
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Roboto-Thin';
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Roboto-Thin';
  font-size: 1.1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #546848 !important;
}
.bg-success {
  background-color: #37b37e !important;
}
.bg-info {
  background-color: #b1a374 !important;
}
.bg-warning {
  background-color: #5e9937 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #546848 !important;
  border-color: #546848 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2f3b29 !important;
  border-color: #2f3b29 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2f3b29 !important;
  border-color: #2f3b29 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #546848 !important;
  border-color: #546848 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2f3b29 !important;
  border-color: #2f3b29 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2f3b29 !important;
  border-color: #2f3b29 !important;
}
.btn-info,
.btn-info:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-success,
.btn-success:active {
  background-color: #37b37e !important;
  border-color: #37b37e !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #257855 !important;
  border-color: #257855 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #257855 !important;
  border-color: #257855 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #5e9937 !important;
  border-color: #5e9937 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #3b6123 !important;
  border-color: #3b6123 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #3b6123 !important;
  border-color: #3b6123 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #232c1e;
  color: #232c1e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #546848;
  border-color: #546848;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #546848 !important;
  border-color: #546848 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #232c1e;
  color: #232c1e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #546848;
  border-color: #546848;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #546848 !important;
  border-color: #546848 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #1f6547;
  color: #1f6547;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #37b37e;
  border-color: #37b37e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #37b37e !important;
  border-color: #37b37e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #304e1c;
  color: #304e1c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #5e9937;
  border-color: #5e9937;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5e9937 !important;
  border-color: #5e9937 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #546848 !important;
}
.text-secondary {
  color: #546848 !important;
}
.text-success {
  color: #37b37e !important;
}
.text-info {
  color: #b1a374 !important;
}
.text-warning {
  color: #5e9937 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #232c1e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #232c1e !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1f6547 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #7a6e45 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #304e1c !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b1a374;
}
.alert-warning {
  background-color: #5e9937;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #546848;
  border-color: #546848;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #546848;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #93ab85;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8ddcba;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dfd9c6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9fd17f;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto-Thin';
  font-size: 1.1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #546848;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #546848;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #546848;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #546848;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #546848;
  border-bottom-color: #546848;
}
.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: #546848 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #546848 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23546848' %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.3;
}
.cid-vh2L85fEf2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #37b37e;
}
.cid-vh2L85fEf2 P {
  color: #767676;
}
.cid-vhqf6jC59t {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/sterrenrand-copy-2000x222.jpg");
}
@media (min-width: 992px) {
  .cid-vhqf6jC59t .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vhqf6jC59t .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vhqf6jC59t .mbr-text {
    text-align: center;
  }
}
.cid-vhqf6jC59t H3 {
  color: #ffffff;
}
.cid-vhBqSBTb4z {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/sterrenrand-2000x222.jpg");
}
.cid-vhBqSBTb4z .mbr-text,
.cid-vhBqSBTb4z .mbr-section-btn {
  color: #1a8558;
}
.cid-vhBqSBTb4z H1 {
  color: #37b37e;
  text-align: right;
}
.cid-vfrXf3mdMT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vfrXf3mdMT .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vfrXf3mdMT .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vfrXf3mdMT .mbr-text {
    text-align: center;
  }
}
.cid-vfrXf3mdMT .mbr-text,
.cid-vfrXf3mdMT .mbr-section-btn {
  color: #1a8558;
  text-align: left;
}
.cid-vfrXf3mdMT H1 {
  color: #37b37e;
  text-align: left;
}
.cid-vfrXf3mdMT H3 {
  color: #1a8558;
  text-align: left;
}
.cid-vb0bUuApMR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vb0bUuApMR .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vb0bUuApMR .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vb0bUuApMR .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vb0bUuApMR .mbr-text {
    text-align: center;
  }
}
.cid-vb0bUuApMR .mbr-text,
.cid-vb0bUuApMR .mbr-section-btn {
  color: #1a8558;
  text-align: left;
}
.cid-vb0bUuApMR H1 {
  color: #37b37e;
  text-align: left;
}
.cid-vb0bUuApMR H3 {
  color: #37b37e;
}
.cid-vlmSWIqdsJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlmSWIqdsJ .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vlmSWIqdsJ .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vlmSWIqdsJ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vlmSWIqdsJ .mbr-text {
    text-align: center;
  }
}
.cid-vlmSWIqdsJ .mbr-text,
.cid-vlmSWIqdsJ .mbr-section-btn {
  color: #1a8558;
  text-align: left;
}
.cid-vlmSWIqdsJ H1 {
  color: #37b37e;
  text-align: left;
}
.cid-vlmSWIqdsJ H3 {
  color: #37b37e;
}
.cid-sqXWN7KWst {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sqXWN7KWst .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sqXWN7KWst .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sqXWN7KWst .mbr-text {
    text-align: center;
  }
}
.cid-sqXWN7KWst .mbr-text,
.cid-sqXWN7KWst .mbr-section-btn {
  color: #1a8558;
  text-align: left;
}
.cid-sqXWN7KWst H1 {
  color: #37b37e;
  text-align: left;
}
.cid-vhdVRsVWX1 {
  padding-top: 45px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #37b37e, #37b37e);
}
.cid-vhdVRsVWX1 .mbr-text,
.cid-vhdVRsVWX1 .mbr-section-btn {
  text-align: center;
}
.cid-vi4CDLSNgo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vi4CDLSNgo .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-vi4CDLSNgo .mbr-content-text {
  color: #546848;
  text-align: left;
}
.cid-vi4CDLSNgo .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-vi4CDLSNgo .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-vi4CDLSNgo .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-vi4CDLSNgo .img-text {
  color: #37b37e;
  text-align: left;
}
.cid-vhHsS4aAeu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vhHsS4aAeu h3 {
  font-weight: 300;
}
.cid-vhHsS4aAeu .card-img {
  width: initial;
}
.cid-vhHsS4aAeu .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-vhHsS4aAeu .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-vhHsS4aAeu .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vhHsS4aAeu .mbr-section-subtitle {
  color: #767676;
}
.cid-vhHsS4aAeu .mbr-text {
  color: #767676;
}
.cid-vhHsS4aAeu .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vhHsS4aAeu .mbr-al-i-c {
  align-items: center;
}
.cid-vhqv64tHNG {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vhqv64tHNG .image-block {
  margin: auto;
}
.cid-vhqv64tHNG .mbr-figure {
  margin: 0 auto;
}
.cid-vhqv64tHNG figcaption {
  position: relative;
}
.cid-vhqv64tHNG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vhqv64tHNG .image-block {
    width: 100% !important;
  }
}
.cid-vhqxAHQVhA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/sterrenrand-copy-2000x222.jpg");
}
@media (min-width: 992px) {
  .cid-vhqxAHQVhA .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vhqxAHQVhA .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vhqxAHQVhA .mbr-text {
    text-align: center;
  }
}
.cid-vhqxAHQVhA H3 {
  color: #ffffff;
}
.cid-vhk8oeDy19 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vhk8oeDy19 P {
  color: #767676;
}
.cid-vhk8oeDy19 .mbr-text,
.cid-vhk8oeDy19 .mbr-section-btn {
  text-align: left;
  color: #1a8558;
}
.cid-vhk8oeDy19 H1 {
  text-align: left;
  color: #37b37e;
}
.cid-vhk8oeDy19 H3 {
  text-align: left;
  color: #37b37e;
}
.cid-vhkudGK9np .main_wrapper {
  position: relative;
  height: 60rem;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-vhkudGK9np .main_wrapper .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-vhkudGK9np .main_wrapper .b_wrapper .block {
  height: 300px;
  background-color: #ffffff;
  pointer-events: fill;
}
.cid-vhkudGK9np .main_wrapper .b_wrapper .block .block_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-vhkudGK9np .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-vhkudGK9np .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vhkudGK9np .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-vhkudGK9np .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vhkudGK9np .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-vhkudGK9np .main_wrapper .b_wrapper {
    display: block;
    height: unset;
  }
  .cid-vhkudGK9np .google-map {
    position: relative;
  }
  .cid-vhkudGK9np .container {
    max-width: 100%;
    padding: 0;
  }
}
.cid-vi4DJQsxNh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vi4DJQsxNh .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-vi4DJQsxNh .mbr-content-text {
  color: #546848;
  text-align: left;
}
.cid-vi4DJQsxNh .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-vi4DJQsxNh .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-vi4DJQsxNh .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-vi4DJQsxNh .img-text {
  color: #37b37e;
  text-align: left;
}
.cid-vhHwdlO2VF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vhHwdlO2VF h3 {
  font-weight: 300;
}
.cid-vhHwdlO2VF .card-img {
  width: initial;
}
.cid-vhHwdlO2VF .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-vhHwdlO2VF .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-vhHwdlO2VF .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vhHwdlO2VF .mbr-section-subtitle {
  color: #767676;
}
.cid-vhHwdlO2VF .mbr-text {
  color: #767676;
}
.cid-vhHwdlO2VF .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vhHwdlO2VF .mbr-al-i-c {
  align-items: center;
}
.cid-vhBx1gfpy6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #37b37e;
}
.cid-vhBx1gfpy6 P {
  color: #767676;
}
.cid-vhBx1gCtB8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/sterrenrand-copy-2000x222.jpg");
}
@media (min-width: 992px) {
  .cid-vhBx1gCtB8 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vhBx1gCtB8 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vhBx1gCtB8 .mbr-text {
    text-align: center;
  }
}
.cid-vhBx1gCtB8 H3 {
  color: #ffffff;
}
.cid-vhBx1gLJiP {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/sterrenrand-2000x222.jpg");
}
.cid-vhBx1gLJiP .mbr-text,
.cid-vhBx1gLJiP .mbr-section-btn {
  color: #37b37e;
  text-align: left;
}
.cid-vhBx1gLJiP H1 {
  color: #546848;
  text-align: left;
}
.cid-vhC4HqPM32 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vhC4HqPM32 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-vhC4HqPM32 .step {
  width: 20px;
  height: 20px;
  font-size: 10px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.cid-vhC4HqPM32 .separline {
  position: relative;
}
.cid-vhC4HqPM32 .separline:after {
  top: 24px;
  left: 8px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (10px + 4px) * 2);
  background-color: #ffffff;
}
.cid-vhC4HqPM32 .mbr-step-title {
  color: #37b37e;
}
.cid-vhC4HqPM32 .mbr-section-title {
  text-align: left;
  color: #37b37e;
}
.cid-vhC4HqPM32 .mbr-step-text {
  color: #1a8558;
}
.cid-vhHkzTYHss {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vhHkzTYHss .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-vhHkzTYHss .mbr-content-text {
  color: #546848;
  text-align: left;
}
.cid-vhHkzTYHss .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-vhHkzTYHss .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-vhHkzTYHss .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-vhHkzTYHss .img-text {
  color: #37b37e;
  text-align: left;
}
.cid-vhHw6UceKE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vhHw6UceKE h3 {
  font-weight: 300;
}
.cid-vhHw6UceKE .card-img {
  width: initial;
}
.cid-vhHw6UceKE .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-vhHw6UceKE .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-vhHw6UceKE .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vhHw6UceKE .mbr-section-subtitle {
  color: #767676;
}
.cid-vhHw6UceKE .mbr-text {
  color: #767676;
}
.cid-vhHw6UceKE .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vhHw6UceKE .mbr-al-i-c {
  align-items: center;
}
.cid-vi4XDqfKLM {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/wit-1-217x217.jpg");
}
.cid-vi4XDqfKLM .mbr-overlay {
  background-color: #086784;
  opacity: 0.5;
}
.cid-vi4XDqfKLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4XDqfKLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4XDqfKLM .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vi4XDqfKLM .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vi4XDqfKLM {
    align-items: center;
  }
  .cid-vi4XDqfKLM .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vi4XDqfKLM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vi4XDqfKLM {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vi4XDqfKLM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vi4XDqfKLM .content-wrap {
    width: 100%;
  }
}
.cid-vi4XDqfKLM .mbr-section-title {
  text-align: center;
}
.cid-vi4XDqfKLM .mbr-text,
.cid-vi4XDqfKLM .mbr-section-btn {
  text-align: center;
}
.cid-vlmUu5LqWv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #37b37e;
}
.cid-vlmUu5LqWv P {
  color: #767676;
}
.cid-vlmUu6c4kK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/sterrenrand-copy-2000x222.jpg");
}
@media (min-width: 992px) {
  .cid-vlmUu6c4kK .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vlmUu6c4kK .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vlmUu6c4kK .mbr-text {
    text-align: center;
  }
}
.cid-vlmUu6c4kK H3 {
  color: #ffffff;
}
.cid-vlmUu6kUYj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/sterrenrand-2000x222.jpg");
}
.cid-vlmUu6kUYj .mbr-text,
.cid-vlmUu6kUYj .mbr-section-btn {
  color: #1a8558;
}
.cid-vlmUu6kUYj H1 {
  color: #37b37e;
}
.cid-vlmUu6qziQ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vlmUu6qziQ .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vlmUu6qziQ .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vlmUu6qziQ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vlmUu6qziQ .mbr-text {
    text-align: center;
  }
}
.cid-vlmUu6qziQ .mbr-text,
.cid-vlmUu6qziQ .mbr-section-btn {
  color: #1a8558;
  text-align: left;
}
.cid-vlmUu6qziQ H1 {
  color: #37b37e;
  text-align: left;
}
.cid-vlmUu6qziQ H3 {
  color: #1a8558;
  text-align: left;
}
.cid-vlmV5LZQ04 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vlmV5LZQ04 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vlmV5LZQ04 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vlmV5LZQ04 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vlmV5LZQ04 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vlmV5LZQ04 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-vlmV5LZQ04 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vlmV5LZQ04 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-vlmV5LZQ04 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-vlmV5LZQ04 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-vlmXtBvobx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vlmXtBvobx .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vlmXtBvobx .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vlmXtBvobx .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vlmXtBvobx .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vlmXtBvobx .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-vlmXtBvobx .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vlmXtBvobx .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-vlmXtBvobx .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-vlmXtBvobx .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-vlmUu6Wq2p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlmUu6Wq2p .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-vlmUu6Wq2p .mbr-content-text {
  color: #546848;
  text-align: left;
}
.cid-vlmUu6Wq2p .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-vlmUu6Wq2p .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-vlmUu6Wq2p .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-vlmUu6Wq2p .img-text {
  color: #37b37e;
  text-align: left;
}
.cid-vlmUu76S9c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlmUu76S9c h3 {
  font-weight: 300;
}
.cid-vlmUu76S9c .card-img {
  width: initial;
}
.cid-vlmUu76S9c .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-vlmUu76S9c .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-vlmUu76S9c .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vlmUu76S9c .mbr-section-subtitle {
  color: #767676;
}
.cid-vlmUu76S9c .mbr-text {
  color: #767676;
}
.cid-vlmUu76S9c .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vlmUu76S9c .mbr-al-i-c {
  align-items: center;
}
.cid-vlmUu7gYWa {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vlmUu7gYWa .image-block {
  margin: auto;
}
.cid-vlmUu7gYWa .mbr-figure {
  margin: 0 auto;
}
.cid-vlmUu7gYWa figcaption {
  position: relative;
}
.cid-vlmUu7gYWa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vlmUu7gYWa .image-block {
    width: 100% !important;
  }
}
