@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('/fonts/fa-v4compatibility.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('/fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp 400";
  src: url('/fonts/fa-sharp-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('/fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp 300";
  src: url('/fonts/fa-sharp-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 100";
  src: url('/fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Fa Solid 900";
  src: url('/fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Duotone 900";
  src: url('/fonts/fa-duotone-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp Solid 900";
  src: url('/fonts/fa-sharp-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

.fixed-menu {
  z-index: 3;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 31px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #00000014, 0 1px #0000000f;
}

.text-block {
  color: #c1121f;
  font-weight: 600;
}

.link-block {
  color: #03262a;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.text-span {
  color: #03262a;
  font-weight: 300;
}

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

.link {
  color: #596163;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: all .2s;
}

.link:hover, .link.w--current {
  color: #151515;
}

.div-block-2 {
  pointer-events: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0%;
}

.div-block-3 {
  background-color: #c1121f;
  border-radius: 100px;
  width: 32px;
  height: 32px;
  padding-left: 0;
}

.dropdown-toggle {
  padding: 0 0 0 31px;
}

.icon {
  margin-right: 44px;
  font-size: 16px;
}

.dropdown-list {
  background-color: #fff;
  border: 1px solid #0000001f;
  border-radius: 12px;
  min-width: 275px;
  padding: 8px;
  inset: 32px 0% auto auto;
  box-shadow: 0 4px 16px #00000029;
}

.dropdown-list.w--open {
  padding-top: 8px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-4 {
  border-bottom: 1px #d7d7d7;
  justify-content: space-between;
  align-items: center;
  padding: 4px 16px;
  display: flex;
}

.link-2 {
  color: #1051cc;
  font-family: Inter, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.link-2:hover {
  text-decoration: underline;
}

.text-block-2 {
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.menu-divider {
  background-color: #00000014;
  height: 1px;
  margin: 8px 16px;
}

.text-block-3 {
  color: #596163;
  padding: 4px 16px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
}

.link-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #596163;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.text-block-4 {
  color: #bdc0c1;
  font-family: "Fa Sharp 400", Arial, sans-serif;
  font-size: 16px;
}

.section {
  background-color: #fff0f3;
  border-bottom: 1px solid #0000000f;
  margin-top: 56px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.section.documentatie {
  background-color: #f8f6f0;
}

.section-2 {
  padding-top: 40px;
  padding-bottom: 100px;
}

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

.div-block-6 {
  border: 1px solid #d7d7d7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-family: "Fa Sharp 400", Arial, sans-serif;
  font-size: 12px;
  display: flex;
}

.div-block-7 {
  border: 1px solid #bdc0c1;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  height: 28px;
  padding-left: 2px;
  padding-right: 2px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  display: flex;
  box-shadow: 0 1px 2px #0000000f;
}

.div-block-8 {
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 22px;
  padding: 6px;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.div-block-8:hover {
  background-color: #eff0f0;
}

.div-block-8._2 {
  color: #596163;
}

.div-block-9 {
  background-color: #00000014;
  width: 1px;
  height: 18px;
  margin-left: 2px;
  margin-right: 2px;
}

.text-span-2 {
  color: #027048;
  font-weight: 400;
}

.container {
  width: 95%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

.container.full-size {
  width: 100%;
  max-width: 2600px;
}

.container.smaller {
  width: 75%;
  max-width: 1200px;
}

.container.small {
  width: 95%;
  max-width: 1200px;
}

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

.heading {
  color: #020708;
  margin-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.div-block-11 {
  max-width: 500px;
}

.paragraph {
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
}

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

.button {
  background-color: #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  transition: all .2s;
  display: flex;
}

.button:hover {
  background-color: #000c;
}

.image {
  width: 300px;
}

.image-2 {
  width: 80px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-13 {
  pointer-events: none;
  width: 400px;
  margin-top: -14px;
  margin-right: 200px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.heading-2 {
  color: #020708;
  margin-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.div-block-14 {
  border-bottom: 1px solid #e5e6e7;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  display: flex;
}

.div-block-14._2 {
  border-bottom-style: none;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-5 {
  color: #020708;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.div-block-16 {
  min-width: 200px;
}

.div-block-17 {
  border-bottom: 1px solid #eff0f0;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 0;
  display: flex;
}

.text-block-6 {
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.div-block-18 {
  color: #020708;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 5px 8px 5px 5px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.div-block-18:hover {
  background-color: #eff0f0;
}

.div-block-19 {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  display: flex;
}

.div-block-19.zittende {
  color: #fff;
}

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

.text-block-7 {
  color: #596163;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.div-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: grid;
}

.div-block-22 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 26px 30px 30px;
  display: flex;
}

.heading-3 {
  color: #020708;
  margin-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.link-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  text-decoration: none;
  display: flex;
}

.div-block-23 {
  background-color: #000;
  width: 10px;
  height: 1px;
  margin-top: 2px;
}

.text-block-8 {
  line-height: 14px;
}

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

.body {
  background-color: #f6f6f3;
}

.header {
  justify-content: flex-start;
  align-items: center;
  margin-top: -100px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-bg-image {
  z-index: 0;
  background-image: url('/images/cf6c7a4ae4d1f3c0ff5e267e1a9cd68a_1.avif');
  background-position: 50% 100%;
  background-size: cover;
  width: 100svw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.header-content-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading-4 {
  color: #fff;
  background-color: #e73936;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 28px 60px 28px 50px;
  font-family: Poppins, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2em;
}

.header-content-title-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 125px;
  display: flex;
}

.search-module {
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.search-module._404 {
  margin-top: 32px;
  position: static;
}

.heading-5 {
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.text-block-10 {
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.form-block {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}

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

.select-field {
  color: #151515;
  background-color: #f6f6f3;
  border: 1px solid #edede8;
  border-radius: 4px;
  min-width: 250px;
  height: 50px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.select-field.aanbod {
  border-color: #00000014;
  width: 200px;
  min-width: auto;
  max-width: 200px;
  height: 46px;
}

.submit-button {
  background-color: #234e9b;
  border-radius: 4px;
  height: 50px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.submit-button.aanbod {
  width: 290px;
  height: 46px;
}

.section-3 {
  border-bottom: 1px solid #edede8;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

.section-3.overflowhidden {
  overflow: hidden;
}

.div-block-25 {
  z-index: 3;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.text-block-11 {
  color: #edede8;
  text-transform: uppercase;
  flex: none;
  font-family: Poppins, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 60px;
}

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

.div-block-27 {
  background-color: #edede8;
  border-radius: 100%;
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.page-wrapper {
  background-color: #f6f6f3;
  overflow: visible;
}

.navigation {
  z-index: 4;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-29 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-block-4 {
  color: #e73936;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
}

.div-block-30 {
  background-color: #e73936;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  display: flex;
}

.button-2 {
  background-color: #0000;
  border-radius: 6px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.button-2:hover {
  background-color: #ffffff14;
}

.button-2.primary {
  color: #fff;
  background-color: #234e9b;
  border: 1px solid #234e9b;
  margin-left: 15px;
  font-weight: 500;
}

.button-2.primary:hover {
  color: #234e9b;
  background-color: #fff;
  border-color: #fff;
}

.dropdown-toggle-2 {
  color: #fff;
  border-radius: 6px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.dropdown-toggle-2:hover {
  background-color: #ffffff14;
}

.icon-2 {
  margin-right: 12px;
}

.dropdown-list-2 {
  border-radius: 8px;
}

.dropdown-list-2.w--open {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-shadow: 0 0 6px #00000029;
  background-color: #e73936;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 200px;
  margin-top: 18px;
  padding: 8px;
  display: flex;
}

.dropdown-link {
  color: #fff;
  text-shadow: 0 1px 1px #0000;
  background-color: #ffffff14;
  border: 1px solid #ffffff14;
  border-radius: 6px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.dropdown-link:hover {
  color: #234e9b;
  background-color: #fff;
}

.dropdown-link.w--current {
  color: #fff;
}

.dropdown-link.w--current:hover {
  color: #234e9b;
}

.section-4 {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: visible;
}

.section-4.hide {
  display: none;
}

.div-block-31 {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-6 {
  color: #000;
  justify-content: space-between;
  align-items: center;
  margin-top: -8px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2em;
  display: flex;
}

.heading-6.kleiner {
  font-size: 38px;
}

.heading-6._2._3 {
  font-size: 44px;
  font-weight: 600;
  display: block;
}

.heading-6._2._3._4 {
  font-weight: 400;
}

.heading-6.wit {
  color: #fff;
  font-size: 38px;
}

.div-block-32 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 80%;
  margin-top: 39px;
  display: grid;
}

.div-block-33 {
  background-color: #edede8;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 58px 29px 40px;
  display: flex;
  position: relative;
}

.heading-7 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  line-height: 1.2em;
}

.paragraph-2 {
  font-family: Poppins, sans-serif;
  line-height: 1.6em;
}

.div-block-34 {
  background-color: #f6f6f3;
  border-radius: 0 0 10px;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-14 {
  color: #e03430;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

.div-block-35 {
  margin-top: 16px;
}

.button-3 {
  background-color: #e73936;
  border-radius: 6px;
  padding: 12px 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
}

.button-3:hover {
  background-color: #d12825;
}

.button-3.blauw {
  background-color: #234e9b;
}

.button-3.blauw:hover {
  color: #fff;
  background-color: #1c458d;
  border: 1px #000;
}

.section-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-36 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-5 {
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 500px;
  padding: 39px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block-5.links {
  border-radius: 0 8px 8px 0;
  overflow: hidden;
}

.link-block-5.rechts {
  border-radius: 8px 0 0 8px;
  overflow: hidden;
}

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

.card-black-overlay {
  background-image: linear-gradient(0deg, #00000080, #fff0 77%);
  position: absolute;
  inset: 0%;
}

.text-block-16 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #ffffff1f;
  border-radius: 4px;
  padding: 6px 16px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.div-block-37 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading-8 {
  color: #fff;
  margin-top: 16px;
  font-family: Poppins, sans-serif;
  font-size: 34px;
}

.div-block-38 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.section-6 {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.section-6.hide {
  display: none;
}

.div-block-39 {
  background-image: url('https://storage.maxxhuren.nl/website/_PTF6352.jpeg');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  width: 45%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-40 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-left: auto;
  display: flex;
  position: relative;
}

.div-block-41 {
  background-color: #f6f6f3;
  width: 500px;
  height: 500px;
  position: absolute;
  inset: 0% -260px 0% auto;
  transform: rotate(45deg);
}

.section-7 {
  padding-top: 50px;
  padding-bottom: 100px;
}

.section-7.hide {
  display: none;
}

.div-block-42 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-43 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 8px #00000008;
}

.div-block-44 {
  width: 40%;
  height: 100%;
  overflow: hidden;
}

.div-block-45 {
  width: 60%;
  padding: 24px;
}

.text-block-17 {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
}

.text-block-18 {
  color: #fff;
  background-color: #e73936;
  border-radius: 4px;
  padding: 2px 8px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.div-block-46 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.image-4 {
  object-fit: cover;
  height: 100%;
}

.text-block-20 {
  color: #333;
  background-color: #edede8;
  border-radius: 4px;
  padding: 2px 8px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.text-block-21 {
  color: #234e9b;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-block-47 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-22 {
  color: #333333b3;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.div-block-48 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 70px;
  display: flex;
}

.text-block-23 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.div-block-49 {
  background-color: #e73936;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  margin-top: 24px;
  padding: 0;
  display: flex;
  box-shadow: 4px 2px 8px 2px #00000008;
}

.button-4 {
  background-color: #e73936;
  border-radius: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.button-4:hover {
  background-color: #ffffff14;
}

.text-block-24 {
  color: #234e9b;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-50 {
  background-color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 10px 16px 10px 22px;
  display: flex;
}

.div-block-51 {
  padding: 8px;
}

.heading-9 {
  font-family: Poppins, sans-serif;
  font-size: 28px;
}

.text-span-3, .text-span-4 {
  color: #234e9b;
  font-weight: 600;
}

.div-block-52 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 80%;
  margin-top: 40px;
  display: grid;
}

.text-block-25 {
  color: #333c;
  background-color: #0000000a;
  border-radius: 4px;
  margin-bottom: 8px;
  margin-right: 7px;
  padding: 6px 12px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: italic;
  display: none;
}

.div-block-53 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  max-width: 400px;
  display: block;
}

.text-block-26 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-block-54 {
  background-color: #edede8;
  border-radius: 10px;
  flex-flow: column;
  padding: 0;
  overflow: hidden;
}

.div-block-55 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  display: flex;
}

.text-block-27 {
  color: #e73936;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.div-block-56 {
  padding: 0 20px 20px;
}

.paragraph-3 {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  line-height: 1.6em;
}

.div-block-57 {
  overflow: hidden;
}

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

.footer {
  z-index: 2;
  background-color: #f3f3f0;
  border-top: 1px #edede8;
  padding-top: 50px;
  position: relative;
}

.footer-bottom {
  background-color: #234e9b;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  display: flex;
}

.div-block-59 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-top: 1px solid #edede8;
  flex-flow: column;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.paragraph-4 {
  width: 50%;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.div-block-60 {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  display: flex;
}

.div-block-61 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-61.hide {
  display: none;
}

.div-block-62 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #edede8;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px 24px 24px;
  display: flex;
}

.heading-10 {
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4em;
}

.heading-10.wit {
  color: #fff;
}

.link-block-6 {
  color: #333;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 16px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.link-block-6.zoekopdracht {
  color: #fff;
  text-align: center;
  background-color: #e73936;
  margin-top: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 500;
}

.div-block-63 {
  background-color: #fff;
  background-image: linear-gradient(#234e9be6, #234e9be6), url('https://storage.maxxhuren.nl/website/Zwolle_Willemskade_26-27-28.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px 24px 24px;
  display: flex;
}

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

.link-3 {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.link-3:hover {
  text-decoration: underline;
}

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

.div-block-66 {
  background-image: url('https://storage.maxxhuren.nl/website/csm_Header-studenten-hoofdfoto_fc14f6910f_1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
}

.div-block-67 {
  padding-top: 23px;
  padding-bottom: 23px;
}

.div-block-68 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-28 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.link-4 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.link-4:hover {
  text-decoration: underline;
}

.text-block-30 {
  color: #ffffff4d;
  margin-left: 12px;
  margin-right: 12px;
  font-family: Poppins, sans-serif;
}

.div-block-69 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-6 {
  opacity: .28;
  filter: contrast(200%);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  width: 90%;
  max-width: 150%;
  position: absolute;
  inset: -10% -15% auto auto;
}

.div-block-70 {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

.div-block-71 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}

.section-8 {
  background-color: #edede8;
  margin-top: -100px;
  padding-top: 140px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.section-8.zoekopdracht {
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-72 {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 140px;
  padding-bottom: 70px;
  display: flex;
  position: relative;
}

.heading-11 {
  color: #000;
  margin-top: 12px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  line-height: 1.1em;
}

.heading-11.over-ons {
  color: #fff;
}

.heading-11.over-ons._2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
}

.heading-11.over-ons._2.zwart {
  color: #151515;
}

.heading-11.over-ons._2.zwart.margin-bottom {
  margin-bottom: 40px;
}

.text-block-31 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
}

.aantal-woonruimtes, .plaatsnaam {
  color: #234e9b;
  font-weight: 600;
}

.div-block-73 {
  background-image: url('https://storage.maxxhuren.nl/website/_PTF6405_omgedraaid.jpeg');
  background-position: 50% 25%;
  background-size: cover;
  width: 65%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-73.aanbod {
  background-image: url('https://storage.maxxhuren.nl/website/_PTF6426.jpeg');
  background-position: 50%;
}

.div-block-73.faq {
  background-position: 50% 35%;
}

.div-block-73.ol {
  background-image: url('https://storage.maxxhuren.nl/website/_PTF6398_omgedraaid.jpeg');
}

.section-9-2 {
  background-color: #fff;
  border-top: 1px solid #00000014;
  border-bottom: 1px solid #00000014;
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.form-block-2 {
  margin-bottom: 0;
}

.section-10 {
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
}

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

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

.text-block-32 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.section-11 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.section-11.no-padding-top {
  padding-top: 0;
}

.object-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.object {
  background-color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  max-height: 275px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-75 {
  border-radius: 10px;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.div-block-76 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 40px;
  display: flex;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-block-34 {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4em;
}

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

.plaatsnaam-object {
  color: #fff;
  background-color: #e73936;
  border-radius: 4px;
  padding: 4px 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.type-woonruimte-object {
  color: #333;
  background-color: #edede8;
  border-radius: 4px;
  padding: 4px 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

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

.huurprijs-object {
  color: #fff;
  background-color: #234e9b;
  border-radius: 4px;
  padding: 4px 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

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

.oppervlak-object, .text-block-35, .text-block-36 {
  color: #333;
  background-color: #edede8;
  border-radius: 4px;
  padding: 4px 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.object-beschikbaar {
  color: #fff;
  background-color: #2dae54;
  border-radius: 4px;
  padding: 8px 12px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  inset: 16px auto auto 16px;
}

.object-card-shadow {
  background-image: linear-gradient(149deg, #00000073, #9b9b9b8f 25%, #fff0 41%);
  position: absolute;
  inset: 0%;
}

.object-onder-optie {
  color: #333;
  background-color: #edede8;
  border-radius: 4px;
  padding: 8px 12px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  position: absolute;
  inset: 16px auto auto 16px;
}

.object-reeds-verhuurd {
  color: #fff;
  background-color: #e73936;
  border-radius: 4px;
  padding: 8px 12px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  position: absolute;
  inset: 16px auto auto 16px;
}

.div-block-80 {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #234e9bbf;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-81 {
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  display: flex;
}

.text-block-37 {
  color: #fff;
  font-family: "Fa 400", Arial, sans-serif;
  font-size: 64px;
}

.div-block-82 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 40px;
  display: flex;
}

.text-block-38 {
  color: #fff;
  text-shadow: 0 0 #0000;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2em;
}

.text-block-39 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.div-block-83 {
  color: #fff;
  background-color: #e73936;
  border-radius: 8px;
  padding: 12px 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.link-block-8 {
  color: #fff;
  background-color: #ffffff1f;
  border: 1px solid #ffffff1f;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin-left: 8px;
  padding: 14px;
  font-family: "Fa 300", Arial, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-8:hover {
  color: #234e9b;
  background-color: #fff;
  border-color: #fff;
}

.link-block-account {
  color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  gap: 8px;
}

.link-block-account div {
  font-family: "Fa 300", Arial, sans-serif;
  font-size: 18px;
}

.link-block-account:hover {
  color: #234e9b;
  background-color: #fff;
  border-color: #fff;
}

.smartmaxx-popup {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000029;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-85 {
  z-index: 2;
  background-color: #fff;
  border-radius: 10px;
  min-width: 800px;
  min-height: 350px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.div-block-86 {
  background-image: url('https://storage.maxxhuren.nl/website/csm_Header-studenten-hoofdfoto_fc14f6910f_1.avif');
  background-position: 50% 100%;
  background-size: cover;
  width: 60%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-87 {
  z-index: 1;
  width: 40%;
  position: relative;
}

.div-block-87.wachtwoord-vergeten {
  width: 60%;
}

.div-block-88 {
  pointer-events: none;
  background-color: #fff;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: 0% auto 0% 50px;
  transform: rotate(45deg);
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2em;
}

.text-field {
  border-radius: 6px;
  height: 48px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.submit-button-2 {
  background-color: #e73936;
  border-radius: 6px;
  width: 100%;
  height: 48px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  transition: all .2s;
}

.submit-button-2:hover {
  background-color: #d12825;
}

.form-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-5 {
  color: #333;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.link-5:hover, .link-5:active {
  text-decoration: underline;
}

.smartmaxx-popup-close {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.section-12 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.f-w-progress-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: auto;
  display: flex;
}

.f-message-field {
  color: #000;
  background-color: #adadad1a;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  height: auto;
  min-height: 12rem;
  margin-bottom: 0;
}

.f-message-field.is---2 {
  background-color: #0000;
  border-style: solid;
  border-color: #dedede;
  border-radius: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.f-form {
  background-color: #ededed00;
}

.f-form.is--form {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.f-checkbox-butn-copy {
  border: 1px solid #edede8;
  border-radius: 26%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.f-checkbox-butn-copy.w--redirected-checked {
  background-color: #234e9b;
  border-color: #031616;
  border-radius: 26%;
}

.f-checkbox-butn-copy.w--redirected-focus, .f-checkbox-butn-copy.w--redirected-focus-visible {
  border-radius: 26%;
}

.f-form-button-wrapper.is---2 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  margin-left: auto;
  display: flex;
}

.f-txt-wrap {
  color: #031616;
  margin-bottom: 26px;
  font-weight: 700;
}

.f-txt-wrap.is---2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: auto;
  font-size: 2rem;
  display: flex;
}

.progress-number_block {
  color: #fff;
  text-align: center;
  background-color: #e73936;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.progress-number_block.f-progress-current-2 {
  color: #fff;
  background-color: #234e9b;
  flex: none;
}

.f-checkbox-butn-field-copy {
  background-color: #fff;
  border: 1px solid #edede8;
  border-radius: 4px;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 20px 10px 10px;
  font-size: .9rem;
  display: flex;
}

.f-steps-wrap {
  padding: 56px 32px;
}

.f-steps-wrap.is--2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.f-form-parent {
  margin-bottom: 0;
}

.f-form-parent.is--form {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.f-check-img-wrap {
  z-index: 3;
  color: #fff;
  background-color: #234e9b;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

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

.f-input-wrapper {
  width: 100%;
}

.f-input-wrapper.is---2 {
  width: 100%;
  position: relative;
}

.f-error-message {
  color: #fff;
  background-color: #ff5858ed;
  width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.f-success-message {
  z-index: 1;
  color: #fff;
  background-color: #031616;
  height: 100%;
  position: relative;
}

.f-form-button {
  color: #fff;
  background-color: #031616;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.f-form-button.is---2 {
  background-color: #234e9b;
  border-radius: 5px;
  padding: 11px 24px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.f-steps-txt {
  font-size: 1rem;
}

.f-steps-txt.is--formly-2 {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.f-steps-input {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.f-txt-field-label {
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.f-form-steps-item.is---2 {
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.f-input-field-date {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  height: auto;
  margin-bottom: 0;
  padding: 14px 16px;
}

.f-input-field-date.is---2 {
  border-style: solid;
  border-color: #edede8;
  border-radius: 6px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.f-form-steps-wrap.is---2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  position: relative;
}

.f-copy-element {
  width: 100%;
}

.f-copy-element.is--form-2 {
  color: #020d11;
  padding-bottom: 0;
  font-weight: 400;
}

.f-check-icon {
  filter: contrast(200%) contrast(200%) grayscale() invert();
  width: 50%;
}

.f-progress-txt-2 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.f-progress-txt-2.f-progress-current-2 {
  font-weight: 500;
}

.f-progress-item {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-form-back-button {
  background-color: #0000;
  border-radius: 100vw;
}

.f-form-back-button.is---2 {
  color: #fff;
  background-color: #e73936;
  border: 1px #000;
  border-radius: 6px;
  padding: 11px 17px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.f-input-field {
  color: #000;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 6px;
  height: auto;
  margin-bottom: 0;
  padding: 14px 16px;
  font-family: Poppins, sans-serif;
}

.f-input-field.is---2 {
  border-style: solid;
  border-color: #edede8;
  border-radius: 7px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.f-checkbox-buttn-wrap.is---1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-89 {
  background-color: #fff;
  border-radius: 10px;
  flex: 1;
  padding: 29px;
}

.div-block-90 {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}

.select-field-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 6px;
  height: auto;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Poppins, sans-serif;
  overflow: clip;
}

.div-block-91 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  border-bottom: 1px solid #edede8;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 24px;
  display: flex;
}

.div-block-92 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #edede8;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 11px;
  padding-top: 24px;
  display: grid;
}

.checkbox-label {
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

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

.div-block-94 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-95 {
  margin-bottom: 50px;
}

.heading-13 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  line-height: 1.4em;
}

.section-13 {
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
}

.div-block-96 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-97 {
  grid-column-gap: 32px;
  grid-row-gap: 44px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

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

.text-block-41 {
  color: #234e9b;
  font-family: "Fa 300", Arial, sans-serif;
  font-size: 44px;
  line-height: 54px;
}

.heading-14 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.paragraph-5 {
  text-align: center;
  font-family: Poppins, sans-serif;
  line-height: 1.6em;
}

.section-15 {
  background-color: #e9c9c9;
  height: 550px;
  margin-top: -100px;
  display: none;
  position: relative;
}

.image-11 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-navigation {
  justify-content: center;
  align-items: flex-start;
  height: 100px;
  margin-top: -100px;
  display: flex;
}

.slider-thumb-wrap {
  border-radius: 6px;
  width: 100px;
  height: 100px;
  margin: 10px;
  padding: 10px;
  overflow: hidden;
}

.slider-thumb-image, .image-13 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.left-arrow-2, .right-arrow-2, .slide-nav-2 {
  display: none;
}

.section-16 {
  padding-top: 32px;
  padding-bottom: 70px;
}

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

.div-block-108 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.div-block-109 {
  background-color: #edede8;
  border-radius: 10px;
  width: 370px;
  min-height: 200px;
  padding: 30px;
}

.div-block-110 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 100px;
}

.heading-16 {
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Poppins, sans-serif;
  font-size: 26px;
}

.paragraph-7 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.text-block-45 {
  color: #02b172;
  font-family: "Fa Sharp Solid 900", Arial, sans-serif;
  font-size: 21px;
}

.div-block-111 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px #0000000f;
  justify-content: flex-start;
  align-items: center;
  margin-top: 22px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-46 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.paragraph-8 {
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 1.6em;
}

.div-block-112 {
  border-radius: 10px;
  height: 400px;
  overflow: hidden;
}

.div-block-113 {
  position: relative;
  overflow: hidden;
}

.text-block-47 {
  white-space: nowrap;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-114 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 26px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.text-block-48 {
  margin-top: 2px;
  font-family: "Fa Sharp 400", Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
}

.text-block-48._2 {
  margin-top: 0;
  margin-bottom: 2px;
  transform: rotate(180deg);
}

.div-block-115 {
  background-image: linear-gradient(0deg, #f6f6f3, #f8f8f6 44%, #fff0);
  justify-content: flex-start;
  align-items: flex-end;
  height: 125px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-116 {
  border-bottom: 1px solid #00000014;
  padding-bottom: 8px;
}

.div-block-117 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #00000014;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.text-block-49 {
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.div-block-118 {
  width: 200px;
}

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

.section-17 {
  min-height: 450px;
}

.section-18 {
  border-bottom: 1px solid #00000014;
  margin-top: -100px;
  padding-top: 132px;
  padding-bottom: 24px;
}

.div-block-120 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-121 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-122 {
  border-radius: 10px;
  height: 175px;
  overflow: hidden;
}

.div-block-122._2 {
  position: relative;
}

.image-15 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-123 {
  border-radius: 10px;
  overflow: hidden;
  height: 370px;
}

.div-block-124 {
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.text-block-50 {
  color: #fff;
  background-color: #e73936;
  border-radius: 4px;
  padding: 6px 16px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.text-block-51 {
  font-family: Poppins, sans-serif;
}

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

.heading-17 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4em;
}

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

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

.text-block-52 {
  font-family: "Fa 400", Arial, sans-serif;
  font-size: 32px;
}

.text-block-53 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

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

.text-block-54 {
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.slider-3 {
  width: 100%;
  height: 100%;
}

.slide-nav-3, .left-arrow-3, .right-arrow-3 {
  display: none;
}

.image-16 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-2 {
  width: 100%;
  height: 100%;
}

.div-block-129 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-130 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.youtube {
  height: 100%;
}

.lees-meer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f6f6f3;
  justify-content: flex-start;
  align-items: center;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

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

.section-19 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-139 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.div-block-141 {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-55 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 600;
}

.text-block-56 {
  color: #666;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

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

.div-block-143 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-144 {
  background-image: url('https://storage.maxxhuren.nl/website/_PTF6214.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-18 {
  opacity: .23;
  width: 70%;
  margin-top: 0;
  position: absolute;
  inset: auto -50px -50px auto;
}

.slide-nav-4 {
  margin-top: 0;
  margin-bottom: -50px;
  display: none;
}

.div-block-145 {
  z-index: 1;
  margin-top: 49px;
  position: relative;
}

.left-arrow-4 {
  z-index: 4;
  background-color: #234e9b;
  border: 6px solid #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 60px;
  height: 60px;
  font-size: 16px;
  inset: -100px 0% auto -58px;
}

.left-arrow-4:focus-visible, .left-arrow-4[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 3px solid #e5a039;
}

.slider-4 {
  background-color: #0000;
  height: auto;
  display: flex;
}

.mask-2 {
  width: 325px;
  height: auto;
  overflow: visible;
}

.right-arrow-4 {
  background-color: #234e9b;
  border: 6px solid #fff;
  border-radius: 12px;
  width: 60px;
  height: 60px;
  font-size: 16px;
  display: block;
  inset: -100px -58px auto 0%;
}

.right-arrow-4:focus-visible, .right-arrow-4[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 3px solid #eaa43b;
}

.slide-3 {
  margin-right: 24px;
}

.section-20 {
  z-index: 2;
  background-color: #f6f6f3;
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
  position: relative;
  overflow: hidden;
}

.div-block-529 {
  width: 100%;
  max-width: 1200px;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-529.hidden {
  display: none;
}

.div-block-530 {
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  height: 500px;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-531 {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  padding: 24px 32px 32px;
  display: flex;
  position: relative;
}

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

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

.section-21 {
  z-index: 3;
  background-color: #f6f6f3;
  padding-top: 75px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.section-21.vastgoedbeheer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-21._3 {
  margin-top: -100px;
  padding-top: 140px;
  padding-bottom: 0;
}

.section-21._4 {
  padding-bottom: 125px;
}

.div-block-533 {
  border-radius: 12px;
  height: 450px;
  overflow: hidden;
}

.div-block-533._2 {
  border-radius: 12px;
  height: 425px;
  position: relative;
  overflow: visible;
}

.image-356 {
  object-fit: cover;
  object-position: 50% 35%;
  width: 100%;
  height: 100%;
}

.image-356._2 {
  border-radius: 12px;
}

.image-356._2._3 {
  object-position: 50% 30%;
  border-radius: 12px;
}

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

.div-block-535 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-535.gap60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.div-block-535.gap60._2 {
  align-items: start;
}

.div-block-535.gap60.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: grid;
}

.div-block-535.gap60.grid._2 {
  align-items: start;
  max-width: 1240px;
}

.div-block-535.gap60.vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-535.gap60.vertical._2 {
  grid-template-columns: 1fr 1fr;
}

.div-block-535.flip.grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  align-items: center;
}

.div-block-535.grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.paragraph-9 {
  color: #000c;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 1.6em;
}

.paragraph-9.margin-top {
  margin-top: 16px;
}

.paragraph-9.over-ons {
  font-size: 13px;
}

.paragraph-9.over-ons.wit {
  color: #fff;
}

.text-block-59 {
  color: #234e9b;
  text-transform: none;
  margin-bottom: 4px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
}

.div-block-536 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.div-block-536.hidden {
  display: none;
}

.div-block-537 {
  background-color: #e73936;
  border-radius: 100px;
  width: 10px;
  height: 10px;
}

.section-22 {
  z-index: 2;
  background-color: #f6f6f3;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.div-block-539 {
  border-radius: 16px;
  height: 425px;
  position: relative;
  overflow: hidden;
}

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

.div-block-540 {
  border: 1px #dadada;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px;
  display: flex;
}

.div-block-541 {
  color: #fff;
  background-color: #e73936;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-family: "Fa 300", Arial, sans-serif;
  font-size: 16px;
  display: flex;
}

.div-put {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  margin-right: 0;
  display: flex;
}

.text-block-60 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-block-61 {
  color: #33333380;
  margin-top: 2px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

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

.div-block-546 {
  background-color: #edede8;
  background-image: url('https://storage.maxxhuren.nl/website/_PTF6243.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  height: 400px;
  position: relative;
  overflow: visible;
}

.div-block-546.woonplek {
  background-image: url('https://storage.maxxhuren.nl/website/_PTF6426.jpeg');
  background-position: 0 100%;
}

.div-block-546.vastgoedbeheer {
  background-image: url('https://storage.maxxhuren.nl/website/Zwolle_Willemskade_26-27-28.avif');
  width: 100%;
}

.div-block-546.vastgoedbeheer._2 {
  background-image: url('https://storage.maxxhuren.nl/website/_PTF6398_omgedraaid.jpeg');
}

.div-block-547 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  width: 325px;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: auto -32px 12px auto;
  box-shadow: 0 2px 19px -1px #00000014;
}

.div-block-547._2 {
  border-radius: 12px;
  width: 370px;
  padding: 16px;
  inset: auto -32px 12px auto;
}

.div-block-548 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-549 {
  background-color: #edede8;
  border-radius: 100%;
  width: 36px;
  min-width: 36px;
  height: 36px;
  overflow: hidden;
}

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

.text-block-62 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.text-block-63 {
  font-family: Poppins, sans-serif;
  font-size: 10px;
  line-height: 1.3em;
}

.text-block-64 {
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 500;
}

.text-block-65 {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.paragraph-10 {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  line-height: 1.6em;
}

.image-358 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.image-359 {
  width: 100%;
  height: 100%;
}

.div-block-551 {
  box-shadow: none;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000075;
  border: 1px solid #ffffff24;
  border-radius: 8px;
  width: 70%;
  max-width: 1000px;
  margin: 0 auto 12px 12px;
  padding: 40px 32px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-552 {
  position: absolute;
  inset: auto 0% 0%;
}

.blue-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

.text-span-5 {
  color: #234e9b;
  font-weight: 700;
}

.section-timeline {
  z-index: -3;
  background-color: #234e9b;
  margin-top: 0;
  position: relative;
  overflow: visible;
}

.timeline_circle {
  background-color: #e73936;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 4px #e73936;
}

.container-3 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('/images/Image-Background_1Image Background.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  max-height: 300px;
  display: flex;
  overflow: hidden;
}

.timeline_image-wrapper.margin-bottom-medium {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  max-height: 300px;
  margin-top: 16px;
  display: flex;
}

.timeline_image-wrapper.margin-bottom-medium.big {
  max-height: 450px;
}

.timeline_image-wrapper.margin-bottom-medium.maxx25 {
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  padding: 20px 40px;
}

.timeline_image-wrapper.margin-bottom-medium.groningen {
  max-height: 100%;
}

.timeline_image-wrapper.margin-bottom-medium.claudia {
  height: 600px;
  max-height: 100%;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.overlay-fade-top {
  background-image: linear-gradient(#234e99, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.overlay-fade-bottom {
  background-image: linear-gradient(0deg, #234e9b, #0a0a0a00);
  height: 80px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.section-95 {
  z-index: 1;
  margin-top: 0;
  position: relative;
  overflow: visible;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.timeline_text {
  color: #fff;
  text-align: left;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6em;
}

.timeline_progress {
  z-index: -2;
  background-color: #fff3;
  width: 3px;
  height: 100%;
  position: absolute;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.margin-bottom-xlarge {
  margin-bottom: 0;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #e73936;
  background-image: none;
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.image-362 {
  object-fit: cover;
  height: 100%;
  max-height: 300px;
}

.image-362.big {
  object-position: 50% 100%;
  max-height: 450px;
}

.image-362.claudia {
  max-height: 100%;
}

.text-block-68 {
  color: #fff;
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
}

.section-96 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-18 {
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.paragraph-11 {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 1.6em;
}

.div-block-560 {
  grid-column-gap: 350px;
  grid-row-gap: 350px;
  box-shadow: none;
  background-color: #fff;
  border: 8px #edede9;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: grid;
  position: relative;
}

.div-block-561 {
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-562 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 250px;
  height: 100%;
  margin-right: 16px;
  display: flex;
  overflow: hidden;
}

.image-363 {
  width: 300px;
  max-width: 270px;
  height: auto;
  margin-top: 0;
  margin-bottom: -100px;
}

.section-97 {
  padding-top: 32px;
  padding-bottom: 50px;
}

.text-block-69 {
  color: #fff;
  background-color: #3b62a6;
  border-radius: 100px;
  padding: 8px 24px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.div-block-564 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 800px;
  display: flex;
}

.heading-19 {
  color: #000;
  margin-top: 16px;
  font-family: Poppins, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.3em;
}

.div-block-565 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  margin-bottom: 32px;
  display: grid;
}

.div-block-566 {
  height: 400px;
  transform: rotate(3deg);
}

.div-block-566.flip {
  margin-top: 24px;
  transform: rotate(-3deg);
}

.div-block-567 {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-364 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.div-block-569 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.heading-20 {
  color: #000;
  margin-top: 16px;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.3em;
}

.heading-20._2 {
  margin-top: 0;
  font-weight: 700;
}

.div-block-570 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-12 {
  margin-top: 20px;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 1.6em;
}

.div-block-571 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 32px;
  display: flex;
}

.section-99 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-572 {
  background-color: #fff;
  border-radius: 20px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  position: relative;
  box-shadow: 0 2px 19px -1px #00000014;
}

.div-block-573 {
  background-color: #f6f6f3;
  border: 1px solid #dedede;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 6px 6px 6px 24px;
  display: flex;
}

.link-block-9 {
  color: #fff;
  background-color: #234e9b;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa 300", Arial, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.text-block-70 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.text-block-70._2 {
  color: #fff;
  background-color: #e73936;
  border-radius: 100px;
  padding: 6px 16px;
}

.div-block-574 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(325px, 325px) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-574._2 {
  justify-items: start;
}

.div-block-575 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-top: 1px solid #dedede;
  flex-flow: column;
  margin-top: 32px;
  display: flex;
}

.div-block-576 {
  margin-top: 24px;
  margin-bottom: 8px;
  padding-left: 12px;
}

.section-100 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-577 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-578 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.heading-21 {
  color: #000;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3em;
}

.div-block-579 {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 12px;
  padding: 32px;
}

.div-block-580 {
  margin-top: 24px;
}

.text-block-71 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.div-block-581 {
  border-top: 1px solid #dedede;
  margin-top: 32px;
  padding-top: 20px;
}

.heading-22 {
  color: #000;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.div-block-582 {
  border-bottom: 1px solid #dedede;
}

.section-101 {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.div-block-584 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 720px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-14 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 1.5em;
}

.text-block-72 {
  color: #fff;
  background-color: #3a60a4;
  border-radius: 100px;
  padding: 8px 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-585 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-586 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.div-block-587 {
  object-fit: cover;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.div-block-587.stap6 {
  background-image: url('https://storage.maxxhuren.nl/website/pexels-shkrabaanthony-5245940.avif');
  background-position: 50%;
  background-size: cover;
}

.div-block-587.rondkijken {
  background-image: url('https://storage.maxxhuren.nl/website/ChatGPT-Image-1-okt-2025-21_49_42.avif');
  background-position: 50%;
  background-size: cover;
}

.div-block-587.aanmelden {
  background-image: url('https://storage.maxxhuren.nl/website/ChatGPT-Image-1-okt-2025-21_55_43.avif');
  background-position: 50%;
  background-size: cover;
}

.div-block-587.zoekopdracht {
  background-image: url('/images/maxx-aanmelden.avif');
  background-position: 50%;
  background-size: cover;
}

.div-block-587.bezichtiging {
  background-image: url('https://storage.maxxhuren.nl/website/ChatGPT-Image-1-okt-2025-22_46_39.avif');
  background-position: 50%;
  background-size: cover;
}

.div-block-587.sleuteloverdracht {
  background-image: url('https://storage.maxxhuren.nl/website/ChatGPT-Image-1-okt-2025-22_58_52.avif');
  background-position: 50%;
  background-size: cover;
}

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

.heading-23 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2em;
}

.image-366 {
  opacity: .04;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.section-102 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-589 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.div-block-591 {
  width: 325px;
}

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

.div-block-593 {
  background-color: #edede8;
  border-radius: 8px;
  padding: 0;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.div-block-594 {
  background-color: #fff;
  padding: 8px 24px 12px;
}

.div-block-595 {
  background-color: #234e9b;
  padding: 20px 24px;
}

.heading-24 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
}

.heading-25 {
  color: #000;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.link-block-11 {
  color: #000;
  border-bottom: 1px solid #dedede;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-11:hover {
  color: #234e9b;
}

.link-block-11.last {
  border-bottom-style: none;
}

.text-block-73 {
  font-family: "Fa 400", Arial, sans-serif;
}

.section-103 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-span-6 {
  color: #aaa;
  display: inline;
}

.div-block-596 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.div-block-598 {
  background-color: #edede8;
  border: 1px #dedede;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.div-block-599 {
  background-color: #234e9b;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.heading-26 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em;
}

.paragraph-15 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 1.6em;
}

.div-block-600 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

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

.text-block-74 {
  color: #234e9b;
  font-family: "Fa 400", Arial, sans-serif;
  font-size: 16px;
}

.text-block-75 {
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.div-block-602 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 16px;
  display: flex;
}

.div-block-603 {
  z-index: 1;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-604 {
  height: 100%;
}

.image-367 {
  height: 100%;
  position: static;
  inset: 0% 0% 0% auto;
}

.div-block-605 {
  background-color: #edede9;
  width: 450px;
  height: 100%;
  position: relative;
}

.div-block-605.wider {
  width: 400px;
  min-width: 35%;
}

.div-block-605.wider.widest {
  width: 800px;
}

.image-368 {
  width: 60%;
  max-width: 800px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-606 {
  z-index: 1;
  background-color: #00000030;
  position: absolute;
  inset: 0%;
}

.div-block-607 {
  overflow: hidden;
}

.div-block-608 {
  padding-top: 225px;
  padding-bottom: 80px;
  position: relative;
}

.div-block-609 {
  z-index: 1;
  background-color: #ededea;
  width: 27%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-610 {
  position: relative;
}

.div-block-610.hidden {
  display: none;
}

.div-block-611 {
  background-color: #ededea;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% -100%;
}

.text-block-76 {
  color: #fff;
  font-family: "Fa 400", Arial, sans-serif;
  font-size: 18px;
}

.div-block-612 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #234e9b;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px 10px 16px;
  display: flex;
}

.maxx-usp {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.div-block-613 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.lottie-animation {
  width: 45px;
}

.text-span-7 {
  -webkit-text-fill-color: transparent;
  background-image: url('https://storage.maxxhuren.nl/website/pexels-enginakyurt-1435511.jpg');
  background-position: 50%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 12px;
}

.mobile-menu, .link-block-14 {
  display: none;
}

.div-block-619 {
  z-index: 2;
  display: none;
}

.lees-minder {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-right: 50px;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-625 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #fff;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.lightbox-link {
  width: 100%;
}

.smart-maxx-wachtwoord-vergeten {
  z-index: 2;
  background-color: #fff;
  padding: 40px;
  display: none;
  position: absolute;
  inset: 0%;
}

.success-message {
  color: #fff;
  background-color: #234e9b;
  border-radius: 8px;
  font-family: Poppins, sans-serif;
}

.paragraph-16 {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  line-height: 1.6em;
}

.paragraph-17 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}

.div-block-626 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: grid;
}

.div-block-627 {
  background-color: #f6f6f3;
  border: 1px solid #dedede;
  border-radius: 12px;
  padding: 20px 30px 30px;
}

.div-block-627._2 {
  padding-top: 30px;
}

.heading-30 {
  border-bottom: 1px solid #dedede;
  margin-top: 0;
  padding-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.div-block-628 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-top: 12px;
  padding-bottom: 32px;
  display: flex;
}

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

.text-block-86 {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.text-block-87 {
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.div-block-630 {
  border: 1px solid #e73937;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  min-height: 52px;
  padding: 6px 24px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.text-block-88 {
  color: #e73937;
}

.div-block-631 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 24px;
  display: flex;
}

.form-4 {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.submit-button-3 {
  background-color: #234e9b;
  border-radius: 6px;
  height: 48px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.submit-button-3:hover {
  background-color: #1c458d;
}

.image-369 {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

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

.right-arrow-6 {
  background-color: #234e9b;
  border-radius: 4px;
  width: 52px;
  height: 52px;
  font-size: 16px;
  transition: all .2s;
  display: flex;
  inset: auto 0% -80px 64px;
}

.right-arrow-6:hover {
  background-color: #173c7e;
}

.div-put-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 325px;
  height: 100%;
  margin-right: 16px;
  padding-right: 0;
  display: flex;
}

.slide-5 {
  height: 450px;
  margin-right: 0;
}

.blue {
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 325px;
  min-width: 325px;
  height: 100%;
  padding: 30px 16px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-154 {
  z-index: 2;
  background-image: linear-gradient(0deg, #111113, #232329ab 37%, #fff0 78%);
  width: 100%;
  height: 70%;
  position: absolute;
  inset: auto 0% 0%;
}

.left-arrow-6 {
  background-color: #234e9b;
  border-radius: 4px;
  width: 52px;
  height: 52px;
  font-size: 16px;
  transition: all .2s;
  display: flex;
  inset: auto 64px -80px 0%;
}

.left-arrow-6:hover {
  background-color: #173c7e;
}

.mask-4 {
  width: 341px;
  height: 450px;
  margin-right: 0;
  overflow: visible;
}

.heading-31 {
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  line-height: 1.2em;
}

.slider-6 {
  background-color: #0000;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-153 {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-155 {
  z-index: 3;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-156 {
  width: 325px;
  padding-right: 0;
  display: flex;
}

.text-block-89 {
  color: #5a82ca;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-632 {
  padding-top: 32px;
}

.div-block-633 {
  width: 364px;
  min-width: 364px;
  max-width: 364px;
}

.section-104 {
  z-index: 3;
  background-color: #f6f6f3;
  border-bottom: 1px solid #d4d3c5;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.container-4 {
  width: 90%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-634 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.text-block-90 {
  color: #e73937;
  font-family: "Fa 400", Arial, sans-serif;
  font-size: 18px;
}

.text-block-91 {
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.div-block-897 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.div-block-897.mobile-show {
  display: none;
}

.heading-32 {
  color: #151515;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  line-height: 1.2em;
}

.div-block-151 {
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-151._2 {
  margin-top: 80px;
  padding-top: 40px;
}

.text-block-353 {
  color: #e73937;
  margin-top: 12px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.image-370 {
  position: absolute;
  inset: auto -116px -24px auto;
  transform: rotate(23deg);
}

.div-block-898 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 44px;
  display: flex;
}

.div-block-896 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rich-text-block {
  font-family: Poppins, sans-serif;
  line-height: 1.6em;
}

.div-block-899 {
  background-color: #1d448a;
  border: 1px solid #ffffff6b;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.div-block-900 {
  height: 155px;
  position: relative;
}

.div-block-901 {
  z-index: 2;
  position: relative;
}

.section-105 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.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: 260px;
  display: flex;
}

.section-106 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-902 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-33 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 72px;
  line-height: 1em;
}

.paragraph-18 {
  text-align: center;
  font-family: Poppins, sans-serif;
  line-height: 1.6em;
}

.div-block-903 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.interesse-popup {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000029;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-87-interesse {
  z-index: 1;
  width: 100%;
  position: relative;
}

.div-block-87-interesse.wachtwoord-vergeten {
  width: 60%;
}

.form-3-interesse {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checkbox-label-2 {
  font-family: Poppins, sans-serif;
}

.error-message {
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.success-message-2 {
  background-color: #edede8;
  border: 1px solid #edede8;
  border-radius: 8px;
}

.text-block-354 {
  font-family: Poppins, sans-serif;
}

.div-block-85-interesse {
  z-index: 2;
  background-color: #fff;
  border-radius: 10px;
  min-width: 800px;
  max-width: 800px;
  min-height: 350px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.div-block-904 {
  position: absolute;
  inset: 12px 12px auto auto;
}

@media screen and (max-width: 991px) {
  .container.smaller {
    width: 95%;
  }

  .header {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
  }

  .header-content-title-wrapper {
    padding-bottom: 60px;
  }

  .search-module {
    width: 100%;
    position: relative;
    inset: auto auto 0% 0%;
  }

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

  .button-2.primary.mobile {
    height: 46px;
    margin-left: 0;
  }

  .button-2.primary.mobile.w--current {
    border-radius: 4px;
  }

  .heading-6, .heading-6._2._3 {
    text-align: left;
    font-size: 32px;
  }

  .heading-6.wit {
    margin-top: 0;
    font-size: 26px;
  }

  .div-block-32 {
    grid-template-columns: 1fr;
  }

  .div-block-38 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .text-block-25 {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    color: #333;
    background-color: #fffc;
  }

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

  .text-block-26 {
    font-size: 15px;
    line-height: 1.4em;
  }

  .div-block-61 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .section-8.faq {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .heading-11 {
    font-size: 44px;
  }

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

  .section-9-2 {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

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

  .object {
    height: 200px;
  }

  .div-block-76 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 24px;
  }

  .text-block-34 {
    font-size: 20px;
  }

  .div-block-77 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .plaatsnaam-object, .type-woonruimte-object, .huurprijs-object {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 10px;
  }

  .div-block-79 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .oppervlak-object, .text-block-35, .text-block-36 {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 10px;
  }

  .object-beschikbaar, .object-onder-optie, .object-reeds-verhuurd {
    font-size: 14px;
  }

  .text-block-38 {
    font-size: 22px;
  }

  .text-block-39 {
    font-size: 12px;
  }

  .smartmaxx-popup {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .div-block-85 {
    min-width: auto;
  }

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

  .div-block-87.wachtwoord-vergeten, .f-error-message, .f-form-steps-item.is---2 {
    width: 100%;
  }

  .heading-14 {
    font-size: 16px;
  }

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

  .div-block-109.geinteresseerd, .div-block-109.reeds-verhuurd {
    display: none;
  }

  .text-block-45.small {
    font-size: 16px;
  }

  .text-block-46.small {
    font-size: 12px;
    font-weight: 400;
  }

  .section-18 {
    padding-top: 100px;
  }

  .div-block-120 {
    grid-template-columns: 1fr;
  }

  .div-block-121 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .div-block-122 {
    height: 150px;
  }

  .div-block-123 {
    height: 350px;
  }

  .text-block-51 {
    font-size: 10px;
  }

  .text-block-52 {
    font-size: 24px;
  }

  .text-block-53 {
    font-size: 12px;
  }

  .div-block-128 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-block-54 {
    font-size: 20px;
  }

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

  .div-block-133 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fff;
    border-radius: 8px;
    justify-content: flex-start;
    align-items: center;
    padding: 6px;
    display: flex;
  }

  .div-block-134 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: #fff;
    border: 1px solid #edede8;
    border-radius: 4px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    display: flex;
    overflow: hidden;
  }

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

  .div-block-139 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row-reverse wrap-reverse;
    grid-template-columns: 1fr;
    max-width: 100%;
    display: flex;
  }

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

  .text-block-55 {
    font-weight: 600;
    line-height: 1.2em;
  }

  .text-block-56 {
    font-size: 12px;
  }

  .div-block-142 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #ededea;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: 30px 24px;
  }

  .div-block-144 {
    width: 100%;
    height: 300px;
  }

  .section-21 {
    padding-top: 40px;
    padding-bottom: 84px;
  }

  .section-21._3 {
    padding-top: 120px;
  }

  .div-block-533 {
    height: 350px;
  }

  .div-block-534 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-block-535 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row-reverse wrap-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .div-block-535.gap60 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .div-block-535.gap60._2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-block-535.flip {
    flex-flow: row-reverse wrap-reverse;
    display: flex;
  }

  .div-block-535.flip.grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row-reverse wrap-reverse;
  }

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

  .div-block-535._2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .paragraph-9 {
    font-size: 14px;
  }

  .paragraph-9.over-ons.wit {
    font-size: 12px;
  }

  .div-block-546 {
    width: 100%;
    height: 300px;
  }

  .div-block-546.woonplek {
    width: 100%;
  }

  .div-block-547 {
    bottom: 16px;
    left: 16px;
  }

  .div-block-547._2 {
    bottom: 16px;
    right: 16px;
  }

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

  .div-block-557 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .div-block-560 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    padding: 30px;
  }

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

  .heading-19.smaller {
    font-size: 36px;
  }

  .div-block-565 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-566 {
    height: 250px;
  }

  .paragraph-14 {
    font-size: 14px;
  }

  .text-block-72 {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
  }

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

  .div-block-585.flip {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row-reverse wrap-reverse;
  }

  .div-block-587 {
    width: 100%;
    height: 300px;
  }

  .div-block-587.rondkijken {
    width: 100%;
  }

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

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

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

  .div-block-597 {
    grid-template-columns: 1fr 1fr;
  }

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

  .div-block-604.mobile {
    display: none;
  }

  .image-367._2 {
    height: 100%;
  }

  .div-block-605 {
    width: 50px;
  }

  .div-block-605.wider {
    width: 350px;
  }

  .div-block-605.wider.widest {
    width: 400px;
  }

  .div-block-608 {
    padding-top: 150px;
    padding-bottom: 24px;
  }

  .div-block-609 {
    width: 50px;
  }

  .mobile-menu {
    background-color: #fff;
    flex-flow: column;
    padding-top: 100px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .mobile-menu-wrapper {
    border-top: 1px #edede9;
    flex: 1;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .mobile-menu-contents {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .mobile-menu-huurders {
    background-color: #fff;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .link-block-12 {
    color: #234e9b;
    border-bottom: 1px solid #edede9;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
  }

  .link-block-12.back {
    color: #e73937;
  }

  .text-block-77 {
    font-family: "Fa 300", Arial, sans-serif;
    line-height: 16px;
  }

  .div-block-614 {
    color: #fff;
    background-color: #234e9b;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    padding-top: 1px;
    font-size: 14px;
    display: flex;
  }

  .div-block-614.back {
    background-color: #e73937;
  }

  .mobile-navigation {
    background-color: #f6f6f4;
    border-top: 1px solid #edede9;
    border-bottom: 1px solid #edede9;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .div-block-615 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-block-78 {
    color: #333;
    font-family: Poppins, sans-serif;
    font-weight: 500;
  }

  .div-block-616 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 16px;
    display: grid;
  }

  .link-block-13 {
    color: #234e9b;
    text-align: center;
    border: 1px solid #edede9;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    height: 48px;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
  }

  .link-block-13.primary {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    color: #fff;
    background-color: #234e9b;
    border-color: #234e9b;
  }

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

  .text-block-81 {
    font-family: "Fa 400", Arial, sans-serif;
  }

  .mobile-menu-verhuurders {
    background-color: #fff;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .nav---voor-huurders {
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .text-block-82 {
    color: #00000054;
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Fa 300", Arial, sans-serif;
    font-size: 10px;
  }

  .nav---voor-verhuurders {
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .link-block-14 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    color: #000;
    background-color: #fff;
    border: 1px solid #edede9;
    border-radius: 6px;
    justify-content: flex-start;
    align-items: center;
    height: 46px;
    padding: 0 20px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    text-decoration: none;
    display: flex;
  }

  .text-block-83 {
    font-family: "Fa 400", Arial, sans-serif;
    font-size: 12px;
  }

  .div-block-618 {
    border-bottom: 1px solid #edede9;
    padding-bottom: 24px;
  }

  .div-block-619 {
    z-index: 8;
    background-color: #fff;
    border-top: 1px solid #edede9;
    justify-content: center;
    align-items: center;
    height: 60px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

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

  .f---geinteresseerd {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .heading-29 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    line-height: 1.2em;
  }

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

  .f---reeds-verhuurd {
    justify-content: space-between;
    width: 100%;
    display: none;
  }

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

  .div-block-624 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .smart-maxx-wachtwoord-vergeten {
    display: none;
  }

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

  .div-block-634 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-900 {
    height: 120px;
  }

  .interesse-popup {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-87-interesse.wachtwoord-vergeten {
    width: 100%;
  }

  .div-block-85-interesse {
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .header {
    grid-column-gap: 74px;
    grid-row-gap: 74px;
    height: 100svh;
  }

  .heading-4 {
    font-size: 38px;
  }

  .search-module {
    position: relative;
  }

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

  .select-field {
    min-width: auto;
    padding-left: 12px;
  }

  .select-field.aanbod {
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }

  .select-field.aanbod.sorteer {
    margin-bottom: 0;
  }

  .submit-button.aanbod {
    width: 100%;
  }

  .text-block-11 {
    font-size: 70px;
  }

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

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

  .heading-6._2._3 {
    font-size: 24px;
  }

  .div-block-36 {
    grid-template-columns: 1fr;
  }

  .link-block-5.links {
    border-radius: 0;
    height: 400px;
  }

  .link-block-5.rechts {
    border-radius: 0;
  }

  .section-6.flip {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column-reverse wrap;
    padding-top: 0;
    display: flex;
  }

  .div-block-39 {
    width: 100%;
    min-height: 250px;
    position: relative;
  }

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

  .div-block-52 {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .footer-bottom {
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .paragraph-4 {
    width: 100%;
  }

  .div-block-60 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-61 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-68 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column-reverse wrap;
  }

  .text-block-28 {
    text-align: center;
  }

  .text-block-30 {
    opacity: .53;
    background-color: #fff;
    width: 24px;
    height: 1px;
    overflow: hidden;
  }

  .div-block-69 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .div-block-70, .div-block-71 {
    border-radius: 0;
  }

  .text-block-31 {
    font-size: 16px;
  }

  .form-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .text-block-32 {
    white-space: nowrap;
  }

  .f-w-progress-wrap {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }

  .f-txt-wrap.is---2 {
    line-height: 1.2;
  }

  .progress-number_block {
    font-size: .9rem;
  }

  .f-steps-wrap.is--2 {
    flex-flow: column;
  }

  .f-2col-grid {
    grid-row-gap: 23px;
    grid-template-columns: 1fr;
  }

  .f-progress-txt-2 {
    font-size: .9rem;
  }

  .f-checkbox-buttn-wrap.is---1 {
    flex-wrap: wrap;
  }

  .div-block-94 {
    grid-template-columns: 1fr;
  }

  .div-block-97 {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-8 {
    font-size: 13px;
  }

  .div-block-117 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-49 {
    font-size: 12px;
  }

  .div-block-122 {
    height: 100px;
  }

  .div-block-123 {
    height: 300px;
  }

  .div-block-124 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    margin-top: 16px;
  }

  .text-block-50 {
    font-size: 12px;
  }

  .div-block-126, .div-block-128 {
    width: 100%;
  }

  .image-16 {
    height: 100%;
  }

  .div-block-130 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-bottom: 0;
  }

  .mask-2 {
    width: 260px;
  }

  .div-block-533 {
    border-radius: 12px;
    height: 300px;
  }

  .div-block-535.gap60._2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .paragraph-9.margin-top {
    margin-bottom: 0;
  }

  .paragraph-9.over-ons {
    font-size: 12px;
  }

  .div-block-539 {
    height: 350px;
  }

  .div-block-540 {
    border-radius: 12px;
    padding: 16px;
  }

  .text-block-60 {
    font-size: 18px;
  }

  .text-block-61 {
    margin-top: 0;
    font-size: 13px;
  }

  .div-block-551 {
    padding: 24px 24px 35px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_text {
    font-size: 18px;
    font-weight: 400;
  }

  .timeline_progress {
    left: 6px;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
    font-weight: 600;
  }

  .heading-19.smaller {
    font-size: 27px;
  }

  .div-block-566 {
    height: 200px;
  }

  .div-block-569 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .heading-20._2 {
    font-size: 24px;
  }

  .heading-20.smaller {
    font-size: 26px;
  }

  .div-block-572 {
    padding: 30px;
  }

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

  .link-block-9 {
    min-width: 50px;
  }

  .div-block-574 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    display: flex;
  }

  .div-block-574._2 {
    display: none;
  }

  .div-block-584 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .div-block-597 {
    grid-template-columns: 1fr;
  }

  .div-block-598 {
    border-style: solid;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
  }

  .div-block-599 {
    border-radius: 4px;
    width: 32px;
    height: 32px;
    padding: 7px;
    display: flex;
  }

  .heading-26, .paragraph-15 {
    text-align: left;
  }

  .div-block-605.wider {
    width: auto;
  }

  .lottie-animation {
    width: 24px;
  }

  .div-block-616 {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-79 {
    font-family: Poppins, sans-serif;
    font-size: 12px;
  }

  .div-block-617 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 8px;
    display: flex;
  }

  .text-block-80 {
    color: #3cb003;
    font-family: "Fa Sharp 400", Arial, sans-serif;
  }

  .text-block-84 {
    font-family: Poppins, sans-serif;
  }

  .heading-29 {
    line-height: 1.2em;
  }

  .div-block-626 {
    grid-template-columns: 1fr;
  }

  .div-block-631 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-put-3 {
    width: 200px;
  }

  .slide-5 {
    height: 300px;
  }

  .blue {
    width: 200px;
    min-width: 200px;
    padding-bottom: 32px;
  }

  .mask-4 {
    width: 216px;
    height: auto;
  }

  .heading-31 {
    margin-bottom: 6px;
    font-size: 20px;
  }

  .text-block-89 {
    text-align: center;
    font-size: 14px;
    line-height: 1em;
  }

  .div-block-900 {
    height: 90px;
  }

  .checkbox-label-2 {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
  }

  .header {
    height: auto;
  }

  .heading-4 {
    padding: 16px 26px;
    font-size: 30px;
  }

  .header-content-title-wrapper {
    padding-bottom: 24px;
  }

  .search-module {
    padding: 24px;
  }

  .heading-5 {
    font-size: 22px;
    line-height: 1.4em;
  }

  .text-block-10 {
    font-size: 12px;
  }

  .form-block {
    margin-top: 0;
    margin-bottom: 0;
  }

  .form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .select-field {
    text-align: left;
    height: 48px;
    margin-bottom: 12px;
    padding-left: 16px;
    font-size: 13px;
  }

  .select-field.aanbod {
    width: 100%;
    max-width: 100%;
    height: 42px;
    margin-bottom: 12px;
  }

  .select-field.aanbod.sorteer {
    margin-bottom: 0;
  }

  .submit-button.aanbod {
    width: 100%;
  }

  .section-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-25 {
    padding-top: 16px;
    padding-bottom: 16px;
    position: static;
  }

  .text-block-11 {
    font-size: 40px;
  }

  .div-block-27 {
    width: 6px;
    min-width: 6px;
    height: 6px;
  }

  .button-2.primary.mobile {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 15px;
  }

  .section-4.no-padding-top {
    padding-top: 0;
  }

  .heading-6 {
    text-align: left;
    font-size: 24px;
  }

  .heading-6.kleiner {
    font-size: 24px;
  }

  .heading-6._2._3 {
    font-size: 22px;
  }

  .heading-6.wit {
    max-width: 300px;
    font-size: 20px;
    display: block;
  }

  .div-block-32 {
    max-width: 100%;
    margin-top: 50px;
  }

  .button-3.small {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }

  .section-5.no-padding-top {
    padding-top: 0;
  }

  .link-block-5.links {
    height: 275px;
    padding: 24px;
  }

  .link-block-5.rechts {
    height: 275px;
    padding: 22px;
  }

  .text-block-16 {
    font-size: 10px;
  }

  .heading-8 {
    font-size: 26px;
    line-height: 1.1em;
  }

  .section-6 {
    display: none;
  }

  .text-block-26 {
    font-size: 14px;
  }

  .paragraph-3 {
    font-size: 12px;
  }

  .div-block-59 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .paragraph-4 {
    width: 100%;
    font-size: 12px;
  }

  .div-block-60 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-61 {
    grid-template-columns: 1fr;
  }

  .div-block-62 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 20px;
  }

  .heading-10 {
    font-size: 22px;
  }

  .link-block-6 {
    font-size: 14px;
  }

  .link-block-6.cg {
    font-size: 12px;
  }

  .section-8 {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .section-8.zoekopdracht {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-72 {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .heading-11 {
    font-size: 28px;
  }

  .text-block-31 {
    font-size: 14px;
  }

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

  .text-block-32 {
    font-size: 12px;
  }

  .object {
    border: 1px solid #edede9;
    flex-flow: column;
    height: auto;
    max-height: 100%;
  }

  .div-block-75 {
    width: 100%;
    height: 175px;
    min-height: 120px;
  }

  .div-block-76 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    padding: 20px;
  }

  .text-block-34 {
    font-size: 18px;
  }

  .object-reeds-verhuurd {
    font-weight: 400;
  }

  .div-block-85 {
    flex-flow: column;
    min-height: auto;
    padding: 40px 20px;
  }

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

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

  .section-12.zo1 {
    padding-top: 32px;
    padding-bottom: 0;
  }

  .f-w-progress-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    display: grid;
  }

  .f-form {
    padding-left: 12px;
    padding-right: 12px;
  }

  .f-form.is--form {
    padding-left: 0;
    padding-right: 0;
  }

  .f-checkbox-butn-copy {
    min-width: 12px;
    min-height: 12px;
  }

  .progress-number_block {
    width: 30px;
    height: 30px;
  }

  .f-steps-wrap.is--2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .f-input-field-date.is---2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .f-progress-txt-2 {
    font-size: 12px;
    display: block;
  }

  .f-progress-txt-2.f-progress-current-2 {
    display: block;
  }

  .f-input-field, .f-input-field.is---2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .f-checkbox-buttn-wrap.is---1 {
    grid-row-gap: 12px;
  }

  .div-block-89 {
    padding: 24px 20px;
  }

  .div-block-90 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding: 14px 20px;
    display: block;
  }

  .select-field-2 {
    min-height: 46px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-95.top {
    margin-bottom: 24px;
  }

  .heading-13 {
    font-size: 28px;
  }

  .heading-13.top {
    font-size: 22px;
  }

  .section-13.padding-top {
    padding-top: 32px;
  }

  .div-block-97 {
    grid-column-gap: 30px;
    grid-row-gap: 36px;
  }

  .div-block-98 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-block-41 {
    font-size: 30px;
  }

  .heading-14 {
    font-size: 13px;
    line-height: 1.4em;
  }

  .paragraph-5 {
    font-size: 10px;
  }

  .div-block-109 {
    width: 100%;
    padding: 22px;
  }

  .paragraph-7 {
    font-size: 12px;
  }

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

  .text-block-46.small {
    font-size: 10px;
  }

  .div-block-112 {
    height: 200px;
  }

  .div-block-117 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: minmax(175px, 1fr) 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-118 {
    width: auto;
  }

  .section-18 {
    padding-top: 100px;
  }

  .div-block-120, .div-block-121 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-122 {
    border-radius: 6px;
    height: 75px;
  }

  .div-block-123 {
    border-radius: 6px;
    height: 225px;
  }

  .text-block-50 {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 10px;
  }

  .div-block-125 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .heading-17 {
    font-size: 16px;
  }

  .text-block-53 {
    font-size: 10px;
    font-weight: 400;
  }

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

  .div-block-137 {
    flex-flow: row;
    margin-bottom: -4px;
    display: flex;
  }

  .div-block-141 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-block-55 {
    font-size: 20px;
  }

  .text-block-56 {
    font-size: 10px;
  }

  .div-block-142 {
    padding: 16px;
  }

  .div-block-144 {
    height: 200px;
  }

  .mask-2 {
    width: 240px;
  }

  .slide-3 {
    margin-right: 12px;
  }

  .div-block-533 {
    height: 250px;
  }

  .div-block-535 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .text-block-59 {
    font-size: 14px;
  }

  .div-block-536 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-539 {
    border-radius: 8px;
    height: 300px;
  }

  .div-block-540 {
    border-radius: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 8px;
  }

  .div-block-541 {
    border-radius: 6px;
    width: 40px;
    height: 40px;
  }

  .text-block-60 {
    font-size: 14px;
    font-weight: 600;
  }

  .text-block-61 {
    font-size: 10px;
    line-height: 1.2em;
  }

  .div-block-543 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

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

  .div-block-546.vastgoedbeheer {
    width: 100%;
    height: 350px;
  }

  .div-block-547._2 {
    width: 90%;
    padding: 20px;
  }

  .paragraph-10 {
    font-size: 10px;
  }

  .div-block-551 {
    width: 94%;
    margin-right: 12px;
    padding: 16px;
    position: absolute;
  }

  .blue-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .section-timeline {
    z-index: -3;
  }

  .timeline_image-wrapper.margin-bottom-medium.big {
    max-height: 375px;
  }

  .timeline_image-wrapper.margin-bottom-medium.claudia {
    height: 350px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .timeline_text {
    font-size: 12px;
    line-height: 1.4em;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .timeline_date-text {
    font-size: 22px;
  }

  .image-362.big {
    max-height: 375px;
  }

  .text-block-68 {
    font-size: 16px;
    line-height: 1.6em;
  }

  .heading-18 {
    font-size: 24px;
  }

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

  .heading-19.smaller {
    font-size: 20px;
  }

  .div-block-565 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .heading-20._2, .heading-20.smaller {
    font-size: 20px;
  }

  .paragraph-12 {
    margin-top: 0;
    font-size: 14px;
  }

  .section-99.dashboard {
    padding-top: 0;
  }

  .div-block-572 {
    padding: 80px 14px 20px;
  }

  .div-block-573 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 12px;
  }

  .link-block-9 {
    width: 38px;
    min-width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .text-block-70 {
    font-size: 15px;
  }

  .div-block-574 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-columns: minmax(325px, 325px);
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-575 {
    margin-top: 32px;
  }

  .div-block-587 {
    height: 240px;
  }

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

  .div-block-595 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .paragraph-15 {
    margin-bottom: 0;
    font-size: 10px;
  }

  .div-block-605.wider.widest {
    width: 200px;
  }

  .image-368 {
    width: 70%;
  }

  .div-block-609 {
    width: 24px;
  }

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

  .text-block-76 {
    font-size: 16px;
  }

  .div-block-612 {
    padding: 7px 18px 7px 14px;
  }

  .maxx-usp {
    font-size: 12px;
  }

  .lottie-animation {
    width: 20px;
  }

  .text-span-7 {
    margin-right: 8px;
  }

  .div-block-616 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .link-block-13 {
    font-size: 14px;
  }

  .link-block-13.primary {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    font-size: 15px;
  }

  .text-block-81 {
    font-family: "Fa 400", Arial, sans-serif;
  }

  .link-block-14 {
    height: 42px;
  }

  .text-block-84 {
    color: #333333b3;
    font-size: 10px;
  }

  .heading-29 {
    font-size: 14px;
    line-height: 1.3em;
  }

  .div-block-622 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .smart-maxx-wachtwoord-vergeten {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-627 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-627._2 {
    padding: 20px;
  }

  .div-block-628 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-block-86, .text-block-87 {
    font-size: 12px;
  }

  .div-block-631 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .right-arrow-6, .left-arrow-6 {
    bottom: -80px;
  }

  .mask-4 {
    height: 300px;
  }

  .div-block-634 {
    grid-template-columns: 1fr;
  }

  .div-block-897.mobile-show {
    margin-left: 0;
    display: flex;
  }

  .div-block-897.mobile-hide {
    display: none;
  }

  .heading-32 {
    font-size: 26px;
  }

  .div-block-151 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .text-block-353 {
    font-size: 16px;
  }

  .image-370 {
    bottom: -11px;
    right: -64px;
  }

  .div-block-898.mobile-flex {
    flex-flow: column;
    display: flex;
  }

  .div-block-900 {
    height: 60px;
  }

  .section-106 {
    padding-bottom: 0;
  }

  .heading-33 {
    margin-top: 0;
  }

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

  .div-block-87-interesse {
    width: 100%;
  }

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

  .div-block-85-interesse {
    flex-flow: column;
    min-height: auto;
    padding: 40px 20px;
  }
}

#Max-huurprijs.w-node-_3ae9cc0b-c9b5-d263-883f-4cd2840e3467-a7c8c5f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d0f27d1-63ab-2c4e-61dc-18f1c2831bfe-c2831bae {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Max-huurprijs-2.w-node-acf3e9a6-900e-273d-5e77-6e3757990267-b3b41d60, #w-node-df74ec9b-51fe-d2e1-ea31-279ce03e3007-b3b41d60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d0894de-8830-f95c-4034-6bf4bf0cd938-b3b41d60 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d846aedb-0576-5778-9361-c469fd64e387-b3b41d60, #w-node-_7bae8611-923e-58f3-843f-ab1410c2c5f8-b3b41d60, #w-node-ac15310b-425d-44d9-421a-e3c901eccddd-b3b41d60, #w-node-f8d4e7c7-8cf2-d6bd-c1b5-4f9436e6d043-b3b41d60, #w-node-_565bbdfa-b6f4-764b-ad5f-bc8c1d2118ca-b3b41d60, #w-node-_7bbae1ba-962e-d13f-b739-38f6b28171a6-b3b41d60, #w-node-bf967374-2a05-eee3-a968-60ca48ff4324-b3b41d60 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3868c084-b153-5717-05f2-f7a44efe80e5-1a7c6685 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_085ec4dd-34d6-f1aa-c05e-686e6569d4cf-1a7c6685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f766bc61-df45-dac1-d118-35292eee2d69-1a7c6685 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0083e34a-1080-74a2-2278-f2d321bea79c-1a7c6685, #w-node-e01646ff-7c41-ac71-c021-a1fde2dad409-1a7c6685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8991a551-8a8f-e0ee-9256-f80090a34288-1a7c6685, #w-node-ab94b8cb-a18c-b9f3-af83-973b4639d247-1a7c6685, #w-node-fa3f2731-ed98-2600-89a2-b49cb1dbe345-132516c7, #w-node-_755cbdf5-a49c-998e-7dbb-4ccbfe226fc1-e9493d65, #w-node-fa321ebd-fab5-a945-948a-5938511d93a7-e9493d65, #w-node-_17628d95-c64d-035e-de16-a9c65a522b9b-e9493d65, #w-node-_45a70184-bd25-9132-d9ef-7f1035880768-e9493d65, #w-node-_56644927-1f25-2047-dbde-0beb9a4da425-e9493d65, #w-node-_0eadf67b-64eb-07e0-1d0c-6bab6c46753d-5436cfc2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1e58da75-322c-33cf-90b6-c64d806ad4a1-5436cfc2, #w-node-bc1ccc37-4b26-c93f-8b26-5d418e3a69a3-5436cfc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2aadb148-b004-5477-15d2-0519d3f504cb-db13d8ed, #w-node-_2aadb148-b004-5477-15d2-0519d3f504cb-a577734a, #w-node-e0bdf5c8-8936-c0e5-ba0b-74f7e6a31fdc-a577734a, #w-node-_33047358-57da-aa92-efe0-945a4dab8fd1-a577734a, #w-node-_6a123cfc-724c-3e96-2402-98b989f9c723-a577734a, #w-node-b8070a93-e360-be76-6f4a-f1b1313c63a7-a577734a, #w-node-_2aadb148-b004-5477-15d2-0519d3f504cb-be9f8ec5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_99d4e0c0-2ee6-c912-ee39-a98b1ba51fce-be9f8ec5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11188aed-cf23-1d8f-9a38-c7c7fac7617d-be9f8ec5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Max-huurprijs.w-node-a8929ec4-a660-243f-b86a-9583cd60500c-b27e9105 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e0bdf5c8-8936-c0e5-ba0b-74f7e6a31fdc-a577734a, #w-node-_33047358-57da-aa92-efe0-945a4dab8fd1-a577734a, #w-node-_6a123cfc-724c-3e96-2402-98b989f9c723-a577734a, #w-node-b8070a93-e360-be76-6f4a-f1b1313c63a7-a577734a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_088994d5-76c5-066c-ec82-cdf28d0f50f7-481376a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-de5eecfa-75e8-76e0-b7f4-fdf76849de1a-481376a2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4d62c60f-5b09-c870-fcc7-f95d91fa2503-8370e813 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4d62c60f-5b09-c870-fcc7-f95d91fa2506-8370e813 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_4d62c60f-5b09-c870-fcc7-f95d91fa2508-8370e813 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7cc7e951-40bc-d8b0-4fb9-9585ac9f18a3-8370e813 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7cc7e951-40bc-d8b0-4fb9-9585ac9f18a6-8370e813 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_7cc7e951-40bc-d8b0-4fb9-9585ac9f18a8-8370e813 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bc830bc3-5acb-85f2-4081-dd590614b771-8370e813 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-bc830bc3-5acb-85f2-4081-dd590614b774-8370e813 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-bc830bc3-5acb-85f2-4081-dd590614b776-8370e813 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8a6fb5d4-5e0b-d6d2-ae09-46ab94646481-8370e813 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8a6fb5d4-5e0b-d6d2-ae09-46ab94646484-8370e813 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_8a6fb5d4-5e0b-d6d2-ae09-46ab94646486-8370e813 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ccb10a06-b42d-76ab-1873-c4241a1f8ee5-8370e813 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ccb10a06-b42d-76ab-1873-c4241a1f8ee8-8370e813 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ccb10a06-b42d-76ab-1873-c4241a1f8eea-8370e813 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_10de77aa-68ff-5685-52b2-0e676fbfbe45-8370e813 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_10de77aa-68ff-5685-52b2-0e676fbfbe48-8370e813 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_10de77aa-68ff-5685-52b2-0e676fbfbe4a-8370e813 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7b6d24a7-fdb6-6730-4559-6197cc759867-8370e813 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7b6d24a7-fdb6-6730-4559-6197cc75986a-8370e813 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_7b6d24a7-fdb6-6730-4559-6197cc75986c-8370e813 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_76ff6939-f27d-ecbe-5236-d255e0b34754-8370e813 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_76ff6939-f27d-ecbe-5236-d255e0b34757-8370e813 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_76ff6939-f27d-ecbe-5236-d255e0b34759-8370e813 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a55ecfc-6bec-0958-2c6e-4a3e890d5a85-8370e813 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5a55ecfc-6bec-0958-2c6e-4a3e890d5a88-8370e813 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5a55ecfc-6bec-0958-2c6e-4a3e890d5a8a-8370e813 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4c58670e-5abd-fd38-2613-304cf2b0c21b-8370e813 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4c58670e-5abd-fd38-2613-304cf2b0c21e-8370e813 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_4c58670e-5abd-fd38-2613-304cf2b0c220-8370e813 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ddbfade6-85ed-cb08-edc7-03be667e73a2-8370e813 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ddbfade6-85ed-cb08-edc7-03be667e73a5-8370e813 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ddbfade6-85ed-cb08-edc7-03be667e73a7-8370e813 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4df37eb7-1fcb-bab3-410f-c05a18552ce4-8370e813 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4df37eb7-1fcb-bab3-410f-c05a18552ce7-8370e813 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_4df37eb7-1fcb-bab3-410f-c05a18552ce9-8370e813 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-efefb498-1ba8-55ed-04ea-2bdff470d74b-8370e813 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-efefb498-1ba8-55ed-04ea-2bdff470d74e-8370e813 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-efefb498-1ba8-55ed-04ea-2bdff470d750-8370e813 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ba69d514-822a-6758-0292-e30134d5023f-8370e813 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ba69d514-822a-6758-0292-e30134d50242-8370e813 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ba69d514-822a-6758-0292-e30134d50244-8370e813 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_864e693b-ce90-8ec1-4bb3-b0f2768f19e8-8370e813 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_864e693b-ce90-8ec1-4bb3-b0f2768f19eb-8370e813 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_864e693b-ce90-8ec1-4bb3-b0f2768f19ed-8370e813 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cb5d0159-d66f-cfa2-c8e6-1f74bdd6c602-8370e813 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-cb5d0159-d66f-cfa2-c8e6-1f74bdd6c605-8370e813 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-cb5d0159-d66f-cfa2-c8e6-1f74bdd6c607-8370e813 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a03f3d79-a64b-02bc-dd74-a6bb26345021-8370e813 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a03f3d79-a64b-02bc-dd74-a6bb26345024-8370e813 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a03f3d79-a64b-02bc-dd74-a6bb26345026-8370e813 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9a70a722-1fde-4a57-953a-3cabd30df1b2-8370e813 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9a70a722-1fde-4a57-953a-3cabd30df1b5-8370e813 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9a70a722-1fde-4a57-953a-3cabd30df1b7-8370e813 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0ee91163-588c-a0ec-80a6-d0b0b304b559-8370e813 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0ee91163-588c-a0ec-80a6-d0b0b304b55c-8370e813 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0ee91163-588c-a0ec-80a6-d0b0b304b55e-8370e813 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9094715b-4300-337e-a454-3af935a697ef-8370e813 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9094715b-4300-337e-a454-3af935a697f2-8370e813 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9094715b-4300-337e-a454-3af935a697f4-8370e813 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_525ef1cf-f12a-5aa7-78cd-809adf3f2da3-8370e813 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_525ef1cf-f12a-5aa7-78cd-809adf3f2da6-8370e813 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_525ef1cf-f12a-5aa7-78cd-809adf3f2da8-8370e813 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-aa44a3ab-79fa-9cfa-33ee-360e1e41b588-8370e813 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-aa44a3ab-79fa-9cfa-33ee-360e1e41b58b-8370e813 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-aa44a3ab-79fa-9cfa-33ee-360e1e41b58d-8370e813, #w-node-_2aadb148-b004-5477-15d2-0519d3f504cb-db13d8ed {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #Plaats.w-node-_5e46e467-0501-f7a9-780e-2c3318a425bf-a7c8c5f2, #Max-huurprijs.w-node-_3ae9cc0b-c9b5-d263-883f-4cd2840e3467-a7c8c5f2, #w-node-_0b9050f5-99ba-b4b7-dbd0-14e7167e6008-1a7c6685 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cd47953d-8387-fbd2-e410-416a8f1427f8-1a7c6685, #w-node-_085ec4dd-34d6-f1aa-c05e-686e6569d4cf-1a7c6685 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fa3f2731-ed98-2600-89a2-b49cb1dbe345-132516c7, #w-node-_55e15887-fef9-07e2-27ee-14386a6df09c-be9f8ec5, #w-node-a63a99ba-62dd-361b-e971-bb39f37189f0-be9f8ec5, #w-node-f66ea2ed-021d-06ef-fd3d-9b238c993954-be9f8ec5, #w-node-_318dc7b5-4b34-5cc6-6d16-66c47e192c21-be9f8ec5, #w-node-_8563fc01-f6d8-5d76-c334-cbb61c2a36d3-be9f8ec5, #w-node-_99d4e0c0-2ee6-c912-ee39-a98b1ba51fce-be9f8ec5, #w-node-_11188aed-cf23-1d8f-9a38-c7c7fac7617d-be9f8ec5, #Plaats.w-node-a8929ec4-a660-243f-b86a-9583cd60500a-b27e9105, #Max-huurprijs.w-node-a8929ec4-a660-243f-b86a-9583cd60500c-b27e9105 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('/fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('/fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 400';
  src: url('/fonts/fa-sharp-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('/fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('/fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('/fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('/fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('/fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Duotone 900';
  src: url('/fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp Solid 900';
  src: url('/fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}