:root {
  --base-color-neutral--black: #000;
  --base-color-neutral--white: #fff;
  --orange: #f37021;
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --text-color--text-secondary: #9f9f9f;
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --background-color--background-secondary: var(--base-color-brand--blue);
  --link-color--link-primary: var(--base-color-brand--blue);
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-neutral--neutral-lighter: #ccc;
  --orange-50: #f3702180;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral-dark: #444;
  --accessible-components--dark-grey: #9b9b9b;
  --accessible-components--dodger-blue: #1378d1;
  --base-color-neutral--neutral-darker: #222;
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-brand--blue: #2d62ff;
  --base-color-brand--blue-dark: #080331;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-secondary: var(--base-color-brand--blue);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
}

body {
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  font-family: Archivo, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--base-color-neutral--white);
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: all .2s;
}

a:hover {
  border-bottom: 1px solid var(--orange);
}

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

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

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

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

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.padding-section-large {
  height: 100%;
}

.padding-global.is-navbar {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

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

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

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

.text-size-tiny.text-color-secondary {
  color: var(--text-color--text-secondary);
}

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

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

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

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

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

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

.text-size-small.text-color-secondary {
  color: #a9a9a9;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.text-size-large {
  font-size: 1.5rem;
  line-height: 1.2;
}

.text-size-large.text-style-allcaps.search-radio-label {
  margin-bottom: 0;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2.text-weight-medium {
  font-weight: 500;
}

.heading-style-h2.text-align-right {
  margin-left: auto;
}

.heading-style-h2.text-weight-light {
  font-weight: 300;
}

.heading-style-h2.text-weight-normal {
  font-weight: 400;
}

.heading-style-h2.text-weight-normal.text-style-italic.text-align-center {
  text-wrap: balance;
  text-wrap: balance;
  text-wrap: balance;
}

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

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

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

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

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-large {
  padding-top: 3rem;
}

.nav_component {
  background-color: #fff0;
  position: sticky;
  inset: 0% 0% auto;
  overflow: hidden;
}

.nav-header {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  padding: 1rem 2rem;
  display: flex;
}

.nav_brand {
  padding-left: 0;
}

.nav_logo {
  width: 4rem;
}

.section_hero {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.hero-background {
  z-index: 1;
  background-image: linear-gradient(#000, #0000004d 50%, #000), url("https://cdn.prod.website-files.com/690862504b0e8d86c42fc319/697b4b13e0096e75b93fc76e_BG%20Photo%20(1).jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: -8rem;
  padding-top: 8rem;
  position: relative;
}

.div-block-9 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border: .25px solid #fff;
  border-radius: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding: 1rem 2rem;
  display: grid;
}

.div-block-9.no-padding {
  border-left-style: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  grid-template-columns: 6fr 4fr;
  padding: 0;
  overflow: hidden;
}

.div-block-9.is-1 {
  border-right-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.section {
  background-image: linear-gradient(#000, #00000040 50%, #000), url("https://cdn.prod.website-files.com/690862504b0e8d86c42fc319/690873fa4b30dfaa6be27e44_BG%20Photo.avif");
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 1292px;
}

.image-3 {
  border: .5px solid var(--base-color-neutral--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 40px;
  width: 43rem;
  padding: 1rem;
}

.image-3.is-invisible {
  opacity: 0;
  position: static;
}

.image-3.is-2 {
  width: 57%;
  margin: auto;
  inset: -20% 0% 0% 43%;
}

.div-block-11 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-12 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-12.is-2 {
  justify-content: flex-start;
  align-items: center;
  inset: auto auto 0% 0%;
}

.div-block-12.is-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  inset: 13% 0% auto auto;
}

.div-block-13 {
  padding-top: .8rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
}

.div-block-14 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #f3702180;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

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

.grid-2._4-5 {
  grid-template-columns: 4fr 5fr;
}

.grid-2.gap-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

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

.grid-2._7-3 {
  grid-template-columns: 7fr 3fr;
}

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

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

.grid-2._4-6 {
  grid-template-columns: 4fr 6fr;
}

.grid-2._3-7 {
  grid-template-columns: 3fr 7fr;
  place-items: center start;
}

.div-block-15 {
  background-color: #f37021;
  flex: 1;
  height: 2px;
}

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

.grid-4:lang(nl-nl) {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.div-block-16 {
  aspect-ratio: 9 / 16;
  border-radius: 40px;
  overflow: hidden;
}

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

.section-2 {
  background-image: linear-gradient(#000, #00000080 50%, #000), url("https://cdn.prod.website-files.com/690862504b0e8d86c42fc319/690873f31f4a5827fe931528_BG%20Photo%20(1).avif");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  overflow: hidden;
}

.div-block-17 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000001a;
  border: .5px solid #ffffff80;
  border-radius: 30px;
  flex-flow: column;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.image-5 {
  width: .75rem;
}

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

.image-6 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 20px;
}

.div-block-19 {
  background-color: var(--orange-50);
  cursor: pointer;
  border-bottom-style: none;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding: .5rem 1rem;
  transition: all .3s;
  display: flex;
}

.div-block-19:hover {
  color: var(--base-color-neutral--black);
  background-color: #d3d1c7;
  border-bottom-style: none;
}

.image-7 {
  width: 1rem;
}

.image-7.is-large {
  width: 1.5rem;
}

.div-block-20 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: -.5rem;
  display: flex;
}

.image-8 {
  width: 12rem;
}

.div-block-19-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--orange-50);
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.div-block-19-copy:hover {
  border-bottom-style: none;
}

.div-block-19-copy.flexbetweeb {
  justify-content: space-between;
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.div-block-17-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000001a;
  border: .5px solid #ffffff80;
  border-radius: 20px;
  flex-flow: column;
  flex: none;
  width: 70%;
  padding: 1rem;
  display: flex;
}

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

.exclusive-image {
  aspect-ratio: 2.39;
  border-radius: 20px;
}

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

.section-3 {
  background-image: linear-gradient(#000, #00000054 50%, #000), url("https://cdn.prod.website-files.com/690862504b0e8d86c42fc319/690873f92a55d257a72d35e2_BG%20Photo%20(2).avif");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-25 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  text-align: center;
  background-color: #0000000d;
  border: .5px solid #fff;
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.div-block-25:lang(nl-nl) {
  word-break: break-all;
}

.div-block-25.is-large {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 5.5fr 4fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
  overflow: hidden;
}

.footer {
  background-image: linear-gradient(#000, #00000080 50%, #000), url("https://cdn.prod.website-files.com/690862504b0e8d86c42fc319/690873faa451e7aadfd39258_BG%20Photo%20(3).avif");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  overflow: hidden;
}

.div-block-26 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 5.5rem;
  padding-right: 5.5rem;
  position: relative;
}

.image-9 {
  width: 1.5rem;
}

.image-9.is-left {
  transform: rotate(-180deg);
}

.div-block-27 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: .5px solid #fff;
  border-radius: 100vw;
  margin-top: auto;
  margin-bottom: auto;
  padding: .5rem 1rem;
}

.div-block-27.review-swiper-button-prev {
  flex: none;
}

.review-swiper-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0000000d;
  border: .5px solid #fff;
  border-radius: 40px;
  flex-flow: column;
  flex: 1;
  padding: 2rem;
  display: flex;
}

.div-block-29 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.review_bg {
  background-color: red;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.review-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-10 {
  width: 2rem;
}

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

.image-11 {
  width: 8rem;
}

.div-block-33 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0000000d;
  border: .5px solid #fff;
  border-bottom-style: none;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.div-block-34 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.text-field {
  color: #000;
  background-color: #d3d1c7;
  border: 0 #000;
  border-radius: 100vw;
  height: 100%;
  margin-bottom: 0;
  font-weight: 500;
}

.text-field:focus {
  border: 1px #000;
}

.text-field::placeholder {
  color: #000;
  font-size: 1rem;
}

.text-field.is-full {
  resize: none;
  resize: none;
  border-radius: 25px 25px 25px 0;
  flex: 1;
}

.submit-button {
  background-color: #645947;
  border-radius: 100vw;
  margin-left: -2rem;
}

.submit-button.is-2 {
  margin-left: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.div-block-35 {
  flex: 1;
}

.div-block-36 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.div-block-37 {
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--base-color-neutral--white);
  background-color: #000;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding: 1rem;
}

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

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

.div-block-38 {
  flex-flow: column;
  display: flex;
  position: relative;
}

.div-block-39 {
  background-color: var(--base-color-neutral--black);
  border-top-left-radius: 25px;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-left: .5rem;
  display: flex;
}

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

.div-block-41 {
  background-color: #d3d1c7;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  flex: 1;
  height: 100%;
}

.div-block-42 {
  background-color: #d3d1c7;
  margin-left: -1px;
}

.div-block-43 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.div-block-44.is-last {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
}

.image-12 {
  margin-top: -.1rem;
}

.image-7-copy.is-large {
  width: 1.5rem;
}

.div-block-60 {
  background-color: #fff;
  width: 50%;
  height: .25px;
  margin-left: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-60.is-bottom {
  inset: auto 0% 0%;
  margin-bottom: .25px;
  inset: auto 0% 0%;
}

.section-4 {
  position: relative;
}

.div-block-60-copy {
  background-color: #fff;
  width: 50%;
  height: .25px;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-60-copy.is-bottom {
  inset: auto 0% 0%;
  margin-bottom: .25px;
  inset: auto 0% 0%;
}

.display-none {
  display: none;
}

.radio-label {
  margin-bottom: 0;
}

.radio-button {
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: all .2s;
  position: absolute;
}

.radio-button:hover {
  border-bottom-style: solid;
  border-bottom-color: var(--orange);
}

.radio-button.w--redirected-checked {
  border-bottom: 1px solid var(--orange);
  box-shadow: none;
}

.radio-button-field {
  color: var(--base-color-neutral--neutral-lighter);
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 0;
  transition: all .2s;
  position: relative;
}

.radio-button-field.is-list-emptyfacet {
  pointer-events: none;
  color: var(--base-color-neutral--neutral-dark);
}

.radio-button-field.is-list-active {
  color: var(--base-color-neutral--white);
}

.form-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.collection-list-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.hamburger-001_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hamburger-002_container {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  cursor: pointer;
  background-color: #0000;
  border-radius: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  transition: background-color .2s ease-in-out, padding .2s ease-in-out;
  display: flex;
}

.hamburger-002_container:hover {
  padding-left: .25rem;
  padding-right: .25rem;
}

.hamburger-002_top-line, .hamburger-002_middle-line, .hamburger-002_bottom-line {
  background-color: var(--base-color-neutral--white);
  border-radius: 2px;
  align-self: stretch;
  height: 5px;
}

.nav-wrapper {
  -webkit-backdrop-filter: saturate(200%) blur(10px);
  backdrop-filter: saturate(200%) blur(10px);
  background-color: #00000080;
  border: .5px solid #ffffff80;
  border-radius: 40px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-wrapper.is-clicked {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 0;
  flex: 1;
  padding-top: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.nav-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  height: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  overflow: hidden;
}

.nav-content.is-clicked {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  height: auto;
}

.nav-main {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 80rem;
  display: flex;
}

.nav-main.is-clicked {
  width: 100vw;
  max-width: none;
  height: 100vh;
  margin-top: -1rem;
}

.swiper.exclusive-swiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.swiper-slide {
  aspect-ratio: 16 / 9;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.swiper-slide.div-block-17-copy {
  aspect-ratio: auto;
  aspect-ratio: auto;
  width: 100%;
  height: 100%;
}

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

.div-block-67.is-right {
  inset: 0% 0% 0% auto;
  inset: 0% 0% 0% auto;
}

.div-block-69 {
  z-index: 3;
  width: 32%;
  padding-top: 2rem;
  position: relative;
}

.div-block-69:lang(nl-nl) {
  width: 14vw;
}

.image-16 {
  width: 1.25rem;
}

.link-block-2 {
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-2:hover {
  border-bottom-style: none;
}

.image-7-copy, .image-7-copy.is-large {
  width: 1.5rem;
}

.div-block-14-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f37021;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

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

.div-block-14-copy-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f37021;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.image-21 {
  width: 5rem;
}

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

.div-block-91 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.success-message {
  background-color: #ddd0;
  border: 1px solid #fff;
  border-radius: 100vw;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .text-size-large.text-weight-bold {
    font-size: 1.3rem;
  }

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

  .heading-style-h2.text-style-allcaps.special-animation:lang(nl-nl) {
    font-size: 2.3rem;
  }

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

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_button {
    color: #fff;
  }

  .section_hero {
    padding-top: 3rem;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .div-block-5 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr auto 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .div-block-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-9 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .section {
    height: 46.4rem;
  }

  .image-3 {
    width: 20.5rem;
  }

  .image-3:lang(nl-nl) {
    width: 19.2rem;
  }

  .div-block-11 {
    max-width: 44.2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-12 {
    left: 10%;
  }

  .div-block-12.is-3 {
    top: 18%;
  }

  .div-block-13 {
    padding-right: 2rem;
  }

  .div-block-14 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .grid-2.tablet-1, .grid-2._1-1-5 {
    grid-template-columns: 1fr;
  }

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

  .grid-2.tablet-1, .grid-2._1-1-5 {
    grid-template-columns: 1fr;
  }

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

  .grid-4, .grid-4:lang(nl-nl) {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-25.is-large {
    grid-template-columns: 5.5fr;
  }

  .form {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .text-field.is-full {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .submit-button {
    margin-left: 0;
  }

  .div-block-41 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

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

  .div-block-44.is-last {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .search-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 1rem;
    display: grid;
  }

  .div-block-51 {
    padding: 2rem;
  }

  .div-block-52 {
    max-width: 40rem;
  }

  .search-element-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .search-element-main {
    justify-content: space-between;
    align-items: center;
  }

  .search-form.is-grid {
    grid-template-columns: 1fr 1fr;
  }

  .search-form-block.is-padding {
    padding: 0;
  }

  .search-form-block.is-padding.is-search {
    width: 100%;
    padding-top: 1rem;
  }

  .search-element-input {
    width: auto;
  }

  .search-element-popup-wrapper {
    padding-top: 0;
  }

  .search-element-popup-wrapper.is-beds {
    width: 120%;
    margin-left: 0%;
  }

  .search-element-popup-wrapper.is-propertytype {
    width: 170%;
    margin-left: -42.5%;
  }

  .search-element-popup-wrapper.is-price {
    width: 140%;
    margin-left: -35%;
  }

  .fs-message {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-63 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 15px;
    padding: 2rem;
    font-size: 1.25rem;
  }

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

  .div-block-69:lang(nl-nl) {
    width: 41%;
  }

  .div-block-71 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .fs_modal-1_image {
    max-height: 30vh;
    display: none;
  }

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

  .text-field-5 {
    margin-top: auto;
  }

  .fs_rangeslider-1_handle {
    width: 2rem;
    height: 2rem;
  }

  .div-block-86 {
    margin-left: -1rem;
  }

  .tablet-display-block {
    display: block;
  }

  .div-block-14-copy, .div-block-14-copy-copy {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-block-91 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .bold-text {
    font-size: 2.4rem;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-mobile-landscape {
    display: none;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

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

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

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

  .heading-style-h2.text-style-allcaps.special-animation:lang(nl-nl) {
    font-size: 1.5rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .section_hero {
    padding-top: 0;
  }

  .div-block-5 {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr auto 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .div-block-6 {
    padding-left: 1rem;
  }

  .div-block-9.no-padding {
    grid-template-columns: 6fr;
  }

  .section {
    height: 34.2rem;
    overflow: hidden;
  }

  .image-3 {
    width: 15rem;
  }

  .image-3:lang(nl-nl) {
    width: 15.2rem;
  }

  .div-block-11 {
    max-width: 33.4rem;
  }

  .div-block-14 {
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .grid-2._3-7, .grid-2.gap-small, .grid-2.gap-small.landscape-1, .grid-2._3-7, .grid-2.gap-small, .grid-2.gap-small.landscape-1, .grid-2.gap-small.landscape-1 {
    grid-template-columns: 1fr;
  }

  .grid-4 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .grid-4.is-footer {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .image-15 {
    aspect-ratio: 2 / 3;
    width: 100%;
  }

  .pagination {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .search-element-popup-wrapper.is-propertytype, .search-element-popup-wrapper.is-price, .search-element-popup-wrapper.is-propertytype, .search-element-popup-wrapper.is-price {
    margin-left: auto;
  }

  .nav-content.is-clicked {
    overflow: auto;
  }

  .div-block-69 {
    padding-top: 1rem;
  }

  .fs_modal-1_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .fs_modal-1_close {
    padding: 1rem;
  }

  .fs_modal-1_heading {
    font-size: 2rem;
  }

  .fs_modal-1_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .fs_modal-1_wrapper {
    max-height: 95vh;
  }

  .pm-hero-background {
    overflow: hidden;
  }

  .image-20 {
    height: 4.1rem;
  }

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

  .lm-hero-background {
    overflow: hidden;
  }

  .div-block-14-copy, .div-block-14-copy-copy {
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .div-block-91 {
    flex-flow: row;
    justify-content: space-between;
  }

  .flexbox {
    flex-flow: wrap-reverse;
  }

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

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

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

  .heading-style-h3.text-weight-normal.is-pp {
    font-size: 1.1rem;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-style-h1 {
    font-size: 8.6vw;
  }

  .padding-global.padding-section-large.is-hero {
    padding-top: 2rem;
  }

  .padding-global.is-navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-regular.text-color-secondary.is-pp {
    font-size: .9rem;
  }

  .text-size-large.is-pms {
    font-size: 1rem;
  }

  .heading-style-h2 {
    font-size: 7vw;
  }

  .heading-style-h2.text-style-allcaps.special-animation:lang(nl-nl) {
    font-size: 1rem;
  }

  .heading-style-h2.special-animation {
    font-size: 4vw;
  }

  .heading-style-h2.is-pms {
    font-size: 6vw;
  }

  .heading-style-h2.is-nav {
    font-size: 5.5vw;
  }

  .nav_component {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .nav-header {
    padding: .5rem 1rem;
  }

  .nav_logo {
    width: 3rem;
  }

  .nav_button {
    font-size: 2rem;
  }

  .hero_heading {
    font-size: 2.5rem;
  }

  .div-block-5 {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .div-block-9.no-padding {
    place-items: center;
    padding: .6rem;
  }

  .section {
    height: 25.6rem;
    overflow: hidden;
  }

  .image-3 {
    border-radius: 20px;
    width: 10.9rem;
    padding: .5rem;
  }

  .image-3:lang(nl-nl) {
    width: 8.9rem;
  }

  .div-block-11 {
    max-width: 21.3rem;
  }

  .div-block-12 {
    left: 0%;
  }

  .div-block-13 {
    padding: 2rem 1rem 0;
  }

  .div-block-14 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding: 1rem;
  }

  .grid-2._7-3 {
    grid-template-columns: 7fr;
  }

  .grid-2.reverse {
    flex-flow: wrap-reverse;
    display: flex;
  }

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

  .grid-4, .grid-4:lang(nl-nl), .grid-4.is-footer, .grid-4.is-footer {
    grid-template-columns: 1fr;
  }

  .image-7.is-large {
    width: 1.25rem;
  }

  .div-block-24 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .div-block-25.is-large {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    place-items: center;
    padding: .5rem;
  }

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

  .form-2, .collection-list, .search-wrapper {
    grid-template-columns: 1fr;
  }

  .div-block-48 {
    border-radius: 30px;
    padding: 2rem 1rem;
  }

  .div-block-50, .image-14-copy {
    border-radius: 20px;
  }

  .search-element-wrapper, .search-element-wrapper.is-searhc, .search-element-wrapper.is-searhc {
    width: 100%;
  }

  .search-element-main {
    justify-content: space-between;
    align-items: center;
  }

  .search-form.is-grid {
    grid-template-columns: 1fr;
  }

  .search-form-block.is-padding.is-search {
    padding-top: 0;
  }

  .search-element-checkbox-wrapper {
    text-align: center;
  }

  .search-element-input-wrapper, .search-element-popup-wrapper.is-beds {
    width: 100%;
  }

  .search-element-popup-wrapper.is-price, .search-element-popup-wrapper.is-search {
    width: 100%;
  }

  .search-element-popup-wrapper.is-beds {
    width: 100%;
  }

  .search-element-popup-wrapper.is-propertytype {
    width: 100%;
    margin-left: 0;
  }

  .search-element-popup-wrapper.is-propertytype.is-active {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .search-element-popup-wrapper.is-price, .search-element-popup-wrapper.is-search {
    width: 100%;
  }

  .search-element-popup-wrapper.is-padding {
    padding-top: 1.5rem;
  }

  .fs-message {
    padding: 1rem;
  }

  .fs-rangeslider_wrapper {
    padding: 2rem;
  }

  .div-block-63 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .code-embed {
    width: 1.25rem;
    height: 1.25rem;
  }

  .form-3 {
    justify-content: space-between;
    align-items: center;
  }

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

  .div-block-66 {
    flex: 1;
  }

  .hamburger-002_container {
    width: 2rem;
    height: 2rem;
  }

  .hamburger-002_top-line, .hamburger-002_middle-line, .hamburger-002_bottom-line {
    height: 4px;
  }

  .nav-wrapper {
    transition: all 5s;
  }

  .nav-wrapper.is-clicked {
    flex: 1;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-content.is-clicked {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-main {
    transition: all 5s;
  }

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

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

  .div-block-71 {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .image-17 {
    width: 1.75rem;
    height: auto;
    max-height: 1.75rem;
  }

  .div-block-72 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .image-18 {
    border-radius: 20px;
  }

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

  .div-block-82 {
    grid-column-gap: .25rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .image-20 {
    height: 3rem;
  }

  .div-block-83 {
    flex-flow: wrap;
  }

  .collection-list-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .collection-item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr auto;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    display: flex;
  }

  .div-block-14-copy {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 1.3rem;
  }

  .div-block-14-copy-copy {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem;
  }

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

  .div-block-90 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

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

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

  .flexbox {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .image-wrapper {
    width: 100%;
    min-height: 250px;
  }

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

#w-node-_05d7c3cf-47a8-f26d-b1f6-72af8a9e9c81-c42fc363 {
  align-self: stretch;
}

#w-node-_2d721c98-2a27-aa69-ff49-939831b191a6-c42fc363, #w-node-_5eaeac16-32cf-947b-4c35-78669b5df27b-c42fc363 {
  align-self: center;
}

#w-node-bd3b8311-30c5-017e-4ae0-47e4387278f5-c42fc363 {
  align-self: stretch;
}

#w-node-_8f4af17b-482d-964e-47fd-0da5ff244546-ff244501 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8f4af17b-482d-964e-47fd-0da5ff24454f-ff244501 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_8f4af17b-482d-964e-47fd-0da5ff24455c-ff244501 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_8f4af17b-482d-964e-47fd-0da5ff244505-ff244501 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_8f4af17b-482d-964e-47fd-0da5ff244546-ff244501 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-_8f4af17b-482d-964e-47fd-0da5ff24455c-ff244501 {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_05d7c3cf-47a8-f26d-b1f6-72af8a9e9c81-c42fc363 {
    justify-self: start;
  }

  #w-node-_8b5a6abf-b362-8492-8e58-da62613938ce-c42fc363 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bd3b8311-30c5-017e-4ae0-47e4387278f5-c42fc363 {
    justify-self: start;
  }

  #w-node-_8f4af17b-482d-964e-47fd-0da5ff244505-ff244501 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8f4af17b-482d-964e-47fd-0da5ff244546-ff244501 {
    grid-row: 6 / 7;
    grid-column-end: 2;
  }

  #w-node-_8f4af17b-482d-964e-47fd-0da5ff24454f-ff244501 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8f4af17b-482d-964e-47fd-0da5ff24455c-ff244501 {
    grid-column: span 1 / span 1;
  }
}
