.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'gabriola';
  font-size: 5.6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'gabriola';
  font-size: 3.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Red Hat Text', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Red Hat Text', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Red Hat Text', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.48rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.92rem;
    font-size: calc( 2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.92rem;
    font-size: calc( 2.61rem + (5.6 - 2.61) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.61rem + (5.6 - 2.61) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #b77c5d !important;
}
.bg-success {
  background-color: #d2ad97 !important;
}
.bg-info {
  background-color: #e8d5c9 !important;
}
.bg-warning {
  background-color: #f4eae4 !important;
}
.bg-danger {
  background-color: #4d4d4c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b77c5d !important;
  border-color: #b77c5d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #c79980 !important;
  border-color: #c79980 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c79980 !important;
  border-color: #c79980 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b77c5d !important;
  border-color: #b77c5d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #c79980 !important;
  border-color: #c79980 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c79980 !important;
  border-color: #c79980 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e8d5c9 !important;
  border-color: #e8d5c9 !important;
  color: #7d5135 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #f7f1ed !important;
  border-color: #f7f1ed !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #7d5135 !important;
  background-color: #f7f1ed !important;
  border-color: #f7f1ed !important;
}
.btn-success,
.btn-success:active {
  background-color: #d2ad97 !important;
  border-color: #d2ad97 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #e1c9bb !important;
  border-color: #e1c9bb !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #e1c9bb !important;
  border-color: #e1c9bb !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f4eae4 !important;
  border-color: #f4eae4 !important;
  color: #9a613f !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #9a613f !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #4d4d4c !important;
  border-color: #4d4d4c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #676765 !important;
  border-color: #676765 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #676765 !important;
  border-color: #676765 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #b77c5d;
  color: #b77c5d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #83533a !important;
  background-color: transparent !important;
  border-color: #83533a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b77c5d !important;
  border-color: #b77c5d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #b77c5d;
  color: #b77c5d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #83533a !important;
  background-color: transparent !important;
  border-color: #83533a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b77c5d !important;
  border-color: #b77c5d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #e8d5c9;
  color: #e8d5c9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #cea68c !important;
  background-color: transparent !important;
  border-color: #cea68c !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #7d5135 !important;
  background-color: #e8d5c9 !important;
  border-color: #e8d5c9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #d2ad97;
  color: #d2ad97;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b87d5a !important;
  background-color: transparent !important;
  border-color: #b87d5a !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #d2ad97 !important;
  border-color: #d2ad97 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f4eae4;
  color: #f4eae4;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #dbbaa6 !important;
  background-color: transparent !important;
  border-color: #dbbaa6 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #9a613f !important;
  background-color: #f4eae4 !important;
  border-color: #f4eae4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #4d4d4c;
  color: #4d4d4c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #212121 !important;
  background-color: transparent !important;
  border-color: #212121 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4d4d4c !important;
  border-color: #4d4d4c !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: #b77c5d !important;
}
.text-secondary {
  color: #b77c5d !important;
}
.text-success {
  color: #d2ad97 !important;
}
.text-info {
  color: #e8d5c9 !important;
}
.text-warning {
  color: #f4eae4 !important;
}
.text-danger {
  color: #4d4d4c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #784d36 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #784d36 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b37550 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ca9d81 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d6b29c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1a1a19 !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: #b77c5d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e8d5c9;
}
.alert-warning {
  background-color: #f4eae4;
}
.alert-danger {
  background-color: #4d4d4c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b77c5d;
  border-color: #b77c5d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b77c5d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dec3b5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c0c0bf;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Red Hat Text', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #b77c5d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Red Hat Text', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #b77c5d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b77c5d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b77c5d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b77c5d;
  border-bottom-color: #b77c5d;
}
.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: #b77c5d !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: #b77c5d !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='%23b77c5d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uxN8yA5HzT .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uxN8yA5HzT .navbar-brand {
    width: fit-content;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-uxN8yA5HzT .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-uxN8yA5HzT .navbar.navbar-short .navbar-brand {
  padding: 1rem !important;
}
.cid-uxN8yA5HzT .navbar-logo {
  margin: 0 !important;
}
.cid-uxN8yA5HzT .navbar-brand {
  background-color: #ffffff;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxN8yA5HzT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxN8yA5HzT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxN8yA5HzT .wrapper {
  display: flex;
  align-items: center;
  min-width: 43.5%;
  justify-content: center;
}
.cid-uxN8yA5HzT .navbar-nav {
  min-width: 40%;
}
.cid-uxN8yA5HzT .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uxN8yA5HzT .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-uxN8yA5HzT .dropdown-item {
  color: #ffffff !important;
}
.cid-uxN8yA5HzT .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uxN8yA5HzT .nav-link {
  position: relative;
  font-weight: 400;
}
.cid-uxN8yA5HzT .nav-link:hover {
  color: #ffffff !important;
}
.cid-uxN8yA5HzT .nav-link:hover:before {
  opacity: 1;
}
.cid-uxN8yA5HzT .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #ffffff;
}
.cid-uxN8yA5HzT .btn-white {
  color: #b77c5d !important;
}
.cid-uxN8yA5HzT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxN8yA5HzT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxN8yA5HzT .container {
  display: flex;
  margin: auto;
}
.cid-uxN8yA5HzT .navbar.opened {
  background: #ffffff !important;
}
.cid-uxN8yA5HzT .nav-item:focus,
.cid-uxN8yA5HzT .nav-link:focus {
  outline: none;
}
.cid-uxN8yA5HzT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uxN8yA5HzT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxN8yA5HzT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uxN8yA5HzT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uxN8yA5HzT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxN8yA5HzT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxN8yA5HzT .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-uxN8yA5HzT .navbar.opened {
  transition: all 0.3s;
}
.cid-uxN8yA5HzT .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uxN8yA5HzT .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uxN8yA5HzT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxN8yA5HzT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxN8yA5HzT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uxN8yA5HzT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxN8yA5HzT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxN8yA5HzT .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: 55%;
}
.cid-uxN8yA5HzT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxN8yA5HzT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxN8yA5HzT .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxN8yA5HzT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxN8yA5HzT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxN8yA5HzT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxN8yA5HzT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxN8yA5HzT .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: 55%;
  }
  .cid-uxN8yA5HzT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uxN8yA5HzT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxN8yA5HzT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxN8yA5HzT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uxN8yA5HzT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uxN8yA5HzT .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxN8yA5HzT .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uxN8yA5HzT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxN8yA5HzT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxN8yA5HzT .dropdown-item.active,
.cid-uxN8yA5HzT .dropdown-item:active {
  background-color: transparent;
}
.cid-uxN8yA5HzT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxN8yA5HzT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxN8yA5HzT .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxN8yA5HzT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxN8yA5HzT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxN8yA5HzT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxN8yA5HzT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxN8yA5HzT .navbar-buttons {
  text-align: center;
}
.cid-uxN8yA5HzT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxN8yA5HzT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e8d5c9;
}
.cid-uxN8yA5HzT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxN8yA5HzT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxN8yA5HzT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxN8yA5HzT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxN8yA5HzT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxN8yA5HzT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxN8yA5HzT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxN8yA5HzT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxN8yA5HzT .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-uxN8yA5HzT a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uxN8yA5HzT .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxN8yA5HzT .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uxN8yA5HzT .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxN8yA5HzT .navbar {
    height: 77px;
  }
  .cid-uxN8yA5HzT .navbar.opened {
    height: auto;
  }
  .cid-uxN8yA5HzT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxN9yefSxy {
  background-image: url("../../../assets/images/lon-wehrens-intro3.jpg");
}
.cid-uxN9yefSxy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxN9yefSxy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxN9yefSxy .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uxN9yefSxy .container-fluid {
    padding: 0 30px;
  }
}
.cid-uxN9yefSxy .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uxN9yefSxy .container {
    padding: 0 30px;
  }
}
.cid-uxN9yefSxy .title-wrapper {
  margin-top: 0%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-uxN9yefSxy .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-uxN9yefSxy .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uxN9yefSxy .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uxN9yefSxy .mbr-section-title {
  color: #b77c5d;
  letter-spacing: .1rem;
}
.cid-uxN9yefSxy .mbr-text {
  color: #ffffff;
}
.cid-uxRNAYNFS7 {
  background-color: #ffffff;
}
.cid-uxRNAYNFS7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxRNAYNFS7 .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-uxRNAYNFS7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxRNAYNFS7 .row {
  flex-direction: row-reverse;
}
.cid-uxRNAYNFS7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uxRNAYNFS7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uxRNAYNFS7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uxRNAYNFS7 .mbr-section-title {
  color: #b77c5d;
  letter-spacing: .1rem;
  font-weight: 300;
  text-align: left;
}
.cid-uxRNAYNFS7 .mbr-text,
.cid-uxRNAYNFS7 .mbr-section-btn {
  color: #232323;
}
.cid-uxRWOCKakn {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #e8d5c9;
}
@media (max-width: 1000px) {
  .cid-uxRWOCKakn {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uxRWOCKakn {
    padding-top: 2.4rem;
    padding-bottom: 1.8rem;
  }
}
.cid-uxRWOCKakn .item-img img {
  width: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
.cid-uxRWOCKakn .item:focus,
.cid-uxRWOCKakn span:focus {
  outline: none;
}
.cid-uxRWOCKakn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uxRWOCKakn .mbr-section-btn {
  display: flex;
}
.cid-uxRWOCKakn .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uxRWOCKakn .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxRWOCKakn .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uxRWOCKakn .item-wrapper.bg1 {
  background: #ffffff;
}
.cid-uxRWOCKakn .item-wrapper.bg2 {
  background: #ffffff;
}
.cid-uxRWOCKakn .item-wrapper.bg3 {
  background: #ffffff;
}
.cid-uxRWOCKakn .mbr-section-title {
  color: #b77c5d;
  text-align: center;
  letter-spacing: .1rem;
}
.cid-uxRWOCKakn .mbr-text,
.cid-uxRWOCKakn .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uxRWOCKakn .item-title {
  text-align: center;
  color: #b77c5d;
}
.cid-uxRWOCKakn .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uxRWOCKakn .item-img {
  overflow: hidden;
}
.cid-uxRWOCKakn .item:hover img {
  transform: scale(1.1);
}
.cid-uxRWOCKakn .btn {
  position: relative;
}
.cid-uxRWOCKakn .btn:after {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
  content: url("data:image/svg+xml; utf8, <svg class='icon' xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'><path fill='black' fill-rule='nonzero' d='M.146 3.611a.606.606 0 0 1 .437-.177h11.412L9.515.994C9.225.736 9.219.47 9.498.2c.28-.271.553-.265.82.018l3.5 3.394a.343.343 0 0 1 .147.177.65.65 0 0 1 0 .424.343.343 0 0 1-.146.177l-3.5 3.394c-.268.283-.541.29-.82.018-.28-.271-.274-.536.018-.796l2.479-2.44H.583a.577.577 0 0 1-.419-.158A.542.542 0 0 1 0 4c0-.165.049-.295.146-.389z'></path></svg>");
}
.cid-uxRWOCKakn .item:hover .btn {
  padding-right: 32px;
}
.cid-uxRWOCKakn .item:hover .btn:after {
  opacity: 1;
}
.cid-uxRWOCKakn .mbr-section-subtitle {
  color: #232323;
  letter-spacing: .1rem;
  font-weight: 300;
}
.cid-uxRWOCKakn strong {
  font-weight: 400;
}
.cid-uy4myzKP06 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uy4myzKP06 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uy4myzKP06 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uyZJYp6w5M {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e8d5c9;
}
.cid-uyZJYp6w5M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyZJYp6w5M .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-uyZJYp6w5M .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyZJYp6w5M .row {
  flex-direction: row-reverse;
}
.cid-uyZJYp6w5M .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uyZJYp6w5M .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uyZJYp6w5M .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uyZJYp6w5M .mbr-section-title {
  color: #b77c5d;
  letter-spacing: .1rem;
  font-weight: 300;
}
.cid-uyZJYp6w5M .mbr-text,
.cid-uyZJYp6w5M .mbr-section-btn {
  color: #232323;
}
.cid-uCGI6OdKdD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCGI6OdKdD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCGI6OdKdD .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-uCGI6OdKdD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCGI6OdKdD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCGI6OdKdD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uCGI6OdKdD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uCGI6OdKdD .mbr-section-title {
  color: #b77c5d;
  letter-spacing: .1rem;
  font-weight: 300;
}
.cid-uCGI6OdKdD .mbr-text,
.cid-uCGI6OdKdD .mbr-section-btn {
  color: #232323;
}
.cid-uxS9L16S9m {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #4d4d4c;
}
.cid-uxS9L16S9m .navbar-logo {
  width: 300px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uxS9L16S9m .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uxS9L16S9m .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uxS9L16S9m .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uxS9L16S9m .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-uxS9L16S9m .text2 {
  color: #000000;
  text-align: left;
}
.cid-uxS9L16S9m .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uxS9L16S9m .logo-title {
  text-align: center;
}
.cid-uxS9L16S9m .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uxS9L16S9m .links {
  text-align: center;
  color: #656565;
}
.cid-uxS9L16S9m .logo-sub-title i {
  color: #9e9e9e;
}
.cid-uxS9L16S9m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxS9L16S9m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHi7XPQTuw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4d4d4c;
}
.cid-uHi7XPQTuw .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uHi7XPQTuw .social-row .soc-item {
  margin: 8px;
}
.cid-uHi7XPQTuw .social-row .soc-item a:hover .mbr-iconfont,
.cid-uHi7XPQTuw .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #b77c5d;
}
.cid-uHi7XPQTuw .social-row .soc-item a .mbr-iconfont {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 28px;
  background-color: #b77c5d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHi7XPQTuw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uHi7XPQTuw .mbr-section-title {
  color: #ffffff;
}
.cid-uHi7XPQTuw .mbr-section-title,
.cid-uHi7XPQTuw .social-list {
  color: #b77c5d;
}
.cid-uHi9dryNpA {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #4d4d4c;
}
.cid-uHi9dryNpA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHi9dryNpA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxScA9lZ2F .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uxScA9lZ2F .navbar-brand {
    width: fit-content;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-uxScA9lZ2F .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-uxScA9lZ2F .navbar.navbar-short .navbar-brand {
  padding: 1rem !important;
}
.cid-uxScA9lZ2F .navbar-logo {
  margin: 0 !important;
}
.cid-uxScA9lZ2F .navbar-brand {
  background-color: #ffffff;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxScA9lZ2F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxScA9lZ2F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxScA9lZ2F .wrapper {
  display: flex;
  align-items: center;
  min-width: 43.5%;
  justify-content: center;
}
.cid-uxScA9lZ2F .navbar-nav {
  min-width: 40%;
}
.cid-uxScA9lZ2F .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uxScA9lZ2F .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-uxScA9lZ2F .dropdown-item {
  color: #ffffff !important;
}
.cid-uxScA9lZ2F .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uxScA9lZ2F .nav-link {
  position: relative;
  font-weight: 400;
}
.cid-uxScA9lZ2F .nav-link:hover {
  color: #ffffff !important;
}
.cid-uxScA9lZ2F .nav-link:hover:before {
  opacity: 1;
}
.cid-uxScA9lZ2F .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #ffffff;
}
.cid-uxScA9lZ2F .btn-white {
  color: #b77c5d !important;
}
.cid-uxScA9lZ2F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxScA9lZ2F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxScA9lZ2F .container {
  display: flex;
  margin: auto;
}
.cid-uxScA9lZ2F .navbar.opened {
  background: #ffffff !important;
}
.cid-uxScA9lZ2F .nav-item:focus,
.cid-uxScA9lZ2F .nav-link:focus {
  outline: none;
}
.cid-uxScA9lZ2F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uxScA9lZ2F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxScA9lZ2F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uxScA9lZ2F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uxScA9lZ2F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxScA9lZ2F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxScA9lZ2F .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-uxScA9lZ2F .navbar.opened {
  transition: all 0.3s;
}
.cid-uxScA9lZ2F .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uxScA9lZ2F .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uxScA9lZ2F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxScA9lZ2F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxScA9lZ2F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uxScA9lZ2F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxScA9lZ2F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxScA9lZ2F .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: 55%;
}
.cid-uxScA9lZ2F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxScA9lZ2F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxScA9lZ2F .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxScA9lZ2F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxScA9lZ2F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxScA9lZ2F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxScA9lZ2F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxScA9lZ2F .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: 55%;
  }
  .cid-uxScA9lZ2F .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uxScA9lZ2F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxScA9lZ2F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxScA9lZ2F .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uxScA9lZ2F .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uxScA9lZ2F .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxScA9lZ2F .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uxScA9lZ2F .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxScA9lZ2F .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxScA9lZ2F .dropdown-item.active,
.cid-uxScA9lZ2F .dropdown-item:active {
  background-color: transparent;
}
.cid-uxScA9lZ2F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxScA9lZ2F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxScA9lZ2F .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxScA9lZ2F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxScA9lZ2F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxScA9lZ2F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxScA9lZ2F ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxScA9lZ2F .navbar-buttons {
  text-align: center;
}
.cid-uxScA9lZ2F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxScA9lZ2F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e8d5c9;
}
.cid-uxScA9lZ2F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxScA9lZ2F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxScA9lZ2F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxScA9lZ2F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxScA9lZ2F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxScA9lZ2F nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxScA9lZ2F nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxScA9lZ2F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxScA9lZ2F .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-uxScA9lZ2F a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uxScA9lZ2F .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxScA9lZ2F .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uxScA9lZ2F .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxScA9lZ2F .navbar {
    height: 77px;
  }
  .cid-uxScA9lZ2F .navbar.opened {
    height: auto;
  }
  .cid-uxScA9lZ2F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxSe8Ea4gy {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #4d4d4c;
}
.cid-uxSe8Ea4gy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxSe8Ea4gy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxSe8Ea4gy .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uxSe8Ea4gy .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uxSe8Ea4gy .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uxSe8Ea4gy .card-wrapper {
    padding: 4rem;
  }
}
.cid-uxSe8Ea4gy .wrap {
  background: url("../../../assets/images/achtergrond3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uxSe8Ea4gy .wrap .inner-wrap {
  padding: 40px;
}
.cid-uxSe8Ea4gy .card-title {
  color: #b77c5d;
  text-align: left;
  letter-spacing: .1rem;
}
.cid-uxSe8Ea4gy .mbr-text,
.cid-uxSe8Ea4gy .mbr-section-btn {
  color: #000000;
  text-align: left;
  font-weight: 300;
}
.cid-uHi9YjpveO {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #4d4d4c;
}
.cid-uHi9YjpveO .navbar-logo {
  width: 300px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uHi9YjpveO .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uHi9YjpveO .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHi9YjpveO .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uHi9YjpveO .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-uHi9YjpveO .text2 {
  color: #000000;
  text-align: left;
}
.cid-uHi9YjpveO .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uHi9YjpveO .logo-title {
  text-align: center;
}
.cid-uHi9YjpveO .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uHi9YjpveO .links {
  text-align: center;
  color: #656565;
}
.cid-uHi9YjpveO .logo-sub-title i {
  color: #9e9e9e;
}
.cid-uHi9YjpveO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHi9YjpveO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHi9YL4Uky {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4d4d4c;
}
.cid-uHi9YL4Uky .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uHi9YL4Uky .social-row .soc-item {
  margin: 8px;
}
.cid-uHi9YL4Uky .social-row .soc-item a:hover .mbr-iconfont,
.cid-uHi9YL4Uky .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #b77c5d;
}
.cid-uHi9YL4Uky .social-row .soc-item a .mbr-iconfont {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 28px;
  background-color: #b77c5d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHi9YL4Uky .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uHi9YL4Uky .mbr-section-title {
  color: #ffffff;
}
.cid-uHi9YL4Uky .mbr-section-title,
.cid-uHi9YL4Uky .social-list {
  color: #b77c5d;
}
.cid-uHia0cVjF4 {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #4d4d4c;
}
.cid-uHia0cVjF4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHia0cVjF4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxSzZXHdKf .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uxSzZXHdKf .navbar-brand {
    width: fit-content;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-uxSzZXHdKf .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-uxSzZXHdKf .navbar.navbar-short .navbar-brand {
  padding: 1rem !important;
}
.cid-uxSzZXHdKf .navbar-logo {
  margin: 0 !important;
}
.cid-uxSzZXHdKf .navbar-brand {
  background-color: #ffffff;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxSzZXHdKf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxSzZXHdKf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxSzZXHdKf .wrapper {
  display: flex;
  align-items: center;
  min-width: 43.5%;
  justify-content: center;
}
.cid-uxSzZXHdKf .navbar-nav {
  min-width: 40%;
}
.cid-uxSzZXHdKf .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uxSzZXHdKf .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-uxSzZXHdKf .dropdown-item {
  color: #ffffff !important;
}
.cid-uxSzZXHdKf .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uxSzZXHdKf .nav-link {
  position: relative;
  font-weight: 400;
}
.cid-uxSzZXHdKf .nav-link:hover {
  color: #ffffff !important;
}
.cid-uxSzZXHdKf .nav-link:hover:before {
  opacity: 1;
}
.cid-uxSzZXHdKf .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #ffffff;
}
.cid-uxSzZXHdKf .btn-white {
  color: #b77c5d !important;
}
.cid-uxSzZXHdKf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxSzZXHdKf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxSzZXHdKf .container {
  display: flex;
  margin: auto;
}
.cid-uxSzZXHdKf .navbar.opened {
  background: #ffffff !important;
}
.cid-uxSzZXHdKf .nav-item:focus,
.cid-uxSzZXHdKf .nav-link:focus {
  outline: none;
}
.cid-uxSzZXHdKf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uxSzZXHdKf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxSzZXHdKf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uxSzZXHdKf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uxSzZXHdKf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxSzZXHdKf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxSzZXHdKf .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-uxSzZXHdKf .navbar.opened {
  transition: all 0.3s;
}
.cid-uxSzZXHdKf .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uxSzZXHdKf .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uxSzZXHdKf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxSzZXHdKf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxSzZXHdKf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uxSzZXHdKf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxSzZXHdKf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxSzZXHdKf .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: 55%;
}
.cid-uxSzZXHdKf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxSzZXHdKf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxSzZXHdKf .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxSzZXHdKf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxSzZXHdKf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxSzZXHdKf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxSzZXHdKf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxSzZXHdKf .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: 55%;
  }
  .cid-uxSzZXHdKf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uxSzZXHdKf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxSzZXHdKf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxSzZXHdKf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uxSzZXHdKf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uxSzZXHdKf .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxSzZXHdKf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uxSzZXHdKf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxSzZXHdKf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxSzZXHdKf .dropdown-item.active,
.cid-uxSzZXHdKf .dropdown-item:active {
  background-color: transparent;
}
.cid-uxSzZXHdKf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxSzZXHdKf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxSzZXHdKf .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxSzZXHdKf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxSzZXHdKf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxSzZXHdKf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxSzZXHdKf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxSzZXHdKf .navbar-buttons {
  text-align: center;
}
.cid-uxSzZXHdKf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxSzZXHdKf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e8d5c9;
}
.cid-uxSzZXHdKf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxSzZXHdKf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSzZXHdKf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSzZXHdKf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxSzZXHdKf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSzZXHdKf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxSzZXHdKf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxSzZXHdKf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSzZXHdKf .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-uxSzZXHdKf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uxSzZXHdKf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxSzZXHdKf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uxSzZXHdKf .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxSzZXHdKf .navbar {
    height: 77px;
  }
  .cid-uxSzZXHdKf .navbar.opened {
    height: auto;
  }
  .cid-uxSzZXHdKf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxSzZYeTux {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #4d4d4c;
}
.cid-uxSzZYeTux .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxSzZYeTux .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxSzZYeTux .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uxSzZYeTux .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uxSzZYeTux .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uxSzZYeTux .card-wrapper {
    padding: 4rem;
  }
}
.cid-uxSzZYeTux .wrap {
  background: url("../../../assets/images/achtergrond3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uxSzZYeTux .wrap .inner-wrap {
  padding: 40px;
}
.cid-uxSzZYeTux .card-title {
  color: #b77c5d;
  text-align: left;
  letter-spacing: .1rem;
}
.cid-uxSzZYeTux .mbr-text,
.cid-uxSzZYeTux .mbr-section-btn {
  color: #000000;
  text-align: left;
  font-weight: 300;
}
.cid-uHiaojmdsA {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #4d4d4c;
}
.cid-uHiaojmdsA .navbar-logo {
  width: 300px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uHiaojmdsA .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uHiaojmdsA .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHiaojmdsA .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uHiaojmdsA .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-uHiaojmdsA .text2 {
  color: #000000;
  text-align: left;
}
.cid-uHiaojmdsA .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uHiaojmdsA .logo-title {
  text-align: center;
}
.cid-uHiaojmdsA .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uHiaojmdsA .links {
  text-align: center;
  color: #656565;
}
.cid-uHiaojmdsA .logo-sub-title i {
  color: #9e9e9e;
}
.cid-uHiaojmdsA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHiaojmdsA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHiaoNdfZn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4d4d4c;
}
.cid-uHiaoNdfZn .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uHiaoNdfZn .social-row .soc-item {
  margin: 8px;
}
.cid-uHiaoNdfZn .social-row .soc-item a:hover .mbr-iconfont,
.cid-uHiaoNdfZn .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #b77c5d;
}
.cid-uHiaoNdfZn .social-row .soc-item a .mbr-iconfont {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 28px;
  background-color: #b77c5d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHiaoNdfZn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uHiaoNdfZn .mbr-section-title {
  color: #ffffff;
}
.cid-uHiaoNdfZn .mbr-section-title,
.cid-uHiaoNdfZn .social-list {
  color: #b77c5d;
}
.cid-uHiaq98Fos {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #4d4d4c;
}
.cid-uHiaq98Fos .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHiaq98Fos .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxSAtz6x6Y .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uxSAtz6x6Y .navbar-brand {
    width: fit-content;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-uxSAtz6x6Y .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-uxSAtz6x6Y .navbar.navbar-short .navbar-brand {
  padding: 1rem !important;
}
.cid-uxSAtz6x6Y .navbar-logo {
  margin: 0 !important;
}
.cid-uxSAtz6x6Y .navbar-brand {
  background-color: #ffffff;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxSAtz6x6Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxSAtz6x6Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxSAtz6x6Y .wrapper {
  display: flex;
  align-items: center;
  min-width: 43.5%;
  justify-content: center;
}
.cid-uxSAtz6x6Y .navbar-nav {
  min-width: 40%;
}
.cid-uxSAtz6x6Y .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uxSAtz6x6Y .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-uxSAtz6x6Y .dropdown-item {
  color: #ffffff !important;
}
.cid-uxSAtz6x6Y .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uxSAtz6x6Y .nav-link {
  position: relative;
  font-weight: 400;
}
.cid-uxSAtz6x6Y .nav-link:hover {
  color: #ffffff !important;
}
.cid-uxSAtz6x6Y .nav-link:hover:before {
  opacity: 1;
}
.cid-uxSAtz6x6Y .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #ffffff;
}
.cid-uxSAtz6x6Y .btn-white {
  color: #b77c5d !important;
}
.cid-uxSAtz6x6Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxSAtz6x6Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxSAtz6x6Y .container {
  display: flex;
  margin: auto;
}
.cid-uxSAtz6x6Y .navbar.opened {
  background: #ffffff !important;
}
.cid-uxSAtz6x6Y .nav-item:focus,
.cid-uxSAtz6x6Y .nav-link:focus {
  outline: none;
}
.cid-uxSAtz6x6Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uxSAtz6x6Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxSAtz6x6Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uxSAtz6x6Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uxSAtz6x6Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxSAtz6x6Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxSAtz6x6Y .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-uxSAtz6x6Y .navbar.opened {
  transition: all 0.3s;
}
.cid-uxSAtz6x6Y .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uxSAtz6x6Y .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uxSAtz6x6Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxSAtz6x6Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxSAtz6x6Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uxSAtz6x6Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxSAtz6x6Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxSAtz6x6Y .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: 55%;
}
.cid-uxSAtz6x6Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxSAtz6x6Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxSAtz6x6Y .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxSAtz6x6Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxSAtz6x6Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxSAtz6x6Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxSAtz6x6Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxSAtz6x6Y .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: 55%;
  }
  .cid-uxSAtz6x6Y .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uxSAtz6x6Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxSAtz6x6Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxSAtz6x6Y .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uxSAtz6x6Y .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uxSAtz6x6Y .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxSAtz6x6Y .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uxSAtz6x6Y .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxSAtz6x6Y .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxSAtz6x6Y .dropdown-item.active,
.cid-uxSAtz6x6Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uxSAtz6x6Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxSAtz6x6Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxSAtz6x6Y .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxSAtz6x6Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxSAtz6x6Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxSAtz6x6Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxSAtz6x6Y ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxSAtz6x6Y .navbar-buttons {
  text-align: center;
}
.cid-uxSAtz6x6Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxSAtz6x6Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e8d5c9;
}
.cid-uxSAtz6x6Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxSAtz6x6Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSAtz6x6Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSAtz6x6Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxSAtz6x6Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSAtz6x6Y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxSAtz6x6Y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxSAtz6x6Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSAtz6x6Y .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-uxSAtz6x6Y a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uxSAtz6x6Y .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxSAtz6x6Y .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uxSAtz6x6Y .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxSAtz6x6Y .navbar {
    height: 77px;
  }
  .cid-uxSAtz6x6Y .navbar.opened {
    height: auto;
  }
  .cid-uxSAtz6x6Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxSAtzFDT4 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #4d4d4c;
}
.cid-uxSAtzFDT4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxSAtzFDT4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxSAtzFDT4 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uxSAtzFDT4 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uxSAtzFDT4 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uxSAtzFDT4 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uxSAtzFDT4 .wrap {
  background: url("../../../assets/images/achtergrond3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uxSAtzFDT4 .wrap .inner-wrap {
  padding: 40px;
}
.cid-uxSAtzFDT4 .card-title {
  color: #b77c5d;
  text-align: left;
  letter-spacing: .1rem;
}
.cid-uxSAtzFDT4 .mbr-text,
.cid-uxSAtzFDT4 .mbr-section-btn {
  color: #000000;
  text-align: left;
  font-weight: 300;
}
.cid-uHiawQumSs {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #4d4d4c;
}
.cid-uHiawQumSs .navbar-logo {
  width: 300px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uHiawQumSs .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uHiawQumSs .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHiawQumSs .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uHiawQumSs .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-uHiawQumSs .text2 {
  color: #000000;
  text-align: left;
}
.cid-uHiawQumSs .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uHiawQumSs .logo-title {
  text-align: center;
}
.cid-uHiawQumSs .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uHiawQumSs .links {
  text-align: center;
  color: #656565;
}
.cid-uHiawQumSs .logo-sub-title i {
  color: #9e9e9e;
}
.cid-uHiawQumSs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHiawQumSs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHiaxhPTox {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4d4d4c;
}
.cid-uHiaxhPTox .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uHiaxhPTox .social-row .soc-item {
  margin: 8px;
}
.cid-uHiaxhPTox .social-row .soc-item a:hover .mbr-iconfont,
.cid-uHiaxhPTox .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #b77c5d;
}
.cid-uHiaxhPTox .social-row .soc-item a .mbr-iconfont {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 28px;
  background-color: #b77c5d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHiaxhPTox .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uHiaxhPTox .mbr-section-title {
  color: #ffffff;
}
.cid-uHiaxhPTox .mbr-section-title,
.cid-uHiaxhPTox .social-list {
  color: #b77c5d;
}
.cid-uHiaytDPmW {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #4d4d4c;
}
.cid-uHiaytDPmW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHiaytDPmW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxSzutEQnj .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uxSzutEQnj .navbar-brand {
    width: fit-content;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-uxSzutEQnj .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-uxSzutEQnj .navbar.navbar-short .navbar-brand {
  padding: 1rem !important;
}
.cid-uxSzutEQnj .navbar-logo {
  margin: 0 !important;
}
.cid-uxSzutEQnj .navbar-brand {
  background-color: #ffffff;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxSzutEQnj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxSzutEQnj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxSzutEQnj .wrapper {
  display: flex;
  align-items: center;
  min-width: 43.5%;
  justify-content: center;
}
.cid-uxSzutEQnj .navbar-nav {
  min-width: 40%;
}
.cid-uxSzutEQnj .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uxSzutEQnj .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-uxSzutEQnj .dropdown-item {
  color: #ffffff !important;
}
.cid-uxSzutEQnj .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-uxSzutEQnj .nav-link {
  position: relative;
  font-weight: 400;
}
.cid-uxSzutEQnj .nav-link:hover {
  color: #ffffff !important;
}
.cid-uxSzutEQnj .nav-link:hover:before {
  opacity: 1;
}
.cid-uxSzutEQnj .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #ffffff;
}
.cid-uxSzutEQnj .btn-white {
  color: #b77c5d !important;
}
.cid-uxSzutEQnj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxSzutEQnj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxSzutEQnj .container {
  display: flex;
  margin: auto;
}
.cid-uxSzutEQnj .navbar.opened {
  background: #ffffff !important;
}
.cid-uxSzutEQnj .nav-item:focus,
.cid-uxSzutEQnj .nav-link:focus {
  outline: none;
}
.cid-uxSzutEQnj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uxSzutEQnj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxSzutEQnj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uxSzutEQnj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uxSzutEQnj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxSzutEQnj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxSzutEQnj .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-uxSzutEQnj .navbar.opened {
  transition: all 0.3s;
}
.cid-uxSzutEQnj .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uxSzutEQnj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uxSzutEQnj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxSzutEQnj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxSzutEQnj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uxSzutEQnj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxSzutEQnj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxSzutEQnj .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: 55%;
}
.cid-uxSzutEQnj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxSzutEQnj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxSzutEQnj .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxSzutEQnj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxSzutEQnj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxSzutEQnj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxSzutEQnj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxSzutEQnj .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: 55%;
  }
  .cid-uxSzutEQnj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uxSzutEQnj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxSzutEQnj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxSzutEQnj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uxSzutEQnj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uxSzutEQnj .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxSzutEQnj .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uxSzutEQnj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxSzutEQnj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxSzutEQnj .dropdown-item.active,
.cid-uxSzutEQnj .dropdown-item:active {
  background-color: transparent;
}
.cid-uxSzutEQnj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxSzutEQnj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxSzutEQnj .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxSzutEQnj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxSzutEQnj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxSzutEQnj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxSzutEQnj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxSzutEQnj .navbar-buttons {
  text-align: center;
}
.cid-uxSzutEQnj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxSzutEQnj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e8d5c9;
}
.cid-uxSzutEQnj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxSzutEQnj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSzutEQnj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxSzutEQnj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxSzutEQnj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSzutEQnj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxSzutEQnj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxSzutEQnj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSzutEQnj .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-uxSzutEQnj a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uxSzutEQnj .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxSzutEQnj .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uxSzutEQnj .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxSzutEQnj .navbar {
    height: 77px;
  }
  .cid-uxSzutEQnj .navbar.opened {
    height: auto;
  }
  .cid-uxSzutEQnj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxSzuu3pcn {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #4d4d4c;
}
.cid-uxSzuu3pcn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxSzuu3pcn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxSzuu3pcn .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uxSzuu3pcn .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uxSzuu3pcn .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uxSzuu3pcn .card-wrapper {
    padding: 4rem;
  }
}
.cid-uxSzuu3pcn .wrap {
  background: url("../../../assets/images/achtergrond3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uxSzuu3pcn .wrap .inner-wrap {
  padding: 40px;
}
.cid-uxSzuu3pcn .card-title {
  color: #b77c5d;
  text-align: left;
  letter-spacing: .1rem;
}
.cid-uxSzuu3pcn .mbr-text,
.cid-uxSzuu3pcn .mbr-section-btn {
  color: #000000;
  text-align: left;
  font-weight: 300;
}
.cid-uHiaeDEI5S {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #4d4d4c;
}
.cid-uHiaeDEI5S .navbar-logo {
  width: 300px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uHiaeDEI5S .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uHiaeDEI5S .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHiaeDEI5S .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uHiaeDEI5S .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-uHiaeDEI5S .text2 {
  color: #000000;
  text-align: left;
}
.cid-uHiaeDEI5S .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uHiaeDEI5S .logo-title {
  text-align: center;
}
.cid-uHiaeDEI5S .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uHiaeDEI5S .links {
  text-align: center;
  color: #656565;
}
.cid-uHiaeDEI5S .logo-sub-title i {
  color: #9e9e9e;
}
.cid-uHiaeDEI5S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHiaeDEI5S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHiaf71qeZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4d4d4c;
}
.cid-uHiaf71qeZ .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uHiaf71qeZ .social-row .soc-item {
  margin: 8px;
}
.cid-uHiaf71qeZ .social-row .soc-item a:hover .mbr-iconfont,
.cid-uHiaf71qeZ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #b77c5d;
}
.cid-uHiaf71qeZ .social-row .soc-item a .mbr-iconfont {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 28px;
  background-color: #b77c5d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHiaf71qeZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uHiaf71qeZ .mbr-section-title {
  color: #ffffff;
}
.cid-uHiaf71qeZ .mbr-section-title,
.cid-uHiaf71qeZ .social-list {
  color: #b77c5d;
}
.cid-uHiag0SwFN {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #4d4d4c;
}
.cid-uHiag0SwFN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHiag0SwFN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
