@font-face {
  font-family: General Sans;
  src: url('../fonts/general-sans.css') format("undefined"), url('../fonts/general-sans.css') format("undefined");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: General Sans;
  src: url('../fonts/general-sans.css') format("undefined");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: General Sans;
  src: url('../fonts/general-sans.css') format("undefined");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: General Sans;
  src: url('../fonts/general-sans.css') format("undefined");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-VariableItalic.ttf') format("truetype");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Coolvetica Condensed;
  src: url('../fonts/coolvetica-condensed-rg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #080808;
  --white: white;
  --green: #ceff65db;
  --dark-grey: #ec51dd;
  --light-grey: #d8d8d8;
  --hero-video-radius: 3.125rem;
  --fitness-intro-shadow-y: -.6em;
  --bottom-cta-radius: 3.125rem;
  --player-radius: 3.5rem;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

h1 {
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 11.25rem;
  font-weight: 400;
  line-height: .9;
}

h2 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.04;
}

h3 {
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.04;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.8;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
}

p {
  margin-bottom: 0;
  font-weight: 400;
}

a {
  color: #34707a;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s, background-color .45s cubic-bezier(.215, .61, .355, 1), opacity .4s cubic-bezier(.215, .61, .355, 1);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.5rem;
}

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

strong {
  font-weight: 600;
}

blockquote {
  border-left: 5px solid var(--black);
  margin-bottom: 0;
  padding: .8rem 1rem;
  font-size: 1.25rem;
  line-height: 1.2;
}

.page-wrapper {
  overflow: clip;
}

.container-large {
  width: 90%;
  max-width: 72.5rem;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vh;
  padding-bottom: 40px;
  position: static;
}

.container-large.is-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-large._2nd-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.container-large._2nd-section.less-pad {
  width: 100%;
  margin-top: 50px;
  padding-top: 0;
}

.container-large._2nd-section.left {
  justify-content: center;
  align-items: flex-start;
  margin-top: 1rem;
}

.container-large._2nd-section.other-pad {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-large.less-pad {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-bottom: 5vh;
}

.container-large.less-pad.other-pad {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.container-large.less-pad.other-pad._2 {
  width: 90%;
  max-width: none;
}

.container-large.no-pad {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container-large.footer {
  max-width: none;
  margin-top: 4rem;
}

.container-large.vragen-sectie {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  padding-top: 0;
}

.container-large.faq-blog-section {
  border-radius: 25px;
}

.container-large.less-other-pad {
  width: 100%;
  margin-top: 2rem;
}

.container-large.title-block-hero {
  margin-top: 0;
}

.styleguide_block {
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.styleguide_block.cc-grid.cc-icons {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.styleguide_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.styleguide_label {
  color: var(--black);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #00000026;
  border-radius: 4px;
  padding: .3rem .6rem;
  font-size: .75rem;
  display: inline-block;
}

.styleguide_label.is-html-tag {
  color: var(--black);
  background-color: #fff;
  border: 1px solid #00000026;
}

.styleguide_label.is-on-dark {
  color: var(--white);
}

.styleguide_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px dashed #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 10rem 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: grid;
}

.styleguide_styles {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-top: 1px dashed #0000001a;
  flex-flow: column;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.text-size-large {
  font-size: 1.25rem;
}

.text-size-medium {
  font-size: .95rem;
  font-weight: 300;
}

.text-size-medium.text-weight-medium {
  font-weight: 400;
}

.text-size-medium.text-weight-medium:hover {
  color: #ceff65;
}

.text-size-medium._100 {
  color: var(--black);
  text-align: left;
  width: 100%;
  font-family: Satoshi, sans-serif;
  font-size: 1.05rem;
  font-weight: 300;
}

.text-size-medium._100._10pad {
  margin-bottom: 10px;
}

.text-size-medium._100._10pad.top {
  margin-top: 10px;
  margin-bottom: 0;
}

.text-size-medium._100.mid {
  text-align: center;
}

.text-size-medium._100.with-pad {
  margin-bottom: 20px;
}

.text-size-medium._100.contact {
  min-height: auto;
  margin-bottom: 5px;
}

.text-size-medium._100._10px {
  margin-bottom: 5px;
}

.text-size-medium.small-txt {
  color: var(--black);
  font-size: .9rem;
  font-weight: 400;
}

.text-size-medium.small-txt.faq-style {
  width: 90%;
}

.text-size-medium.small-txt-copy {
  font-size: .9rem;
}

.text-size-medium.white {
  color: var(--white);
}

.text-size-medium._300 {
  font-size: 1.1rem;
  font-weight: 300;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-regular.all-rights {
  font-size: .8rem;
  text-decoration: none;
}

.text-size-regular.all-rights.text-link {
  font-size: .9rem;
}

.text-size-regular.text-color-purple {
  color: #7767e4;
}

.text-size-small {
  font-size: .88rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-weight-bold {
  font-weight: 700;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-normal {
  font-weight: 400;
}

.text-style-italic {
  font-style: italic;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-nowrap {
  white-space: nowrap;
}

.contact-link-green {
  color: var(--green);
  text-decoration: none;
}

.contact-link-green:hover {
  text-decoration: none;
}

.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-align-center.mid {
  justify-content: center;
  align-items: center;
}

.text-align-center.padding {
  margin-bottom: 20px;
}

.text-align-right {
  text-align: right;
}

.text-rich-text {
  font-size: 1.125rem;
  font-weight: 300;
}

.text-rich-text h1, .text-rich-text h2 {
  margin-bottom: 2.5rem;
}

.text-rich-text h3, .text-rich-text h4, .text-rich-text h5, .text-rich-text h6 {
  margin-bottom: 2rem;
}

.text-rich-text p {
  color: var(--white);
  margin-bottom: 1rem;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
}

.text-rich-text blockquote, .text-rich-text ol {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.background-color-black {
  background-color: var(--black);
  color: var(--white);
}

.styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4rem 2rem;
  display: flex;
  position: relative;
}

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

.text-color-black {
  color: #000;
}

.button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--black);
  text-transform: uppercase;
  background-color: #ceff65;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .45s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  background-color: #b3e940;
}

.button.is-small {
  border-radius: 2rem;
  padding: 1rem 1.5rem;
}

.button.is-secondary {
  border: 1px solid var(--dark-grey);
  color: var(--black);
  background-color: #0000;
}

.button.is-secondary:hover {
  background-color: #f3f3f3;
}

.button.is-link {
  letter-spacing: .02em;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  padding: 0;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
}

.button.green {
  color: var(--white);
  background-color: #34707a;
}

.styleguide_label-row {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
}

.form-radio-label, .form-checkbox-label {
  margin-bottom: 0;
}

.form-radio-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  width: .75rem;
  min-width: .75rem;
  height: .75rem;
  min-height: .75rem;
  margin-top: 0;
  margin-left: -.75rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form-input {
  color: var(--black);
  background-color: #0000;
  border: 1px solid #0808084d;
  border-radius: 2.5rem;
  width: 100%;
  height: auto;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: .5rem 2rem;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.6;
  transition: border-color .4s cubic-bezier(.215, .61, .355, 1), background-color .4s cubic-bezier(.25, .46, .45, .94);
}

.form-input:hover {
  border-color: var(--black);
}

.form-input:focus {
  border-color: var(--black);
  background-color: #a9a9a91a;
}

.form-input::placeholder {
  color: #08080880;
}

.form-input.is-select-input {
  background-color: #fff;
  background-image: none;
}

.form-input.is-text-area {
  border-radius: 1rem;
  height: auto;
  min-height: 11.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: auto;
}

.form-input.is-green {
  border-color: var(--green);
  color: var(--white);
}

.form-input.is-green:hover {
  border-color: var(--white);
}

.form-input.is-green:focus {
  border-color: var(--green);
  background-color: #ffffff1a;
}

.form-input.is-green::placeholder {
  color: #ffffffb3;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field-label {
  color: var(--dark-grey);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .4rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.form-checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  min-height: 1rem;
  margin-top: 0;
  margin-left: -1rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 10rem 1fr;
  align-items: center;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: .75rem;
  display: flex;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1rem;
  display: flex;
}

.icon-16 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
}

.icon-20 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  display: flex;
}

.icon-24 {
  z-index: 2;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  display: flex;
  position: relative;
}

.icon-32 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 2rem;
  display: flex;
}

.icon-40 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  display: flex;
}

.icon-48 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 3rem;
  display: flex;
}

.icon-56 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  display: flex;
}

.styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1.6rem;
  display: grid;
}

.styleguide_empty-box {
  z-index: -1;
  pointer-events: none;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.container-medium {
  width: 90%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 90%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.styleguide_spacing {
  background-image: linear-gradient(0deg, #2d40ea0d, #2d40ea00);
  border: 1px dashed #d3d3d3;
  width: 100%;
}

.margin-bottom-4 {
  margin-bottom: .25rem;
}

.margin-bottom-8 {
  margin-bottom: .5rem;
}

.margin-bottom-12 {
  margin-bottom: .75rem;
}

.margin-bottom-16 {
  margin-bottom: 1rem;
}

.margin-bottom-16.white {
  color: var(--white);
}

.margin-bottom-16.white.small {
  font-family: Poppins, sans-serif;
  font-size: 5rem;
  font-weight: 500;
}

.margin-bottom-16.white.small._404-page {
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.margin-bottom-20 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.margin-bottom-20.mid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}

.margin-bottom-20.top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
}

.margin-bottom-24 {
  margin-bottom: .8rem;
}

.margin-bottom-28 {
  margin-bottom: 1.75rem;
}

.margin-bottom-32 {
  margin-bottom: 2rem;
}

.margin-bottom-40 {
  border: 1px solid #34707a80;
  border-radius: 3.5em 3.5em 1em 1em;
  margin-bottom: 1.5rem;
}

.margin-bottom-40._100 {
  height: 100%;
  min-height: 500px;
}

.margin-bottom-48 {
  margin-bottom: 3rem;
}

.margin-bottom-48.less-pad {
  margin-bottom: 1rem;
}

.margin-bottom-56 {
  margin-bottom: 3.5rem;
}

.margin-bottom-64 {
  margin-bottom: 4rem;
}

.margin-bottom-64.new-footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: block;
}

.margin-bottom-64.new-footer._40 {
  width: 40%;
}

.margin-bottom-64.new-footer._60 {
  width: 60%;
}

.margin-bottom-72 {
  margin-bottom: 4.5rem;
}

.margin-bottom-80 {
  margin-bottom: 5rem;
}

.margin-bottom-96 {
  margin-bottom: 6rem;
}

.margin-bottom-104 {
  margin-bottom: 6.5rem;
}

.margin-bottom-120 {
  margin-bottom: 7.5rem;
}

.margin-bottom-144 {
  margin-bottom: 9rem;
}

.hide, .show-tablet, .show-landscape, .show-portrait {
  display: none;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.z-index-2 {
  z-index: 2;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2rem;
  position: relative;
}

.z-index-3 {
  z-index: 3;
  position: relative;
}

.opacity-80 {
  opacity: .8;
}

.opacity-60 {
  opacity: .6;
  width: 100%;
}

.opacity-40, .opacity-20 {
  opacity: .4;
}

.heading-style-h1 {
  color: var(--black);
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 11.25rem;
  font-weight: 400;
  line-height: .9;
  position: relative;
}

.heading-style-h2 {
  text-transform: uppercase;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.04;
}

.heading-style-h2.is-title {
  color: var(--white);
  font-size: 2.4rem;
}

.heading-style-h2.big {
  width: 100%;
}

.heading-style-h2.is-style.other-style {
  font-size: 7rem;
}

.heading-style-h2.sml {
  font-size: 3.5rem;
}

.heading-style-h3 {
  color: var(--white);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.heading-style-h4 {
  z-index: 3;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.04;
  position: relative;
}

.heading-style-h4.sml {
  font-size: 1.3rem;
}

.heading-style-h5 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h6 {
  text-transform: uppercase;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
}

.styleguide_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-weight-light {
  font-weight: 300;
}

.styleguide_h1 {
  font-size: 4rem;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.margin-top-4 {
  margin-top: .25rem;
}

.margin-top-8 {
  margin-top: .5rem;
}

.margin-top-12 {
  margin-top: .75rem;
}

.margin-top-16 {
  margin-top: 1rem;
}

.margin-top-20 {
  margin-top: 1.25rem;
}

.margin-top-24 {
  margin-top: 1.5rem;
}

.margin-top-28 {
  margin-top: 1.75rem;
}

.margin-top-32 {
  margin-top: 2rem;
}

.margin-top-40 {
  margin-top: 2.5rem;
}

.margin-top-48 {
  margin-top: 3rem;
}

.margin-top-56 {
  margin-top: 3.5rem;
}

.margin-top-64 {
  margin-top: 4rem;
}

.margin-top-72 {
  margin-top: 4.5rem;
}

.margin-top-80 {
  margin-top: 5rem;
}

.margin-top-96 {
  margin-top: 6rem;
}

.margin-top-104 {
  margin-top: 6.5rem;
}

.margin-top-120 {
  margin-top: 7.5rem;
}

.margin-top-144 {
  margin-top: 9rem;
}

.section {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.section.is-video {
  margin-top: 6rem;
  padding-top: 5vh;
  padding-bottom: 0;
}

.section.is-video.main {
  background-image: linear-gradient(#00000040, #00000040), url('../images/Lomanstraat-Amsterdam.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 80vh;
  margin-top: 0;
  padding-bottom: 0;
}

.section.is-video.main.faq {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/BLOG-2.jpg');
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  min-height: 60vh;
}

.section.is-video.main.faq-mainpage {
  background-image: linear-gradient(#00000073, #00000073), url('../images/AmsterdamBW.jpg');
}

.section.is-video.main.page {
  height: 90vh;
}

.section.background-color-black {
  padding-top: 4rem;
  padding-bottom: 1rem;
}

.section.background-color-black.faq-home {
  mix-blend-mode: normal;
  background-color: #08080899;
  background-image: url('../images/Bike-amsterdam.jpg');
  background-position: 50%;
  background-size: auto;
}

.section.is-location {
  color: var(--white);
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
}

.section.is-location._3rd-section {
  padding-top: 0;
  padding-bottom: 1rem;
}

.section.is-footer {
  border-top: 1px solid var(--light-grey);
  padding-top: 0;
  padding-bottom: 0;
}

.section.is-hero {
  height: 200vh;
  margin-top: 6rem;
  padding-top: 1vh;
  padding-bottom: 0;
}

.section.is-gallery {
  justify-content: center;
  align-items: center;
  margin-bottom: 8.75rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.is-experience {
  background-color: var(--black);
  color: var(--white);
  overflow: hidden;
}

.section.is-history {
  background-image: linear-gradient(0deg, var(--black), #0000);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.section.is-contact {
  margin-top: 6rem;
  padding-top: 0;
  padding-bottom: 0;
  overflow: clip;
}

.section.background-color-white.services {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 3rem;
}

.section.is-bottom-cta {
  padding-top: 7.5rem;
  padding-bottom: 5rem;
}

.section.is-about-hero, .section.is-location-hero {
  margin-top: 6rem;
  padding-top: 5rem;
  padding-bottom: 6rem;
}

.section.is-location-hero.main-section {
  mix-blend-mode: normal;
  background-image: url('../images/Lomanstraat-Amsterdam.jpg');
  background-position: 50%;
  background-size: cover;
}

.section.is-legal {
  margin-top: 6rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.video_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  transform: scale(.5);
}

.text-size-eyebrow {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1;
}

.video_bg {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-heading {
  z-index: 2;
  flex-flow: column;
  max-width: 43rem;
  margin-bottom: 2vh;
  position: relative;
}

.hero-heading.faq-sml {
  max-width: 52rem;
}

.hero-heading.other-style {
  max-width: 39rem;
}

.hero-heading.landng-page {
  max-width: 53rem;
}

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

.moveable-btn {
  z-index: 2;
  aspect-ratio: 1;
  background-color: #ceff65;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.13rem;
  display: flex;
  position: relative;
}

.moveable-btn-link {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  padding: 1rem 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.video_title {
  z-index: 2;
  color: var(--green);
  position: static;
  bottom: 5%;
}

.video_box {
  z-index: 1;
  border-radius: var(--hero-video-radius);
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video_bg_overlay {
  z-index: 2;
  background-image: linear-gradient(0deg, #00000040, #0000);
  position: absolute;
  inset: 0%;
}

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

.wrap_flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrap_flex.is-align-top {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.wrap_flex.is-align-bottom {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  font-size: 1rem;
}

.wrap_flex.is-align-bottom._3rem {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.wrap_flex.is-align-bottom._3rem.left {
  margin-top: 40px;
}

.wrap_flex.is-align-bottom.left {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}

.max-width-440 {
  width: 100%;
  max-width: 27.5rem;
}

.max-width-440._100 {
  max-width: 35rem;
}

.max-width-440._100.big-pad {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  max-width: none;
  display: flex;
}

.max-width-440._100.big-pad.extra-pad {
  margin-bottom: 20px;
}

.max-width-440._100.big-pad.faq {
  width: 90%;
}

.max-width-440._100.big-pad.extra-style {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.max-width-440._100.big-pad.extra-style.left {
  justify-content: center;
  align-items: flex-start;
}

.max-width-440._100.big-pad.extra-style.leadpage {
  width: 100%;
}

.max-width-440._100.big-pad.extra-style.leadpage.otther {
  min-height: auto;
}

.max-width-440.service {
  padding-bottom: 1rem;
  padding-left: 10px;
  padding-right: 10px;
}

.max-width-440.service.lead {
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.email-form_wrap {
  flex: 1;
  max-width: 31.875rem;
  margin-bottom: 0;
}

.email_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-color-darkgrey {
  color: var(--dark-grey);
}

.shadow-card {
  box-shadow: 0 100px 80px #00000012, 0 64px 46px #0000000f, 0 40px 25px #0000000d, 0 20px 13px #0000000a, 0 8px 7px #00000008, 0 2px 3px #00000005;
}

.player_list {
  grid-column-gap: 6rem;
  grid-row-gap: 2.2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.player_list.other-style {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.player_item {
  flex: 1;
}

.player_visual {
  aspect-ratio: 1;
  border-radius: 3.5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.player_visual.shadow-card {
  background-image: url('../images/Amsterdam-city-view.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  height: 300px;
  box-shadow: 0 100px 80px #00000012, 0 64px 46px #0000000f, 0 40px 25px #0000000d, 0 8px 7px #00000008, 0 2px 3px #00000005;
}

.player_visual.shadow-card._1 {
  box-shadow: none;
  background-image: url('../images/Amsterdam-de-Amstel.jpg');
  background-position: 50% 30%;
  background-size: cover;
  height: 200px;
}

.player_visual.shadow-card._1.other-pad {
  background-image: url('../images/Links.jpg');
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.player_visual.shadow-card._2 {
  box-shadow: none;
  background-image: url('../images/Canal-house.jpg');
  background-position: 50% 10%;
  background-size: cover;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  height: 200px;
}

.player_visual.shadow-card._2.other-pad {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.player_visual.shadow-card._3 {
  box-shadow: none;
  background-image: url('../images/Amsterdam-Canals.jpg');
  background-position: 50% 20%;
  background-size: cover;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  height: 200px;
}

.player_visual.shadow-card._3.other-pad {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.parallax-wrap {
  z-index: 1;
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.parallax-img {
  opacity: .7;
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 120%;
  position: relative;
}

.parallax-img.is-full {
  opacity: 1;
}

.parallax-overlay {
  z-index: 2;
  filter: blur(10px);
  background-image: linear-gradient(#00000080, #00000080), url('../images/Amsterdam-blue-sky.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.parallax-overlay.is-full {
  background-image: linear-gradient(0deg, var(--black), #0000);
}

.parallax-overlay.veelgestelde-vragen {
  filter: blur(4px);
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/Amsterdam-de-Amstel.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.locations_wrap {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.text-color-lightgrey {
  color: var(--light-grey);
}

.locations_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.locations_visual {
  aspect-ratio: 330 / 180;
  background-image: url('../images/Amsterdam-bridge.jpg');
  background-position: 50% 54%;
  background-size: cover;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 220px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.locations_visual.haarlem {
  aspect-ratio: auto;
  object-fit: fill;
  background-image: url('../images/Haarlem-molen.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 350px;
  overflow: auto;
}

.locations_visual.weesp {
  background-image: linear-gradient(#0000, #0000), url('../images/Weesp.jpg');
}

.locations_visual.amstelveen {
  background-image: url('../images/Amsterdam-Hero.jpg');
  background-position: 50% 60%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.faqs_wrap {
  z-index: 12;
  grid-column-gap: 4.75rem;
  grid-row-gap: 4.75rem;
  display: flex;
  position: relative;
}

.faqs_list {
  flex: 1;
  padding-left: 0;
  list-style-type: none;
}

.faqs_item {
  cursor: pointer;
  border-bottom: 1px solid #ceff6533;
  padding-bottom: .75rem;
  transition: color .45s cubic-bezier(.215, .61, .355, 1);
}

.faqs_item:hover {
  color: var(--green);
}

.faqs_head {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  padding-top: .75rem;
  display: flex;
}

.faqs_body {
  overflow: hidden;
}

.max-width-250 {
  max-width: 15.63rem;
}

.max-width-250._404 {
  width: 50%;
  max-width: none;
}

.max-width-250._404-other-pad {
  width: 60%;
  max-width: none;
}

.footer_links {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  margin-bottom: 0;
  margin-right: -.5rem;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.form-error {
  color: var(--white);
  background-color: red;
  border-radius: .5rem;
  margin-top: 1rem;
  padding: .5rem .75rem;
}

.form-success {
  color: var(--white);
  background-color: #34707a;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
}

.footer_copyright {
  border-top: 1px solid #34707a99;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  display: flex;
}

.social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.social-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.social-links_item {
  display: flex;
}

.max-width-720 {
  max-width: 45rem;
}

.locations_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.locations_card {
  color: var(--white);
  border-radius: 2.5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 21.25rem;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.locations_card_overlay {
  z-index: 2;
  background-image: linear-gradient(0deg, #0006, #0000);
  position: absolute;
  inset: 0%;
}

.hero_wrap {
  border-radius: 3.5rem;
  justify-content: center;
  align-items: stretch;
  width: 98%;
  height: calc(98vh - 6rem);
  margin-bottom: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_inner {
  z-index: 3;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--white);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

.hero_overlay {
  z-index: 2;
  background-image: linear-gradient(#0000, #0009);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.max-width-640 {
  width: 100%;
  max-width: 40rem;
}

.quote_wrap {
  text-align: center;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.quote_text {
  text-align: center;
  text-transform: none;
  font-family: Satoshi, sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.6rem;
}

.text-color-green {
  color: var(--green);
}

.text-color-green.side {
  color: #34707a;
  font-size: 50px;
  position: relative;
  top: 16px;
}

.text-highlight {
  box-shadow: inset 0em var(--fitness-intro-shadow-y) 0 -12px #34707a;
  color: #000;
  font-weight: 300;
}

.text-highlight.dark-green {
  box-shadow: none;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.text-highlight.less-green {
  box-shadow: inset 0em var(--fitness-intro-shadow-y) 0 -.5em #34707a;
  color: #fff;
  font-weight: 700;
}

.text-highlight.faq-hero {
  box-shadow: inset 0em var(--fitness-intro-shadow-y) 0 -.5em var(--green);
  letter-spacing: -.001em;
  border-bottom: 0 #df1a1a;
}

.text-highlight.faq-hero.landing-page {
  font-size: 70px;
}

.text-highlight.other {
  box-shadow: none;
  color: #34707a;
  font-weight: 500;
}

.gallery_wrap {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 15rem;
  padding-bottom: 15rem;
  display: flex;
  position: relative;
}

.gallery_img-box {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 70em;
  height: 100%;
  display: flex;
  position: absolute;
}

.gallery_img {
  aspect-ratio: 1;
  width: 14.5em;
  position: absolute;
}

.gallery_img._1 {
  inset: 0% auto auto 0%;
}

.gallery_img._2 {
  top: 3.5em;
}

.gallery_img._3 {
  top: 3.5em;
  right: 2em;
}

.gallery_img._4 {
  bottom: 8.75em;
  right: 3em;
}

.gallery_img._5 {
  bottom: 7.5em;
  left: 3.5em;
}

.list_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.tag {
  color: var(--green);
  border: 1px solid #ceff6566;
  border-radius: .63rem;
  padding: .25rem .63rem;
}

.exp-slider {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  display: flex;
}

.exp-slider_item {
  aspect-ratio: 320 / 465;
  border-radius: 2.25rem;
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  width: 20rem;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature_wrap {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  display: flex;
}

.feature_visual {
  aspect-ratio: 560 / 761;
  border-radius: 3.5rem;
  width: 35rem;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.feature_content {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.stats_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.max-width-800 {
  max-width: 50rem;
}

.history_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top: 1px solid var(--green);
  flex-flow: column;
  padding-top: 1rem;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.history_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 3.5rem 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.staff_list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.staff_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.staff_avatar {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  width: 5rem;
}

.text-style-inlinelink {
  color: var(--black);
  text-decoration: underline;
}

.text-style-inlinelink:hover {
  text-decoration: none;
}

.contact_wrap {
  display: flex;
}

.contact_visual {
  width: 50%;
  max-height: 100vh;
  position: sticky;
  top: 0;
}

.contact_content {
  flex: none;
  width: 50%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-right: 5rem;
}

.contact_img {
  object-fit: cover;
  flex: none;
  width: 50vw;
  max-width: none;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.contact_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav_wrapper {
  z-index: 99;
  border-bottom: 1px solid var(--light-grey);
  background-color: #fff0;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar {
  background-color: #ddd0;
  height: 6rem;
}

.navbar._100 {
  width: 100%;
}

.nav_wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 72.875rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.nav_wrap._100 {
  max-width: none;
}

.nav_link {
  color: var(--black);
  letter-spacing: .04em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: .1rem .5rem;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav_brand {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 13rem;
  padding-left: 0;
  display: flex;
  position: absolute;
}

.nav_brand.w--current {
  width: 13rem;
}

.nav_menu-items {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav_menu-items-inner {
  grid-column-gap: 15rem;
  grid-row-gap: 15rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.nav_logo {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.nav_menu-link-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-end;
  align-items: center;
  width: 20rem;
  display: flex;
}

.nav_menu-link-wrap.is-left {
  justify-content: flex-start;
  align-items: center;
}

.flex-center {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-center.colourd {
  background-color: #35341800;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  padding: 5vh 21px 2vh;
}

.button-hero {
  width: 80%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.button-hero.blog-faq {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.video_section {
  height: 100vh;
  position: sticky;
  top: 0;
}

.background-color-white {
  background-color: var(--white);
  color: var(--black);
}

.hero {
  transform-origin: 0 100%;
  display: inline-block;
}

.hero.sub {
  color: var(--white);
  font-size: 6rem;
}

.hero.sub.trigger {
  font-size: 4rem;
}

.hero.sub.h2 {
  letter-spacing: 0;
  font-size: 3.5rem;
}

.hero.sub.black {
  color: var(--black);
}

.hero.sub-2 {
  color: var(--green);
}

.hero.sub-2.trigger {
  color: var(--dark-grey);
}

.hero.sub-2.trigger.green {
  color: var(--green);
}

.hero.sub-2.h2 {
  letter-spacing: 0;
  font-size: 3.5rem;
}

.hero.sub-3 {
  color: var(--white);
}

.hero.sub-3.trigger {
  color: var(--green);
}

.hero.sub-3.trigger.small.white {
  color: var(--white);
  font-size: 7rem;
}

.hero.sub-3.black {
  color: var(--black);
}

.hero.sub-3.man-title {
  font-size: 13.1rem;
}

.bottom-cta_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.bottom-cta_box {
  z-index: 1;
  border-radius: var(--bottom-cta-radius);
  transform-origin: 50% 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 33.13rem;
  margin-top: -6.4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quote_box {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  top: 0;
}

.gallery_head {
  max-width: 50rem;
}

.about-hero_wrap {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-visual_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  aspect-ratio: 16 / 9;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 32.5rem;
  margin-top: -4.5rem;
  margin-bottom: 2.5rem;
  display: flex;
}

.link_line {
  background-color: var(--green);
  transform-origin: 0%;
  transform-style: preserve-3d;
  width: 100%;
  height: .25rem;
  padding: 0;
  position: absolute;
  transform: scale3d(0, 1, 1);
}

.footer_link {
  color: var(--black);
  letter-spacing: .04em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: .1rem .5rem;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-box {
  z-index: 1;
  background-color: var(--light-grey);
  opacity: 0;
  border-radius: .25rem;
  width: 115%;
  height: 115%;
  position: absolute;
}

.rotate-img {
  z-index: 3;
  transform-style: preserve-3d;
  border-radius: 1rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: translate3d(0, 0, -1px);
}

.rotate-img.is-back {
  z-index: 4;
  transform: none;
}

.rotate-box {
  perspective: 200vw;
  border-radius: 2em;
  width: 100%;
  height: 100%;
  transform: none;
}

.exp-slider_mask {
  width: 20rem;
  display: flex;
  overflow: visible;
}

.exp-slider_slide {
  margin-right: 2.5rem;
}

.exp-slider_overlay {
  z-index: 1;
  background-image: linear-gradient(0deg, #0006, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.exp-slider_arrow {
  color: var(--green);
  border: 1px solid #ffffff3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin: 0;
  font-size: 1.3rem;
  transition: opacity .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  inset: auto;
}

.exp-slider_arrow:hover {
  color: var(--black);
}

.exp-slider_arrow.cc-left {
  bottom: 0%;
  right: 3.5rem;
}

.exp-slider_arrow.cc-right {
  bottom: 0%;
  right: 0%;
}

.arrow_dot {
  z-index: 1;
  background-color: var(--green);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(0);
}

.max-width-400 {
  max-width: 25rem;
}

.contact_visual-mask {
  z-index: 2;
  background-color: var(--white);
  transform-origin: 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(100%);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 24rem;
  margin-bottom: 0;
  display: flex;
}

.utility-page-content.other-404 {
  width: 80%;
}

.utility-page-inner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.utility-page-inner._404-page-pad {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.hero_inner_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: .8rem;
  display: flex;
}

.utility_nav {
  padding-left: 0;
  position: absolute;
  top: 2rem;
}

.nav_logo-img {
  width: 10.1738rem;
}

.utility_footer {
  position: absolute;
  bottom: 2rem;
}

.content_wrap {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.licence_grid-images {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.template_list {
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.licence_image-box {
  aspect-ratio: 1;
  position: relative;
}

.static_brand-link {
  padding-left: 0;
}

.content_header {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.licence_image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer_social-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.template_list-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.static_brand {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: absolute;
  inset: 0% 0% auto;
}

.footer_bottom-links-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.footer_copyright-inner {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.background-color-green {
  background-color: var(--green);
  color: var(--black);
}

.background-color-darkgrey {
  background-color: var(--dark-grey);
  color: var(--black);
}

.background-color-lightgrey {
  background-color: var(--light-grey);
  color: var(--black);
}

.nav-title {
  color: var(--white);
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 1.5rem;
}

.service {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.service.faq {
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.service.left {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.service.left:hover {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.arrow-icon {
  width: 2rem;
  height: 2rem;
}

.arrow-icon.faq {
  width: 1rem;
  height: 1rem;
}

.section-2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: clip;
}

.section-2.no-pad {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 4rem;
  display: flex;
}

.section-2.no-pad.leadpage {
  padding-bottom: 0;
}

.section-2.no-pad.leadpage.with-pad {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section-2.no-pad.other {
  padding-bottom: 0;
}

.section-2.small-pad {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.heading-2 {
  color: #081010;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.1;
}

.heading-2.service-heading {
  max-width: 54rem;
}

.service-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.service-link {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #bbb9b5;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-left: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.service-link:hover {
  color: #08100d;
  background-color: #f5f3f0;
  border-bottom-color: #f5f3f0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.service-link.faq {
  border-bottom-color: #34707a99;
}

.service-link.left {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
}

.heading-5 {
  color: #081010;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
}

.service-image {
  border-radius: .5rem;
  width: 0;
}

.subtitle {
  color: #081010;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.service-headline {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.service_titel {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.service_titel.service-b {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.service_titel.service-b.below {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.container {
  width: 100%;
  max-width: 1800px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.vertical-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  display: flex;
}

.vertical-wrapper.faq-question {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.vertical-wrapper._100.faq-list {
  margin-top: 40px;
}

.heading-div {
  margin-bottom: 20px;
}

.heading-style {
  font-size: 5.1rem;
  line-height: .8;
}

.sub-small-green {
  color: var(--green);
  font-size: 2.5rem;
}

.info-block, .info-block.sml {
  width: 40%;
}

.info-block.sml._100 {
  width: 90%;
  min-height: auto;
}

.info-block.sml._2 {
  width: 30%;
}

.info-block.large {
  width: 50%;
}

.h1-hero {
  color: var(--white);
  max-width: none;
  font-size: 10rem;
  line-height: .8;
}

.h1-hero.small-faq {
  font-size: 5.2rem;
  line-height: .8;
}

.h1-hero.faq-style {
  letter-spacing: 0;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: .95;
}

.h1-hero.landing-page {
  font-size: 10px;
  line-height: 70px;
}

.text-span {
  color: #ceff65b8;
  font-size: 8rem;
  font-weight: 400;
}

.text-span-2 {
  letter-spacing: 0;
  font-size: 70px;
}

.text-span-2.small {
  font-size: 5rem;
}

.hero-sub-heading.pad {
  margin-top: 40px;
}

.heading {
  font-size: 2.4rem;
}

.heading.hero {
  color: var(--white);
  font-size: 2.4rem;
}

.heading.hero.h3 {
  letter-spacing: 0;
}

.heading.pad {
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
  max-width: 47rem;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading.pad.tb {
  margin-bottom: 10px;
}

.heading.pad.sml {
  text-align: left;
  margin-bottom: 10px;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.heading.pad.sml.other-style {
  letter-spacing: -1px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.heading.pad.no-end {
  max-width: 26em;
}

.heading.pad.left {
  text-align: left;
}

.heading.large {
  font-size: 4rem;
}

.heading.faq {
  color: var(--black);
  width: 80%;
  margin-bottom: 20px;
}

.heading.h2-sub {
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
}

.heading.h2-sub.bold {
  text-transform: none;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
}

.heading.h2-sub.bold.big-letter {
  text-transform: uppercase;
  max-width: 60%;
  font-size: 2rem;
  font-weight: 400;
}

.heading.h2-sub.bold.high {
  height: auto;
  margin-bottom: 0;
  line-height: 2;
}

.heading.h2-sub.bold.no-pad {
  color: #34707a;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 300;
  display: block;
}

.heading.h2-sub.bold.left {
  text-align: left;
}

.heading.h2-sub.bold.other-style-pad {
  margin-bottom: 0;
}

.heading.h2-sub.bold.white {
  width: 90%;
  font-family: Poppins, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.04;
}

.heading.h2-sub.bold.white.smlh4 {
  font-weight: 300;
}

.heading.h2-sub.bold.homepage {
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

.heading.h2-sub._10px {
  margin-bottom: 10px;
  line-height: 1.04;
}

.text-span-3 {
  color: #ceff65b8;
}

.sub-title-dark-green {
  color: #34707a;
  font-size: 3rem;
}

.heading-4-style {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.heading-4-style.faq {
  color: #000;
  letter-spacing: -1px;
  text-transform: none;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.locatie-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  min-width: 33rem;
  display: flex;
}

.locatie-div.form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  min-width: 25rem;
}

._404 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/CanalHouses.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.contact-link {
  color: #34707a;
  font-weight: 700;
  text-decoration: none;
  transition-property: none;
}

.contact-link.white {
  color: #fff;
  font-weight: 700;
}

.main-content-faq {
  margin-bottom: 20px;
}

.list-point {
  margin-top: 20px;
}

.h3-list {
  color: var(--black);
  font-size: 1.75rem;
}

.faq-text-span {
  color: var(--green);
  font-size: 7rem;
}

.main-btn-txt {
  font-size: .8rem;
  font-weight: 600;
}

.h3-faq-hero {
  text-transform: none;
  font-family: Satoshi, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.1;
}

.h3-faq-hero:hover {
  color: #ceff65cc;
}

.h3-faq-hero.faq-white {
  color: var(--white);
}

.divider-footer {
  flex-flow: row;
  justify-content: center;
  align-items: baseline;
  display: flex;
}

.footer-block {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  min-height: auto;
  margin-bottom: 20px;
  display: flex;
}

.footer-title {
  letter-spacing: .02px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}

.footer-title.overig {
  margin-top: 0;
}

.footer-link {
  color: #000;
  margin-bottom: 5px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #000;
}

.footer-link.bold {
  font-weight: 400;
}

.footer-link.bold._10pad {
  font-weight: 300;
}

.footer-link._10pad {
  margin-bottom: 10px;
}

.footer-link.email {
  color: #34707a;
  font-size: 1rem;
  font-weight: 700;
}

.main-footer-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  width: 40%;
  display: flex;
}

.text-link-bottm-footer {
  text-decoration: none;
}

.tb-footer {
  font-family: Satoshi, sans-serif;
  font-weight: 300;
}

.main-hero-landing {
  background-image: linear-gradient(#00000080, #00000080), url('../images/keuken-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.main-hero-landing.aankoop {
  height: 80vh;
}

.main-hero-landing.aankoop.amsterdam {
  background-image: linear-gradient(#00000073, #00000073), url('../images/Amsterdam-bridge.jpg');
}

.container-2 {
  width: 100%;
}

._404-text-block {
  color: var(--white);
}

.text-span-4 {
  border-bottom: 5px solid #34a21e;
}

.collection-item {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.block-quote {
  font-weight: 600;
}

.container {
  width: 80%;
  padding-top: 100px;
}

.h2-faq {
  font-size: 1rem;
  font-weight: 300;
}

.h2-faq-smal {
  color: var(--dark-grey);
}

.h2-faq-smalllllll {
  color: var(--dark-grey);
  font-weight: 400;
}

.heading-6 {
  color: var(--dark-grey);
}

.heading-7 {
  color: var(--green);
}

.heading-8, .link, .list-item, .list-item-2, .list-item-3, .list-item-4 {
  color: var(--black);
}

.info-section-rich-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-article {
  width: 70%;
  padding: 40px 20px;
}

.faq-text-rich {
  color: var(--black);
  font-size: 1.1rem;
}

.faq-text-rich.h2 {
  font-family: Satoshi, sans-serif;
}

.button-faq-block {
  color: #050a20;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ceff65bf;
  border-radius: 8px;
  padding: 14px;
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.btn-meer-info {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #34707abf;
  border-radius: 8px;
  padding: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.filter_ui {
  background-color: #fcf9f966;
  border: 1px solid #34707a4d;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 40px;
  padding: 20px;
  display: flex;
}

.search_bar {
  color: var(--black);
  border-radius: 20px;
  width: 100%;
  min-height: auto;
  font-weight: 400;
}

.fitler-item {
  display: none;
}

.filter_in_searchbar {
  padding-left: 11px;
}

.search-bar-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.heading---filter {
  flex-flow: column;
  justify-content: space-between;
  width: 60%;
  min-height: auto;
  margin-bottom: 0;
  display: flex;
}

.heading---filter.midpad {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 0;
  padding-left: 20px;
}

.collection-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 50px;
  display: flex;
}

.intro-block {
  margin-bottom: 20px;
}

.checkbox-label {
  font-size: 14px;
}

.content-question {
  width: 90%;
}

.image-fill {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.font-style-2 {
  font-weight: 300;
}

.text-size-small-2 {
  padding-top: 0;
  font-size: .875rem;
}

.text-size-small-2.text-style-muted {
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 100;
}

.clip {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.home-hero_intro {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.home-hero_title {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 50rem;
  display: flex;
  position: relative;
}

.heading-style-h1-2 {
  letter-spacing: 0;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.hover-arrow {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.hover-arrow.top-arrow {
  position: absolute;
  inset: -100% 0% auto;
}

.hover-arrow.left-arrow {
  position: absolute;
  inset: 0% auto 0% -100%;
}

.hover-arrow.right-arrow {
  position: absolute;
  inset: 0% -100% 0% auto;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.home-hero_bkg {
  z-index: 1;
  border-radius: .625rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-2 {
  color: #000;
  text-align: center;
  border: 1px solid #dfdedb;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .65rem 1.3rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.button-2.is-secondary {
  color: #111;
  background-color: #f1f0ed;
  border: 1px solid #f1f0ed;
}

.text-size-regular-2 {
  font-size: 1.1rem;
  line-height: 1.55;
}

.home-hero_content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  color: #f1f0ed;
  border-radius: .625rem;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 3rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.icon-1x1-tiny {
  justify-content: center;
  align-items: center;
  width: .7rem;
  height: .7rem;
  display: flex;
  overflow: hidden;
}

.home-hero_com {
  min-height: 100vh;
  padding-top: 4rem;
  padding-bottom: 1rem;
  display: flex;
}

.image-overlay {
  z-index: 100;
  background-color: #11111173;
  position: absolute;
  inset: 0%;
}

.image-overlay.light-overlay {
  background-color: #11111126;
}

.hover-text.bottom {
  position: absolute;
  bottom: -100%;
}

.scroll-base {
  z-index: 100;
  border: 1px solid #f1f0ed26;
  border-radius: 100rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.875rem;
  height: 2.875rem;
  display: flex;
  position: relative;
}

.home-numbers {
  width: 80%;
  overflow: hidden;
}

.text-size-xl {
  font-size: 2.875rem;
  line-height: 1.3;
}

.text-size-xl.text-align-center.text-style-allcaps {
  text-align: center;
  font-family: General Sans, Verdana, sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
}

.letter-1 {
  font-family: Montserrat, sans-serif;
  font-size: 2.2rem;
  font-weight: 200;
  display: inline-block;
}

.home-number_label {
  padding-bottom: .75rem;
}

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

.padding-vertical.padding-xxhuge {
  width: 100%;
}

.letter-3 {
  font-family: Generalsans;
  font-weight: 600;
  display: inline-block;
}

.home-number_com {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px #dfdedb;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: -2rem;
  margin-right: -2rem;
  padding-bottom: 0;
  display: grid;
}

.home-number_item {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border-right: 1px dashed #dfdedb;
  justify-content: flex-start;
  align-items: flex-end;
  padding: .25rem 2rem;
  display: flex;
}

.home-number_item.fourth {
  border-right-style: none;
}

.letter-2 {
  font-family: Montserrat, sans-serif;
  font-size: 2.2rem;
  font-weight: 200;
  display: inline-block;
}

.home-numbers_list {
  border-bottom: 1px #dfdedb;
  padding-top: .5rem;
  padding-bottom: 0;
}

.home-call_com {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding-top: 9rem;
  padding-bottom: 9rem;
  display: grid;
}

.home-call_column {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: -1rem;
  margin-bottom: -1rem;
  display: grid;
}

.home-call_intro {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 35rem;
  max-width: 40rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.home-call_intro.more {
  text-align: left;
  justify-content: center;
  align-items: center;
  min-width: 41rem;
  max-width: 56rem;
}

.home-call_avatar {
  border: 1px solid #dfdedb;
  border-radius: 100rem;
  width: 4.5rem;
  height: 4.5rem;
  padding: .4rem;
  position: relative;
  overflow: hidden;
}

.home-call_image {
  border-radius: 100rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.mid {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.padding-top.mid.pad {
  max-width: 44em;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.home-banner_clip {
  border-top-left-radius: .625rem;
  border-bottom-left-radius: .625rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.home-banner_frame {
  mix-blend-mode: lighten;
  background-color: #f1f0ed;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: sticky;
  top: 0;
}

.home-banner_frame.pointer-events-off {
  z-index: 100;
}

.word-three {
  display: inline-block;
}

.heading-style-h2-2 {
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.home-banner_cutout {
  background-color: #000;
  border-radius: 0 .625rem .625rem 0;
  flex: 1;
}

.home-benefits_title {
  max-width: 27rem;
}

.home-action_com {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  min-height: 100vh;
  margin-top: -2rem;
  padding: 0;
  display: grid;
  position: relative;
  overflow: visible;
}

.home-benefits_descript {
  max-width: 21rem;
}

.team_block {
  grid-column-gap: 1rem;
  grid-row-gap: 9rem;
  border-bottom: 1px #ceccc8;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr .9fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 4rem 4rem 6rem;
  display: grid;
}

.home-banner_bkg {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.container-large-2 {
  width: 100%;
  max-width: 92rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-regular-3 {
  font-size: 1.1rem;
  line-height: 1.55;
}

.base-height {
  padding-top: 90%;
}

.home-banner_wrap {
  height: 100vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: sticky;
  top: 0;
}

.home-benefits_intro {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-banner_gallery {
  border-radius: .625rem;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-size-large-2 {
  font-size: 1.5rem;
}

.base-wrap {
  background-color: #dfdedb;
  border-bottom: 1px dashed #ceccc8;
}

.base-wrap.btm {
  border-bottom-style: none;
  padding-bottom: 2rem;
}

.base-wrap.top {
  padding-top: 2rem;
}

.home-banner_list {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f1f0ed;
  border-radius: .625rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.home-slider_list {
  display: flex;
}

.home-slider {
  z-index: 10;
  background-color: #f1f0ed;
  border-bottom-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  position: relative;
  overflow: hidden;
}

.icon-1x1-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: .875rem;
  height: .875rem;
  display: flex;
  overflow: hidden;
}

.home-slider_top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px dashed #dfdedb;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.slider-arrows {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  display: flex;
  position: relative;
}

.text-size-regular-4 {
  font-size: 1.1rem;
  line-height: 1.55;
}

.home-slider_item {
  grid-column-gap: 1.35rem;
  grid-row-gap: 1.35rem;
  color: #111;
  cursor: pointer;
  border-right: 1px dashed #dfdedb;
  flex-direction: column;
  flex: none;
  width: 33.33%;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  text-decoration: none;
  display: flex;
}

.slider-arrow {
  cursor: pointer;
  border: 1px solid #dfdedb;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.hyperlink-arrow {
  padding-top: 2px;
}

.home-slider_com {
  flex-direction: column;
  padding-bottom: 1rem;
  display: flex;
}

.hyperlink {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  color: #111111bf;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.location-slider {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}

.quote_intro {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-size-regular-5 {
  font-size: 1.1rem;
  line-height: 1.55;
}

.collection-item-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature_left {
  flex: 0 0 41.6667%;
  max-width: 41.6667%;
  margin-left: 8.33333%;
}

.feature_left.no-max-size {
  max-width: none;
}

.feature_left.section-1.contact-form.other {
  max-width: none;
  margin-left: 0%;
}

.about_wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about_wrapper._90 {
  padding-left: 0%;
  padding-right: 0%;
}

.timeline_image {
  align-self: flex-start;
}

.timeline_image.mobile_show {
  display: none;
}

.support_blur {
  z-index: -1;
  filter: blur(100px);
  background-image: url('../images/support-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  position: absolute;
  inset: -43px -100px auto auto;
}

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

.about_content {
  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;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12.5rem;
}

.about_image-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 7.5rem 7.5rem 7.5rem .75rem;
  max-width: 33.125rem;
  position: relative;
}

.about_image-wrapper.with-size {
  background-image: url('../images/Appartement-6.jpg');
  background-position: 50%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  max-width: none;
  height: 670px;
}

.about_image-wrapper.with-size.haarlem-aankoop-2 {
  background-image: url('../images/Appartement-7.jpg');
}

.about_image-wrapper.with-size.a.amsterdam-verkoop-big {
  background-image: url('../images/Amsterdam-green.jpg');
  background-position: 50% 90%;
}

.about_image-wrapper.with-size.haarlem-verkoop-big {
  background-image: url('../images/Haarlem-molen.jpg');
  background-position: 50%;
}

.about_image-wrapper.with-size.overveen-groot {
  background-image: url('../images/Overveen.jpg');
}

.sub_heading {
  color: #34707a;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.25rem;
}

.sub_heading.left {
  text-align: left;
  margin-bottom: .5rem;
}

.container_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container_content.no-max-size {
  max-width: 72rem;
}

.treatment_wrapper {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
}

.faq_toggle {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 1.25rem;
  display: flex;
}

.faq_toggle.w--open {
  background-image: url('../images/top-arrow.svg');
}

.condition_icon {
  background-color: #7fddf0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: flex;
  position: absolute;
  inset: 1rem auto auto .8125rem;
  box-shadow: 0 12.57px 24px #7fddf033;
}

.condition_icon:hover {
  background-color: #7fddf0;
}

.condition_icon.ghost_white {
  background-color: #0713304d;
  background-image: none;
}

.condition_icon.ghost_white:hover {
  background-image: none;
}

.condition_icon.mustard {
  background-color: #ffdd57;
}

.condition_icon.mango {
  background-color: #f9b65e;
}

.condition_icon.orange {
  background-color: #f6845e;
}

.condition_icon.blue {
  background-color: #5faeec;
}

.condition_icon.pink {
  background-color: #ef9cd0;
}

.condition_icon.conifer {
  background-color: #abe050;
}

.condition_icon.aquamarine {
  background-color: #7bcfa6;
}

.condition_icon.purple {
  background-color: #9b78fd;
}

.timeline_bg {
  z-index: -1;
  border-radius: 6rem;
  position: absolute;
  inset: 0% 6rem;
}

.timeline_image-block {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.timeline_image-block._2 {
  z-index: 3;
}

.timeline_image-block._1 {
  z-index: 10;
}

.timeline_image-block._3 {
  z-index: 1;
}

.about_left {
  flex: 0 0 50%;
  max-width: 50%;
}

.timeline_wrapper {
  border-radius: 3.5rem;
  width: 100%;
  max-width: 83.0625rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 3.125rem;
}

.timeline_wrapper._100 {
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
}

.author_image {
  border-radius: 150%;
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  box-shadow: 0 5px 5px #0713300f, 0 4px 12px #0713300f;
}

.faq_arrow {
  width: .5rem;
  position: relative;
}

.icon {
  width: 1rem;
  height: 1rem;
  position: absolute;
  inset: auto -2px -2px auto;
}

.faq_title {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq_wrapper {
  width: 100%;
  transition: all .3s;
}

.faq_description {
  opacity: .6;
  background-color: #0000;
  margin-top: 1rem;
  padding-left: 4.5rem;
  display: none;
}

.faq_description.w--open {
  position: static;
}

.dropdown_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.max-width-medium {
  width: 100%;
  max-width: 32.875rem;
}

.max-width-medium.align-center.bigger-size {
  max-width: none;
}

.timeline_single {
  color: #07133099;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-bottom: .75rem;
  padding-top: 2rem;
  display: flex;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 47rem;
}

.about_right {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  flex: 0 0 41.6667%;
  width: 100%;
  max-width: 41.6667%;
  margin-left: 0%;
  padding-left: 0%;
  padding-right: 5%;
  display: flex;
}

.about_icon {
  background-color: #3d55f9;
  background-image: url('../images/yoga.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  box-shadow: 0 12.57px 24px #3d55f933;
}

.about_icon.heart {
  background-image: url('../images/heart-hands.svg');
}

.about_image {
  border-radius: 7.5rem 7.5rem 7.5rem .75rem;
  position: relative;
}

.timeline_left {
  flex: 0 0 33.33%;
  max-width: none;
  padding-bottom: 13rem;
  padding-right: 0;
  display: flex;
}

.tracking_blur {
  z-index: -1;
  filter: blur(100px);
  background-image: url('../images/tracking-blur.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  position: absolute;
  inset: -80px auto auto -100px;
}

.section_tracking {
  width: 80%;
}

.heading-style-h2-3 {
  font-size: 3rem;
  line-height: 1.167;
}

.acid_blur {
  z-index: -1;
  filter: blur(100px);
  background-image: url('../images/acid-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  position: absolute;
  inset: auto -100px -56px auto;
}

.feature_image {
  z-index: 1;
  border-radius: 2.75rem;
  flex: 1 0 41.6667%;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1.08px 1.08px #0713300a, 0 16px 32px #07133014;
}

.image_wrapper {
  flex: 1;
  width: 26.875rem;
  height: 35rem;
  margin-left: 16.6667%;
  margin-right: 16.6667%;
  position: sticky;
  top: 17.5rem;
}

.h2-div {
  margin: 0 0 10px;
}

.h2-div.margin-small.no-pad {
  margin-bottom: 0;
}

.h2-div.margin-xhuge {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner_image {
  z-index: 1;
  width: calc(100% - 30px);
  position: absolute;
  inset: auto auto 80px -40px;
}

.blue_effect {
  z-index: -1;
  filter: blur(100px);
  background-image: url('../images/blur-effect.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  position: absolute;
  inset: auto -100px -56px auto;
}

.max-width-large {
  width: 100%;
  max-width: 40rem;
}

.max-width-large.align-center.pad-extra {
  margin-bottom: 40px;
}

.max-width-large.align-center.pad-extra.bigger {
  width: 80%;
  max-width: none;
}

.text-color-primary {
  color: #071330;
}

.condition_wrapper {
  grid-column-gap: 1.625rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sectie-right {
  width: 100%;
  max-width: 29.375rem;
  margin-left: 8.33333%;
}

.sectie-right.big-style-100 {
  width: 100%;
  max-width: none;
  margin-left: 0%;
}

.sectie-right.big-style-100._40px {
  margin-bottom: 40px;
}

.sectie-right.big-style-100._90 {
  width: 46%;
}

.sectie-right._90 {
  margin-left: 0%;
}

.sectie-right.section-1 {
  max-width: 40rem;
}

.sectie-right.section-1.new-section {
  margin-left: 0%;
}

.condition_block {
  border-radius: .75rem;
  min-height: 6.5rem;
  padding-top: 4.0625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1875rem;
  text-decoration: none;
  position: relative;
}

.condition_block.cornflower_blue {
  background-color: #5faeec1a;
  transition: all .3s;
}

.condition_block.cornflower_blue:hover {
  color: #fff;
  background-color: #5faeec;
  box-shadow: 0 12.57px 24px #5faeec33;
}

.condition_block.mustard {
  background-color: #ffdd571a;
  transition: all .3s;
}

.condition_block.mustard:hover {
  color: #fff;
  background-color: #ffdd57;
  box-shadow: 0 12.57px 24px #ffdd5733;
}

.condition_block.ghost_white {
  background-color: #f7f8fc;
  transition: all .3s;
}

.condition_block.ghost_white:hover {
  color: #fff;
  background-color: #0713304d;
  box-shadow: 0 12.57px 24px #b5b8c133;
}

.condition_block.saffron_mango {
  background-color: #f9b65e1a;
  transition: all .3s;
}

.condition_block.saffron_mango:hover {
  color: #fff;
  background-color: #f9b65e;
  box-shadow: 0 12.57px 24px #f9b65e33;
}

.condition_block.illusion {
  background-color: #ef9cd01a;
  transition: all .3s;
}

.condition_block.illusion:hover {
  color: #fff;
  background-color: #ef9cd0;
  box-shadow: 0 12.57px 24px #ef9cd033;
}

.condition_block.tan_hide {
  background-color: #f6845e1a;
  transition: all .3s;
}

.condition_block.tan_hide:hover {
  color: #fff;
  background-color: #f6845e;
  box-shadow: 0 12.57px 24px #7fddf033;
}

.condition_block.conifer {
  background-color: #abe0501a;
  transition: all .3s;
}

.condition_block.conifer:hover {
  color: #fff;
  background-color: #abe050;
  box-shadow: 0 12.57px 24px #abe05033;
}

.condition_block.heliotrope {
  background-color: #9b78fd14;
  transition: all .3s;
}

.condition_block.heliotrope:hover {
  color: #fff;
  background-color: #9b78fd;
  box-shadow: 0 12.57px 24px #9b78fd33;
}

.condition_block.spray {
  background-color: #7fddf01a;
  transition: all .3s;
}

.condition_block.spray:hover {
  color: #fff;
  background-color: #7fddf0;
  box-shadow: 0 12.57px 24px #7fddf033;
}

.condition_block.aquamarine {
  background-color: #7bcfa61a;
  transition: all .3s;
}

.condition_block.aquamarine:hover {
  color: #fff;
  background-color: #7bcfa6;
  box-shadow: 0 12.57px 24px #7bcfa633;
}

.padding-global-2 {
  margin-top: 4rem;
  padding-left: 0;
  padding-right: 0;
}

.padding-global-2.no-pad {
  margin-top: 1rem;
}

.timeline_right {
  flex: 0 50%;
  width: 100%;
  max-width: 50%;
  margin-left: .666667%;
  display: flex;
  position: relative;
}

.section_options {
  position: relative;
}

.sectie-left {
  width: 100%;
  max-width: 29.375rem;
}

.sectie-left.section-22 {
  max-width: none;
}

.content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.content-wrapper.next {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.content-wrapper.next.bottom-down {
  flex-flow: column;
}

.content-wrapper.step {
  justify-content: space-around;
}

.content-wrapper.high-line {
  justify-content: space-between;
  align-items: flex-start;
}

.text-block-paragraph {
  opacity: 1;
}

.text-block-paragraph._10-px {
  margin-bottom: 10px;
}

.author_block {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  color: #07133099;
  justify-content: center;
  align-items: center;
  display: flex;
}

.timeline_number {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  display: flex;
  box-shadow: 0 1.085px 1.085px #0713300a, 0 16px 32px #07133014;
}

.timeline_number._1 {
  color: #07133094;
  background-color: #34707a;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0;
}

.timeline_number._3, .timeline_number._2 {
  color: #fff;
  background-color: #34707a;
}

.timeline_number._2.small {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0;
}

.block_quote {
  color: #f0bca3;
  text-align: center;
  border-left-style: none;
  max-width: 48.125rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.5rem;
  line-height: 3.5rem;
}

.section_treatment {
  width: 90%;
}

.faq_icon {
  background-image: url('../images/twitter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #3d55f914;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.faq_icon.treatment {
  background-image: url('../images/mortar-pestle.svg');
}

.sectie-waarom {
  width: 80%;
}

.timeline_block {
  margin-top: 4.25rem;
  display: flex;
}

.feature_image-block {
  z-index: 1;
  flex: 1 0 41.6667%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
}

.feature_image-block._70 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.treatment_right {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  margin-left: 25%;
}

.section-land-page {
  margin-top: 0;
  padding-top: 5vh;
  padding-bottom: 10vh;
}

.landingp_div_info {
  background-image: url('../images/Canals-of-Amsterdam.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 390px;
}

.landingp_div_info.picture-2 {
  background-image: url('../images/Service-aankoop-3.jpg');
  width: 80%;
  height: 490px;
}

.landingp_div_info._2nd-pic {
  background-image: url('../images/Amsterdam-city-view.jpg');
}

.landingp_div_info._2nd-pic.haarlem-koop {
  background-image: url('../images/Haarlem-centrum-S.jpg');
}

.landingp_div_info.haarlem-aankoop {
  background-image: url('../images/Haarlem-pand-S.jpg');
}

.landingp_div_info.haarlem-aankoop-2 {
  background-image: url('../images/Apartment-green-chair.jpg');
  background-position: 50% 30%;
}

.landingp_div_info.amsterdam-verkoop {
  background-image: url('../images/Appartement-2.jpg');
}

.landingp_div_info.amsterdam-verkoop._1st-section {
  background-image: url('../images/Service-aankoop-1-.jpg');
}

.landingp_div_info.amsterdam-verkoop-2 {
  background-image: url('../images/Makelaars-van-Goede-Huizen.jpg');
  background-position: 50% 60%;
}

.landingp_div_info.haarlem-verkoop {
  background-image: url('../images/apartment-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.landingp_div_info.haarlem-verkoop._2 {
  background-image: url('../images/Apartment-5.jpg');
  background-position: 50% 100%;
}

.landingp_div_info.haarlem-verkoop-2 {
  background-image: url('../images/Apartment-green-chair.jpg');
  background-position: 50% 60%;
}

.landingp_div_info.overveen.verkoop-1 {
  background-image: url('../images/Overveen-1.jpg');
}

.landingp_div_info.overveen.verkoop-2 {
  background-image: url('../images/Overveen-2.jpg');
}

.landingp_div_info.overveen.verkoop-3 {
  background-image: url('../images/Overveen-3.jpg');
}

.div-block {
  width: 100%;
}

.divider-for-explanation {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
}

.img_div_land {
  background-image: url('../images/Service-aankoop-3.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  width: 310px;
  height: 530px;
}

.img_div_land.other-style {
  width: 450px;
}

.img_div_land.other-style._3 {
  background-image: url('../images/Service-aankoop-1-.jpg');
  width: 390px;
  height: 270px;
}

.img_div_land.other-style._2 {
  background-image: url('../images/BLOG-2.jpg');
}

.img_div_land.other-style._1.smal {
  width: 400px;
}

.divider-sub-heads {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.number.small {
  font-size: 1.1rem;
}

.divider_div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.btn {
  color: #34707a;
  background-color: #fff;
  border: 1px solid #34707a80;
  border-radius: 50px;
  margin-top: 20px;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 400;
  transition: color .2s, background-color .2s;
}

.btn:hover {
  color: #000;
  background-color: #fff;
}

.btn.green {
  color: #fff;
  background-color: #34707a;
}

.btn.green._10px {
  width: 40%;
  margin-top: 10px;
}

.btn.green._10px._100 {
  width: 60%;
}

.btn.nav {
  margin-top: 0;
}

.btn.yellow {
  color: #000;
  background-color: #ceff65;
}

.picture-div {
  background-image: linear-gradient(#00000057, #00000057), url('../images/Amsterdam-bridge.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom-left-radius: 18px;
  width: 45%;
  height: 100vh;
  display: none;
}

.hero-title {
  color: #fff;
  text-transform: none;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 60px;
}

.hero-title.faq-cms {
  letter-spacing: -1px;
  width: 100%;
}

.hero-title.big {
  width: 90%;
}

.text-hero {
  color: var(--white);
  max-width: 400px;
  margin-top: 20px;
  font-weight: 300;
  line-height: 25px;
}

.text-hero.big {
  max-width: 600px;
}

.text-block-7 {
  color: var(--white);
  margin-top: 20px;
  font-weight: 500;
}

.divider-hero {
  flex-flow: column;
  display: flex;
}

.divider-hero.content {
  flex-flow: row;
  padding-left: 60px;
}

.hero-block-final.other {
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 10px;
  padding: 39px;
}

.hero-line {
  background-color: #fff;
  width: 100px;
  height: 2px;
}

.nav-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 300;
  display: flex;
}

.nav-link.contact {
  font-weight: 500;
}

.nav-link.black {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-size: 17px;
  font-weight: 300;
}

.nav-link.btn.green.no-pad {
  background-color: #ceff65;
  margin-top: 0;
}

.nav-link.drop {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.navbar-2 {
  background-color: #fff0;
  padding-left: 3%;
  padding-right: 3%;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-section-final {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/Amsterdam-Noord.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  flex-flow: column;
  height: auto;
  padding-top: 150px;
  padding-bottom: 160px;
  display: flex;
}

.hero-section-final.amsterdam {
  background-image: linear-gradient(135deg, #0000008c 55%, #fff), url('../images/Appartement-2.jpg');
  background-position: 0 0, 50% 85%;
  background-size: auto, cover;
  min-height: auto;
}

.hero-section-final.amsterdam.makelaar {
  background-image: linear-gradient(135deg, #0000008c 55%, #fff), url('../images/Appartement-7.jpg');
  background-position: 0 0, 50% 85%;
  background-size: auto, cover;
  min-height: auto;
}

.hero-section-final.haarlem {
  background-image: linear-gradient(135deg, #0000008c 55%, #fff), url('../images/Haarlem-molen.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: auto;
}

.hero-section-final.haarlem.verkoop {
  background-image: linear-gradient(135deg, #0000008c 55%, #fff), url('../images/Apartment-Haarlem-B.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section-final.makelaar-amsterdam {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/CanalHouses.jpg');
}

.hero-section-final.faq {
  background-image: linear-gradient(#00000080, #00000080), url('../images/CanalHouses.jpg');
  min-height: auto;
}

.hero-section-final.faq-cms {
  background-image: linear-gradient(#0009, #0009), url('../images/BLOG-2.jpg');
}

.hero-section-final.contact-opnemen {
  background-image: linear-gradient(135deg, #0000008c 55%, #fff), url('../images/Contact-opnemen.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section-final.overveen {
  background-image: linear-gradient(135deg, #0000008c 55%, #fff), url('../images/Overveen-Hero.jpg');
}

.hero-section-final.linkbuilding {
  background-image: linear-gradient(#00000073, #00000073), url('../images/Links.jpg');
}

.hero-section-final.exapt-housing-amsterdam {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Housing-Amsterdam.jpg');
}

.hero-section-final.verkoopmakelaar {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/CanalHouses.jpg');
}

.hero-section-final.artikelen {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/Real-estate.jpg');
}

.hero-sub {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.6;
}

.hero-sub.nav-new {
  color: #fff;
  letter-spacing: 3px;
}

.brand {
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
}

.div-hero {
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-top: 0;
  padding: 40px 40px 0;
  font-family: Poppins, sans-serif;
  display: flex;
}

.div-hero.fly-in {
  justify-content: flex-start;
  align-items: center;
}

.div-hero.fly-in.cms-faq {
  width: 90%;
}

.btn-block-hero {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
  display: flex;
}

.btn-block-hero._80 {
  width: 100%;
}

.btn-block-hero.leadpage {
  margin-top: 0;
}

.btn-block-hero.leadpage.mid {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.list {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.list-makelaar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.list-item-makelaar {
  width: 33%;
}

.div-navbar {
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.heading-faq {
  letter-spacing: -.5px;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.heading-10 {
  font-family: Poppins, sans-serif;
}

.heading-11 {
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.heading-12 {
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.04;
}

.block-quote-2, .block-quote-3 {
  border-left-color: #34707a;
}

.h2-rich, .h3-rich {
  letter-spacing: -2px;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 500;
}

.quote-cms {
  border-left-color: #34707a;
}

.h2-cms {
  letter-spacing: -1px;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 500;
}

.button-text {
  z-index: 1;
  letter-spacing: -.5px;
  margin-top: -.03em;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  position: relative;
}

.text-underline {
  text-decoration: underline;
}

.mega-menu-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto .8fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: grid;
}

.nav-brand {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  width: 118px;
  display: flex;
}

.button-text-mask {
  flex: none;
  height: 22px;
  margin-top: 1px;
  margin-bottom: 3px;
  overflow: hidden;
}

.button-bg {
  background-color: #181e25;
  border-radius: 32px;
  position: absolute;
  inset: 0%;
}

.button-bg.accent {
  background-color: #d6fd70;
}

.navigation-link-hover-wrap {
  border-radius: 100vw;
  justify-content: flex-start;
  align-items: center;
  transition: background-color .2s;
}

.navigation-link-hover-wrap:hover {
  background-color: #181e2514;
}

.menu-bottom-tile {
  display: none;
}

.menu-column-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.nav-outer {
  padding-top: 12px;
  padding-left: 32px;
  padding-right: 32px;
}

.link-multi-layout {
  color: #181e257a;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 133.3%;
  text-decoration: none;
}

.link-multi-layout:hover {
  color: #16231b;
  text-decoration: underline;
}

.nav-logo {
  width: 100%;
}

.navbar-3 {
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 16px;
}

.banner-master {
  width: 100%;
  position: relative;
}

.navigation-exand-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
  position: relative;
}

.navigation-icon-line-vertical {
  background-color: #16231b;
  width: 2px;
  height: 14px;
  position: absolute;
}

.multi-layout-right {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.menu-page-bottom-tile {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.menu-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-multi-layout {
  width: 20px;
  height: 20px;
}

.nav-link-2 {
  z-index: 2;
  color: #181e25;
  padding: 8px 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.nav-link-2.w--current {
  color: #181e25;
}

.nav-right {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-link {
  color: #181e25;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
}

.navigation-label-mobile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.mega-menu-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.dropdown-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-weight: 600;
  display: flex;
}

.dropdown-toggle.w--open, .dropdown-toggle.w--open:hover {
  background-color: #0000;
}

.multi-layout-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  transition: background-color .2s;
  display: flex;
}

.navigation-link-wrap {
  flex-flow: column;
}

.dropdown-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
}

.dropdown-list.w--open {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  margin-top: 45px;
  padding-top: 50px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.dropdown-list.bigger-nav-list.w--open {
  top: 30px;
}

.menu-links-column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.menu-button {
  padding: 0;
}

.menu-page-wrap {
  background-color: #efede6;
  border-radius: 8px;
  justify-content: space-between;
  align-items: flex-end;
  width: 304px;
  height: 180px;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.link-underline {
  background-color: #181e25;
  width: 100%;
  height: 1px;
  position: absolute;
}

.mega-menu-wrap {
  transform-origin: 50% 0;
  border-radius: 16px;
  width: 100%;
  max-width: 1800px;
  padding-top: 32px;
  padding-bottom: 48px;
}

.cta-main {
  color: #fff;
  letter-spacing: -.5px;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  transition: color .2s, background-color .2s, border-color .2s;
  display: flex;
  position: relative;
}

.cta-main.accent {
  color: #181e25;
}

.multi-layout-link-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.text-body {
  letter-spacing: -.25px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.multi-layout-master {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.link-underline-animated {
  position: relative;
}

.label-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 120%;
}

.menu-cta-mobile {
  display: none;
}

.button-text-small {
  letter-spacing: -.25px;
  font-size: 14px;
  font-weight: 600;
  line-height: 114%;
}

.dropdown-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-wrap {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0%;
  right: 0%;
}

.nav-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: grid;
}

.nav-menu-inner {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-links-wrap {
  overflow: hidden;
}

.menu-page-image {
  object-fit: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  height: 100%;
}

.menu-divider {
  display: none;
}

.navigation-label-desktop {
  border: 1px solid #181e2552;
  border-radius: 24px;
  padding: 8px 16px;
}

.megs-menu-right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #181e25;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.navigation-icon-line-horizontal {
  background-color: #16231b;
  width: 14px;
  height: 2px;
}

.nav-dropdown {
  z-index: 1;
  position: static;
}

.text-small-2 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 142%;
}

.navbar_dropdown-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 10px 20px;
  display: flex;
}

.navbar-4 {
  background-color: #0000;
}

.img {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
}

.navbar_menu {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #0b1730;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
}

.navbar_button-wrap.is-tab {
  display: none;
}

.navbar-_button {
  color: #fff;
  text-align: center;
  background-color: #34707a;
  border: 1px solid #0000;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 150px;
  min-height: 44px;
  padding: 0 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.navbar-_button:hover {
  color: #0b1730cc;
  background-color: #0000;
  border-color: #0b1730cc;
}

.image {
  width: 120px;
}

.text-size-regular-6 {
  font-size: 1rem;
}

.icon-3 {
  transform: scale(1.05);
}

.navbar_dropdown {
  color: #0b1730;
  font-size: 1.125rem;
  font-weight: 700;
}

.navbar_content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #0b1730;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.navbar_content-wrap:hover {
  background-color: #f0f0f0;
}

.navbar_dropdown-list {
  background-color: #0000;
  border: 1px solid #c1c1c1;
  border-radius: 10px;
  width: 350px;
  display: none;
}

.navbar_dropdown-list.w--open {
  background-color: #0000;
  border: 1px solid #c1c1c1;
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  min-width: 810px;
}

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

.navbar-icon-wrap {
  border: 1px solid #dbe2eb;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  display: flex;
}

.navbar_toggle {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 0 10px;
  display: flex;
  position: relative;
  top: 0;
}

.navbar_link {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: #0b1730;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 0 10px;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navbar_wrap {
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.underline {
  background-color: #c1c1c1;
  background-image: none;
  width: 0%;
  height: 2px;
  position: absolute;
  inset: auto auto 0%;
}

.text-nav-menu {
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.nav-link-drop {
  font-size: 16px;
  font-weight: 400;
}

.nav-header {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.navbar_dropdown-item-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  display: flex;
  position: absolute;
  top: 0;
}

.navbar-5 {
  background-color: #0000;
}

.img-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
}

.navbar-_button-2 {
  color: #fff;
  text-align: center;
  background-color: #0b1730cc;
  border: 1px solid #0000;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 150px;
  min-height: 44px;
  padding: 0 24px;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.navbar-_button-2:hover {
  color: #0b1730cc;
  background-color: #0000;
  border-color: #0b1730cc;
}

.text-size-regular-7 {
  font-size: 1rem;
}

.navbar_section {
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100svh;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.navbar_dropdown-list-2 {
  background-color: #0000;
  border: 1px solid #c1c1c1;
  border-radius: 10px;
  width: 350px;
  display: none;
}

.navbar_dropdown-list-2.w--open {
  background-color: #0000;
  border: 1px solid #c1c1c1;
  border-radius: 10px;
  flex-flow: column;
  width: 350px;
  min-width: 350px;
}

.div-block-12 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.padding-global-3 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.navbar_wrap-2 {
  justify-content: space-between;
  align-items: center;
  height: 100px;
  display: flex;
}

.navbar-6 {
  background-color: #0000;
}

.text-size-regular-8 {
  font-size: 1rem;
}

.div-block-13 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_wrap-3 {
  justify-content: space-between;
  align-items: center;
  height: 100px;
  display: flex;
}

.link-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  justify-content: space-between;
  display: flex;
}

.navbar-7 {
  z-index: 9999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 1.5rem;
  padding-left: 2%;
  padding-right: 2%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.logo-wrapper {
  width: auto;
}

.navbar-wrapper {
  background-color: #f4f3f100;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 1.15rem;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.button-3 {
  color: #212121;
  letter-spacing: -.06em;
  background-color: #ceff65;
  border: 1px solid #d8d8d8;
  border-radius: 1rem;
  flex: none;
  padding: 1rem 1.18rem;
  font-size: 1.125rem;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.navbar-grid {
  justify-content: space-between;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.container-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.nav-drop-down {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.divider-nav {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #34707a00;
  border-radius: 10px;
  padding: 20px 30px;
  display: flex;
}

.title-drop-down {
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.nav_link_drop {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.dropdown-list-2 {
  background-color: #ddd;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border-radius: 8px;
}

.logo-sub-head {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-container {
  float: left;
  display: inline-block;
}

.logo-text {
  color: #668f80;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  display: flex;
}

.btn-selection-nav {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-line {
  background-color: #668f8073;
  width: 35px;
  height: 1px;
}

.title-subhead {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 200;
}

.div-nav-logo {
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.navi-link {
  color: #000;
  background-color: #5c242400;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.navi-link:hover {
  border: 1px #668f8033;
  border-radius: 0;
}

.navi-link.extra-10 {
  font-family: Poppins, sans-serif;
}

.navi-link.white {
  color: #fff;
  font-weight: 300;
}

.text-span-5 {
  color: #fff;
  font-style: italic;
  font-weight: 400;
}

.logo-div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.nav-button {
  background-color: #7b435b;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.nav-button.gold {
  color: #061237;
  background-color: #f7e7ce;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.nav-button.second {
  background-color: #668f80;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 19px;
}

.menu-block {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.nav-menu-left {
  float: left;
}

.nav-menu-left.right {
  float: right;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  display: flex;
}

.navbar-8 {
  text-align: center;
  background-color: #fff0;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 0 1px 23px #0000000d;
}

.nav-link-white {
  color: var(--white);
}

.text-block-9 {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.main-div-dropdown {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.dropdown-list-3 {
  background-color: #ddd;
}

.dropdown-list-3.w--open {
  background-color: #ffffffb3;
  border-radius: 15px;
  padding: 15px;
}

.tb_nav {
  color: var(--white);
  padding-left: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.h2---span {
  color: #34707a;
}

.h2-heading {
  text-transform: none;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 45px;
}

.h3-heading {
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.h2-heading---lead {
  text-transform: none;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.06;
}

.contact_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  margin-top: .5rem;
  display: flex;
}

.icon-back {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .5rem;
}

.contact_trext-area {
  color: #000;
  border: 1px solid #e5e6ef;
  border-radius: .5rem;
  max-width: 456px;
  min-height: 160px;
  margin-top: .5rem;
  padding: 1rem;
  transition: all .3s;
}

.contact_trext-area:hover, .contact_trext-area:active, .contact_trext-area:focus {
  border-color: #7767e4;
}

.contact_submit-buttom {
  background-image: linear-gradient(315deg, #7422a7, #4c38bd);
  border-radius: 9999px;
  margin-top: 2rem;
  padding: .625rem 2rem;
  font-weight: 500;
  transition: all .3s;
}

.contact_submit-buttom:hover {
  background-image: linear-gradient(315deg, #4c38bd, #7422a7);
}

.required {
  color: #d11d45;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.flex-align-center {
  justify-content: flex-start;
  align-items: center;
}

.flex-horizontal.flex-align-center.padding-vertical.padding-custom1.border_top-bottom {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
}

.contact_sub-label {
  color: #aaa;
  margin-top: .5rem;
  margin-bottom: 0;
  font-weight: 300;
}

.contact_input {
  color: #000;
  border: 1px solid #e5e6ef;
  border-radius: .5rem;
  width: 456px;
  min-height: 58px;
  margin-top: .5rem;
  padding: 1rem;
  transition: all .3s;
}

.contact_input:hover, .contact_input:focus {
  border-color: #7767e4;
}

.contact_form-2 {
  margin-top: 2rem;
}

.link-2 {
  color: #7767e4;
  text-decoration: none;
}

.contact_tab-link {
  background-color: #ddd0;
  border: 1px solid #e5e6ef;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 58px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.contact_tab-link:hover {
  background-color: #7767e41a;
  border-color: #7767e4;
}

.contact_tab-link.w--current {
  background-color: #7767e41a;
  border-width: 1px;
  border-color: #7767e4;
  min-height: 58px;
}

.contact_tab-link.verkopen.w--current {
  background-color: #34707a;
}

.contact_label {
  color: #000;
  margin-bottom: 0;
}

.contact_select {
  color: #000;
  background-color: #f3f3f300;
  border: 1px solid #e5e6ef;
  border-radius: .5rem;
  max-width: 456px;
  min-height: 58px;
  margin-top: .5rem;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all .3s;
  overflow: hidden;
}

.contact_select:hover, .contact_select:active, .contact_select:focus {
  border-color: #7767e4;
}

.section_hero {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  padding-top: 8rem;
  display: flex;
  position: relative;
}

.container-medium-2 {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.hero_grid {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.text-block-10 {
  color: #fff;
}

.img-location {
  box-sizing: content-box;
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.your {
  color: #000;
  font-size: 24px;
  line-height: 25.2px;
}

.your.bottom-39 {
  margin-bottom: 39px;
}

.heading-hire {
  color: #000;
  margin-top: 2vh;
  margin-bottom: 5vh;
  font-size: 6.5vw;
  font-weight: 400;
  line-height: 1;
}

.grid-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 1.375rem;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 22.9688rem;
  margin-bottom: 3rem;
  margin-left: auto;
}

.grid-2._2 {
  margin-left: 0;
}

.contact-form---contact-page {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.field_label {
  z-index: 1;
  color: #6669;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  transition: all .3s;
  position: relative;
}

.field_label.large {
  color: #000;
  margin-left: 0;
  transform: translate(0, 34px);
}

.success-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.form-block-2 {
  height: 100%;
}

.form-block-2.mid {
  justify-content: center;
  align-items: center;
  display: flex;
}

.success {
  text-align: left;
  background-color: #0000;
  height: 100%;
  padding: 10vh 0;
}

.field {
  z-index: 2;
  color: #000;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #34707a80;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  line-height: 28.8px;
  position: relative;
}

.checkboxes {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.checkboxes.maxwidth-353 {
  max-width: 353px;
}

.checkboxes.maxwidth-470 {
  max-width: 470px;
}

.checkbox {
  z-index: 1;
  cursor: pointer;
  border: 1px solid #34707a66;
  border-radius: 10px;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.checkbox:active {
  background-color: #fff;
  border-color: #fff;
}

.checkbox.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-color: #fff;
  border-radius: 10px;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
}

.send-message {
  color: #fff;
  background-color: #34707a;
  border-radius: 10px;
  margin-top: 5vh;
  padding: 1rem 3rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  transition: all .3s;
}

.send-message:hover {
  background-color: #424242;
}

.send-message:active {
  color: #000;
  background-color: #fff;
}

.thankyou {
  color: #000;
  margin-bottom: 64px;
  font-size: 7.5rem;
  line-height: 1;
}

.hire-checkbox {
  margin-bottom: 0;
  padding: 16px 18px;
  position: relative;
}

.footer-link-2 {
  color: #fff;
  text-align: left;
  cursor: none;
  align-items: flex-start;
  width: 100%;
  margin-right: 2.96875rem;
  font-size: 1rem;
  line-height: 1.2rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.footer-link-2.black {
  color: #000;
  cursor: pointer;
}

.col {
  flex: 1;
  display: block;
  position: relative;
}

.black-line-animation {
  z-index: 3;
  background-color: #000;
  width: 0%;
  height: 1px;
  transition: all .6s;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hire-content-wrapper {
  width: 100%;
  height: 100%;
}

.checkbox-label-2 {
  z-index: 2;
  color: #6669;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  transition: all .3s;
  position: relative;
}

.checkbox-label-2.is--clickable-off {
  color: #000;
  font-size: 15px;
}

.hire-fild-label {
  color: #6669;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  transition: all .3s;
}

.hire-fild-label.bottom-16 {
  color: #000;
  margin-bottom: 16px;
  font-size: 15px;
}

.form-2 {
  width: 90%;
}

.form-label {
  margin-bottom: 4px;
  font-size: 1.05rem;
  font-weight: 400;
}

.form-label.other {
  font-weight: 400;
}

.form-label.sml {
  font-size: 15px;
  line-height: 20px;
}

.form-label-div, .form-label-div._50 {
  width: 100%;
}

.form-label-div._10px {
  margin-bottom: 10px;
}

.divider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 10px;
  display: flex;
}

.text-field {
  border-radius: 10px;
}

.form-field {
  color: #34707a;
  border: 1px solid #34707a4d;
  border-radius: 8px;
  font-size: .9rem;
  font-weight: 300;
}

.radio-button-text {
  height: 25px;
  margin-bottom: 0;
  font-size: 1.05rem;
  font-weight: 300;
}

.radio-button {
  height: 20px;
}

.contact-dropdown {
  color: #0009;
  background-color: #fff;
  border: 1px solid #34707a80;
  border-radius: 8px;
  padding-right: 12px;
  font-size: .9rem;
  font-weight: 300;
}

.success-message {
  color: var(--white);
  background-color: #34707a99;
}

.div_contact_info {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.bold-waar-actief {
  font-weight: 500;
}

.services {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.services.articles {
  margin-bottom: 20px;
}

.list-services {
  margin-bottom: 5px;
}

.text-quote {
  color: #34707a;
  font-size: 20px;
  font-weight: 800;
}

.text-white-small-other {
  font-size: 1.2rem;
  font-weight: 300;
}

.text-page {
  opacity: 1;
  color: var(--black);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
}

.text-page.white {
  color: var(--white);
}

.text-page.white._20px {
  padding-top: 20px;
}

.text-page._10px {
  margin-bottom: 10px;
}

.h2-head {
  text-transform: none;
  height: auto;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.h2-head.small-white {
  color: var(--white);
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.container-footer {
  width: 80%;
}

.phone-link {
  color: #416d47;
  font-size: 1.4rem;
  font-weight: 800;
}

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

.container-5 {
  width: 100%;
  max-width: 1800px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.container-5.cta-section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: clip;
}

.section-3.cta {
  background-color: #081010;
  background-image: linear-gradient(#0f1b2299, #0f1b2299), url('../images/Main-Hero---apartment.jpg');
  background-position: 0 0, 50% 71%;
  background-size: auto, cover;
  height: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.vertical-headline {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.vertical-headline.center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.text {
  color: #3a4140;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.text.white {
  color: #fefcf8;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.button-text-wrapper {
  flex-flow: column;
  height: 1.5rem;
  overflow: hidden;
}

.heading-1 {
  color: #081010;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.1;
}

.heading-1.cta-heading {
  color: #fefcf8;
  text-transform: none;
  max-width: 49rem;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.button-4 {
  color: #fefcf8;
  text-align: center;
  background-color: #081010;
  justify-content: flex-start;
  align-items: flex-end;
  padding: .75rem 2rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: all .3s;
}

.button-4:hover {
  background-color: #3a4140;
}

.button-4.white-2 {
  color: #081010;
  background-color: #fefcf8;
}

.button-4.white-2:hover {
  color: #fefcf8;
  background-color: #3a4140;
}

.button-4.secondary-white {
  color: #fefcf8;
  background-color: #0000;
  border: 1px solid #fefcf8;
}

.button-4.secondary-white:hover {
  color: #081010;
  background-color: #fefcf8;
}

.flex-block {
  justify-content: space-around;
}

.flex-block._100, ._10 {
  height: 100%;
}

._100 {
  justify-content: space-around;
  height: 100%;
  min-height: 280px;
}

@media screen and (max-width: 991px) {
  .container-large {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-large.footer {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    padding-top: 0;
    padding-left: 20px;
    display: flex;
  }

  .container-large.faq-blog-section.blog {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .styleguide_block.cc-grid {
    display: flex;
  }

  .styleguide_wrap {
    flex-flow: column;
    display: flex;
  }

  .text-rich-text p {
    width: 90%;
  }

  .margin-bottom-8 {
    margin-bottom: .375rem;
  }

  .margin-bottom-12 {
    margin-bottom: .625rem;
  }

  .margin-bottom-20 {
    width: 100%;
    margin-bottom: 1rem;
  }

  .margin-bottom-20.mid {
    flex-flow: column;
  }

  .margin-bottom-20.mid.other-stylle {
    margin-bottom: 0;
  }

  .margin-bottom-20.top {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .margin-bottom-24 {
    margin-bottom: 1.25rem;
  }

  .margin-bottom-28 {
    margin-bottom: 1.5rem;
  }

  .margin-bottom-32 {
    margin-bottom: 1.75rem;
  }

  .margin-bottom-40 {
    width: 100%;
    margin-bottom: 2.25rem;
  }

  .margin-bottom-48 {
    margin-bottom: 2.75rem;
  }

  .margin-bottom-56 {
    margin-bottom: 3.25rem;
  }

  .margin-bottom-64 {
    margin-bottom: 3.5rem;
  }

  .margin-bottom-64.new-footer._40 {
    width: 80%;
  }

  .margin-bottom-64.new-footer._40.footer {
    width: 90%;
  }

  .margin-bottom-64.new-footer._60 {
    width: 100%;
  }

  .margin-bottom-72 {
    margin-bottom: 4rem;
  }

  .margin-bottom-80 {
    margin-bottom: 4.5rem;
  }

  .margin-bottom-96 {
    margin-bottom: 5rem;
  }

  .margin-bottom-104 {
    margin-bottom: 6rem;
  }

  .margin-bottom-120 {
    margin-bottom: 6.5rem;
  }

  .margin-bottom-144 {
    margin-bottom: 7rem;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .z-index-2 {
    color: var(--black);
  }

  .heading-style-h4.sml {
    text-align: center;
  }

  .styleguide_head {
    position: relative;
    top: auto;
  }

  .margin-top-8 {
    margin-top: .375rem;
  }

  .margin-top-12 {
    margin-top: .625rem;
  }

  .margin-top-20 {
    margin-top: 1rem;
  }

  .margin-top-24 {
    margin-top: 1.25rem;
  }

  .margin-top-28 {
    margin-top: 1.5rem;
  }

  .margin-top-32 {
    margin-top: 1.75rem;
  }

  .margin-top-40 {
    margin-top: 2.25rem;
  }

  .margin-top-48 {
    margin-top: 2.75rem;
  }

  .margin-top-56 {
    margin-top: 3.25rem;
  }

  .margin-top-64 {
    margin-top: 3.5rem;
  }

  .margin-top-72 {
    margin-top: 4rem;
  }

  .margin-top-80 {
    margin-top: 4.5rem;
  }

  .margin-top-96 {
    margin-top: 5rem;
  }

  .margin-top-104 {
    margin-top: 6rem;
  }

  .margin-top-120 {
    margin-top: 6.5rem;
  }

  .margin-top-144 {
    margin-top: 7rem;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.is-video {
    margin-top: 4.5rem;
    padding-top: 2.5rem;
  }

  .section.is-video.main {
    padding-bottom: 0;
  }

  .section.is-location._3rd-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.is-footer {
    padding-bottom: 0;
  }

  .section.is-hero {
    margin-top: 4.5rem;
  }

  .section.is-contact {
    margin-top: 4.5rem;
    padding-top: 2.5rem;
  }

  .section.background-color-white.services {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.is-bottom-cta {
    padding-top: 6.25rem;
  }

  .section.is-about-hero, .section.is-location-hero, .section.is-legal {
    margin-top: 4.5rem;
    padding-top: 2.5rem;
  }

  .video_wrap {
    transform: scale(.9);
  }

  .hero-heading {
    font-size: 1rem;
  }

  .video_box {
    aspect-ratio: 1162 / 900;
  }

  .wrap_flex.is-align-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .max-width-440._100.big-pad, .max-width-440._100.big-pad.faq {
    width: 100%;
  }

  .max-width-440.full-width {
    width: 90%;
    max-width: none;
  }

  .max-width-440.footer {
    max-width: none;
  }

  .email-form_wrap {
    flex: 0 auto;
    width: 70%;
    max-width: none;
  }

  .player_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .player_list.other-style {
    flex-flow: column;
    display: flex;
  }

  .player_item {
    width: 100%;
  }

  .player_visual {
    border-radius: 1.5rem;
  }

  .player_visual.shadow-card {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .player_visual.shadow-card._1 {
    background-position: 50%;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
    height: 250px;
  }

  .player_visual.shadow-card._2, .player_visual.shadow-card._3 {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
    height: 250px;
  }

  .parallax-overlay {
    filter: blur(10px);
    background-image: linear-gradient(#0000008c, #0000008c), url('../images/Amsterdam-blue-sky.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .locations_wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .locations_list {
    width: 100%;
  }

  .locations_visual, .locations_visual.haarlem {
    height: 220px;
  }

  .faqs_wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer_copyright {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    padding-top: .25rem;
  }

  .hero_wrap {
    border-radius: 2rem;
    height: calc(98vh - 4.5rem);
  }

  .hero_inner {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .quote_text {
    font-size: 21px;
    font-weight: 400;
  }

  .text-highlight.dark-green {
    font-weight: 700;
  }

  .gallery_img-box {
    font-size: .9rem;
  }

  .feature_wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .feature_visual {
    aspect-ratio: 3 / 2;
    width: 100%;
    max-width: 100%;
  }

  .feature_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .staff_list {
    flex-flow: column;
    display: flex;
  }

  .contact_wrap {
    flex-flow: column;
  }

  .contact_visual {
    aspect-ratio: 1;
    width: 100vw;
    margin-left: -5vw;
    position: relative;
    top: auto;
  }

  .contact_content {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .contact_img {
    width: 100%;
  }

  .navbar {
    height: 4.5rem;
  }

  .nav_wrap {
    justify-content: space-between;
    padding: .5rem 1rem;
  }

  .nav_link {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 10vw;
  }

  .nav_brand {
    width: 12rem;
    position: relative;
  }

  .nav_brand.soon-live {
    width: 15rem;
  }

  .nav_menu-items {
    background-color: var(--white);
    flex-flow: column;
    width: 100vw;
    height: 100vh;
    padding-top: 2rem;
    left: 0;
    right: 0;
  }

  .nav_menu-items-inner {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .nav_menu-link-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
  }

  .nav_menu-link-wrap.is-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav_button {
    z-index: 100;
    margin-right: -1rem;
    padding: 1rem;
  }

  .nav_button.w--open {
    background-color: #fff0;
  }

  .nav_button-inner {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    color: var(--green);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .nav_button-line {
    background-color: var(--black);
    border-radius: 2rem;
    width: 1.6rem;
    height: 2px;
    padding: 0;
  }

  .nav_button-line.is-top.green, .nav_button-line.is-middle.green, .nav_button-line.is-bottom.green {
    background-color: var(--green);
  }

  .flex-center {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .flex-center.colourd {
    width: 90%;
  }

  .button-hero {
    margin-top: 0;
  }

  .button-hero.blog-faq {
    flex-flow: column;
    width: 100%;
  }

  .about-visual_wrap {
    margin-bottom: 1rem;
    transform: scale(.9);
  }

  .footer_link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .content_wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .template_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .section-2 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .section-2.no-pad {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-image {
    display: none;
  }

  .service-headline {
    grid-template-columns: auto 1fr;
  }

  .container {
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .vertical-wrapper._100 {
    width: 100%;
  }

  .vertical-wrapper.big {
    width: 70%;
  }

  .info-block {
    width: 90%;
  }

  .info-block.sml {
    width: 100%;
    margin-bottom: 40px;
  }

  .h1-hero.small-faq {
    font-size: 4rem;
  }

  .h1-hero.faq-style {
    font-size: 3rem;
  }

  .text-span {
    font-size: 8rem;
  }

  .text-span.sml {
    font-size: 6rem;
  }

  .text-span-2.small {
    font-size: 4rem;
  }

  .heading {
    font-size: 3rem;
  }

  .heading.pad {
    font-weight: 700;
  }

  .heading.h2-sub.bold.white {
    width: 100%;
  }

  .heading.h2-sub.bold.white.ost {
    margin-bottom: 0;
  }

  .heading.h2-sub.bold.homepage {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-4-style.faq {
    font-size: 25px;
    font-weight: 500;
  }

  .locatie-div {
    width: 100%;
  }

  .faq-text-span {
    font-size: 6rem;
  }

  .divider-footer {
    flex-flow: column;
  }

  .main-footer-block {
    flex-flow: row;
    width: 100%;
  }

  .main-hero-landing.aankoop {
    height: 90vh;
  }

  .text-article {
    width: 90%;
  }

  .button-faq-block, .btn-meer-info {
    min-width: 60%;
  }

  .filter_ui {
    flex-flow: column;
  }

  .heading---filter.midpad {
    padding-left: 0;
  }

  .intro-block {
    margin-bottom: 40px;
  }

  .heading-style-h1-2 {
    font-size: 4rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-xl {
    font-size: 2rem;
  }

  .home-number_label {
    padding-bottom: .35rem;
  }

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

  .home-call_com {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .home-call_column {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .home-call_intro {
    min-width: 28rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-banner_clip {
    border-radius: .625px;
  }

  .home-banner_frame.pointer-events-off {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .home-banner_cutout {
    border-radius: .625rem;
  }

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

  .team_block {
    grid-row-gap: 6rem;
  }

  .home-banner_wrap {
    height: 80vw;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .base-wrap.btm {
    padding-bottom: 1rem;
  }

  .base-wrap.top {
    padding-top: 1rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-xxhuge {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-slider_item.swiper-slide {
    width: 50%;
  }

  .feature_left {
    flex-basis: 50%;
    max-width: 40%;
    margin-left: 0%;
  }

  .feature_left.section-1.contact-form {
    max-width: none;
  }

  .feature_left.section-1.contact-form.other {
    margin-bottom: 20px;
  }

  .about_wrapper {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .about_wrapper._90 {
    width: 95%;
  }

  .pre_wrap-text {
    white-space: pre-wrap;
  }

  .about_content {
    font-size: 1.125rem;
    line-height: 1.78;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .section_about {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .about_image-wrapper {
    border-radius: 0;
    max-width: none;
  }

  .about_image-wrapper.with-size {
    width: 100%;
  }

  .sub_heading {
    font-size: .875rem;
    line-height: 1.0625rem;
  }

  .container_content {
    justify-content: center;
    align-items: center;
  }

  .treatment_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .faq_toggle {
    padding-right: 2rem;
  }

  .timeline_bg {
    border-radius: 2.25rem;
    left: 0;
    right: 0;
  }

  .about_left {
    flex: 1;
    max-width: none;
  }

  .timeline_wrapper {
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .timeline_wrapper._100 {
    padding-top: 0;
  }

  .faq_description.w--open {
    margin-top: 1.25rem;
  }

  .timeline_single {
    padding-top: 0;
  }

  .about_right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 0;
  }

  .about_image {
    border-radius: 4.23278rem 4.23278rem .51497rem;
  }

  .timeline_left {
    flex-basis: 50%;
    max-width: 50%;
    padding-bottom: 6rem;
    padding-right: .9375rem;
  }

  .section_tracking {
    width: 100%;
  }

  .heading-style-h2-3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .acid_blur {
    right: -80px;
  }

  .feature_image {
    max-width: 14.75rem;
    margin-left: auto;
    margin-right: auto;
  }

  .image_wrapper {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

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

  .h2-div.margin-xhuge._9 {
    width: 90%;
  }

  .banner_image {
    left: -23px;
  }

  .blue_effect {
    display: none;
  }

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

  .sectie-right {
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
  }

  .sectie-right.big-style-100 {
    width: 100%;
  }

  .sectie-right._90 {
    width: 100%;
    max-width: none;
  }

  .padding-global-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .timeline_right {
    margin-left: 1.875rem;
  }

  .sectie-left {
    width: 90%;
    max-width: none;
  }

  .content-wrapper {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    width: 90%;
  }

  .content-wrapper.high-line {
    flex-flow: column;
  }

  .content-wrapper.high-line.kantoor {
    margin-top: 40px;
  }

  .text-block-paragraph._10-px {
    margin-bottom: 20px;
  }

  .block_quote {
    max-width: 31.6rem;
    padding-left: 0;
    padding-right: 0;
  }

  .section_treatment, .sectie-waarom {
    width: 100%;
  }

  .timeline_block {
    margin-top: 5rem;
  }

  .feature_image-block {
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .treatment_right {
    flex-basis: 50%;
    max-width: 50%;
    margin-left: 0%;
  }

  .landingp_div_info {
    width: 100%;
    height: 330px;
  }

  .landingp_div_info.picture-2 {
    width: 100%;
  }

  .divider-for-explanation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service-block {
    width: 60%;
  }

  .img_div_land.other-style._1 {
    width: 410px;
  }

  .picture-div {
    display: none;
  }

  .hero-title {
    color: #fff;
    font-size: 45px;
    line-height: 50px;
  }

  .text-hero {
    color: #fff;
    font-weight: 200;
  }

  .text-block-7 {
    color: #fff;
  }

  .divider-hero.content {
    padding-left: 20px;
  }

  .icon-2 {
    color: var(--white);
  }

  .hero-line {
    background-color: #fff;
  }

  .nav-link {
    color: #000;
  }

  .hero-section-final {
    background-image: linear-gradient(#0009, #0009), url('../images/Amsterdam-Noord.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-sub {
    color: #fff;
    letter-spacing: 6px;
  }

  .div-hero {
    width: 100%;
  }

  .list-makelaar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .list-item-makelaar {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .heading-faq {
    font-size: 18px;
  }

  .heading-13, .heading-14 {
    font-family: Poppins, sans-serif;
    font-size: 30px;
    font-weight: 500;
  }

  .mega-menu-halves {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-template-image {
    width: 137px;
  }

  .navigation-link-hover-wrap {
    border-radius: 0;
    padding: 0;
  }

  .navigation-link-hover-wrap:hover {
    background-color: #0000;
  }

  .menu-bottom-tile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .menu-column-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    max-width: none;
  }

  .menu-close {
    justify-content: center;
    align-items: center;
    width: 20px;
    padding: 2px;
    display: none;
  }

  .nav-menu {
    background-color: #0000;
  }

  .menu-socials {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    display: flex;
  }

  .menu-cta-link-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .menu-column {
    width: 100%;
  }

  .icon-multi-layout {
    display: none;
  }

  .nav-link-2 {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: none;
  }

  .menu-link {
    padding: 0;
  }

  .menu-link:hover {
    background-color: #0000;
  }

  .navigation-label-mobile {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .mega-menu-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
  }

  .dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    padding: 0;
    display: none;
  }

  .multi-layout-row:hover {
    background-color: #0000;
  }

  .navigation-link-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    padding: 0;
  }

  .dropdown-list {
    background-color: #0000;
    display: block;
    position: static;
  }

  .dropdown-list.w--open {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .dropdown-list.bigger-nav-list.w--open {
    margin-top: 0;
  }

  .menu-links-column {
    padding-top: 20px;
  }

  .menu-button {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button.w--open {
    color: #181e25;
    background-color: #0000;
  }

  .mega-menu-wrap {
    border-style: none;
    padding: 0;
  }

  .icon-close {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .multi-layout-master {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .menu-cta-mobile {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    background-color: #efede6;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    position: absolute;
    inset: 0 0% auto;
  }

  .icon-menu {
    justify-content: center;
    align-items: center;
    width: 20px;
    display: flex;
  }

  .nav-container {
    grid-template-columns: 1fr 1fr;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-menu-inner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    border-radius: 8px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    max-height: 87vh;
    margin-top: 8px;
    padding: 130px 32px 24px;
    display: flex;
    position: relative;
    overflow: auto;
  }

  .menu-open {
    justify-content: center;
    align-items: center;
    width: 20px;
    display: flex;
  }

  .link-menu-social {
    width: 19px;
    height: 19px;
  }

  .menu-divider {
    background-color: #181e2552;
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    display: block;
  }

  .navigation-label-desktop, .megs-menu-right {
    display: none;
  }

  .nav-dropdown {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .navbar_dropdown-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
  }

  .navbar_menu {
    background-color: #0000;
    flex-flow: column;
    align-items: flex-start;
    height: 100%;
    display: flex;
    overflow-y: scroll;
  }

  .navbar_button-wrap.is-desktop {
    display: none;
  }

  .navbar_button-wrap.is-tab {
    align-items: center;
    width: 100%;
    padding-top: 0;
    display: flex;
  }

  .navbar_dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar_content-wrap:hover {
    background-color: #0b17300d;
  }

  .navbar_dropdown-list.w--open {
    border-width: 0;
    min-width: 100%;
  }

  .div-block-2 {
    background-color: #0b17300d;
    border-radius: 5px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
  }

  .menu-button-2.w--open {
    background-color: #0b1730cc;
  }

  .navbar-icon-wrap {
    border: 1px solid #dbe2eb;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: flex;
  }

  .navbar_toggle {
    align-items: flex-start;
    width: 100%;
  }

  .navbar_dropdown-item-2 {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
  }

  .navbar_dropdown-list-2.w--open {
    border-width: 0;
    min-width: 100%;
  }

  .div-block-12 {
    background-color: #0b17300d;
    border-radius: 5px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
  }

  .menu-button-3.w--open {
    background-color: #0b1730cc;
  }

  .div-block-13 {
    background-color: #0b17300d;
    border-radius: 5px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
  }

  .icon-57 {
    color: var(--white);
  }

  .link-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .nav-menu-2 {
    background-color: #f4f3f1;
    border-radius: 1rem;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
    transform: translate(0, 10%);
  }

  .navbar-7 {
    margin-top: .5rem;
  }

  .hamburger {
    color: var(--white);
  }

  .hamburger.w--open {
    background-color: #c8c8c800;
  }

  .navbar-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .hamburger-lottie {
    color: var(--white);
    width: 2rem;
    height: 2rem;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.25rem;
    line-height: 1;
  }

  .button-3.hide {
    display: none;
  }

  .container-4 {
    max-width: 80rem;
  }

  .text-block-8, .icon-58 {
    color: var(--black);
  }

  .icon-59 {
    color: #fff;
  }

  .btn-selection-nav {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .menu-button-4 {
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button-4.w--open {
    background-color: #34707a;
    border-style: none;
    border-color: #1370d9;
  }

  .nav-btn-mbl {
    width: 30%;
  }

  .div-nav-logo {
    justify-content: flex-start;
    align-items: center;
    width: 60%;
  }

  .navi-link {
    text-align: center;
    margin-bottom: 0;
  }

  .navi-link.extra-10 {
    margin-bottom: 20px;
  }

  .navi-link.white {
    text-align: left;
  }

  .menu-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .nav-menu-left.right {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-color: #141b24e6;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .navbar-8 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .section_hero {
    padding-top: 3rem;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .grid-2 {
    z-index: 99;
    grid-column-gap: 1.375rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-link-2 {
    margin-right: 0;
  }

  .from-voor-contact, .form-block-3 {
    width: 100%;
  }

  .services {
    flex-flow: column;
  }

  .container-5 {
    max-width: none;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .section-3 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 7rem;
  }

  .container-large {
    padding-bottom: 60px;
  }

  .container-large.footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .margin-bottom-20 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .margin-bottom-20.mid {
    justify-content: center;
    align-items: center;
  }

  .margin-bottom-24 {
    margin-bottom: 1rem;
  }

  .margin-bottom-28 {
    margin-bottom: 1.25rem;
  }

  .margin-bottom-32 {
    margin-bottom: 1.5rem;
  }

  .margin-bottom-40 {
    margin-bottom: 2rem;
  }

  .margin-bottom-48 {
    margin-bottom: 2.25rem;
  }

  .margin-bottom-56 {
    margin-bottom: 2.75rem;
  }

  .margin-bottom-64 {
    margin-bottom: 3rem;
  }

  .margin-bottom-72 {
    margin-bottom: 3.25rem;
  }

  .margin-bottom-80 {
    margin-bottom: 3.5rem;
  }

  .margin-bottom-96 {
    margin-bottom: 3.75rem;
  }

  .margin-bottom-104 {
    margin-bottom: 4rem;
  }

  .margin-bottom-120 {
    margin-bottom: 4.5rem;
  }

  .margin-bottom-144 {
    margin-bottom: 5rem;
  }

  .hide-landscape {
    display: none;
  }

  .show-landscape {
    display: block;
  }

  .heading-style-h1 {
    font-size: 7rem;
  }

  .heading-style-h4.sml {
    font-size: 1.4rem;
  }

  .margin-top-24 {
    margin-top: 1rem;
  }

  .margin-top-28 {
    margin-top: 1.25rem;
  }

  .margin-top-32 {
    margin-top: 1.5rem;
  }

  .margin-top-40 {
    margin-top: 2rem;
  }

  .margin-top-48 {
    margin-top: 2.25rem;
  }

  .margin-top-56 {
    margin-top: 2.75rem;
  }

  .margin-top-64 {
    margin-top: 3rem;
  }

  .margin-top-72 {
    margin-top: 3.25rem;
  }

  .margin-top-80 {
    margin-top: 3.5rem;
  }

  .margin-top-96 {
    margin-top: 3.75rem;
  }

  .margin-top-104 {
    margin-top: 4rem;
  }

  .margin-top-120 {
    margin-top: 4.5rem;
  }

  .margin-top-144 {
    margin-top: 5rem;
  }

  .section.is-bottom-cta {
    padding-top: 5rem;
  }

  .section.is-about-hero {
    padding-bottom: 4rem;
  }

  .hero-heading.faq {
    max-width: 33rem;
  }

  .video_title {
    left: 1rem;
    right: 1rem;
  }

  .max-width-440.is-full-responsive {
    max-width: 100%;
  }

  .email-form_wrap {
    width: 100%;
  }

  .player_list {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
    flex-flow: column;
    display: flex;
  }

  .player_visual.shadow-card._1 {
    height: 200px;
  }

  .player_visual.shadow-card._2 {
    background-position: 50%;
    height: 200px;
  }

  .player_visual.shadow-card._3 {
    height: 200px;
  }

  .parallax-overlay {
    background-image: linear-gradient(#0009, #0009), url('../images/Amsterdam-blue-sky.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .locations_list {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
    overflow: auto;
  }

  .locations_item {
    flex: none;
    width: 90%;
  }

  .locations_visual {
    width: 90%;
  }

  .locations_visual.haarlem {
    justify-content: center;
    align-items: center;
  }

  .footer_links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    margin-left: -.5rem;
  }

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

  .locations_grid {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    flex-flow: column;
    display: flex;
  }

  .quote_text {
    font-size: 19px;
    font-weight: 400;
  }

  .gallery_wrap {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .gallery_img-box {
    font-size: .6rem;
  }

  .feature_visual {
    aspect-ratio: 1;
  }

  .nav_menu-items-inner {
    padding-left: 1rem;
  }

  .flex-center.colourd {
    width: 95%;
  }

  .button-hero {
    margin-top: 0;
  }

  .bottom-cta_box {
    margin-top: -4rem;
  }

  .about-visual_wrap {
    height: 20rem;
    margin-top: -3.5rem;
  }

  .licence_grid-images {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr;
  }

  .template_list {
    flex-flow: column;
  }

  .content_header {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .template_list-item.is-licence {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer_copyright-inner {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .arrow-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .section-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .service-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .service-link:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .service-link.faq {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .service-headline {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

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

  .vertical-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .vertical-wrapper.big, .info-block, .info-block.sml._100 {
    width: 100%;
  }

  .h1-hero {
    font-size: 7rem;
  }

  .h1-hero.faq-style {
    font-size: 2.5rem;
    line-height: .95;
  }

  .text-span {
    font-size: 8rem;
  }

  .text-span.sml {
    font-size: 5rem;
  }

  .text-span-2 {
    font-size: 4.4rem;
  }

  .heading.pad.sml {
    font-size: 1.5rem;
  }

  .heading.h2-sub.bold.homepage {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-4-style.faq {
    font-size: 1.5rem;
  }

  .divider-footer {
    width: 100%;
  }

  .footer-block.max {
    max-width: 180px;
  }

  .footer-title {
    font-size: 1.5rem;
  }

  .footer-link {
    font-size: .9rem;
  }

  .footer-link.bold.max {
    max-width: 8.1em;
  }

  .button-faq-block, .btn-meer-info {
    min-width: 70%;
  }

  .filter_ui {
    background-color: #fcf9f940;
  }

  .search_bar {
    width: 90%;
  }

  .filter_in_searchbar {
    padding-left: 0;
  }

  .heading---filter.midpad.pad {
    width: 90%;
    margin-top: 10px;
  }

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

  .checkbox-label {
    font-size: .8rem;
  }

  .heading-style-h1-2 {
    font-size: 2.625rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-hero_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding: 1rem 1rem 2rem;
  }

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

  .home-number_com {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .home-number_item {
    padding: .6rem 0;
  }

  .home-number_item.second {
    border-bottom: 1px dashed #dfdedb;
    border-right-style: none;
    padding-left: 1.25rem;
  }

  .home-number_item.fourth {
    border-right-style: none;
    padding-left: 1.25rem;
  }

  .home-number_item.first {
    border-bottom: 1px dashed #dfdedb;
  }

  .home-numbers_list {
    padding-top: 0;
  }

  .home-call_com {
    grid-template-columns: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home-call_column {
    width: 100%;
  }

  .home-call_intro {
    min-width: auto;
    padding-top: 2rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-banner_clip {
    border-radius: .625rem;
  }

  .heading-style-h2-2 {
    font-size: 2rem;
  }

  .team_block {
    grid-row-gap: 4rem;
    padding: 1.5rem 1.5rem 3rem;
  }

  .text-size-large-2 {
    font-size: 1.25rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-arrows {
    grid-column-gap: .625rem;
  }

  .home-slider_item.swiper-slide {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-slider_com {
    padding-bottom: 2rem;
  }

  .location-slider.swiper {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .collection-item-2.left {
    justify-content: flex-start;
    align-items: center;
  }

  .feature_left {
    flex-basis: 100%;
    max-width: 100%;
  }

  .about_wrapper {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    flex-flow: column;
  }

  .about_wrapper._90.switch {
    flex-flow: column-reverse wrap;
    width: 100%;
  }

  .timeline_image.mobile_show {
    display: block;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .about_image-wrapper {
    max-width: none;
  }

  .about_image-wrapper.with-size {
    border-radius: 12px;
    height: 380px;
  }

  .container_content.switch {
    flex-flow: column wrap-reverse;
  }

  .treatment_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap-reverse;
  }

  .faq_toggle {
    font-size: 1.125rem;
  }

  .timeline_image-block._2, .timeline_image-block._1, .timeline_image-block._3 {
    position: static;
  }

  .about_left {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }

  .timeline_wrapper {
    border-radius: 2.25rem;
  }

  .dropdown_wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .timeline_single {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 0;
  }

  .timeline_single._3 {
    margin-bottom: 0;
  }

  .about_right {
    flex-basis: 100%;
    max-width: 100%;
    margin-left: 0%;
  }

  .about_icon {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
    margin-bottom: 1rem;
  }

  .timeline_left {
    flex-basis: 100%;
    max-width: 100%;
  }

  .heading-style-h2-3 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .acid_blur {
    display: none;
    right: -40px;
  }

  .image_wrapper {
    position: static;
  }

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

  .banner_image {
    bottom: 45px;
    left: -.75rem;
  }

  .blue_effect {
    display: none;
  }

  .condition_wrapper {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .sectie-right.big-style-100._90 {
    width: 100%;
  }

  .sectie-right.big-style-100._90.mob-pad {
    margin-bottom: 30px;
  }

  .condition_block {
    padding-right: .625rem;
  }

  .condition_block.aquamarine {
    display: none;
  }

  .padding-global-2 {
    margin-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .timeline_right {
    display: none;
  }

  .sectie-left {
    max-width: 100%;
  }

  .content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    width: 100%;
  }

  .content-wrapper.next {
    flex-flow: column;
  }

  .author_block {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
  }

  .timeline_number {
    width: 3rem;
    height: 3rem;
  }

  .block_quote {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }

  .timeline_block {
    margin-top: 4rem;
  }

  .treatment_right {
    flex-basis: 100%;
    max-width: 100%;
  }

  .landingp_div_info.picture-2 {
    background-position: 50% 80%;
    height: 350px;
  }

  .service-block, .img_div_land.other-style._3 {
    width: 100%;
  }

  .img_div_land.other-style._1 {
    background-position: 50% 75%;
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    height: 250px;
  }

  .hero-title {
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
  }

  .hero-section-final.amsterdam.makelaar {
    background-image: linear-gradient(#0000008c, #0000008c), url('../images/Appartement-7.jpg');
    background-position: 0 0, 50% 85%;
    background-size: auto, cover;
  }

  .hero-section-final.overveen {
    background-image: linear-gradient(#0006, #0006), url('../images/Overveen-Hero.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .hero-sub {
    font-weight: 200;
  }

  .hero-sub.nav-new {
    letter-spacing: 4px;
    font-family: Poppins, sans-serif;
    font-weight: 200;
  }

  .heading-faq {
    font-size: 17px;
    line-height: 25px;
  }

  .nav-brand {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .navbar-3 {
    border-radius: 8px;
    padding-left: 16px;
  }

  .nav-right {
    grid-column-gap: 24px;
  }

  .nav-desktop-button {
    display: none;
  }

  .navbar_button-wrap.is-tab {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar_dropdown-list {
    border-style: none;
    width: 100%;
    min-width: 100%;
    max-width: 350px;
    display: none;
  }

  .navbar_dropdown-list.w--open {
    width: 100%;
  }

  .navbar_toggle, .navbar_link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar_dropdown-list-2 {
    border-style: none;
    width: 100%;
    min-width: 100%;
    max-width: 350px;
    display: none;
  }

  .navbar_dropdown-list-2.w--open {
    width: 100%;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .divider-nav {
    position: absolute;
  }

  .nav-btn-mbl {
    width: 40%;
  }

  .navi-link, .navi-link.white {
    text-align: left;
  }

  .menu-block {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-left.right {
    background-color: #141b24;
    flex-flow: row;
  }

  .navbar-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-list-3.w--open {
    background-color: #fff;
  }

  .h2-heading {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-hire {
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 55px;
    font-size: 64px;
    line-height: 1.04688;
  }

  .success-down {
    margin-top: 3rem;
  }

  .contact-form---contact-page {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .success {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .thankyou {
    margin-bottom: 34px;
    font-size: 3rem;
  }

  .col {
    margin-bottom: 48px;
  }

  .form-label {
    font-weight: 400;
  }

  .form-field, .contact-dropdown {
    font-weight: 300;
  }

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

  .section-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 5rem;
  }

  h2 {
    font-size: 2rem;
  }

  .container-large._2nd-section {
    max-width: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-large._2nd-section.less-pad {
    padding-bottom: 20px;
  }

  .container-large._2nd-section.less-pad.nopad {
    margin-bottom: 0;
  }

  .container-large.less-pad, .container-large.vragen-sectie {
    margin-top: 2rem;
  }

  .styleguide_row {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .text-size-medium.small-txt.faq-style {
    width: 100%;
  }

  .text-size-regular.all-rights {
    margin-top: 0;
    transition-property: none;
  }

  .text-size-regular.all-rights.text-link {
    color: #000;
    font-weight: 800;
  }

  .margin-bottom-16.white.small._404-page {
    font-size: 25px;
  }

  .margin-bottom-20 {
    width: 100%;
  }

  .margin-bottom-20.mid.other-stylle {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .margin-bottom-40 {
    margin-bottom: 1rem;
  }

  .margin-bottom-48 {
    width: 100%;
  }

  .hide-portrait {
    display: none;
  }

  .show-portrait {
    display: block;
  }

  .heading-style-h1 {
    font-size: 5rem;
  }

  .heading-style-h2.is-title {
    font-size: 10vw;
  }

  .heading-style-h4.sml {
    font-size: 1.3rem;
  }

  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.is-video.main {
    height: 85vh;
  }

  .section.is-video.main.faq {
    background-image: linear-gradient(#000000a6, #000000a6), url('../images/BLOG-2.jpg');
    background-position: 0 0, 18%;
    height: auto;
    min-height: 65vh;
  }

  .section.is-video.main.faq-mainpage {
    height: auto;
  }

  .section.background-color-black.faq-home {
    padding-top: 1rem;
  }

  .section.is-location {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.is-location._3rd-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.is-footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.is-footer.foot {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .section.background-color-white.services {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.is-bottom-cta {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero-heading.faq {
    max-width: 18rem;
  }

  .hero-heading.other-style {
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .wrap_flex {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .max-width-440._100.big-pad.faq {
    justify-content: center;
    align-items: center;
  }

  .max-width-440.full-width, .email-form_wrap {
    width: 100%;
  }

  .email_form {
    flex-flow: column;
    align-items: stretch;
  }

  .player_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .player_item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .player_visual.shadow-card._1, .player_visual.shadow-card._2, .player_visual.shadow-card._3 {
    height: 175px;
  }

  .parallax-overlay {
    background-image: linear-gradient(#0000008c, #0000008c), url('../images/Amsterdam-blue-sky.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .locations_wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .locations_list {
    min-height: 100%;
  }

  .locations_visual {
    width: 100%;
  }

  .faqs_wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .max-width-250._404-other-pad {
    width: 100%;
  }

  .footer_copyright {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

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

  .quote_text {
    text-transform: none;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.6rem;
  }

  .quote_text._90 {
    width: 95%;
    font-weight: 600;
  }

  .text-color-green {
    font-size: 3rem;
  }

  .text-highlight {
    font-weight: 300;
  }

  .gallery_wrap {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .gallery_img-box {
    font-size: .4rem;
  }

  .exp-slider {
    width: 95%;
    padding-bottom: 4rem;
  }

  .exp-slider_item {
    width: 100%;
  }

  .feature_visual {
    aspect-ratio: 2 / 3;
  }

  .stats_list {
    flex-flow: column;
    display: flex;
  }

  .history_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .history_item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    display: flex;
  }

  .staff_item {
    flex-flow: column;
  }

  .contact_form {
    flex-flow: column;
    display: flex;
  }

  .nav_wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav_link {
    font-size: 12vw;
  }

  .nav_brand {
    justify-content: flex-start;
    align-items: center;
    width: 13.6rem;
  }

  .nav_brand.w--current {
    width: 14rem;
  }

  .nav_menu-items {
    padding-top: 1rem;
  }

  .nav_menu-items-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav_menu-link-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .nav_button {
    margin-right: -.75rem;
  }

  .flex-center.colourd {
    width: 100%;
  }

  .button-hero {
    margin-top: 0;
  }

  .button-hero.blog-faq {
    width: 100%;
  }

  .bottom-cta_box {
    height: 30rem;
    margin-top: -4.5rem;
  }

  .about-visual_wrap {
    margin-top: -3rem;
  }

  .exp-slider_mask {
    width: 100%;
  }

  .exp-slider_slide {
    flex: none;
    width: 100%;
    margin-right: 1rem;
  }

  .exp-slider_arrow.cc-left {
    left: 0;
  }

  .exp-slider_arrow.cc-right {
    left: 3.5rem;
  }

  .utility-page-content.other-404 {
    width: 90%;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .utility-page-inner._404-page-pad {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer_copyright-inner {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

  .nav-title {
    max-width: 100%;
  }

  .arrow-icon.hide-mob {
    display: none;
  }

  .arrow-icon.faq {
    height: .7rem;
    font-size: .5rem;
    line-height: .5;
  }

  .section-2 {
    padding-top: 6rem;
  }

  .section-2.no-pad {
    padding-bottom: 2rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-link.faq {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
  }

  .service_titel.service-b {
    width: 100%;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .vertical-wrapper.faq-question {
    display: block;
  }

  .vertical-wrapper._100 {
    width: 100%;
  }

  .heading-style, .sub-small-green {
    font-size: 2.7rem;
  }

  .info-block.sml._100 {
    width: 100%;
    margin-bottom: 0;
  }

  .h1-hero {
    max-width: none;
    font-size: 4rem;
  }

  .h1-hero.small-faq {
    font-size: 3rem;
  }

  .h1-hero.faq-style {
    letter-spacing: .03em;
    font-family: Coolvetica Condensed, sans-serif;
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 1;
  }

  .h1-hero.other-setting {
    max-width: 70%;
  }

  .text-span {
    font-size: 6rem;
  }

  .text-span-2 {
    font-size: 2.5rem;
  }

  .text-span-2.small {
    font-size: 3rem;
  }

  .heading {
    font-size: 2rem;
  }

  .heading.hero {
    font-size: 1.8rem;
  }

  .heading.hero.mobiel {
    width: 80%;
  }

  .heading.large {
    font-size: 2rem;
  }

  .heading.h2-sub {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .heading.h2-sub.bold {
    font-size: 1.4rem;
    font-weight: 400;
  }

  .heading.h2-sub.bold.no-pad {
    font-size: 1.3rem;
  }

  .heading.h2-sub.bold.white {
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
  }

  .heading.h2-sub.bold.white.ost {
    font-weight: 600;
  }

  .heading.h2-sub.bold.homepage {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
  }

  .sub-title-dark-green {
    font-size: 2.7rem;
  }

  .heading-4-style {
    font-weight: 300;
  }

  .heading-4-style.faq {
    letter-spacing: -1px;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
  }

  .locatie-div {
    flex-flow: column;
    min-width: auto;
  }

  .locatie-div.form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    min-width: auto;
  }

  .faq-text-span {
    font-size: 3.5rem;
  }

  .container {
    width: 100%;
    padding-top: 40px;
  }

  .heading-9 {
    font-size: 2rem;
  }

  .text-article {
    width: 100%;
  }

  .button-faq-block {
    background-color: #ceff65bd;
    width: 100%;
    min-width: 70%;
    padding: 15px;
    font-size: .8rem;
    font-weight: 500;
  }

  .btn-meer-info {
    background-color: #34707abf;
    width: 100%;
    font-size: .8rem;
    font-weight: 500;
  }

  .search_bar {
    width: 100%;
    min-height: 50px;
    font-weight: 600;
  }

  .heading---filter.midpad.pad, .intro-block, .content-question {
    width: 100%;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-hero_com {
    min-height: 86vh;
  }

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

  .home-call_intro {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.mid.pad {
    max-width: 43em;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature_left.section-1.contact-form {
    width: 100%;
  }

  .about_wrapper._90 {
    flex-flow: wrap-reverse;
    width: 100%;
  }

  .support_blur {
    width: 10rem;
    height: 10rem;
    right: -40px;
  }

  .about_image-wrapper.with-size {
    height: 250px;
  }

  .sub_heading {
    font-weight: 200;
  }

  .container_content {
    max-width: none;
  }

  .tracking_blur {
    width: 10rem;
    height: 10rem;
    left: -40px;
  }

  .acid_blur {
    width: 10rem;
    height: 10rem;
  }

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

  .h2-div.margin-xhuge._9 {
    width: 100%;
  }

  .blue_effect {
    width: 10rem;
    height: 10rem;
    right: -40px;
  }

  .padding-global-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sectie-left {
    width: 100%;
  }

  .content-wrapper {
    flex-flow: wrap-reverse;
  }

  .feature_image-block {
    max-width: none;
  }

  .feature_image-block._70 {
    width: 100%;
  }

  .section-land-page {
    padding-top: 2vh;
  }

  .landingp_div_info {
    width: 100%;
    height: 250px;
  }

  .landingp_div_info.picture-2 {
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 100%;
    height: 250px;
  }

  .divider-for-explanation {
    padding-top: 0;
  }

  .service-block {
    width: 100%;
  }

  .text-block {
    font-size: .9rem;
  }

  .btn {
    text-align: center;
    width: 100%;
    margin-top: 0;
    font-size: 14px;
  }

  .btn._100, .btn.green, .btn.green._10px, .btn.green._10px._100 {
    width: 100%;
  }

  .hero-title {
    width: 85%;
    font-family: Poppins, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
  }

  .hero-title.faq-cms {
    letter-spacing: -1px;
  }

  .text-hero {
    width: 90%;
    line-height: 20px;
  }

  .text-hero.big {
    width: 85%;
  }

  .container-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    display: flex;
  }

  .divider-hero.content {
    padding-left: 10px;
  }

  .divider-hero.content.cms-faq {
    padding-left: 0;
  }

  .icon-2 {
    color: #fff;
  }

  .hero-block-final {
    width: 100%;
  }

  .hero-section-final {
    background-image: linear-gradient(#0009, #0009), url('../images/Amsterdam-Noord.jpg');
    background-position: 0 0, 60%;
    padding-bottom: 140px;
  }

  .hero-section-final.amsterdam {
    background-image: linear-gradient(#0000008c, #0000008c), url('../images/Appartement-2.jpg');
    background-position: 0 0, 50% 85%;
    background-size: auto, cover;
  }

  .hero-section-final.amsterdam.makelaar {
    background-image: linear-gradient(#000000a6, #000000a6), url('../images/Appartement-7.jpg');
    background-position: 0 0, 55%;
  }

  .hero-section-final.haarlem.verkoop {
    background-image: linear-gradient(#000000ab, #000000ab), url('../images/Apartment-Haarlem-B.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .hero-section-final.faq-cms {
    background-image: linear-gradient(#0009, #0009), url('../images/BLOG-2.jpg');
    background-position: 0 0, 13%;
  }

  .hero-section-final.contact-opnemen {
    background-image: linear-gradient(#000000bf, #000000bf), url('../images/Contact-opnemen.jpg');
    background-position: 0 0, 33%;
    background-size: auto, cover;
  }

  .hero-section-final.overveen {
    background-image: linear-gradient(#0000008c, #0000008c), url('../images/Overveen-Hero.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .hero-section-final.exapt-housing-amsterdam {
    background-image: linear-gradient(#0009, #0009), url('../images/Housing-Amsterdam.jpg');
    background-position: 0 0, 60%;
    background-size: auto, cover;
  }

  .hero-sub {
    letter-spacing: 4px;
    width: 90%;
    font-size: 12px;
    font-weight: 200;
    line-height: 20px;
  }

  .hero-sub.nav-new {
    width: 100%;
    font-size: 11px;
  }

  .brand {
    width: 70%;
    padding: 10px;
  }

  .div-hero {
    padding-left: 20px;
    padding-right: 10px;
  }

  .div-hero.fly-in.cms-faq {
    width: 100%;
    padding-left: 20px;
  }

  .btn-block-hero {
    flex-flow: column;
    margin-top: 40px;
  }

  .btn-block-hero._100, .btn-block-hero._80 {
    width: 80%;
  }

  .btn-block-hero.leadpage {
    margin-top: 20px;
  }

  .list-item-makelaar {
    width: 100%;
    padding-bottom: 0;
  }

  .heading-faq {
    font-size: 17px;
    line-height: 22px;
  }

  .heading-13, .heading-14 {
    font-size: 25px;
    font-weight: 600;
  }

  .h2-rich {
    font-size: 30px;
    font-weight: 500;
  }

  .h3-rich {
    font-size: 30px;
  }

  .nav-brand {
    width: 90px;
  }

  .menu-template-image {
    width: 120px;
  }

  .navigation-link-hover-wrap:hover {
    background-color: #0000;
  }

  .menu-bottom-tile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    margin-top: 24px;
  }

  .nav-outer {
    padding-top: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .nav-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .dropdown-toggle {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-list.w--open {
    justify-content: center;
    align-items: flex-start;
  }

  .menu-links-column {
    padding-top: 12px;
  }

  .menu-page-wrap {
    width: 100%;
  }

  .multi-layout-master {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .menu-cta-mobile {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-menu-inner {
    padding-top: 115px;
  }

  .menu-divider {
    margin-top: 12px;
    margin-bottom: 12px;
  }

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

  .navbar_dropdown-item {
    padding: 2px;
  }

  .navbar_button-wrap.is-tab {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-_button {
    width: 110px;
  }

  .text-size-regular-6 {
    font-size: .9rem;
  }

  .icon-3 {
    width: 20px;
  }

  .navbar_content-text {
    font-size: 1rem;
  }

  .navbar_content-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .navbar_dropdown-list {
    width: 100%;
    max-width: 350px;
    display: none;
  }

  .navbar_dropdown-list.w--open {
    max-width: 350px;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-button-2 {
    padding: 15px;
  }

  .navbar_wrap {
    height: 100px;
  }

  .navbar_dropdown-item-2 {
    padding: 2px;
  }

  .navbar-_button-2 {
    width: 110px;
  }

  .text-size-regular-7 {
    font-size: .9rem;
  }

  .navbar_dropdown-list-2 {
    width: 100%;
    max-width: 350px;
    display: none;
  }

  .navbar_dropdown-list-2.w--open {
    max-width: 350px;
  }

  .div-block-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-button-3 {
    padding: 15px;
  }

  .navbar_wrap-2 {
    height: 100px;
  }

  .text-size-regular-8 {
    font-size: .9rem;
  }

  .div-block-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar_wrap-3 {
    height: 100px;
  }

  .link-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #f4f3f1;
    border-radius: 1rem;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .nav-menu-2 {
    background-color: #f4f3f100;
    border-radius: 0;
    transform: none;
  }

  .logo-wrapper {
    width: 10rem;
  }

  .hamburger-lottie {
    width: 1.75rem;
    height: 1.75rem;
  }

  .nav-link-3 {
    font-size: 1.2rem;
  }

  .button-3 {
    background-color: #fcfcfc;
  }

  .navbar-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .container-4 {
    max-width: none;
  }

  .logo-sub-head {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .logo-text {
    font-size: 21px;
  }

  .btn-selection-nav {
    flex-flow: column;
  }

  .menu-button-4.w--open {
    background-color: #141b24;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .div-line {
    width: 12px;
  }

  .title-subhead {
    color: #fff;
    letter-spacing: 0;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 300;
  }

  .nav-btn-mbl {
    width: 20%;
  }

  .div-nav-logo {
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .logo-div-block {
    justify-content: center;
    align-items: center;
  }

  .nav-button {
    min-width: 80%;
  }

  .main-div-dropdown {
    flex-flow: column;
  }

  .h2---span.bold {
    font-weight: 400;
  }

  .h2-heading {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .h2-heading---lead {
    font-size: 1.4rem;
  }

  .hero_grid {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .your {
    font-size: 20px;
  }

  .success-down {
    margin-top: 8rem;
  }

  .contact-form---contact-page {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .field {
    border-radius: 0;
  }

  .send-message {
    width: 100%;
    margin-top: 0;
  }

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

  .text-quote {
    font-size: 18px;
    line-height: 20px;
  }

  .container-footer {
    width: 90%;
  }

  .phone-link {
    font-size: 1.3rem;
  }

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

  .container-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-3 {
    padding-top: 3rem;
  }

  .section-3.cta {
    background-image: linear-gradient(#0f1b2299, #0f1b2299), url('../images/Main-Hero---apartment.jpg');
    background-position: 0 0, 20%;
    background-size: auto, cover;
    padding-top: 2rem;
  }

  .vertical-headline {
    justify-content: center;
    align-items: flex-start;
    padding-top: 50px;
  }

  .text {
    font-size: 16px;
  }

  .text.white {
    font-size: 15px;
  }

  .heading-1.cta-heading {
    font-size: 25px;
  }

  .button-4 {
    width: 100%;
  }
}


@font-face {
  font-family: 'General Sans';
  src: url('../fonts/general-sans.css') format('undefined'), url('../fonts/general-sans.css') format('undefined');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/general-sans.css') format('undefined');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/general-sans.css') format('undefined');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/general-sans.css') format('undefined');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Coolvetica Condensed';
  src: url('../fonts/coolvetica-condensed-rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}