:root {
  --instrument-sans: Inter, sans-serif;
  --titles: #3a3a3a;
  --body-text: #686868;
  --black: var(--body-text);
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 18px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 15px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block.centered {
  z-index: 10;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  width: 30%;
  display: flex;
  position: absolute;
}

.div-block.padding-right {
  justify-content: space-between;
  padding-right: 0;
}

.div-block-2 {
  background-color: #fff0;
  border-radius: 0;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
}

.div-block-7 {
  opacity: 1;
  background-color: #0000;
  background-image: none;
  background-size: auto;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.div-block-7.bg-hero {
  background-color: #0000;
  background-image: none;
  padding: 0;
}

.hero {
  background-color: #361a1a00;
  border-bottom: 1px #eee;
  height: 100vh;
  margin-left: 0%;
  margin-right: 0%;
  padding: 10px 0 24px;
  position: static;
}

.hero.no-height {
  background-color: #fff;
  height: auto;
  padding: 24px;
}

.hero.less-height {
  border-bottom-style: solid;
  border-bottom-color: #f7f7f7;
  height: auto;
  padding: 10px 0 20px;
}

.hero.contact {
  background-color: #fff;
  height: auto;
  padding-bottom: 0;
}

.hero.about {
  height: auto;
  padding-bottom: 0;
}

.hero.height {
  height: 100vh;
  padding: 10px 0 24px;
}

.button {
  white-space: nowrap;
  background-color: #004848;
  border-radius: 50px;
  margin-top: 0;
  padding: 7px 30px;
  font-family: Degular, Arial, sans-serif;
  font-size: 15px;
  display: inline-block;
}

.button.outline {
  color: #004848;
  background-color: #00484800;
  border: 1px solid #004848;
  padding-bottom: 13px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Degular, Arial, sans-serif;
  font-size: 15px;
  line-height: 15px;
}

.button.outline.white {
  color: #fff;
  border-color: #fff;
}

.button.outline.extra-spacing {
  padding-left: 20px;
  padding-right: 20px;
}

.menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 12px;
  flex: 0 auto;
  height: 44px;
  padding: 3px;
  font-size: 13px;
  display: flex;
  position: relative;
}

.section {
  margin-left: .75%;
  margin-right: .75%;
}

.section.height {
  height: 100vh;
}

.section.no-right-margin {
  margin-right: .75%;
  position: static;
}

.section._24-px {
  margin-left: 24px;
  margin-right: 24px;
}

.section.no-margin {
  margin-left: 0%;
  margin-right: 0%;
}

.section.no-margin.home {
  border-top: 1px solid #f7f7f7;
}

.top-line {
  border: 1px #000;
  border-top: 0 #f7f7f7;
  border-bottom-width: 0;
  margin-top: 0;
  padding-top: 0%;
  padding-left: 0%;
}

.top-line.less-margin {
  margin-top: 24px;
  padding-top: 0%;
}

.top-line.flex {
  border-top-color: #eee;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.top-line.flex.line-bottom {
  border-top-style: none;
  border-top-color: #e9e9e9;
  border-bottom-style: solid;
  border-bottom-color: #e9e9e9;
}

.top-line.flex.line-bottom.margin {
  border-bottom-color: #f7f7f7;
  padding-top: 0;
  padding-bottom: 0;
}

.top-line.flex.padding {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-color: #f7f7f7;
  border-bottom: 1px solid #f1f1f1;
  padding: 5% 10% 8%;
}

.top-line.no-padding {
  padding-top: 0%;
}

.top-line.as-2nd {
  border-top-style: none;
  margin-top: 0;
  padding-top: 0%;
}

.top-line.margin {
  border-top-style: solid;
  border-top-color: #f7f7f7;
  border-bottom-style: solid;
  border-bottom-color: #f7f7f7;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 80px;
}

.top-line.margin-24px {
  border-top-color: #f7f7f7;
  padding: 0 24px;
}

.div-block-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #27272780;
  border-radius: 5px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: auto;
  margin-bottom: 0;
  padding: 3px 10px 4px;
  display: inline-flex;
}

.div-block-11.no-bg {
  background-color: #fff0;
}

.div-block-11.no-bg.left-alignment {
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.text-labels {
  font-family: var(--instrument-sans);
  color: #fff;
  letter-spacing: .5px;
  text-indent: 1px;
  text-transform: none;
  width: auto;
  padding-top: 1px;
  font-size: 10px;
  font-weight: 500;
}

.text-labels.light {
  color: #fff;
  text-transform: uppercase;
  font-family: Instrument Sans, sans-serif;
  line-height: 11px;
}

.text-labels.dark {
  color: #000;
  font-weight: 500;
}

.body-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 160%;
}

.div-block-27 {
  background-color: #f8f7f7;
  border-radius: 15px;
  justify-content: center;
  width: 100%;
  height: 310px;
  padding: 20px;
  display: flex;
}

.div-block-27.img-1 {
  background-image: url("https://cdn.prod.website-files.com/68728a75a17974998280ae9e/687402972bb8a621c5f50e59_Screenshot%202025-07-13%20at%2019.54.52.png");
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.div-block-27.img-2 {
  background-color: #cecece;
  background-image: linear-gradient(#ffffff14, #ffffff14);
  height: 400px;
}

.div-block-27.img-3 {
  background-color: #cecece;
  height: 400px;
}

.div-block-27.img-bg {
  background-color: #000;
  background-image: url("https://cdn.prod.website-files.com/68728a75a17974998280ae9e/68740251b3064782ad4910f0_Screenshot%202025-07-13%20at%2019.54.03.png");
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.div-block-30 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-30.hidden-desktop {
  display: none;
}

.div-block-31 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer {
  margin-bottom: 0%;
  margin-left: 0%;
  margin-right: 0%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-36 {
  background-color: #004848;
  border-radius: 10px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2%;
  display: block;
}

.div-block-36.less-margin {
  margin-top: 24px;
  padding: 24px;
}

.div-block-37 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-block-38 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.div-block-39 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-39.stroke {
  border: 1px solid #e9e9e9;
}

.div-block-40 {
  display: flex;
}

.div-block-41 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.div-block-42 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.div-block-44 {
  aspect-ratio: 1;
  background-color: #e6e5e5;
  background-image: url("https://cdn.prod.website-files.com/68728a75a17974998280ae9e/6873eaa10e3bdf62d363a7a1_Screenshot%202025-07-13%20at%2018.15.21.png");
  background-position: 0 0;
  background-size: cover;
  border-radius: 50px;
  width: 40px;
  height: 40px;
}

.div-block-45 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-46 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.div-block-47 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-block-48 {
  width: 50%;
}

.div-block-49 {
  width: 50%;
  display: flex;
}

.div-block-50 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 50%;
  display: flex;
}

.div-block-50.gap-less {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
}

.div-block-51 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.teaser-container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.teaser-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.teaser-img._3 {
  z-index: 2;
  pointer-events: none;
  border-radius: 20px;
}

.teaser-img._1 {
  z-index: 4;
  pointer-events: none;
  border-radius: 20px;
}

.teaser-img._2 {
  z-index: 3;
  pointer-events: none;
  border-radius: 20px;
}

.teaser-img._4 {
  z-index: 1;
  pointer-events: none;
  border-radius: 20px;
}

.teaser-img._5 {
  z-index: 0;
}

.teaser-section {
  margin-top: 0;
}

.teaser-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-start;
  width: 90%;
  max-width: none;
  padding-right: 0%;
  display: flex;
}

.teaser-img-tablet-down {
  display: none;
}

.teaser-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  align-items: stretch;
  display: flex;
}

.teaser-column {
  border-right: 1px solid #f7f7f7;
  width: 50%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  position: relative;
}

.teaser-column.line {
  border-left: 1px solid #f7f7f7;
}

.teaser-column.line.padding-left, .teaser-column.hidden {
  padding-left: 24px;
}

.teaser-column.no-right-line {
  border-right-style: none;
  padding-right: 0;
}

.teaser-column.hidden {
  padding-left: 24px;
}

.p-teaser-img-wrap {
  border-radius: 20px;
  height: 94vh;
  position: sticky;
  top: 24px;
  overflow: hidden;
}

.teaser-copy-wrap {
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.teaser-copy-wrap.margin {
  justify-content: flex-start;
  align-items: center;
}

.div-block-52 {
  margin-top: 40px;
}

.div-block-53 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.team-slider_cms_list {
  display: flex;
}

.team-slider_cms_list.swiper-slide {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.team-slider_cms_list.swiper-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: stretch;
  display: inline-flex;
}

.team-slider_cms_item.swiper-slide {
  aspect-ratio: auto;
  aspect-ratio: auto;
  flex-flow: row;
  flex: none;
  width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.container {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: none;
  min-height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0 24px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-slider_component {
  padding-left: 0;
  padding-right: 0;
  container-type: inline-size;
}

.team-slider_btn_layout {
  z-index: 1000;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: 40% 0% auto;
  overflow: hidden;
}

.team-slider_draggable_handle {
  cursor: grab;
  background-color: currentColor;
  border-radius: 100vw;
  width: 30%;
  height: 100%;
}

.team-slider_cms_wrap.swiper {
  margin-left: calc(var(--site--gutter) * 0);
  margin-right: calc(var(--site--gutter) * -.5);
  margin-left: calc(var(--site--gutter) * 0);
  margin-right: calc(var(--site--gutter) * -.5);
  overflow: visible;
}

.team-slider_draggable_wrap {
  border-style: solid;
  border-width: .09rem;
  border-radius: 100vw;
  width: 14rem;
  min-width: 0;
  max-width: 100%;
  height: 1rem;
  display: none;
}

.team-slider_bullet_item {
  aspect-ratio: 1;
  background-color: #eee0;
  border-style: solid;
  border-width: .09rem;
  border-radius: 100vw;
  width: 1rem;
  min-width: 0;
  padding: 0;
}

.team-slider_bullet_item.is-active {
  background-color: currentColor;
}

.team-slider_bullet_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: none;
  width: auto !important;
}

.team-slider_layout {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.team-slider_btn_element.swiper-button-disabled {
  opacity: .5;
  pointer-events: none;
  opacity: .5;
  pointer-events: none;
}

.team-slider_card_wrap {
  box-sizing: border-box;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  aspect-ratio: auto;
  color: #000;
  object-fit: cover;
  background-color: #00000036;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 24px 65px 24px 24px;
  display: flex;
}

.team-slider_card_wrap._1 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  align-items: flex-start;
}

.team-slider_card_wrap._2 {
  background-image: linear-gradient(#0000 58%, #0000008c), url("https://cdn.prod.website-files.com/68728a75a17974998280ae9e/688a98360344cc6c700a1d28_Afbeelding%203%20-%20kosten%20indicatie%20-%20Kopie%20van%2068-DSC01445.jpeg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.team-slider_card_wrap._3 {
  background-image: url("https://cdn.prod.website-files.com/68728a75a17974998280ae9e/688a986ebc3d347b1546dd5e_Afbeelding%204%20-%20Vergunning%20_%20tekening%20Kopie%20van%207-DSC01240.jpeg");
  background-position: 50%;
  background-size: cover;
}

.team-slider_card_wrap._4 {
  background-image: url("https://cdn.prod.website-files.com/68728a75a17974998280ae9e/688a988b306f80f13a287724_Afbeelding%204.1-%20Keuzes%20maken%20Kopie%20van%2052-DSC01373.jpeg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-slider_card_wrap._5 {
  background-image: url("https://cdn.prod.website-files.com/68728a75a17974998280ae9e/688a98c590127a08d84da9af_Afbeelding%204.2%20Werkzaamheden%20-%20%2044-DSC01335.jpeg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-slider_card_wrap._6 {
  background-image: url("https://cdn.prod.website-files.com/68728a75a17974998280ae9e/688a98fb40e5592f8f6afaf3_Afbeelding%204.3%20-%20Project%20doorloop%20en%20Planning%20Kopie%20van%2072-DSC01478.jpeg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.link {
  font-family: var(--instrument-sans);
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
}

.link:hover {
  color: #fff;
}

.link.menu_link {
  z-index: 2;
  color: #3a3a3a;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 38px;
  padding: 10px 0 9px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link.menu_link._2 {
  display: none;
}

.menu_shape {
  opacity: 0;
  background-color: #f1f1e9;
  border-radius: 12px;
  width: 80px;
  height: auto;
  margin: 0;
  padding-left: 0;
  transition: all .3s;
  position: absolute;
  inset: 3px;
}

.div-block-55 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  height: auto;
  display: flex;
}

.modal-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.close-btn-w {
  z-index: 5;
  float: right;
  background-color: #f8f7f7;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 1.5rem;
  margin-right: 1.5rem;
  display: flex;
  position: sticky;
  top: -2rem;
}

.screen-reader-only {
  border: 1px #000;
  border-radius: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  inset: -1px;
  overflow: hidden;
}

.close-btn-line {
  background-color: #4353ff;
  border-radius: 1px;
  width: 1.75rem;
  height: 2px;
  position: absolute;
}

.close-btn-line.is--2nd {
  background-color: #3a3a3a;
  width: 1rem;
  transform: rotate(45deg);
}

.close-btn-line.is--1st {
  background-color: #3a3a3a;
  width: 1rem;
  height: 2px;
  transform: rotate(-45deg);
}

.modal-content-w {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  padding: 3rem 1.5rem 5rem 4.5rem;
  display: flex;
}

.modal {
  z-index: 1000000;
  background-color: #fff;
  border-radius: .75rem;
  flex: none;
  width: 100%;
  max-width: 60rem;
  height: auto;
  margin: auto;
  position: relative;
}

.previous {
  mix-blend-mode: normal;
  background-color: #fff;
  background-image: url("https://cdn.prod.website-files.com/68728a75a17974998280ae9e/6874187892953bb8b009a073_Prancheta%201.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 7px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  padding-left: 0;
  padding-right: 0;
}

.previous.right-side {
  transform: rotate(180deg);
}

.div-block-56 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.cta-float {
  opacity: 1;
  background-color: #fff;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  width: 55%;
  height: auto;
  margin-bottom: 3vh;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-main-container {
  background-color: #fff;
  border-top: 1px solid #f7f7f7;
  margin-top: 0;
  padding: 24px;
}

.hero-main-container.margin-24 {
  padding-top: 24px;
}

.div-block-58 {
  z-index: 40;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #00000073;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 40px;
  padding: 0 12px 0 5px;
  display: flex;
  position: absolute;
  inset: 18% 22% auto auto;
}

.div-block-58._2 {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  top: 28%;
  left: 14%;
  right: auto;
}

.div-block-58._4 {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  top: 58%;
  right: 5%;
}

.div-block-58._5 {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  top: 65%;
  bottom: 0%;
  right: 37%;
}

.div-block-58._1 {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.div-block-58._3 {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  inset: auto auto 35% 8%;
}

.text-relative-holder {
  z-index: 2;
  height: 94vh;
  position: relative;
}

.checkbox-holder {
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 94vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.a {
  font-size: 2.43056vw;
  line-height: 118%;
  display: block;
  position: absolute;
}

.a._2 {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  text-align: center;
  letter-spacing: -1px;
  padding: 30% 20%;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 42px;
  display: block;
}

.fix-image-spacer {
  background-color: #eee;
  background-image: linear-gradient(#00000045, #00000045), url("https://cdn.prod.website-files.com/68728a75a17974998280ae9e/688a9ca372b8093423b5e582_Afbeelding%2013%20-%20Gehele%20kamer%20Kopie%20van%20StudioNoon_byMarissavanRoon_05.jpeg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 15px;
  height: 94vh;
  padding-top: 0%;
  position: sticky;
  top: 24px;
  bottom: 24px;
}

.text-block-6 {
  text-align: center;
  width: auto;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  display: inline-flex;
}

.div-block-60 {
  color: #fff;
  background-color: #fff;
  background-image: url("https://cdn.prod.website-files.com/68728a75a17974998280ae9e/6874054576bd9da1948f53ba_Prancheta%201.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 100px;
  width: 30px;
  height: 30px;
}

.div-block-60.green-design {
  background-color: #0049484d;
  background-size: 10px;
  width: 20px;
  height: 20px;
}

.fix-relative {
  border-radius: 0;
  width: 100%;
  height: 175vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h2 {
  color: #494949;
  text-align: left;
  letter-spacing: -1px;
  flex: 1;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0% 0% 0% 0;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 42px;
}

.h2.center {
  text-align: center;
}

.h2.scroll {
  color: #3a3a3a;
  margin-top: 10px;
  font-family: Nuckle Trial Webfont, Arial, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
}

.h2.align {
  padding-right: 25%;
}

.h2.align.no-top-margin {
  font-family: Instrument Sans, sans-serif;
}

.h2.light {
  color: #fff;
  font-size: 40px;
  line-height: 48px;
}

.h2.white {
  color: #fff;
  font-size: 30px;
  line-height: 35px;
}

.h2.no-margin {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 40px;
}

.h2.smaller {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.h2.centered {
  font-family: var(--instrument-sans);
  color: #494949;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  font-size: 38px;
  font-weight: 400;
  line-height: 42px;
}

.h2.centered.padding {
  padding-left: 30%;
  padding-right: 30%;
}

.h2.centered.no-padding {
  padding-right: 0%;
}

.h2.centered.no-padding.no {
  padding-right: 0%;
  line-height: 49px;
}

.h2.centered.less-padding {
  padding-left: 10%;
  padding-right: 10%;
}

.h2.centered.about {
  font-family: var(--instrument-sans);
  color: #5a5a5a;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 14%;
  padding-right: 14%;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.h2.no-top-margin {
  text-overflow: clip;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
  margin-top: 0;
  font-family: Instrument Sans, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 45px;
}

.h2.no-top-margin.no-padding {
  font-family: Instrument Sans, sans-serif;
  line-height: 35px;
}

.h2.no-padding {
  padding-left: 0;
}

.h2.no-height {
  line-height: 30px;
}

.h2._33-px {
  color: #494949;
  letter-spacing: -.5px;
  font-size: 32px;
  line-height: 42px;
}

.h1 {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.1em;
}

.h1.margin-padding {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 0;
  padding-left: 22%;
  padding-right: 22%;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 400;
}

.h1.margin-padding.dark {
  margin-top: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.h1.dark {
  color: #494949;
  letter-spacing: -2px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.h1.dark.margin-30 {
  margin-top: 0;
  margin-bottom: 30px;
}

.h1.dark.margin-30.bigger {
  font-size: 3.5em;
}

.h1.no-margin {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Sans, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.h1.no-margin.bigger {
  margin-bottom: 0;
  font-size: 4em;
}

.h1.no-margin.h1-centered {
  text-align: center;
}

.h1.no-margin.centered.less-padding {
  text-overflow: clip;
  white-space: pre-line;
  word-break: keep-all;
  padding-left: 15%;
  padding-right: 15%;
  font-size: 45px;
}

.h1.no-margin.padding {
  text-align: center;
  max-width: 500px;
}

.h1.padding {
  font-family: var(--instrument-sans);
  padding-left: 15%;
  padding-right: 15%;
}

.h1.small {
  font-weight: 400;
}

.small-text {
  font-family: var(--instrument-sans);
  color: #575757;
  letter-spacing: 0;
  text-transform: none;
  width: 100%;
  padding-right: 40px;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
}

.small-text.padding {
  padding-right: 15%;
}

.small-text.darker {
  color: #333;
}

.small-text.darker.smaller {
  margin-bottom: 0;
  font-size: 12px;
}

.small-text.white {
  color: #fff;
}

.small-text.smaller.hide-desktop {
  display: none;
}

.small-text.blog {
  padding-right: 40px;
}

.small-text.light {
  font-family: var(--instrument-sans);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-size: 13px;
  font-weight: 500;
}

.small-text.light.smaller {
  font-size: 12px;
}

.small-text.light.smaller.no-margin {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: stretch;
  margin-bottom: 0;
  padding-right: 0;
  display: flex;
}

.small-text.light.caps {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
}

.small-text.light-grey {
  color: #b6b6b6;
}

.small-text.pricing {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
}

.author {
  color: #3a3a3a;
  margin-top: 0;
  font-family: Degular, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.author.light-grey {
  color: #b6b6b6;
  font-family: Inter, sans-serif;
  line-height: 20px;
}

.body-text {
  font-family: var(--instrument-sans);
  color: #5a5a5a;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.body-text.stamp {
  color: #fff;
}

.body-text.dark {
  color: #101014;
  margin-bottom: 0;
  font-weight: 400;
}

.image-10 {
  border-radius: 15px;
}

.div-block-61 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.div-block-62 {
  width: 50%;
  display: flex;
}

.div-block-63 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.h3 {
  color: var(--titles);
  letter-spacing: -1px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 33px;
  display: flex;
}

.h3.white {
  color: #fff;
  font-family: Inter, sans-serif;
}

.h3.price {
  color: #b9b9ad;
  -webkit-text-stroke-color: #b9b9ad;
}

.div-block-64 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.div-block-65 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-66 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f8f7f7;
  border-radius: 15px;
  flex-flow: column;
  width: 50%;
  padding-top: 32px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-67 {
  background-image: url("https://cdn.prod.website-files.com/68728a75a17974998280ae9e/688a9bafbe5af1470cb9475c_9f5db023f3abeb701dff98a690c031b5_Afbeelding%2010%20-%20Adviesgesprek%20Kopie%20van%2035-DSC01312.jpeg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  width: 50%;
  height: 400px;
}

.div-block-67.martijn-photo {
  background-image: url("https://cdn.prod.website-files.com/68728a75a17974998280ae9e/6890cdfd31b7f97463ae859a_50cbec73595600808e70836e86b77e06_70-DSC01460.jpeg");
  background-position: 50%;
  background-repeat: no-repeat;
}

.highlight-text {
  font-family: var(--instrument-sans);
  color: #fff;
  text-align: left;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0%;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.highlight-text.dark {
  color: var(--titles);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0%;
  font-size: 18px;
  line-height: 28px;
}

.highlight-text.dark.bigger.centered, .highlight-text.dark.no-margin {
  margin-bottom: 0;
}

.highlight-text.margin {
  margin-top: -2px;
}

.highlight-text.centered {
  text-align: center;
  width: 500px;
  padding: 0% 5%;
  font-family: Instrument Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.highlight-text.centered.padding {
  padding-left: 5%;
  padding-right: 5%;
}

.highlight-text.centered.dark {
  color: #bdbdbd;
  justify-content: center;
  width: 500px;
  margin-top: 7px;
  padding-left: 3%;
  padding-right: 3%;
  line-height: 24px;
  display: flex;
}

.highlight-text.grey {
  color: #777;
  padding-right: 30%;
  font-family: Instrument Sans, sans-serif;
  font-weight: 400;
}

.highlight-text.small {
  text-align: center;
  font-size: 16px;
}

.highlight-text.dark {
  color: var(--titles);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0%;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.highlight-text.dark.centered {
  text-align: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 29px;
}

.highlight-text.dark.bigger {
  color: #fff;
  width: 50%;
  margin-top: 0;
  font-size: 30px;
  line-height: 40px;
}

.highlight-text.dark.bigger.centered, .highlight-text.dark.no-margin {
  margin-bottom: 0;
}

.highlight-text.dark.no-margin.smaller {
  padding-right: 20%;
  font-size: 15px;
  line-height: 20px;
}

.highlight-text.dark.paragraph {
  margin-bottom: 30px;
  padding-right: 5%;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
}

.highlight-text.dark.greyed {
  color: #c5c5bb;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 11px;
  font-size: 12px;
  line-height: 20px;
}

.highlight-text.dark {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.link-block {
  margin-left: 0;
}

.div-block-79 {
  align-self: flex-start;
  padding-right: 5%;
}

.accordion-paragraph---brix {
  color: #3f3f3f;
  width: 100%;
  max-width: 90%;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.accordion-item-title---brix {
  color: #3a3a3a;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.image-11 {
  color: #fff;
  width: 18px;
  max-width: 60%;
  height: 18px;
}

.image-11.invert {
  filter: invert();
}

.testimonials-text {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.testimonials-text.light {
  color: #fff;
  font-family: Instrument Sans, sans-serif;
}

.div-block-87 {
  background-color: #f1f1e9;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: none;
}

.image-13 {
  display: block;
}

.what-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 66.66%;
  padding-right: 24px;
  display: flex;
}

.plus-icon {
  filter: brightness(0%) grayscale() invert();
  border-radius: 50px;
  width: 100%;
  max-width: 24px;
  height: 24px;
  margin-top: 0;
  padding: 5px;
}

.what-answer-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.what-outer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: auto;
  height: auto;
  min-height: 600px;
  display: flex;
}

.answer-block {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.question-block {
  grid-column-gap: 12px;
  white-space: pre-wrap;
  width: 100%;
  padding: 0;
  display: flex;
}

.question-block.top {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
}

.question-inner {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.what-i-do {
  background-color: #f8f8f8;
  border-bottom: 1px #e9e9e9;
  border-radius: 15px;
  flex-direction: column;
  width: 100%;
  padding: 23px;
  display: flex;
}

.what-i-do.last-one {
  border-bottom-style: none;
}

.div-block-105 {
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 24px;
  padding-top: 0;
  display: flex;
  position: static;
  top: 50%;
  left: 0%;
}

.div-block-105.no-height {
  height: auto;
}

.div-block-105.about-hero {
  background-image: linear-gradient(#00000080, #00000080);
  width: auto;
  margin-left: 24px;
  margin-right: 24px;
  padding-left: 0;
}

.div-block-105.voor-makelaars-page {
  background-color: #00000003;
  background-image: linear-gradient(#000, #000);
  width: auto;
  margin-left: 24px;
  margin-right: 24px;
}

.div-block-105.contact-page {
  background-image: linear-gradient(#00000080, #00000080);
  width: auto;
  margin-left: 24px;
  margin-right: 24px;
}

.div-block-105.bottom {
  background-image: url("https://cdn.prod.website-files.com/68728a75a17974998280ae9e/688a93d56ba3faadf028add6_Afbeelding%201%20deel%202%20-%20Kopie%20van%203-DSC01226.jpg");
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  justify-content: center;
  width: auto;
  height: 100%;
  margin-top: 24px;
  margin-left: 24px;
  margin-right: 24px;
  padding-left: 0;
  padding-right: 0;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch stretch;
  margin-top: 0;
}

.review-holder {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.div-block-143 {
  justify-content: center;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 80px;
  display: flex;
}

.div-block-144.flex {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  display: flex;
}

.div-block-145 {
  margin-top: 20px;
}

.list-4 {
  color: #3f3f3f;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 18px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.paragraph-4 {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.paragraph-5, .paragraph-6 {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.bold-text-2, .bold-text-3 {
  font-weight: 500;
}

.text-span-13, .text-span-14 {
  color: #b9b9ad;
}

.paragraph-20, .paragraph-21, .paragraph-22 {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.paragraph-23, .paragraph-24, .paragraph-25, .paragraph-26 {
  font-family: Inter, sans-serif;
}

.text-span-16, .text-span-17, .text-span-19, .text-span-21 {
  color: #b9b9ad;
}

.modal-2-popup {
  z-index: 100;
  background-color: #29282866;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 4rem 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.close {
  z-index: 10000;
  background-color: #f3f0f0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: -11px;
  display: flex;
  position: absolute;
  inset: 30px 30px auto auto;
}

.menu-parent-slide {
  z-index: 100;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 0%;
  height: 100vh;
  padding-top: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
}

.page-wrapper {
  position: static;
}

.div-block-148 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  width: auto;
  height: 100%;
  padding: 10%;
  display: flex;
  overflow: scroll;
}

.ms-input {
  color: #121331;
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::placeholder {
  color: #909090;
}

.ms-input.is-top {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: -1px;
}

.ms-input.has-right-icon {
  padding-right: 40px;
}

.ms-input.is-middle {
  border-radius: 0;
  margin-bottom: -1px;
}

.ms-input.is-middle.is-left, .ms-input.is-middle.is-right {
  width: 100%;
}

.ms-input.is-bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ms-input.ms-text-area {
  min-height: 80px;
}

.ms-input.has-left-icon {
  background-color: #f5f5f5;
  border-style: none;
  border-color: #e0e0e0;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 38px;
}

.ms-input.has-https {
  background-color: #f5f5f5;
  border-style: none;
  border-color: #e0e0e0;
  padding-left: 62px;
}

.ms-input.is-right {
  background-color: #f5f5f5;
  border-style: none;
  border-color: #e0e0e0;
  border-radius: 5px;
  width: 50%;
  margin-bottom: 10px;
}

.ms-input.is-left {
  background-color: #f5f5f5;
  border-style: none;
  border-color: #94949440;
  border-radius: 5px;
  width: 50%;
  margin-bottom: 10px;
  margin-right: -1px;
}

.ms-svg {
  z-index: 3;
  color: #46464645;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: 10px auto auto 10px;
}

.ms-svg.is-radio-card {
  z-index: 2;
  color: #004848;
  width: 20px;
  height: 22px;
  display: none;
  top: 17px;
  left: auto;
  right: 12px;
}

.ms-svg.is-right {
  left: auto;
  right: 10px;
}

.ms-dropdown {
  z-index: 10;
  background-color: #0000;
  border: 0 solid #000;
  width: 70px;
  height: 40px;
  padding-left: 6px;
  padding-right: 6px;
  position: absolute;
  inset: 0% 6px 0% auto;
}

.ms-dropdown.is-leading {
  z-index: 3;
  color: #3b3838;
  z-index: 3;
  width: 50px;
  padding-right: 0;
  left: 0;
}

.ms-input-outer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  width: 100%;
  margin-top: 9px;
  display: flex;
}

.ms-help-text {
  opacity: .8;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 90%;
  font-weight: 300;
}

.ms-input-wrap {
  padding: 0;
  display: flex;
  position: relative;
}

.ms-radio-card {
  color: #000;
  background-color: #f3f3f3;
  border: 1.5px solid #004848;
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  padding: 12px 16px 10px;
  font-family: Degular, Arial, sans-serif;
  font-weight: 400;
  display: flex;
  position: relative;
}

.ms-hide {
  display: none;
}

.ms-radio-card-botton {
  margin-top: 0;
  display: inline-block;
}

.ms-radio-wrap {
  align-items: flex-start;
  padding-top: 8px;
  display: flex;
  position: relative;
}

.ms-radio-wrap.is-button {
  padding-left: 0;
}

.ms-radio-wrap.is-card {
  padding-top: 0;
  padding-left: 0;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  font-family: Degular, Arial, sans-serif;
  display: flex;
}

.ms-input-label {
  color: #292929;
  margin-bottom: 6px;
  font-weight: 400;
}

.submit-button {
  text-align: center;
  background-color: #004848;
  border-radius: 50px;
  width: 100%;
  margin-top: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
}

.ms-pill-wrap {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-wrap: wrap;
  margin-bottom: 17px;
  padding-top: 0;
  display: flex;
}

.ms-pill-item {
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.ms-pill-radio {
  display: none;
}

.ms-pill-label {
  z-index: 2;
  white-space: nowrap;
  background-color: #f5f5f5;
  border: 1px #88888840;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 4px 12px;
  font-weight: 400;
  line-height: 2em;
  position: relative;
  inset: 0% auto 0% 0%;
}

.ms-pill-label:hover {
  border-color: #2962ff;
}

.div-block-149 {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  padding: 10px 16px 4px;
}

.div-block-150 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.success-message {
  background-color: #ddd0;
}

.text-block-14 {
  margin-bottom: 16px;
  font-family: Degular, Arial, sans-serif;
}

.div-block-151 {
  position: static;
}

.button-text-container {
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button-text-container.alignment-horizontal {
  margin-top: 5px;
  display: flex;
}

.button-text-container.centered {
  text-align: center;
  text-align: center;
}

.button-animation {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.button-6 {
  color: #fff;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  background-color: #004848;
  background-image: url("https://cdn.prod.website-files.com/68728a75a17974998280ae9e/693c3cf7dc6330ec33f6d2b7_phone.svg");
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #004848;
  border-radius: 100vw;
  padding: 15px 20px 14px;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
}

.button-6.white {
  color: #3a3a3a;
  text-align: center;
  background-color: #fff;
  border-color: #fff;
  font-family: Instrument Sans, sans-serif;
  font-weight: 700;
}

.button-6.outline {
  color: #004848;
  background-color: #fff0;
  border: 1px solid #004848;
  padding-top: 15px;
  padding-bottom: 14px;
}

.button-6.outline.transparency {
  background-color: #fff0;
}

.button-6.outline.transparent {
  color: #004848;
  background-color: #fff0;
  border-color: #004848;
}

.button-6.outline.transparent.white {
  color: #fff;
  border-color: #fff;
}

.button-6.cta-header {
  background-image: url("https://cdn.prod.website-files.com/68728a75a17974998280ae9e/6944605bf1778e1745476c26_phone-icon.svg");
  background-position: 8% 52%;
  background-repeat: no-repeat;
  background-size: 11px;
  padding-left: 30px;
}

.button-text {
  color: #fff;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  transition: all .3s;
}

.button-text.is-absolute {
  color: #fff;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  position: absolute;
  top: 100%;
  left: 0;
}

.button-text.is-absolute.green {
  color: #004848;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.button-text.is-absolute.centered {
  color: #004848;
  width: 100%;
}

.button-text.green {
  color: #004848;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.div-block-156 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-156.gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  margin-top: 0;
}

.div-block-156.gap.padding {
  width: 65%;
}

.div-block-156.gap.wide {
  width: 100%;
  margin-bottom: 10px;
}

.div-block-172 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin: 15px 0% 0%;
  display: flex;
}

.div-block-210 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-211 {
  width: 20%;
}

.div-block-211._10 {
  width: 40px;
}

.div-block-212 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-213 {
  padding-left: 24px;
  padding-right: 24px;
}

.div-block-214 {
  background-color: #004848;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 23px;
  display: flex;
}

.div-block-215 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #f7f7f7;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.image-27 {
  aspect-ratio: 1;
  border-radius: 80px;
}

.text-span-28 {
  color: #fff;
}

.grid-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 24px;
  padding-right: 24px;
}

.grid-6.green {
  background-color: #004848;
  padding-bottom: 90px;
}

.div-block-216 {
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 480px;
  padding: 24px;
  display: flex;
}

.div-block-216.img-bg {
  background-color: #000;
  background-image: linear-gradient(#00000029, #00000029), url("https://cdn.prod.website-files.com/68728a75a17974998280ae9e/688a9bafbe5af1470cb9475c_9f5db023f3abeb701dff98a690c031b5_Afbeelding%2010%20-%20Adviesgesprek%20Kopie%20van%2035-DSC01312.jpeg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.text-span-29 {
  color: #b9b9ad;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 33px;
}

.div-block-218 {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.div-block-219 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  display: flex;
}

.div-block-220, .div-block-221 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-222 {
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.div-block-224 {
  aspect-ratio: auto;
  object-fit: cover;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  display: block;
}

.text-span-30 {
  color: #b9b9ad;
}

.blur {
  z-index: 50;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  width: 100%;
  height: 30px;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-228 {
  aspect-ratio: auto;
  width: auto;
}

.link-block-2 {
  aspect-ratio: 3 / 2;
  height: 100%;
  text-decoration: none;
}

.div-block-230 {
  justify-content: center;
  padding-bottom: 80px;
  display: flex;
}

.tag {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: #f3f3f3;
  border: 1px #e9e9e9;
  border-radius: 5px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: auto;
  height: 25px;
  margin-bottom: 7px;
  padding-left: 7px;
  padding-right: 7px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
}

.tag.white {
  color: #000;
  background-color: #fff;
}

.tag.grey {
  background-color: #f3f3f3;
}

.card-tag {
  background-color: #f7f7f7;
  border-radius: 50rem;
  align-items: center;
  height: 45px;
  font-size: .8rem;
  display: flex;
  position: relative;
  inset: auto auto 0 1rem;
}

.card-tag-content {
  white-space: nowrap;
  flex-direction: row;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.2em;
  display: flex;
  overflow: hidden;
}

.card-tag-inner-content {
  padding-top: 1px;
  padding-left: 17.5px;
  padding-right: 0;
}

.card-tag-title {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.card-tag-subtitle {
  opacity: .7;
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 11px;
}

.card-tag-image {
  aspect-ratio: 1;
  filter: none;
  border-radius: 50rem;
  width: 45px;
  height: 45px;
  padding: 10px;
  overflow: visible;
}

.h2-small {
  font-family: var(--instrument-sans);
  color: #494949;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 42px;
}

.h2-small.white {
  color: #fff;
}

.div-block-242 {
  border-top: 1px solid #f7f7f7;
  padding-left: 24px;
  padding-right: 24px;
}

.div-block-242.green {
  background-color: #004848;
}

.div-block-243 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 80px;
  display: flex;
}

.div-block-244 {
  width: 45%;
}

.div-block-245 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-246 {
  width: 35%;
}

.div-block-247 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-248 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 33.33%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.paragraph-36 {
  font-family: var(--instrument-sans);
  color: #333;
  font-size: 12px;
  line-height: 19px;
}

.div-block-249 {
  width: 35%;
}

.div-block-250 {
  padding: 24px;
}

.div-block-251 {
  width: 70%;
}

.image-30 {
  filter: none;
}

.div-block-265 {
  margin-top: 40px;
}

.div-block-267 {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px;
}

.link-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.text-span-33 {
  color: #b9b9ad;
}

.nav-mobile {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  inset: 20px auto auto;
}

.nav_row-link {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
}

.nav_row-link:hover {
  color: #585858;
}

.nav_logo {
  flex: none;
  width: 36px;
}

.nav_inner {
  z-index: 10;
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffe6;
  border: 1px #555b62;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 16px;
  display: flex;
  position: fixed;
}

.menu-2 {
  grid-row-gap: 4px;
  cursor: pointer;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 8px;
  transition: background-color .2s;
  display: flex;
}

.menu-2:hover {
  background-color: #fff;
  align-items: center;
}

.flex_h-10 {
  grid-column-gap: 10px;
  display: flex;
}

.flex_h-10.center-left {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.nav_row {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.menu_line {
  background-color: #000;
  width: 16px;
  height: 2px;
}

.grid_nav {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.nav_row-links {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.nav_big {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffe6;
  border-radius: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 16px;
  display: none;
  position: absolute;
  inset: auto 0% 0;
}

.dropdown-menu3 {
  z-index: 999999999;
  border: 1px #f1f1f1;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 32px 0 0;
  display: none;
  position: absolute;
  top: 30px;
  left: 14%;
}

.title-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.menu-title-t {
  color: #000;
  margin-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.link-block-6 {
  z-index: 5;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding: 8px 10px 5px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
  position: relative;
}

.link-block-6:hover {
  background-color: #f5f5f5;
  border-radius: 6px;
}

.div-block-281 {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  padding: 5px;
}

.link-block-8 {
  -webkit-text-decoration: none;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .div-block, .div-block.centered, .div-block.centered {
    display: none;
  }

  .div-block-7 {
    margin-left: 0;
    padding: 0%;
  }

  .div-block-7.bg-hero {
    padding: 0;
  }

  .hero {
    height: 100svh;
    padding: 24px;
    display: block;
  }

  .hero.height {
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero.about {
    display: none;
  }

  .hero.top {
    padding-top: 55px;
  }

  .button {
    padding-top: 15px;
    padding-bottom: 16px;
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 500;
  }

  .section {
    margin-left: 1.75%;
    margin-right: 1.75%;
    display: block;
  }

  .section.no-right-margin {
    margin-right: 0%;
  }

  .section.no-margin.top {
    padding-top: 28px;
  }

  .top-line {
    padding-left: 0%;
  }

  .top-line.less-margin {
    margin-top: 25px;
  }

  .div-block-12 {
    width: 70%;
  }

  .div-block-12.alignment {
    width: 90%;
  }

  .div-block-12.no-margin {
    width: 60%;
    padding-right: 0;
  }

  .div-block-12.no-padding {
    width: 80%;
  }

  .div-block-13 {
    width: 100%;
  }

  .div-block-16 {
    padding-left: 11px;
  }

  .div-block-22 {
    margin-top: 50px;
  }

  .div-block-23 {
    width: 70%;
  }

  .faqs-component {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-block-25 {
    width: 60%;
  }

  .grid {
    grid-auto-flow: row;
  }

  .div-block-30 {
    flex-flow: column;
    align-items: flex-start;
  }

  .div-block-30.hidden-mobile {
    display: none;
  }

  .div-block-30.hidden-desktop {
    flex-flow: row;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .div-block-33 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .div-block-34 {
    display: none;
  }

  .footer {
    margin-bottom: 0%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .div-block-36 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-radius: 15px;
    flex-flow: column;
    margin-top: 10px;
    padding: 20px;
    display: flex;
  }

  .div-block-38 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-39 {
    flex-flow: row;
    display: none;
  }

  .div-block-41 {
    width: 40%;
  }

  .div-block-42 {
    width: 60%;
  }

  .div-block-45 {
    flex-flow: row;
    width: 100%;
  }

  .div-block-46 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-47 {
    justify-content: space-between;
    align-items: flex-end;
  }

  .div-block-50 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-end;
    width: 40%;
  }

  .div-block-51 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    width: 60%;
  }

  .teaser-img {
    aspect-ratio: 1;
    border-radius: 20px;
    padding-left: 0;
    position: relative;
    inset: auto;
  }

  .teaser-section {
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .teaser-copy {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .teaser-img-tablet-down {
    display: block;
  }

  .teaser-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .teaser-column {
    width: 100%;
    position: static;
  }

  .teaser-column.line.padding-left, .teaser-column.hidden, .teaser-column.line.padding-left, .teaser-column.line.padding-left, .teaser-column.hidden, .p-teaser-img-wrap {
    display: none;
  }

  .teaser-copy-wrap {
    flex-direction: column;
    height: auto;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .teaser-copy-wrap.no-margin, .teaser-copy-wrap.less-margin {
    margin-bottom: 0;
  }

  .teaser-copy-wrap.margin {
    margin-bottom: 40px;
  }

  .teaser-copy-wrap.no-margin, .teaser-copy-wrap.less-margin {
    margin-bottom: 0;
  }

  .div-block-52 {
    display: block;
  }

  .team-slider_bullet_wrap {
    width: auto !important;
  }

  .link.small {
    font-size: 11px;
  }

  .u-container {
    padding-left: 0;
    padding-right: 0;
  }

  .modal-content-w {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-bottom: 5rem;
  }

  .modal-1-popup {
    display: none;
  }

  .cta-float {
    width: 80%;
    display: none;
  }

  .a._2 {
    padding-left: 10%;
    padding-right: 10%;
    font-size: 38px;
    font-weight: 400;
    line-height: 42px;
  }

  .fix-image-spacer {
    border-radius: 18px;
  }

  .h2 {
    color: #494949;
    font-family: Inter, sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 42px;
  }

  .h2.centered, .h2.centered.no-padding.no {
    padding-left: 0%;
    padding-right: 0%;
  }

  .h2.align {
    padding-right: 0%;
  }

  .h2.centered, .h2.centered.no-padding.no {
    padding-left: 0%;
    padding-right: 0%;
  }

  .h2.centered.no-padding.no {
    padding-left: 0%;
    padding-right: 0%;
  }

  .h2.centered.about {
    padding-left: 10%;
    padding-right: 10%;
  }

  .h2._33-px, .h1 {
    font-weight: 400;
  }

  .h1.no-margin.centered.less-padding, .h1.padding {
    padding-left: 0%;
    padding-right: 0%;
  }

  .h1.margin-padding {
    padding-left: 5%;
    padding-right: 5%;
  }

  .h1.dark {
    color: #494949;
    font-size: 38px;
    line-height: 42px;
  }

  .h1.no-margin.centered.less-padding, .h1.padding {
    padding-left: 0%;
    padding-right: 0%;
  }

  .small-text {
    color: #3a3a3a;
    width: 100%;
  }

  .small-text.light.even-smaller {
    font-size: 11px;
  }

  .small-text.light.smaller.no-margin {
    justify-content: flex-end;
    width: auto;
    padding-right: 0;
    display: flex;
  }

  .small-text.light {
    font-size: 13px;
  }

  .body-text {
    color: #000;
    font-size: 13px;
    line-height: 22px;
  }

  .div-block-62 {
    width: 100%;
  }

  .div-block-63 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
  }

  .div-block-64 {
    width: 100%;
  }

  .highlight-text.dark {
    margin-bottom: 0;
    font-size: 26px;
  }

  .highlight-text.dark.article {
    font-size: 22px;
  }

  .link-block {
    align-items: center;
    height: 50px;
    margin-left: 0;
    display: flex;
  }

  .accordion-paragraph---brix {
    color: #575757;
    max-width: 100%;
    line-height: 23px;
  }

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    padding: 32px 0 0;
  }

  .accordion-item-title---brix {
    max-width: 88%;
    font-size: 16px;
  }

  .image-11.invert {
    filter: none;
    width: 20px;
    max-width: 100%;
    height: 20px;
  }

  .div-block-86 {
    margin-top: 80px;
    display: flex;
  }

  .div-block-87 {
    background-color: #fff;
    margin-top: 0;
    display: flex;
  }

  .div-block-87.x, .image-13 {
    display: none;
  }

  .nav-bar-mobile {
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .navbar__icon.is--1 {
    filter: invert();
  }

  .square.is--hamburger {
    background-color: #fff;
    height: 50px;
    transition-property: none;
  }

  .square.is--hamburger:hover {
    background-color: #1f1f1f00;
  }

  .navbar {
    background-color: #fff0;
    flex-flow: row;
    flex: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 50px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav__header {
    display: none;
  }

  .container-2 {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    height: 60px;
    margin-right: auto;
    padding: 0;
    display: flex;
    position: relative;
  }

  .image-14 {
    filter: invert();
    color: #181818;
  }

  .div-block-88 {
    z-index: 50;
    background-color: #fff;
    border-radius: 100px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    display: flex;
    position: relative;
  }

  .image-15 {
    filter: invert();
  }

  .what-wrap {
    grid-column-gap: 50px;
    width: 100%;
    padding-right: 0;
  }

  .what-outer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .collection-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .collection-item, .div-block-98 {
    width: 100%;
  }

  .div-block-99.inner {
    width: 100vw;
  }

  .div-block-103 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: 10px;
    flex-flow: column;
    align-items: flex-start;
    padding: 10px;
    display: none;
  }

  .div-block-105.bottom, .div-block-105.voor-makelaars-page, .div-block-105.bottom, .div-block-105.voor-makelaars-page {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-113, .div-block-118 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    align-items: center;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .modal-2-popup, .menu-parent-slide {
    display: none;
  }

  .page-wrapper {
    filter: blur();
  }

  .button-text {
    text-transform: none;
    font-size: 13px;
  }

  .button-text.is-absolute {
    text-transform: none;
    font-size: 13px;
    font-weight: 600;
  }

  .button-text.green, .button-text.is-absolute {
    text-transform: none;
    font-size: 13px;
    font-weight: 600;
  }

  .button-text.is-absolute.green {
    text-transform: none;
    text-transform: none;
    font-weight: 600;
  }

  .button-text.green {
    text-transform: none;
    font-size: 13px;
    font-weight: 600;
  }

  .div-block-156.gap {
    width: 70%;
  }

  .div-block-157.width, .div-block-158 {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-159 {
    flex-flow: column;
  }

  .div-block-159.inverse {
    flex-flow: column-reverse;
  }

  .div-block-160 {
    width: 100%;
  }

  .div-block-160.no-right-line, .div-block-160.no-left-line, .div-block-160.no-right-line, .div-block-160.no-left-line {
    width: 100%;
    padding-bottom: 0;
  }

  .div-block-161 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
    padding-top: 6px;
  }

  .div-block-161.bottom.gap.space-between {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
  }

  .div-block-161.bottom.gap.space-between.left-line {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .div-block-165.no-height.no-padding {
    min-height: 350px;
    padding-left: 24px;
  }

  .div-block-166 {
    border-top: 1px solid #f7f7f7;
    min-height: 350px;
    padding-left: 24px;
    padding-right: 0;
  }

  .div-block-169.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-170.gap {
    padding-right: 0%;
  }

  .div-block-173 {
    width: 80%;
  }

  .div-block-181 {
    border: 1px #000;
  }

  .div-block-183 {
    border-top: 1px solid #f7f7f7;
    padding-left: 24px;
  }

  .div-block-186 {
    padding-right: 0%;
  }

  .div-block-189 {
    margin-top: 40px;
    display: block;
  }

  .div-block-189.form {
    width: 100%;
    display: flex;
  }

  .div-block-189.form.b {
    display: flex;
  }

  .div-block-192 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-menu-2 {
    width: 100%;
  }

  .tabs-2 {
    flex-flow: column;
  }

  .tabs-content-2 {
    width: 100%;
  }

  .image-24 {
    aspect-ratio: auto;
  }

  .section-heading {
    font-size: 30px;
  }

  .image-25, .div-block-209 {
    width: 80%;
  }

  .auto-tabs {
    min-height: 42rem;
  }

  .auto-tabs_column {
    max-width: 42%;
  }

  .auto-tabs_content {
    width: 50%;
  }

  .div-block-212 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-215 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .grid-6 {
    grid-template-columns: 1fr;
  }

  .div-block-216.img-bg {
    align-items: flex-start;
  }

  .tag {
    background-color: #f3f3f3;
  }

  .div-block-234 {
    padding-bottom: 70px;
  }

  .container-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cta-card {
    min-height: 10rem;
  }

  ._3-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .cta-card-top {
    font-size: 20px;
  }

  .div-block-236 {
    width: 75%;
  }

  .div-block-237 {
    width: 80%;
  }

  .div-block-238, .div-block-239 {
    width: 75%;
  }

  .div-block-240, .div-block-241 {
    width: 90%;
  }

  .div-block-244, .div-block-246, .div-block-248, .div-block-249 {
    width: 70%;
  }

  .div-block-251 {
    width: 100%;
  }

  .div-block-252 {
    padding-top: 120px;
  }

  .div-block-254 {
    width: 100%;
  }

  .div-block-256 {
    width: 80%;
  }

  .div-block-256.less {
    width: 75%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-267 {
    display: none;
  }

  .div-block-271 {
    height: 500px;
  }

  .div-block-274 {
    padding-top: 10%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .link-block-4 {
    aspect-ratio: 1;
    width: 30px;
    height: 30px;
  }

  .link-block-4.green {
    background-color: #f3f3ed;
    border-style: none;
    border-color: #000;
    width: 32px;
    height: 32px;
  }

  .nav-mobile {
    background-color: #fff;
    height: 50px;
    display: flex;
    position: fixed;
    top: 0;
  }

  .nav_row-link {
    font-family: Inter, sans-serif;
    font-weight: 500;
  }

  .nav_logo {
    width: 200px;
  }

  .nav_inner {
    border-bottom-style: none;
    border-bottom-color: #eee;
    padding-left: 24px;
    padding-right: 15px;
  }

  .menu-2 {
    width: 40px;
  }

  .nav_row {
    grid-row-gap: 20px;
  }

  .menu_line {
    background-color: #b9b9ad;
    width: 24px;
    height: 1.2px;
  }

  .menu_line.middle {
    background-color: #b9b9ad;
    height: 1.4px;
  }

  .nav_big {
    background-color: #fff;
    border: 1px #ccc;
    border-radius: 20px;
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .image-34 {
    margin-top: -3px;
  }

  .div-block-279 {
    display: none;
  }

  .grid-2-columns---brix {
    grid-template-columns: 1fr;
  }

  .component-card---brix {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .div-block-5 {
    margin-top: 40px;
  }

  .hero {
    height: auto;
    padding: 2%;
  }

  .section {
    margin-left: 2%;
    margin-right: 2%;
  }

  .div-block-12 {
    width: 100%;
  }

  .div-block-12.alignment {
    width: 100%;
    padding-right: 0%;
  }

  .div-block-12.no-margin {
    width: 80%;
  }

  .div-block-12.no-padding {
    width: 100%;
    padding-right: 0;
  }

  .div-block-16 {
    padding-left: 0;
  }

  .div-block-22 {
    margin-top: 40px;
  }

  .div-block-23 {
    width: 100%;
  }

  .div-block-25 {
    width: 100%;
  }

  .div-block-27.img-2 {
    height: 250px;
  }

  .div-block-27.img-bg {
    height: 310px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .div-block-30 {
    flex-flow: column;
    align-items: flex-start;
  }

  .div-block-33 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .footer {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-36 {
    padding: 20px;
  }

  .div-block-37 {
    width: 100%;
  }

  .div-block-38 {
    width: 100%;
    margin-top: 0;
  }

  .div-block-39 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-40 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .div-block-41 {
    width: 50%;
  }

  .div-block-42 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 50%;
  }

  .div-block-45 {
    flex-flow: row;
    align-items: center;
  }

  .div-block-46 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .div-block-47 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .div-block-48 {
    order: 1;
    width: 100%;
  }

  .div-block-49 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    width: 100%;
  }

  .div-block-50 {
    align-items: flex-end;
    width: 50%;
  }

  .div-block-51 {
    width: 50%;
  }

  .teaser-container {
    padding-left: 0;
    padding-right: 0;
  }

  .teaser-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .teaser-copy {
    padding-right: 0%;
  }

  .teaser-column.no-right-line {
    padding-bottom: 24px;
  }

  .teaser-copy-wrap.margin {
    align-items: flex-start;
  }

  .div-block-52 {
    margin-top: 30px;
  }

  .u-container {
    padding-left: 0;
    padding-right: 0;
  }

  .benefits_card_title {
    font-size: 26px;
  }

  .benefits_card_header {
    width: 60%;
  }

  .close-btn-w {
    margin-right: 1rem;
  }

  .modal-content-w {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 2rem 1rem 2rem 3.5rem;
  }

  .modal {
    margin-bottom: 0;
    padding-bottom: 1.5rem;
  }

  .cta-float {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    align-items: flex-start;
    width: 100%;
    display: none;
  }

  .div-block-58._2 {
    top: 20%;
  }

  .div-block-58._4 {
    top: 68%;
  }

  .div-block-58._5 {
    top: 77%;
  }

  .div-block-58._1 {
    top: 10%;
  }

  .div-block-58._3 {
    bottom: 29%;
  }

  .a._2 {
    font-size: 33px;
    line-height: 40px;
  }

  .h2 {
    padding-right: 5%;
    font-size: 40px;
    line-height: 40px;
  }

  .h2.scroll {
    font-size: 40px;
    line-height: 40px;
  }

  .h2.align {
    padding-right: 20%;
    font-size: 40px;
    line-height: 40px;
  }

  .h2.centered.no-padding.no {
    font-size: 38px;
  }

  .h2.centered.about {
    padding-left: 0%;
    padding-right: 0%;
  }

  .h2._33-px {
    padding-right: 0%;
  }

  .text-block-7 {
    color: #3a3a3a;
  }

  .h1 {
    padding-right: 0%;
    font-size: 45px;
  }

  .small-text {
    font-size: 13px;
  }

  .small-text.center-mobile {
    text-align: center;
    text-align: center;
  }

  .body-text {
    line-height: 22px;
  }

  .div-block-65 {
    flex-flow: column;
  }

  .div-block-66 {
    width: 100%;
    padding-bottom: 32px;
  }

  .div-block-67 {
    width: 100%;
  }

  .highlight-text {
    font-size: 22px;
    line-height: 25px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 14px;
    line-height: 19px;
  }

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding: 0;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 16px;
    line-height: 25px;
  }

  .marquee-wrapper {
    font-size: .7em;
  }

  .image-12, .image-13 {
    max-width: 80%;
  }

  .what-wrap {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .div-block-92 {
    flex-flow: column;
  }

  .div-block-93 {
    z-index: 10;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fff6;
    width: 100%;
  }

  .div-block-94 {
    border-top: 1px solid #f7f7f7;
    width: 100%;
  }

  .div-block-103 {
    width: 100%;
    margin-bottom: 0;
  }

  .div-block-105.voor-makelaars-page {
    height: 90dvh;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .modal-2-popup {
    display: none;
  }

  .nav-parent {
    margin-left: 40px;
  }

  .div-block-156.gap {
    width: 100%;
  }

  .div-block-156.gap.padding {
    width: 80%;
  }

  .tabs-menu-2 {
    width: 100%;
  }

  .tabs-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .tabs-content-2 {
    width: 100%;
  }

  .image-24 {
    aspect-ratio: 1;
    border-radius: 12px;
    height: 100%;
  }

  .auto-tabs_column {
    max-width: none;
  }

  .auto-tabs_img-mobile {
    border-radius: 12px;
    width: 100%;
    margin-top: 2rem;
    padding-top: 80%;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .auto-tabs_img-mobile-wrapper, .auto-tabs_content {
    display: none;
  }

  .auto-tabs_pause-btn {
    margin-top: 20px;
    position: static;
  }

  .auto-tabs_menu {
    margin-top: 1rem;
  }

  .container-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-3 {
    grid-row-gap: 6rem;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta-card {
    min-height: 10rem;
  }

  ._3-grid {
    grid-template-columns: 1fr;
  }

  .display-xs {
    font-size: 1.15rem;
  }

  .div-block-236, .div-block-244, .div-block-246 {
    width: 100%;
  }

  .div-block-250 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-253 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-256 {
    width: 90%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-271 {
    height: 400px;
  }

  .div-block-274 {
    padding-top: 15%;
    padding-bottom: 5%;
  }

  .div-block-277 {
    flex-flow: column;
    align-items: flex-start;
  }

  .nav_inner {
    grid-column-gap: 10px;
    justify-content: space-between;
  }

  .grid_nav {
    max-height: 65vh;
    overflow: scroll;
  }

  .nav_big {
    display: none;
  }

  .flex-vertical {
    align-items: stretch;
  }

  .grid-2-columns---brix {
    grid-template-columns: 1fr;
  }

  .card---brix {
    padding-left: 28px;
    padding-right: 28px;
  }

  .component-card---brix {
    padding-bottom: 40px;
  }

  .input---brix.search---brix {
    min-width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .div-block-3 {
    background-color: #fff;
  }

  .div-block-5 {
    margin-top: 0;
  }

  .div-block-6 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: row;
    align-items: flex-start;
  }

  .div-block-7 {
    padding: 5%;
  }

  .div-block-7.bg-hero {
    padding: 18px 15px 15px;
  }

  .div-block-7.bg-hero.top {
    margin-top: 38px;
  }

  .div-block-7.blog {
    padding: 0%;
  }

  .hero {
    height: 100svh;
    padding: 15px;
  }

  .hero.height {
    height: 90svh;
    padding: 0;
  }

  .hero.top {
    overflow: hidden;
  }

  .hero.blog {
    padding-top: 70px;
  }

  .button {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .section {
    margin-left: 3%;
    margin-right: 3%;
  }

  .section.no-right-margin {
    margin-right: 0%;
  }

  .top-line {
    margin-top: 0;
    padding-top: 0%;
  }

  .top-line.flex.padding {
    padding-left: 6%;
    padding-right: 6%;
  }

  .top-line.margin-24px {
    padding-left: 15px;
  }

  .div-block-12 {
    margin-top: 60px;
  }

  .div-block-12.alignment {
    padding-right: 24px;
  }

  .div-block-12.no-margin {
    width: 100%;
    padding-right: 24px;
  }

  .div-block-16 {
    padding-left: 0;
  }

  .div-block-17 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    opacity: 1;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-width: auto;
    padding: 10px;
    display: none;
  }

  .div-block-25 {
    margin-top: 60px;
  }

  .div-block-27 {
    order: -1;
  }

  .div-block-27.img-2 {
    order: 1;
    height: 250px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .div-block-30.hidden-desktop {
    order: 2;
    align-items: center;
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
  }

  .div-block-34 {
    margin-top: 60px;
  }

  .footer {
    padding-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-36 {
    flex-flow: column;
    height: auto;
    margin-top: 15px;
    padding: 5%;
    display: flex;
  }

  .div-block-38 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .div-block-40 {
    flex-flow: column;
  }

  .div-block-42 {
    width: 100%;
  }

  .div-block-45 {
    align-items: center;
  }

  .div-block-46 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-49 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    order: -9999;
  }

  .div-block-51 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    order: -9999;
    align-items: flex-start;
  }

  .teaser-section {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .teaser-copy {
    margin-top: 30px;
  }

  .teaser-column.no-right-line {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .teaser-column.no-right-line.more {
    padding-top: 15px;
    padding-bottom: 50px;
  }

  .teaser-copy-wrap {
    margin-bottom: 40px;
  }

  .teaser-copy-wrap.margin {
    margin-bottom: 60px;
  }

  .div-block-52 {
    margin-top: 30px;
  }

  .div-block-53 {
    font-size: 13px;
  }

  .team-slider_cms_list.swiper-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .container {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .team-slider_btn_layout {
    padding-left: 25px;
    padding-right: 25px;
  }

  .team-slider_layout {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .team-slider_card_wrap {
    width: 100%;
    padding: 15px;
  }

  .link {
    font-family: var(--instrument-sans);
    font-size: 14px;
  }

  .benefits_card_wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid #ddd;
    border-top-color: #e9e9e9;
    height: 100%;
    min-height: 600px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .benefits_card_wrap._1 {
    background-position: 50% 0;
    background-size: 120%;
  }

  .benefits_card_wrap._3 {
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: 190%;
  }

  .benefits_card_title {
    padding-left: 20px;
  }

  .benefits_card_header {
    width: 100%;
    position: static;
  }

  .close-btn-w {
    width: 30px;
    height: 30px;
    margin-top: 1.5rem;
    margin-right: .5rem;
  }

  .btn-w {
    font-size: .9375rem;
  }

  .modal-content-w {
    padding: 1.5rem .5rem 1.5rem 2.5rem;
  }

  .modal-1-popup {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .modal {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .cta-float {
    width: 90%;
  }

  .hero-main-container {
    padding: 15px;
    display: none;
  }

  .div-block-58._2 {
    top: 22%;
    left: 13%;
  }

  .div-block-58._4 {
    top: 78%;
  }

  .div-block-58._5 {
    top: 87%;
  }

  .div-block-58._1 {
    top: 12%;
    right: 13%;
  }

  .div-block-58._3 {
    bottom: 25%;
    left: 5%;
  }

  .a._2 {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
  }

  .h2 {
    font-size: 33px;
  }

  .h2.scroll {
    font-size: 35px;
    line-height: 38px;
  }

  .h2.centered {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 28px;
    line-height: 35px;
  }

  .h2.centered.no-padding.no {
    font-size: 35px;
    line-height: 43px;
  }

  .h2.no-top-margin {
    font-size: 35px;
    line-height: 38px;
  }

  .h2._33-px {
    padding-right: 10%;
    font-size: 28px;
    line-height: 35px;
  }

  .text-block-7 {
    color: #3a3a3a;
  }

  .h1 {
    margin-top: 0;
    padding-right: 0%;
    font-size: 33px;
    font-weight: 400;
    line-height: 35px;
  }

  .h1.margin-padding {
    padding-left: 3%;
    padding-right: 3%;
    font-size: 38px;
    line-height: 40px;
  }

  .h1.no-margin.h1-centered {
    line-height: 1.1em;
  }

  .h1.padding {
    font-size: 3.2em;
    line-height: 1.1em;
  }

  .h1.small {
    font-size: 38px;
    line-height: 40px;
  }

  .small-text {
    font-size: 14px;
    line-height: 17px;
  }

  .small-text.light {
    color: #fff;
    width: auto;
    font-size: 14px;
    text-decoration: none;
  }

  .small-text.smaller-padding {
    margin-bottom: 5px;
  }

  .small-text.smaller {
    width: auto;
    font-size: 12px;
  }

  .small-text.smaller.hide-desktop {
    display: block;
  }

  .small-text.smaller.hide-mobile {
    display: none;
  }

  .small-text.footer {
    font-size: 14px;
  }

  .body-text {
    font-size: 13px;
    line-height: 22px;
  }

  .image-10 {
    max-width: 100%;
  }

  .h3 {
    font-size: 25px;
    line-height: 38px;
  }

  .div-block-67.martijn-photo {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .highlight-text {
    width: auto;
    font-size: 18px;
    line-height: 23px;
  }

  .highlight-text.dark.bigger {
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
  }

  .highlight-text.dark {
    font-size: 20px;
  }

  .link-block {
    align-items: center;
    height: auto;
    margin-left: 0;
    padding-top: 0;
  }

  .div-block-79 {
    padding-right: 3%;
  }

  .open-close-icon-wrapper---brix {
    margin-right: 16px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    line-height: 140%;
  }

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    padding: 0 24px;
  }

  .accordion-item-title---brix {
    max-width: 90%;
    font-size: 16px;
    line-height: 20px;
  }

  .accordion-item---brix.tabs-accordion---brix {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .image-11.invert {
    width: 20px;
    max-width: none;
    height: 20px;
  }

  .div-block-87 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: flex-start;
    padding: 5%;
  }

  .navbar {
    border-radius: 0;
    align-items: center;
  }

  .container-2 {
    grid-column-gap: 3%;
    grid-row-gap: 3%;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 4vw;
  }

  .image-14 {
    width: 95%;
    max-width: none;
  }

  .div-block-88 {
    z-index: 50;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    max-width: none;
    height: 40px;
    min-height: 40px;
    max-height: none;
  }

  .image-15 {
    max-width: 50%;
  }

  .what-wrap {
    grid-row-gap: 20px;
  }

  .body-large {
    font-size: 16px;
  }

  .plus-icon {
    width: 23px;
    max-width: 22px;
    height: 23px;
  }

  .what-outer {
    order: 2;
    min-height: 0;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .question-block {
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 0;
  }

  .question-inner {
    grid-column-gap: 30px;
    width: 90%;
  }

  .question-inner.width {
    width: 90%;
  }

  .what-i-do, .what-i-do.last-one, .what-i-do.last-one {
    padding: 15px;
  }

  .div-block-93 {
    padding: 15px 15px 80px;
    position: static;
  }

  .div-block-94 {
    padding: 15px;
  }

  .rich-text-base h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .rich-text-base h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .rich-text-base h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .rich-text-base h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .rich-text-base blockquote {
    font-size: 18px;
  }

  .rich-text-base h5 {
    font-size: 16px;
    line-height: 23px;
  }

  .rich-text-base h6 {
    font-size: 14px;
    line-height: 20px;
  }

  .collection-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-block-99.inner {
    height: 250px;
  }

  .div-block-100 {
    padding-top: 15px;
  }

  .div-block-103 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 15px;
  }

  .div-block-105.bottom {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .div-block-109.height {
    padding: 0;
  }

  .div-block-112 {
    height: 400px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-113 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    padding: 10px;
    display: none;
  }

  .div-block-117 {
    height: 400px;
    padding: 10px;
  }

  .div-block-118 {
    flex-flow: row;
    padding: 10px;
    display: none;
  }

  .div-block-129 {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .image-17 {
    width: 30%;
  }

  .div-block-130 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    display: flex;
  }

  .div-block-131 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .div-block-132 {
    width: 100%;
  }

  .div-block-143 {
    margin-top: 0;
  }

  .div-block-144 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    width: 100%;
    margin-top: 10px;
    display: flex;
  }

  .div-block-145 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    color: #fff;
    flex-flow: column;
    text-decoration: none;
    display: flex;
  }

  .list-4 {
    padding-left: 18px;
  }

  .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23, .paragraph-24, .paragraph-25, .paragraph-26 {
    line-height: 140%;
  }

  .text-span-17 {
    width: 100%;
  }

  .modal-2-popup {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .modal-3-popup, .modal-4-popup, .modal-5-popup, .modal-6-popup {
    padding-left: 0;
    padding-right: 0;
  }

  .close {
    top: 20px;
    right: 20px;
  }

  .menu-parent-slide {
    width: 0%;
    display: none;
  }

  .container-wrap {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-parent {
    margin-left: 20px;
  }

  .close-2 {
    top: 20px;
    right: 20px;
  }

  .ms-input.has-left-icon, .ms-input.has-https, .ms-input.is-right, .ms-input.is-left, .ms-input.has-left-icon, .ms-input.has-https, .ms-input.is-right, .ms-input.is-left {
    font-size: 16px;
  }

  .ms-checkbox-wrap {
    display: flex;
  }

  .ms-radio-wrap {
    align-items: flex-start;
    display: flex;
  }

  .form {
    padding-bottom: 60px;
  }

  .ms-input-label {
    font-size: 16px;
  }

  .submit-button {
    margin-top: 0;
  }

  .ms-pill-label {
    font-size: 16px;
  }

  .div-block-156.gap.padding {
    width: 90%;
  }

  .div-block-157 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-157.alignment {
    padding-right: 0;
  }

  .div-block-157.width {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-158 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-159 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-160 {
    padding: 15px;
  }

  .div-block-160.no-right-line, .div-block-160.no-left-line, .div-block-160.no-right-line, .div-block-160.no-left-line {
    width: 100%;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-161 {
    padding: 5px 15px 15px;
  }

  .div-block-161.bottom.gap.space-between {
    width: 100%;
    margin-top: 0;
    padding: 0 15px 15px;
  }

  .div-block-161.bottom.gap.space-between.left-line {
    margin-top: 20px;
    padding-top: 0;
  }

  .div-block-161.bottom.gap.space-between.margin {
    margin-top: 20px;
  }

  .div-block-165.no-height.no-padding, .div-block-166 {
    padding: 15px;
  }

  .div-block-170 {
    padding-right: 0%;
  }

  .div-block-172 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: row;
  }

  .div-block-173 {
    width: 100%;
  }

  .div-block-183 {
    padding: 15px;
  }

  .div-block-192 {
    width: 100%;
    margin-left: 0;
  }

  .div-block-196.margin {
    margin-top: 30px;
  }

  .tab-content-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-25 {
    width: 100%;
  }

  .div-block-208 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-209 {
    width: 100%;
  }

  .div-block-211._10 {
    width: 45px;
  }

  .div-block-212 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-213 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-214 {
    width: 23px;
  }

  .div-block-215 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .grid-6 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-auto-flow: row;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-216 {
    padding-left: 24px;
  }

  .link-block-2 {
    aspect-ratio: 1;
  }

  .div-block-230 {
    padding-bottom: 50px;
  }

  .hide---but-don-t-delete {
    margin-top: 20px;
  }

  .toc {
    padding-bottom: 0;
  }

  .div-block-234 {
    padding-bottom: 65px;
    padding-left: 17px;
  }

  .container-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-2 {
    width: 100%;
    font-size: .9rem;
  }

  .button-2.button-round-white-small {
    width: 2rem;
    height: 2rem;
  }

  .icon-s {
    width: .9rem;
    margin-bottom: 0;
  }

  .section-3 {
    grid-row-gap: 5rem;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta-card {
    min-height: 10rem;
    padding: 24px;
  }

  .cta-card.w--current {
    min-height: 10rem;
  }

  .cta-card.contact {
    min-height: 14rem;
  }

  ._3-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .display-xs {
    font-size: 1.05rem;
  }

  .div-block-236, .div-block-237, .div-block-238, .div-block-239, .div-block-240 {
    width: 100%;
  }

  .h2-small {
    font-size: 28px;
    line-height: 35px;
  }

  .h2-small.centered {
    text-align: center;
    text-align: center;
  }

  .div-block-242 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-242.green {
    padding-top: 5px;
  }

  .div-block-243 {
    padding-top: 15px;
    padding-bottom: 50px;
  }

  .div-block-247 {
    order: 1;
  }

  .div-block-248 {
    width: 100%;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-249 {
    width: 100%;
  }

  .div-block-250 {
    padding: 15px;
  }

  .div-block-252 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-top: 100px;
  }

  .div-block-255, .div-block-256, .div-block-256.less, .div-block-256.less {
    width: 100%;
  }

  .div-block-259 {
    padding-right: 0%;
  }

  .div-block-260 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-262 {
    margin-top: 40px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .wb-swiper_slide {
    width: 75%;
  }

  .div-block-267 {
    display: none;
  }

  .div-block-268 {
    padding-top: 77px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-37 {
    width: 100%;
  }

  .div-block-271 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-272 {
    width: 100%;
  }

  .div-block-272.right {
    display: none;
  }

  .about-pagina {
    margin-bottom: 70px;
  }

  .div-block-274 {
    padding-top: 25%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-277 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: none;
  }

  .link-block-4.green {
    background-color: #f8f8f8;
  }

  .nav-mobile {
    background-color: #fff0;
    min-width: 100%;
  }

  .nav_logo {
    width: 220px;
  }

  .nav_inner {
    background-color: #fff;
    border-bottom-style: none;
    border-bottom-color: #eee;
    padding-left: 15px;
    padding-right: 10px;
    position: static;
  }

  .nav_row {
    grid-row-gap: 10px;
  }

  .menu_line {
    background-color: #b9b9ad;
    height: 1.5px;
  }

  .grid_nav {
    grid-template-columns: 1fr;
  }

  .nav_row-links {
    grid-row-gap: 14px;
  }

  .nav_big {
    margin-left: 15px;
    margin-right: 15px;
    display: none;
  }

  .image-34 {
    margin-top: -2px;
  }

  .flex-vertical {
    align-items: stretch;
  }

  .card---brix {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card---brix.blog-card---brix {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .component-card---brix {
    padding-bottom: 20px;
  }

  .blog-card-image---brix {
    margin-bottom: 13px;
    margin-right: 0;
  }

  .input---brix.search---brix {
    min-width: 100%;
  }

  .form-2 {
    width: 100%;
  }
}

#w-node-e3cf434f-1eb9-0e5a-a3ab-4a7c055a7478-055a7475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
