@font-face {
  font-family: Blenderpro;
  src: url('../fonts/BlenderPro-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Blenderpro;
  src: url('../fonts/BlenderPro-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Tungstencondensed;
  src: url('../fonts/TungstenCondensed-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tungstencondensed;
  src: url('../fonts/TungstenCondensed-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tungstencondensed;
  src: url('../fonts/TungstenCondensed-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
  --light-grey: #f4f4f4;
  --red: #c42121;
  --color: #101010;
}

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

.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-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  background-color: var(--black);
  color: var(--black);
  object-fit: cover;
  font-family: Lexend, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

h5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

h6 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

p {
  color: var(--white);
  margin-bottom: 0;
  font-family: Jost;
}

a {
  border-color: var(--black);
  color: var(--white);
  text-decoration: none;
  display: flex;
}

ul {
  color: var(--black);
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  color: var(--black);
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

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

blockquote {
  border-left: .1875rem solid var(--white);
  color: var(--white);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

figcaption {
  color: var(--black);
  text-align: center;
  margin-top: .25rem;
}




.overflow-hidden {
  overflow: hidden;
}

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


.hide {
  display: none;
}


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

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  text-align: left;
  width: 100%;
  max-width: 35rem;
}






.align-center {
  margin-left: auto;
  margin-right: auto;
}


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

.max-width-large.center {
  margin-left: auto;
  margin-right: auto;
}



.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}


.utility_image {
  width: 5rem;
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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


.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}







.padding-xxsmall {
  padding: .5rem;
}





.padding-medium {
  padding: 2rem;
}



.padding-xxlarge {
  padding: 5rem;
}




.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium.align-center.extra-space {
  margin-top: 4rem;
}

.margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium.align-center {
  justify-content: center;
  display: flex;
}

.margin-top.margin-small, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall, .margin-bottom.margin-medium, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xsmall, .margin-bottom.margin-small, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxsmall, .margin-bottom.margin-large, .margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-small, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxsmall, .margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxsmall, .margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-small, .margin-bottom.margin-small, .margin-bottom.margin-medium, .margin-bottom.margin-small, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-bottom.margin-xsmall, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-large, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-large, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-large, .margin-bottom.margin-xsmall, .margin-bottom.margin-medium, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-medium, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-small, .margin-bottom.margin-xxsmall, .margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

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

.margin-vertical.margin-medium.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge {
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical.margin-xxlarge.xtraspace {
  margin-top: 6rem;
}

.margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1, .padding-top.padding-medium, .padding-top.padding-medium, .padding-top.padding-medium, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0, .padding-bottom.padding-xxlarge, .padding-bottom.padding-xxlarge, .padding-bottom.padding-xxlarge, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}




.text-size-medium.text-color-black {
  font-style: normal;
  font-weight: 400;
}

.text-size-medium.align-left {
  text-align: left;
  font-family: Lexend, sans-serif;
}






.icon-embed-small {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon-embed-small.black {
  color: var(--black);
}









.rl-styleguide_item-row.bg-white {
  background-color: var(--white);
}





.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-embed-medium.text-color-white.locatie {
  width: 3rem;
}

.icon-embed-medium.mobile {
  position: relative;
}





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

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

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

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

.form-checkbox-label.text-size-small {
  color: var(--white);
  text-align: left;
}


.field-label {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-family: Blenderpro Book, sans-serif;
  font-weight: 400;
}

.button {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button.is-link {
  color: var(--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--white);
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  color: #fff;
  background-color: #0000;
}

.button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.button.is-small {
  background-color: #0000;
  border-color: #fff;
  border-radius: 50px;
  padding: .7rem 1.65rem;
}

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-alternate {
  background-color: var(--white);
  color: #000;
}

.button.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button.outline {
  background-color: #0000;
  background-image: linear-gradient(113deg, #ff4343, #6e0a0a);
  border: .5px #fff;
  border-radius: 10px;
  padding-top: .7rem;
  padding-bottom: .7rem;
}

.button.is-red {
  text-transform: uppercase;
  background-color: #c42121;
  border-style: none;
  font-family: Lexend, sans-serif;
  font-weight: 300;
  transition: all .3s;
}

.button.is-red:hover {
  background-color: #611616;
}

.button.is-red.tarieven {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.button.is-black {
  text-transform: uppercase;
  font-family: Lexend, sans-serif;
  font-weight: 300;
  transition: all .3s;
}

.button.is-black:hover {
  background-color: #1f1e1e;
}

.button.is-white {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
  -webkit-text-stroke-color: var(--white);
  text-transform: uppercase;
  font-family: Lexend, sans-serif;
}














.text-size-regular.text-color-white {
  color: #ffffffbf;
  font-size: 1rem;
  font-weight: 300;
}



.text-weight-bold {
  color: var(--white);
  font-weight: 700;
}







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











.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.button-group.is-center.space-top {
  margin-top: 1rem;
}

.button-group.is-center.spacce-top {
  margin-top: 2rem;
}

.button-group.is-center.space-btm {
  padding-bottom: 2rem;
}

.button-group.is-center.space-btm.top {
  padding-top: 2rem;
}

.button-group.is-right {
  justify-content: flex-end;
  align-items: center;
}

.text-color-white {
  color: var(--white);
  font-weight: 400;
}

.text-color-white.hero-heading {
  font-size: 5rem;
  font-weight: 400;
}

.text-color-white.space-top {
  margin-top: 1rem;
}


.text-weight-semibold {
  color: var(--white);
  font-weight: 600;
}






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



.icon-embed-xsmall {
  color: #ffffff80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall.white {
  color: var(--white);
}

.icon-embed-xsmall.white.extra-space {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

.icon-embed-xsmall.black {
  color: var(--black);
}

.icon-embed-xsmall.red {
  color: var(--red);
}








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

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






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

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

.text-size-small.text-weight-semibold.text-inline {
  display: inline;
}


.form-field-wrapper {
  position: relative;
}





.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}


.text-rich-text h1 {
  color: var(--black);
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  border-left-color: var(--black);
  color: var(--black);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  color: var(--black);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  color: var(--black);
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  color: var(--black);
  margin-bottom: 1rem;
  font-family: Lexend, sans-serif;
  font-size: .9rem;
  font-weight: 300;
}

.text-rich-text a {
  color: var(--black);
  text-decoration: underline;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--black);
  color: var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}



.form-checkbox {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}









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

.padding-section-small.xtra {
  padding-top: 5rem;
}



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

.padding-global.sizing {
  flex: 1;
}

.padding-global.les {
  padding-left: 2%;
  padding-right: 2%;
}


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

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

.padding-section-large.xl.space-btm {
  padding-bottom: 2rem;
}

.padding-section-large.xtra-top {
  padding-top: 11rem;
}

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

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

.padding-section-large.xl-top {
  padding-top: 10rem;
  padding-bottom: 5rem;
}

.padding-section-large.top-less {
  padding-top: 2rem;
}

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












.section_header1.space-top {
  padding-top: 4rem;
}





.navbar1_dropdown-link.w--current {
  color: var(--black);
}



.navbar1_dropdown-list.w--open {
  border: 1px solid var(--black);
  background-color: var(--white);
  padding: .5rem;
}







.navbar1_link.w--current {
  color: var(--black);
}


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





.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.error-text {
  color: #e23939;
}



.success-message {
  background-color: var(--light-grey);
  padding: 1.5rem;
}


.section_layout223.space-top {
  padding-top: 2rem;
}


.layout223_component {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}




.section_faq1.background-color-black.space-top {
  margin-top: 4rem;
}


























.play-button.pointer-events-off {
  justify-content: space-between;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
}






















.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}


.bg-black {
  background-color: var(--black);
  background-image: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}




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








.body-3.bg-black.mobile-to.black {
  background-color: #000;
}



.cookie-paragraph {
  color: #050505;
  width: auto;
  max-width: 400px;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: PT Sans, sans-serif;
  position: static;
}

.cookie-paragraph.text-color-white {
  color: #8f8f8f;
}

.button-3 {
  background-color: #c42121;
  border: 2px #3d3d3d;
  border-radius: 50px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 20px;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
  transition: all .3s;
}

.button-3:hover {
  color: #fff;
  background-color: #7f1616;
  border: 2px #27313d;
}

.button-3.accept {
  z-index: 5;
  float: left;
  text-align: center;
  background-color: #c42121;
  border-style: none;
  border-radius: 50px;
  font-family: PT Sans, sans-serif;
  font-weight: 700;
  position: relative;
}

.button-3.accept:hover {
  color: #fff;
  background-color: #801e1e;
}

.button-3.deny {
  z-index: 2;
  float: left;
  color: var(--black);
  text-align: center;
  background-color: #faf7f2;
  border-style: none;
  border-radius: 50px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: PT Sans, sans-serif;
  position: relative;
}

.button-3.deny:hover {
  color: #faf7f2;
  background-color: #000;
  border-color: #3d3d3d;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #d6d6d6;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  display: grid;
}

.paragraph-5 {
  color: #b3b3b3;
  margin-bottom: 5px;
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.paragraph-5.bold {
  color: #fff;
  text-align: right;
  font-size: 15px;
  font-weight: 700;
}

.image-21 {
  filter: invert();
  transition: all .2s;
}

.checkbox-label {
  display: none;
}

.privacy-title {
  color: #fff;
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.preferences-link {
  color: #a7a7a7;
  margin-right: 20px;
  font-family: PT Sans, sans-serif;
  display: block;
}

.preferences-link:hover {
  opacity: .5;
}

.close-button {
  width: 30px;
  height: 30px;
  transition: all .3s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.close-button:hover {
  opacity: .5;
  transform: scale(1.1)rotate(180deg);
}

.fs-preferences-manager-wrapper {
  z-index: 99999999;
  background-color: #3d3d3d99;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cookie-popup {
  z-index: 999;
  background-color: var(--black);
  border: 2px #000;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  max-width: 90vw;
  height: auto;
  margin-bottom: 1%;
  margin-left: 2%;
  margin-right: 2%;
  padding: 15px;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

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

.preferences-container {
  z-index: 1022;
  background-color: var(--black);
  border: 1px solid #f1f1f180;
  border-radius: 20px;
  min-width: 500px;
  max-width: 500px;
  max-height: 1080px;
  padding: 25px;
  position: relative;
}

.field-wrapper {
  background-color: #c42121;
  border-style: none;
  border-radius: 50px;
}

.button-wrapper-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10px;
  display: grid;
}

.cookie-tag {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.cookies {
  z-index: 999;
  display: none;
  position: relative;
}

.checkbox {
  background-color: #b8b8b8;
  background-image: url('../images/np_circle_2713168_FFFFFF.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-width: 2px;
  border-color: #b8b8b8;
  border-radius: 20px;
  width: 40px;
  height: 20px;
  transition: all .15s;
}

.checkbox.w--redirected-checked {
  background-color: #3d3d3d;
  background-image: url('../images/np_circle_2713168_FFFFFF.svg');
  background-position: 100%;
  background-size: contain;
  border: 2px solid #3d3d3d;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.section_header23 {
  position: relative;
}

.section_header23.space-top {
  padding-top: 4rem;
}

.section_header23.padding {
  margin-top: -10rem;
  padding-top: 12rem;
}

.button-4 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button-4.is-secondary {
  background-color: var(--red);
  color: var(--white);
  border-style: none;
}

.button-4.is-navbar4-button {
  z-index: 1;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button-4.is-link {
  color: var(--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-4.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  display: flex;
}

.button-4.is-small {
  padding: .5rem 1.25rem;
}

.button-4.is-navbar16-button {
  z-index: 1;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: relative;
}

.button-4.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.button-4.is-secondary {
  color: var(--black);
  background-color: #0000;
}

.line-below {
  text-decoration: underline;
}



.footer7_bottom-wrapper.space-btm {
  padding-bottom: 1rem;
}









.menu-icon4_line-top {
  background-color: var(--black);
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.navbar4_menu-dropdown {
  margin-left: 0;
  font-size: 24px;
}

.menu-icon_line-middle-base {
  background-color: #000;
  width: 24px;
  height: 2px;
  position: absolute;
}


.navbar4_menu-button.w--open {
  background-color: #0000;
}


.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.dropdown-chevron.is-navbar4 {
  width: 1.5rem;
  height: 1.5rem;
}

.dropdown-chevron.invert {
  filter: invert();
}

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

.navbar4_dropdown-toggle {
  grid-column-gap: 1rem;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .5rem 0;
  display: flex;
}


.navbar4_link.w--current {
  opacity: 1;
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-icon4_line-middle {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.menu-icon4_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar4_container {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar4_dropdown-list {
  position: static;
  overflow: hidden;
}

.navbar4_dropdown-list.w--open {
  background-color: var(--white);
  position: static;
}


.menu-icon4_line-bottom {
  background-color: var(--black);
  width: 24px;
  height: 2px;
}

.navbar4_dropdown-link {
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: 1.5rem;
  padding: .5rem 0;
  font-size: 24px;
}

.navbar4_dropdown-link.w--current {
  color: var(--black);
}

.navbar4_menu-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: -4.5rem;
  display: flex;
}


.navbar4_menu {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  padding-left: 5%;
  padding-right: 5%;
  transition: height .5s;
  display: flex;
  position: absolute;
  overflow: auto;
}

.menu-icon_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  inset: 0;
}




.header33_background-video-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

/* -- Dark overlay OVER the background video for text readability -- */
.hero-video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
  pointer-events: none;
}

.section_header33 {
  position: relative;
}

/* video-overlay-layer-2: REMOVED - was causing unwanted overlay */
/* video-overlay-layer-2.index: REMOVED */







.layout192_image.pointer-events-off {
  width: 200%;
  max-width: 70rem;
  bottom: -298px;
}







.heading-style-h5-2.all-caps.align-left {
  text-align: left;
}

.heading-style-h5-2.all-caps.left {
  margin-left: -9px;
}



.image-overlay-layer {
  z-index: 1;
  background-color: #0009;
  position: absolute;
  inset: 0%;
}












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














.gallery3_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  height: 100vh;
  min-height: 50rem;
}
















.footer2_component.bg-black.no-border {
  border-radius: 0;
}






.home-button-wrap.space-btm {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-bottom: 2rem;
  display: flex;
}

.home-button-wrap.space-btm.tijdelijk {
  display: none;
}




.btn-inner-wrap.align-left {
  justify-content: flex-end;
}

.btn-inner-wrap.hide {
  display: none;
}



.paragraph-6.text-color-black.text-align-left, .paragraph-6.text-color-black.wide-setting {
  text-align: left;
}



.text-block-3 {
  font-family: Lexend, sans-serif;
}

.av-heading {
  font-size: 1.5rem;
  font-weight: 600;
}






.layout6_image.invert {
  filter: invert();
}































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








.section_pricing2-header.space-top {
  padding-top: 5rem;
}

.section_pricing2-header.space-top.bg-dark {
  background-color: var(--black);
}










.contact3-locations_tabs-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #000;
}



.section_contact3-header.space-top {
  padding-top: 5rem;
}






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





































































.about3-press_category-link.w--current {
  border-bottom: 2px solid #000;
}

















.btn-wrap.align-center {
  justify-content: center;
}









.layout405_tab-link.w--current {
  border-bottom-color: var(--black);
  background-color: #0000;
}










.html-embed {
  filter: none;
  position: absolute;
  inset: 0%;
}

.html-embed.kleur {
  z-index: 10;
  filter: none;
}














.navbar1_dropdown-list-2.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}




.blog1-header_date-wrapper {
  display: flex;
}




.blog1-header_menu-link.w--current {
  border-color: var(--black);
}











.blog1-header_category-link.w--current {
  border-bottom: 2px solid #000;
}











.blog-post4-header_category-link.w--current {
  border-bottom: 2px solid #000;
}






.navbar1_dropdown-list-3.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}































.navbar16_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-items: stretch;
  display: grid;
}

.navbar16_wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.navbar16_link {
  color: var(--white);
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .5rem 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  position: static;
}

.navbar16_link.w--current {
  color: var(--white);
}

.navbar16_logo-link {
  z-index: 1;
  padding-left: 0;
}

.navbar16_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.navbar16_menu {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  padding-left: 5%;
  padding-right: 5%;
  transition: height .5s;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  overflow: auto;
}

.navbar16_component {
  background-color: #ddd0;
  border-style: none;
  border-color: #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-top: 1rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.navbar16_component.hide {
  display: none;
}

.navbar16_menu-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding-top: 4.5rem;
  display: flex;
  position: relative;
}

.navbar16_links-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.navbar16_menu-button {
  z-index: 1;
  padding: 0;
  display: none;
  position: relative;
}

.navbar16_menu-button.w--open {
  background-color: #0000;
}

.navbar16_logo {
  width: 3rem;
}

.menu-icon4-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: none;
  position: relative;
}

.navbar16_bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar16_container {
  z-index: 1;
  background-color: var(--color);
  border-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem .9rem .5rem 1rem;
  display: flex;
}


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

.nav-text-link-block {
  align-items: center;
  font-size: .8rem;
  font-weight: 400;
}

.div-block-32 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.nav-text-link {
  font-size: .8rem;
  font-weight: 300;
  text-decoration: none;
}

.button-outline {
  background-color: #3898ec00;
  border-style: solid;
  border-width: .8px;
  border-radius: 50px;
  min-width: 9rem;
  padding: .6rem 1.5rem;
  font-size: 1rem;
  font-weight: 300;
  transition: all .3s;
}

.button-outline:hover {
  color: var(--black);
  background-color: #fff;
}

.home-header-heading {
  text-align: center;
  text-transform: uppercase;
  font-family: Blenderpro, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.home-header-heading.vught {
  font-size: 5rem;
}

.home-header-heading.big {
  font-size: 3rem;
}

.heading-9 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
}

.heading-9._50 {
  color: #ffffff80;
}

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


.layout423_card-content-bottom {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.layout423_overlay {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.layout423_card-content {
  z-index: 3;
  aspect-ratio: 2 / 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.layout423_card {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}


.layout423_hover-content {
  display: none;
}

.layout423_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.layout423_row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}


.heading-style-h4-5 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-style-h4-5.text-color-white {
  text-align: center;
  font-family: Blenderpro, sans-serif;
}

.layout423_image {
  filter: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout423_image.power-woman-page {
  filter: none;
}

.layout423_image.power-woman-page.position {
  object-fit: cover;
  object-position: 65% 50%;
}

.layout423_image.power-woman-page.position-copy {
  object-fit: cover;
  object-position: 40% 50%;
}

.text-weight-semibold {
  font-family: Lexend, sans-serif;
  font-weight: 400;
}


.body-5 {
  background-color: var(--color);
}



















.testimonial10_rating-icon {
  color: var(--black);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial10_arrow {
  border: .8px solid var(--white);
  background-color: #fff0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.testimonial10_arrow.hide-mobile-landscape {
  border-width: .5px;
  border-color: var(--white);
  background-color: #fff0;
  flex-direction: row;
  position: absolute;
  top: auto;
  left: auto;
  right: 0%;
}

.testimonial10_arrow.hide-mobile-landscape.left {
  right: 4rem;
}

.testimonial10_arrow.hide-mobile-landscape.left.padding, .testimonial10_arrow.hide-mobile-landscape.right.padding {
  margin-bottom: 5%;
  margin-right: 5%;
}

.testimonial10_arrow.left {
  right: 4rem;
}

.testimonial10_arrow.padding {
  margin-bottom: 5%;
  margin-right: 5%;
}

.heading-style-h5-7 {
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}


.testimonial10_arrow-icon {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.testimonial10_slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.testimonial10_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial10_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 0;
}


.testimonial10_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
}


.testimonial10_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial10_rating-wrapper {
  display: flex;
}

.page-sub-heading {
  text-align: center;
  text-transform: uppercase;
  font-family: Tungstencondensed, sans-serif;
  font-size: 15rem;
  font-weight: 600;
  line-height: .8;
}

.page-sub-heading._2 {
  justify-content: center;
  display: flex;
  position: relative;
}

.page-sub-heading.space-btm {
  margin-bottom: 1rem;
}

.page-sub-heading.space {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.page-sub-heading.succesverhalen {
  font-size: 10rem;
}

.page-sub-heading.faq {
  color: var(--black);
  font-size: 6rem;
}

.page-sub-heading.faq.text-wit {
  color: var(--white);
}

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


.section_layout180 {
  position: relative;
}


.layout180_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

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

.gallery13_image-wrapper {
  height: 80vh;
  position: relative;
}

/* -- Dark overlay on community photo slider - only on pages with text overlay content -- */
/* Applied via page-specific inline styles instead of globally */

.section_gallery13 {
  overflow: hidden;
}

.gallery13_arrow-icon {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.gallery13_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 80vh;
  min-height: 30rem;
  max-height: 100rem;
}


.gallery13_arrow.hide-mobile-landscape {
  margin-left: 2rem;
  margin-right: 2rem;
  bottom: 4rem;
}

.gallery13_slide {
  filter: none;
}

.gallery13_slide.color {
  filter: none;
}

.gallery13_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start stretch;
  position: relative;
}


.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.icon-embed-xsmall-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.footer3_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.footer3_legal-link {
  color: #ffffff4d;
  font-size: .875rem;
  text-decoration: underline;
}

.footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer3_menu-wrapper {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.footer3_menu-wrapper.foot-kh, .footer3_menu-wrapper.footer-vu {
  grid-template-columns: 1fr .5fr;
}

.footer3_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}



.footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  align-items: start;
}

.footer3_credit-text {
  color: #ffffff4d;
  font-size: .875rem;
}

.footer3_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.noise-overlay {
  display: none !important;
}

.noise-overlay.darker {
  display: none !important;
}

.header-logo-slider-wrap.space-btm {
  padding-bottom: 2rem;
}

.header-logo-slider-wrap.space-top {
  margin-top: 8rem;
}

.marquee-text_component {
  flex-direction: column;
  width: 100%;
  font-size: 1.2vw;
}

.marquee-text_component.the-workout-style {
  opacity: 0;
  position: absolute;
  inset: 38% 0% 47%;
}

.marquee-text_wrapper {
  opacity: .3;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.marquee-text_wrapper.opp-100 {
  opacity: 1;
}

.marquee-text_panel {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  transform: none;
}

.marquee-text_icon {
  object-fit: contain;
  flex: none;
  width: 10em;
  height: 5rem;
  margin-left: 2.38em;
  margin-right: 2.38em;
}

.marquee-text_icon._2 {
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  font-family: Tungstencondensed, sans-serif;
  font-size: 12rem;
  line-height: .8;
}

.text-block-11 {
  color: #fff;
  font-family: Blenderpro, sans-serif;
  font-weight: 500;
}


.blog11_category-link.w--current {
  border-bottom: 2px solid #000;
}



.blog11_image {
  aspect-ratio: 16 / 9;
  filter: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog11_image.image-p {
  object-position: 50% 30%;
  position: relative;
}



.blog11_image-link {
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
}

.blog11_component {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}


.blog11_menu-link.w--current {
  border-color: #000;
}


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


.blog11_image-wrapper {
  border-radius: 30px;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}



.the-workouts-title {
  text-transform: uppercase;
  font-family: Blenderpro, sans-serif;
  font-size: 1.5rem;
}

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

.div-block-33 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.text-block-13 {
  color: var(--white);
  text-align: right;
  font-size: .8rem;
  font-weight: 300;
}

.the-workouts-page-padding {
  padding-top: 10rem;
}


.text-block-14 {
  z-index: 4;
  text-transform: uppercase;
  font-family: Tungstencondensed, sans-serif;
  font-size: 12rem;
  line-height: .8;
}

.trial-page-header {
  text-transform: uppercase;
  font-family: Tungstencondensed, sans-serif;
  font-size: 10rem;
  font-weight: 600;
  line-height: .8;
}

.trial-page-header.size {
  font-size: 5.5rem;
}

.paragraph-12 {
  text-transform: uppercase;
  font-family: Blenderpro Book, sans-serif;
  font-size: 1.7rem;
  line-height: 1.2;
}

.text-size-medium-2 {
  font-family: Lexend, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
}

.text-size-medium-2.text-weight-bold {
  text-transform: uppercase;
  font-family: Blenderpro, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.section_layout401.bg-light {
  background-color: var(--light-grey);
}

.section_layout401.bg-light.overlay-lpadding {
  margin-top: -25rem;
  padding-top: 25rem;
}

.section_layout401.bg-light.padding {
  padding-top: 5rem;
}

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

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

.layout401_card-content {
  border: .8px solid #ffffff4d;
  border-radius: 25px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.layout401_card-content.dark {
  border-color: var(--black);
}

.layout401_card-content-top {
  align-items: center;
  display: flex;
}

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

.layout401_card {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.trial-page-voordelen {
  text-align: left;
  text-transform: uppercase;
  font-family: Blenderpro Book, sans-serif;
  font-size: 1.2rem;
}

.trial-page-voordelen.dark {
  color: var(--black);
}

.heading-10 {
  color: #ffffff80;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
}

.button-white {
  background-color: var(--white);
  color: var(--black);
  border-style: solid;
  border-width: .8px;
  border-radius: 50px;
  min-width: 9rem;
  padding: .7rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
}

.button-white._1 {
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: .9rem;
}

.image-overlay-layer-2 {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.section_header5 {
  margin-top: 4rem;
  position: relative;
}

.header5_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.header5_content {
  justify-content: flex-start;
  align-items: center;
  min-height: 80svh;
  max-height: 60rem;
  display: flex;
}


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

.trial-page-heading-more {
  font-family: Tungstencondensed, sans-serif;
  font-size: 9.6rem;
  line-height: .8;
}

.paragraph-13 {
  font-family: Lexend, sans-serif;
  font-weight: 300;
}

.layout410_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: relative;
}

.layout410_card-content-top {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.layout410_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--color);
  border: .8px solid #ffffff4d;
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  height: 30vh;
  min-height: 30rem;
  max-height: 50rem;
  margin-bottom: 15vh;
  display: flex;
  position: sticky;
  top: 0%;
  overflow: hidden;
}

.layout410_card.card-3 {
  top: 21%;
}

.layout410_card.card-2 {
  top: 18%;
}

.layout410_card.card-4 {
  top: 24%;
}

.layout410_card.card-1 {
  margin-bottom: 10vh;
  top: 15%;
}

.layout410_card-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
}


.trial-page-card-nr {
  color: var(--white);
  font-family: Tungstencondensed, sans-serif;
  font-size: 8rem;
  line-height: .8;
}

.heading-11 {
  font-family: Blenderpro, sans-serif;
}

.paragraph-14 {
  color: #ffffff80;
  text-align: center;
  font-family: Lexend, sans-serif;
  font-weight: 300;
}

.heading-12 {
  font-family: Tungstencondensed, sans-serif;
  font-size: 10rem;
  line-height: .8;
}

.heading-13 {
  font-family: Tungstencondensed, sans-serif;
  font-size: 11rem;
  font-weight: 600;
  line-height: .8;
}

.paragraph-15 {
  font-family: Blenderpro Book, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.contact1_component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

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

.section_contact1 {
  position: fixed;
  inset: 0%;
}

.form-input-8 {
  color: var(--white);
  background-color: #ffffff0d;
  border: .5px solid #ffffff1a;
  border-radius: 10px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-8:focus {
  background-color: #ffffff1a;
  border-color: #ffffff1a;
  border-radius: 10px;
}

.form-input-8::placeholder {
  color: #0009;
}

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

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

.div-block-34 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 50rem;
  display: flex;
}

.section_header33-copy {
  position: relative;
}

.header33_content-copy {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 80svh;
  max-height: 60rem;
  padding-bottom: 10rem;
  display: flex;
}

.layout295_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1.5rem;
}


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

.layout295_item {
  align-items: center;
  width: 100%;
  display: flex;
}

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

.heading-14 {
  color: var(--black);
  font-family: Blenderpro, sans-serif;
  font-size: 1.2rem;
}

.header33_content-copy {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  min-height: 100svh;
  max-height: 60rem;
  padding-bottom: 10rem;
  display: flex;
}

.header33_content-copy.succesverhalen {
  height: 60vh;
  min-height: 60svh;
}

.text-block-11-copy {
  color: #fff;
  font-family: Blenderpro, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}

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

.heading-15 {
  font-family: Tungstencondensed, sans-serif;
  font-size: 11rem;
  font-weight: 600;
  line-height: .8;
}

.paragraph-16 {
  font-family: Lexend, sans-serif;
  font-weight: 200;
}



.contact-modal5_content-wrapper {
  background-color: var(--color);
  width: 100vw;
  height: 100vh;
  padding: 3rem 5% 5rem;
  display: flex;
  position: absolute;
  overflow: scroll;
}





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


.contact-modal5_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.contact-modal5_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}



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

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

.contact-modal5_component {
  z-index: 999999;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.contact-modal5_component.show {
  display: flex;
}

.heading-16 {
  font-family: Tungstencondensed, sans-serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: .8;
}

.heading-16.blender {
  text-transform: uppercase;
  font-family: Blenderpro, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
}

.button-red {
  background-color: var(--red);
  color: var(--white);
  text-transform: uppercase;
  border-style: none;
  border-width: .8px;
  border-radius: 50px;
  min-width: 7rem;
  padding: .7rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  transition: all .3s;
}

.button-red:hover {
  background-color: #581313;
}

.button-red.nav {
  text-transform: uppercase;
  font-size: .9rem;
}

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

.button-red.bg-white.padding {
  padding-top: 1rem;
  padding-bottom: 1rem;
}


.contact11_item {
  border: 1px solid #ffffff4d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3.8rem 5.1rem;
  display: flex;
}

.contact13_image {
  aspect-ratio: auto;
  filter: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.contact13_image-wrapper {
  height: 100%;
  position: relative;
}

.section_contact13.space {
  height: 100%;
  min-height: 60rem;
}

.contact13_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  min-height: 70rem;
  margin-left: 5%;
  display: grid;
}

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

.heading-17 {
  font-family: Tungstencondensed, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: .8;
}

.text-block-15 {
  color: var(--white);
  text-align: center;
}

.text-block-15.space-top {
  margin-top: 1rem;
}

.header26_image-wrapper {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.header26_image {
  aspect-ratio: 3 / 2;
  filter: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_header26.space {
  padding-top: 5rem;
}

.header26_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-18 {
  font-family: Tungstencondensed, sans-serif;
  font-size: 11rem;
  font-weight: 600;
  line-height: .9;
}

.text-size-medium-3 {
  color: var(--white);
  font-family: Lexend, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
}

.text-size-medium-3.functie {
  color: #ffffff4d;
  text-align: left;
  font-size: .9rem;
}



.header17_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  display: flex;
}


.div-block-35 {
  aspect-ratio: 16 / 9;
  position: relative;
}

.heading-19 {
  text-align: center;
  font-family: Tungstencondensed, sans-serif;
  font-size: 11rem;
  font-weight: 600;
  line-height: .8;
}


.team2_image {
  aspect-ratio: 2 / 3;
  filter: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team2_image.edit {
  filter: none;
}

.team2_image._1x1 {
  aspect-ratio: 1;
  object-position: 50% 0%;
}

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

.team2_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.team2_image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.text-block-16 {
  color: var(--white);
  text-align: left;
  font-family: Lexend, sans-serif;
  font-weight: 400;
}






.blog1_category-link.w--current {
  border-bottom: 2px solid #000;
}



.blog1_menu-link.w--current {
  border-color: #000;
}

.blog1_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}





.blog1_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.blog1_component {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 3rem 5%;
  display: flex;
}

.blog1_image {
  aspect-ratio: 3 / 2;
  filter: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog1_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.heading-20 {
  font-family: Tungstencondensed, sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: .9;
}

.heading-21 {
  color: var(--color);
  font-size: 1.2rem;
}

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

.image-overlay-layer-3 {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.blog-post-header5_date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.blog-post-header5_title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}


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

.text-size-small-2.text-weight-semibold.text-inline {
  display: inline;
}



.blog-post-header5_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.blog-post-header5_background-image {
  filter: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-post-header5_author-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}


.section_blog-post-header5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}


.blog-post-header5_category-link.w--current {
  border-bottom: 2px solid #000;
}

.heading-22 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 300;
}

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







.blog33_component {
  flex-direction: column;
  align-items: center;
}



.blog33_category-link.w--current {
  border-bottom: 2px solid #000;
}





.heading-23 {
  text-transform: uppercase;
  font-family: Tungstencondensed, sans-serif;
  font-size: 10rem;
  font-weight: 600;
  line-height: .8;
}

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



.text-size-small-copy.text-weight-semibold.text-inline {
  display: inline;
}

.navlink-mobile.w--current {
  color: var(--white);
}

.gallery15_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.gallery15_image-wrapper:focus {
  opacity: .5;
}


.gallery15_slide {
  width: 100%;
  padding-left: 7rem;
  padding-right: 7rem;
  position: static;
}

.gallery15_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 0;
}

.gallery15_arrow {
  border: 1px solid var(--black);
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.gallery15_arrow.hide-mobile-landscape {
  bottom: 4rem;
}

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

.gallery15_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
}

.section_gallery15 {
  justify-content: center;
  align-items: center;
  height: 40rem;
  margin-top: .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_gallery15.hide {
  display: none;
}

.gallery15_component {
  z-index: 4;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start stretch;
  display: flex;
  position: relative;
}

.gallery15_arrow-icon {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.gallery15_mask {
  width: 100%;
  overflow: hidden;
}

.heading-24 {
  z-index: 6;
  font-family: Blenderpro, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
}

.text-block-17 {
  color: var(--white);
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 300;
}

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

.image-30 {
  width: 3rem;
  padding-bottom: .5rem;
  position: relative;
}

.layout423_card-content-copy {
  z-index: 3;
  aspect-ratio: 2 / 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.div-block-37, .div-block-38 {
  position: absolute;
  inset: 0%;
}

.image-31 {
  filter: none;
  object-fit: cover;
}

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

.gallery3_image-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery3_image-2 {
  aspect-ratio: auto;
  filter: none brightness(53%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-25 {
  z-index: 1;
  text-align: center;
  font-family: Blenderpro, sans-serif;
  position: relative;
}



.navbar4_menu-button-2 {
  padding: 0;
}

.navbar4_menu-button-2.w--open {
  background-color: #0000;
}

.navbar4_link-2 {
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: 0;
  padding: .5rem 0;
  font-size: 24px;
  display: inline-block;
  position: static;
}

.navbar4_link-2.w--current {
  color: var(--black);
}

.navbar4_wrapper-2 {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}



.navbar4_component-2 {
  background-color: #ddd0;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-top: 1rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}



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

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





.what-we-do-home-wrap {
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 2rem;
  padding-left: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-18 {
  color: var(--white);
  font-size: 1.5rem;
}

.image-32 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.image-32.bw {
  filter: none;
  height: 100%;
}

.div-block-40 {
  z-index: 2;
  display: flex;
  position: relative;
}

.what-we-do-home-text {
  color: var(--white);
  font-size: 1.8rem;
}

.what-we-do-arrow-white {
  opacity: .5;
  filter: invert();
  padding-left: .7rem;
}

.div-block-41 {
  background-image: linear-gradient(to top, #00000085 15%, #fff0 37%);
  position: absolute;
  inset: 0%;
}

.div-block-41.bw {
  filter: none;
}

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

.image-33 {
  width: 1.5rem;
  margin-right: 1rem;
}


.layout18_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout18_image.black-white {
  filter: none;
}



.layout18_image-wrapper {
  position: relative;
}

.layout18_image-wrapper.aligned {
  justify-content: center;
  align-items: center;
  display: flex;
}


.layout18_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout18_component.space-top {
  grid-column-gap: 1rem;
  margin-top: 1rem;
}

.locatie-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  inset: 0%;
}

.locatie-naam-heading {
  z-index: 4;
  font-size: 2.5rem;
  position: relative;
}

.locatie-naam-wrap {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.pijl-invert {
  filter: invert();
  width: 1.5rem;
  margin-left: .6rem;
}



.section-reviews-bg.bg-black {
  z-index: 1;
  border-radius: 10px;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  overflow: hidden;
}

.slider-main_button-icon {
  width: 30%;
  height: 55%;
}

.slider-main_button-icon.color-white {
  filter: invert();
}

.slider-main_button-icon.is-reversed {
  transform: rotate(-180deg);
}

.slider-main_button-icon.is-reversed.color-white {
  filter: invert();
}

.swiper.is-slider-main {
  z-index: 1;
  position: relative;
  overflow: visible;
}

.swiper-wrapper.is-slider-main {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}


.slider-main_arrow {
  z-index: 2;
  color: #1f1f1f;
  background-color: #c8dd5e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  margin-top: auto;
  margin-bottom: auto;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translate(-50%);
}

.slider-main_arrow:hover {
  transform: scale(.9)translate(-50%);
}

.slider-main_arrow.swiper-prev {
  background-color: #fff;
  width: 4em;
  height: 4em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  transform: none;
}

.slider-main_arrow.swiper-prev.phone-smaller.spacer-right {
  background-color: #e7e9e7;
  border-radius: 25%;
  width: 3em;
  height: 3em;
  margin-right: 1rem;
}

.slider-main_arrow.swiper-prev.phone-smaller.spacer-right.bg-gradient-dark {
  background-color: #202022;
  border: 1px #e0e0e04d;
  border-radius: 25%;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}

.slider-main_arrow.swiper-prev.phone-smaller.spacer-right.design-z5 {
  border: 1px solid var(--white);
  background-color: #e7e9e700;
  border-radius: 100%;
  width: 3.5rem;
  height: 3.5rem;
}

.slider-main_arrow.swiper-next {
  background-color: #fff;
  flex-direction: column;
  width: 4em;
  height: 4em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  transform: none;
}

.slider-main_arrow.swiper-next:hover {
  transform: none;
}

.slider-main_arrow.swiper-next.phone-smaller {
  background-color: #e7e9e7;
  border-radius: 25%;
  width: 3em;
  height: 3em;
}

.slider-main_arrow.swiper-next.phone-smaller.bg-color-dark {
  background-color: #202022;
  border: 1px #e0e0e04d;
  border-radius: 25%;
  width: 3rem;
  height: 3rem;
}

.slider-main_arrow.swiper-next.phone-smaller.design-z5 {
  border: 1px solid var(--white);
  background-color: #e7e9e700;
  border-radius: 100%;
  width: 3.5rem;
  height: 3.5rem;
}



.swiper-slide.is-slider-main {
  flex: none;
  width: 33.3333%;
}

.padding-section-large-2 {
  color: #fff;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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


.slider-main_inner-wrapper {
  cursor: grab;
  position: relative;
  overflow: hidden;
}

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



.testimonial-btn-wrap {
  justify-content: flex-end;
  display: flex;
}

.testimonial-btn-wrap.margin-top.margin-medium {
  justify-content: space-between;
  align-items: center;
}


.project-home-slider-wrap {
  aspect-ratio: 2 / 3;
  border-radius: 1.5rem;
  position: relative;
}







.lightbox-link-9 {
  aspect-ratio: 2 / 3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}


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

.image-36.bw {
  filter: none;
}

.testimonial-overlay-wrap {
  z-index: 5;
  background-color: #00000080;
  padding-bottom: 1rem;
  padding-left: 1rem;
  position: absolute;
  inset: 0%;
}

.testimonial-overlay-wrap.center {
  z-index: 6;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.testimonial-overlay-wrap.center:hover {
  background-color: #00000024;
}


.navbar16_social-list-2 {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-items: stretch;
  display: grid;
}


.icon-embed-xsmall-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}


.navbar16_menu-button-2.w--open {
  background-color: #0000;
}




.navbar16_link-2.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}





.section_header49.spacetop {
  padding-top: 12rem;
}


.header49_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}


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

.padding-section-large-4.les-top {
  padding-top: 0;
}

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

.padding-section-large-4.less.top-0 {
  padding-top: .1rem;
}

.padding-section-large-4.less.btm {
  padding-bottom: 2rem;
}

.section_layout1.space-top {
  padding-top: 4rem;
}


.button-6.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-6.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-6.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}


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

.navbar-dropdown1_component {
  margin-left: 0;
  margin-right: 0;
}

.navbar-dropdown1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem .5rem 0;
  display: flex;
}

.navbar-dropdown1_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  color: var(--color);
  padding: .5rem;
}

.navbar-dropdown1_dropdown-link {
  color: var(--white);
  padding: .5rem 1rem;
  font-size: .8rem;
  transition: all .2s;
}

.navbar-dropdown1_dropdown-link:hover {
  background-color: #1f1f1f;
  border-radius: 10px;
}

.navbar-dropdown1_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.text-block-19 {
  color: var(--white);
  font-size: .8rem;
  font-weight: 300;
}

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

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

.div-block-48 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 5%;
  margin-left: 5%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}



.testimonial-quoute {
  z-index: 8;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-end;
  padding-bottom: 3rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}


.text-block-20 {
  font-size: 1.3rem;
}


.button-7.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-7.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-7.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.background-holder {
  z-index: -999;
  opacity: 0;
  position: relative;
}

.layout349_mobile-image {
  width: 100%;
  position: absolute;
}

.layout349_mobile-image-wrapper {
  display: none;
}

.layout349_content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.layout349_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.layout349_content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.background-layer {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

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

.background-layer.background-color-3 {
  background-color: var(--color);
}

.background-layer.background-color-2 {
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-image: linear-gradient(to bottom, var(--black), var(--black));
}

.background-layer.background-color-1 {
  background-color: var(--color);
}

.layout349_desktop-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.layout349_image {
  width: 100%;
  position: absolute;
}

.layout349_image.is-image2 {
  aspect-ratio: 1;
  object-fit: cover;
}

.layout349_image.is-image2.bw {
  filter: none;
}

.layout349_image.is-image3 {
  aspect-ratio: 1;
  object-fit: cover;
}

.layout349_image.is-image3.bw {
  filter: none;
}

.layout349_image.is-image4 {
  aspect-ratio: 1;
  object-fit: cover;
}

.layout349_image.is-image4.bw {
  filter: none;
}

.layout349_image.is-image1 {
  aspect-ratio: 1;
  object-fit: cover;
}

.layout349_image.is-image1.blog1-header_date-wrapper {
  filter: none;
}

.text-weight-semibold.pilaar {
  text-transform: uppercase;
  font-family: Blenderpro, sans-serif;
}

.section_header64.space-top {
  padding-top: 12rem;
}

.heading-26 {
  text-transform: uppercase;
  font-family: Tungstencondensed, sans-serif;
  font-size: 8rem;
}




.button-8.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}




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

.text-weight-semibold.black {
  color: var(--black);
  font-size: .9rem;
}











.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}



.image-38 {
  width: 4rem;
}

.image-38.invert {
  filter: invert();
  width: 3rem;
}

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

.text-block-22, .text-block-23 {
  color: var(--white);
  text-align: center;
  font-weight: 300;
}

.heading-27 {
  font-size: 2rem;
}

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

.heading-27.center.space-btm {
  margin-bottom: 1rem;
}

.text-block-24 {
  color: var(--white);
  font-weight: 300;
}

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

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

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

.text-block-26 {
  color: var(--white);
  text-align: center;
}



.button-9.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}








.button-10.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}


.button-11.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button-11.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-11.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.header141_image-wrapper1 {
  width: 50%;
  margin-bottom: 10%;
  margin-left: 10%;
  margin-right: 10%;
}

.header141_image2 {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 100%;
}

.header141_image2.bw {
  filter: none;
}

.header141_image-group {
  grid-template-rows: auto;
  grid-template-columns: 1fr .33fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

.header141_image-wrapper3 {
  width: 40%;
  position: absolute;
  inset: 10% 0% auto auto;
}

.header141_image3 {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 100%;
}

.header141_image3.bw {
  filter: none;
}

.header141_image1 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header141_image1.bw {
  filter: none;
}

.header141_image-wrapper2 {
  z-index: 1;
  width: 40%;
  position: absolute;
  inset: auto auto 0% 0%;
}

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

















.layout223_image-2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.layout223_image-2.bw {
  filter: none;
}


.layout223_image-wrapper-2 {
  position: relative;
}

.div-block-53 {
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-28 {
  text-transform: uppercase;
  font-family: Blenderpro Book, sans-serif;
  font-weight: 400;
}

.text-span-3 {
  font-weight: 300;
}

.heading-29 {
  text-transform: uppercase;
  font-family: Blenderpro, sans-serif;
}

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




.image-39 {
  filter: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog12_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}


.blog12_menu-link.w--current {
  border-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.heading-style-h5-14 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}

.blog12_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}


.blog12_category-link.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.blog12_item {
  border: 1px solid #f4f4f433;
  border-radius: 10px;
  padding: 1rem;
}

.blog12_image-wrapper {
  position: relative;
  overflow: hidden;
}







.blog12_image-link {
  margin-bottom: 1.5rem;
}

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

.image-40 {
  aspect-ratio: 16 / 9;
  filter: none;
  object-fit: cover;
}


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

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












.dropdown-toggle.w--open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}


.icon {
  color: var(--white);
  font-size: 2.5rem;
}




.dropdown-list.w--open {
  background-color: #ddd0;
  border-bottom-right-radius: 10px;
}


.select-field {
  color: var(--white);
  text-transform: uppercase;
  background-color: #202020;
  border: 1px solid #000;
  border-radius: 10px;
  font-family: Blenderpro, sans-serif;
}






.text-style-tagline.text-color-white {
  color: var(--\<unknown\|relume-variable-neutral-white\>);
}





.location-slider.swiper {
  margin-left: 0;
  margin-right: 0;
}





.heading-style-h2-4.center {
  text-align: center;
}












.slider-arrow-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}







.icon-1x1-small-2.white {
  filter: invert();
}

















.home-slider_item-2.swiper-slide {
  border-right-style: none;
  width: 75%;
}
















.home-slider_top-2.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-slider_top-2.center.margin-btm {
  padding-bottom: 3rem;
}







.succesverhalen-kort-wrap.hide {
  display: none;
}













.gallery17_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.gallery17_image.thumbnail {
  z-index: 0;
}

.gallery17_mask {
  width: 75%;
  overflow: visible;
}

.gallery17_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}


.gallery17_slide {
  margin-left: 1rem;
  margin-right: 1rem;
  padding-left: 0;
  padding-right: 0;
}

.gallery17_slide.grayscale {
  filter: none;
  border-radius: 10px;
  overflow: hidden;
}



.gallery17_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.slider-arrow-4 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow-4.is-centre-next, .slider-arrow-4.is-centre-previous {
  bottom: 4rem;
}


.gallery17_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}


.video-4 {
  width: 100%;
}

.video-slide-overlay {
  width: 30%;
  height: 90%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.video-slide-overlay.right {
  inset: 0% 0% 0% auto;
}

.video-slide-overlay.top {
  width: 100%;
  height: 30%;
  inset: 0% 0% auto;
}

.naam-testimonial {
  color: var(--white);
  font-size: 3rem;
}

.naam-testimonial.text-cente {
  text-align: center;
}

.list1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.list1_component.center {
  place-items: center;
}

.list1_component.center.space-top {
  margin-top: 1.5rem;
}

.list1_component.left {
  flex-flow: column;
  display: flex;
}

.list1_component.left.dark.spac {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.list1_item {
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.list1_item.extra-space {
  padding: 0;
}

.list1_item.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.layout65_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}


.paragraph-17 {
  color: var(--white);
  font-family: Lexend, sans-serif;
  font-weight: 300;
}

.paragraph-17.extra-space {
  padding-left: 0;
}

.paragraph-17.dark {
  color: var(--black);
  font-weight: 500;
}

.paragraph-18 {
  font-family: Lexend, sans-serif;
  font-weight: 300;
}

.paragraph-18.dark {
  color: var(--black);
  font-weight: 500;
}

.paragraph-19 {
  font-family: Lexend, sans-serif;
  font-weight: 300;
}

.paragraph-19.dark {
  color: var(--black);
  font-weight: 500;
}

.home-header-lp-video-wrap {
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.home-header-lp-video-wrap.space-top.more {
  margin-top: 2rem;
}





.lp-heading-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lp-heading-dark {
  color: var(--black);
  text-transform: uppercase;
  font-family: Blenderpro, sans-serif;
  font-size: 3rem;
}

.lp-heading-dark.smaller {
  font-size: 2.5rem;
  font-weight: 700;
}

.lp-heading-dark.center.smaller.white {
  color: var(--white);
}

.layout401_card-content-2 {
  border: .8px solid #ffffff4d;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1rem;
  display: flex;
}

.layout401_card-content-2.dark {
  color: #efeeec;
  background-color: #131313;
  border-width: 2px;
  border-color: #131313;
}

.layout401_card-content-2.dark.padding {
  min-height: 15em;
  padding: 2.5em;
}

.layout401_card-content-2.dark.padding.smaller-mobile {
  padding: 1.1rem;
}

.helpen-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}


.trial-page-voordelen-2 {
  text-align: left;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2;
}

.trial-page-voordelen-2.center {
  text-align: center;
}

.trial-page-voordelen-2.center.mobile {
  font-size: 1.2rem;
  font-weight: 300;
}

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

.content1_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  flex: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section_content1 {
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

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

.content1_content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.content1_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}

.content1_content-left._100 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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


.voordelen {
  color: var(--black);
  font-family: Lexend, sans-serif;
  font-size: 1rem;
}



.button-12.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

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

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

.faq4_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq4_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq4_accordion {
  background-color: var(--white);
  border-style: solid;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}


.faq4_answer {
  color: var(--black);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.faq4_answer.no-spac {
  padding-left: 0;
  padding-right: 0;
}

.faq4_icon-wrappper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.testimonial18_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.text-size-medium-15 {
  font-size: 1.125rem;
}

.icon-embed-xsmall-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.testimonial18_list {
  column-count: 3;
  column-gap: 2rem;
}

.testimonial18_card {
  border: 1px solid var(--white);
  background-color: var(--light-grey);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem;
  display: inline-block;
  overflow: hidden;
}

.testimonial18_card.overflow {
  overflow: visible;
}

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

.testimonial18_rating-wrapper {
  color: var(--red);
  display: flex;
}


.testimonial18_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  display: flex;
}

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



.button-13.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-13.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

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

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

.heading-style-h5-15 {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h5-15.black {
  color: var(--black);
  font-family: Blenderpro, sans-serif;
}

.layout238_item {
  text-align: center;
  width: 100%;
}

.heading-style-h3-2 {
  font-family: Blenderpro, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h3-2.dark {
  color: var(--black);
}

.paragraph-20 {
  color: var(--black);
  text-align: left;
  font-family: Lexend, sans-serif;
}

.layout521_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}


.button-14.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-14.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

.text-size-medium-16 {
  font-family: Lexend, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
}

.image-overlay-layer-4 {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

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

.section_layout521 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.heading-style-h5-16 {
  font-family: Blenderpro, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

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

.layout521_card {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout521_card.text-color-white {
  aspect-ratio: 1;
  object-fit: fill;
  justify-content: flex-end;
  align-items: stretch;
  overflow: hidden;
}

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

.layout521_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}


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

.layout422_grid-list.space-btm {
  margin-bottom: 2rem;
}


.button-15.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-15.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}


.layout422_overlay {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.layout422_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

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


.layout422_hover-content {
  display: none;
}




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

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

.layout422_image.right {
  object-position: 0% 50%;
}

.layout422_card-content-bottom {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.layout422_card-content {
  flex-direction: column;
  justify-content: flex-end;
  max-width: 26rem;
  position: relative;
}

.layout422_card {
  aspect-ratio: 1;
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 50%;
  height: 100%;
  padding: 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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


.button-16.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-16.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.section_layout232 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
}

.layout232_component.top {
  padding-top: 2rem;
}

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

.layout232_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.layout232_list {
  grid-column-gap: 6.1rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.heading-style-h5-17 {
  font-family: Blenderpro, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}


.contact29_tabs-link.w--current {
  border-left-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  opacity: 1;
}









.button-17.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-17.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.contact14_map-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.contact14_map-wrapper.center {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_contact14 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
}






.paragraph-21, .paragraph-22, .paragraph-23, .paragraph-24, .paragraph-25, .paragraph-26, .paragraph-27, .paragraph-28, .paragraph-29, .paragraph-30, .paragraph-31, .paragraph-32, .paragraph-33, .paragraph-34 {
  font-family: Lexend, sans-serif;
  font-weight: 300;
}

.image-42 {
  width: 100%;
}

.locatie {
  color: var(--white);
}

.locatie.space-btm {
  padding-bottom: 1rem;
}

.code-embed-2 {
  width: 100%;
}


.pricing13_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

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


.icon-embed-xsmall-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.pricing13_content-top {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}


.heading-style-h5-19 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.section_pricing13.bg-light {
  background-color: var(--light-grey);
}

.heading-style-h4-10 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

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

.pricing13_plan {
  background-color: var(--white);
  border: 1px #000;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.divider-horizontal {
  height: var(--\<unknown\|relume-variable-divider-width\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  width: 100%;
}

.pricing13_feature-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.pricing13_feature-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

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

.text-span-4, .text-span-5, .text-span-6 {
  font-size: 1rem;
}



.button-19.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.header1_image-wrapper-2 {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.header1_image-2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header1_image-2.rounded {
  border-radius: 20px;
}


.section_header1-2 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
}

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

.lp-heading {
  font-family: Blenderpro, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.head-review-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-embed-xsmall-12 {
  color: #f0a202;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: flex;
}

.star-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-9 {
  opacity: .5;
}


.stars {
  flex-flow: row;
  display: flex;
}

.image-43 {
  width: 5em;
}

.header-review-text {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}


.text-span-8 {
  opacity: .5;
}

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

.text-span-10 {
  background-color: var(--red);
  color: var(--white);
  border-radius: 10px;
  padding-left: 1rem;
  padding-right: 1rem;
}



.button-20.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}



















.testimonial19_card.white {
  background-color: var(--white);
  border-radius: 2rem;
}










.slider-arrow-5.is-centre-next {
  bottom: 4rem;
}

.slider-arrow-5.is-centre-next.red {
  background-color: var(--red);
  border-style: none;
  border-color: #000;
}

.slider-arrow-5.is-centre-previous {
  bottom: 4rem;
}

.slider-arrow-5.is-centre-previous.red {
  background-color: var(--red);
  border-style: none;
  border-color: #000;
}





.testimonial-header {
  text-transform: uppercase;
  font-family: Blenderpro, sans-serif;
}




.section_layout192-2.bg-white {
  background-color: var(--white);
}


.button-21.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-21.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-21.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}







.layout192_content-2.space-top.more {
  margin-top: 3rem;
}





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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }



  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }






  .padding-xxlarge {
    padding: 4.5rem;
  }




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

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

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

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

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


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

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

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

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

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







  .icon-embed-xsmall._50 {
    opacity: .5;
  }


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

  .padding-section-large.change-mobile {
    padding-bottom: 0;
  }














  .navbar1_menu-button.w--open {
    background-color: #0000;
  }



  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }







  .layout223_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }





  .cookie-paragraph {
    font-size: 12px;
    line-height: 16px;
  }

  .fs-preferences-manager-wrapper {
    display: none;
  }

  .fs-cookie-popup {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    max-width: 95%;
    display: flex;
  }

  .button-4.is-link.is-icon.is-alternate {
    display: none;
  }

  .menu-icon4_line-top {
    background-color: var(--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar4_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    display: block;
    position: relative;
  }

  .menu-icon_line-middle-base {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }


  .navbar4_menu-button.w--open {
    background-color: #0000;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .dropdown-chevron.is-navbar4 {
    width: 1.25rem;
    height: 1.25rem;
  }

  .navbar4_dropdown-toggle {
    align-items: center;
    width: 100%;
    margin: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
    position: relative;
  }


  .menu-icon4_line-middle {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .menu-icon4_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navbar4_container {
    grid-auto-columns: 1fr;
  }

  .navbar4_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar4_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .menu-icon4_line-bottom {
    background-color: var(--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar4_dropdown-link {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 0;
    font-size: 20px;
  }


  .navbar4_menu {
    z-index: 1;
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    display: block;
  }

  .menu-icon_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }


  .section_layout192.bg-white {
    margin: 0% 5%;
  }





  .layout192_image.pointer-events-off {
    width: 100%;
    max-width: 50rem;
    bottom: 0;
  }





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



  .gallery3_component {
    min-height: 80rem;
    padding-top: 5rem;
  }





  .home-button-wrap.space-btm.tijdelijk {
    display: none;
  }

  .paragraph-6.text-color-black.wide-setting {
    width: 60%;
  }




























  .layout405_tab-link.w--current {
    opacity: 1;
    color: var(--white);
  }











  .navbar1_dropdown-list-2.w--open {
    border-style: none;
    padding: 0;
  }









  .navbar1_dropdown-list-3.w--open {
    border-style: none;
    padding: 0;
  }






  .navbar16_social-list {
    grid-auto-flow: column;
    justify-content: flex-end;
    place-items: center end;
    width: 100%;
    display: flex;
  }

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

  .navbar16_link {
    color: var(--white);
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    padding: .5rem 0;
    font-family: Blenderpro, sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
    position: static;
  }

  .navbar16_link.hide {
    display: none;
  }

  .navbar16_menu {
    flex-direction: column;
    justify-content: center;
    display: none;
    position: absolute;
  }

  .navbar16_links-wrapper {
    flex: 1;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .navbar16_menu-button {
    margin-left: -.5rem;
    padding: 0;
    display: flex;
  }

  .navbar16_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon4-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .navbar16_bottom {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar16_container {
    grid-auto-columns: 1fr;
  }

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

  .home-header-heading {
    font-size: 1.8rem;
  }

  .heading-9 {
    font-size: 1.4rem;
  }

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

  .layout423_card-content {
    padding: 2rem;
  }

  .layout423_card {
    width: 100%;
  }

  .layout423_row {
    flex-direction: row;
  }

  .layout423_row.vertical-mobile {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .heading-style-h4-5.text-color-white {
    font-size: 1.5rem;
  }

  .layout423_image {
    object-fit: cover;
  }




  .page-sub-heading {
    font-size: 12rem;
  }

  .gallery13_arrow.hide-mobile-landscape {
    width: 3rem;
    height: 3rem;
  }

  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .noise-overlay.pointer-events-off {
    display: flex;
  }

  .marquee-text_component {
    font-size: 1.5vw;
  }

  .blog11_image.image-p {
    aspect-ratio: 3 / 2;
  }

  .blog11_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .trial-page-header {
    font-size: 8rem;
  }

  .trial-page-header.size {
    font-size: 4.5rem;
  }

  .paragraph-12 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

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

  .section_layout401.bg-light.overlay-lpadding {
    margin-top: -15rem;
    padding-top: 15rem;
  }

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

  .trial-page-voordelen {
    text-align: center;
    font-family: Blenderpro, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
  }

  .trial-page-heading-more {
    font-size: 8rem;
  }

  .layout410_card-content {
    padding: 2rem;
  }

  .heading-12, .heading-13 {
    font-size: 8rem;
  }

  .paragraph-15 {
    font-size: 1.3rem;
  }

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

  .heading-15 {
    font-size: 9rem;
  }

  .paragraph-16 {
    font-size: .9rem;
  }

  .contact-modal5_content-wrapper {
    padding: 4rem 5%;
  }

  .heading-16 {
    font-size: 8rem;
  }

  .button-red {
    text-transform: uppercase;
  }

  .contact11_item {
    padding: 3.3rem;
  }

  .contact13_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .heading-17 {
    font-size: 3rem;
  }

  .text-block-15 {
    font-size: .8rem;
  }


  .header17_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .heading-19 {
    font-size: 9rem;
  }

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

  .team2_image-wrapper {
    aspect-ratio: 2 / 3;
  }


  .blog1_image {
    aspect-ratio: 3 / 2;
  }

  .heading-20 {
    font-size: 5rem;
  }

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



  .heading-23 {
    font-size: 9rem;
  }

  .link {
    text-transform: uppercase;
    font-family: Blenderpro, sans-serif;
    font-size: 1.5rem;
  }


  .gallery15_slide {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .gallery15_arrow.hide-mobile-landscape {
    width: 3rem;
    height: 3rem;
  }

  .gallery15_component {
    width: 40rem;
    display: block;
  }

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

  .layout423_card-content-copy {
    padding: 2rem;
  }

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

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



  .navbar4_menu-button-2 {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar4_menu-button-2.w--open {
    background-color: #0000;
  }

  .navbar4_link-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding: .75rem 0;
    font-size: 1.25rem;
    position: static;
  }



  .layout9_component {
    grid-column-gap: .5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }


  .div-block-42 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .image-33 {
    margin-right: 0;
  }

  .layout18_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .swiper-slide.is-slider-main {
    width: 50%;
  }

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

  .slider-main_inner-wrapper {
    overflow: visible;
  }




  .navbar16_menu-button-2.w--open {
    background-color: #0000;
  }






  .header49_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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


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

  .navbar-dropdown1_component {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar-dropdown1_dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    padding: .75rem 0;
    display: flex;
  }

  .navbar-dropdown1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar-dropdown1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar-dropdown1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .layout349_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }







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


  .home-slider_item.swiper-slide {
    width: 50%;
  }







  .home-slider_item-2.swiper-slide {
    width: 50%;
  }





  .team10_mask-2, .gallery17_mask {
    width: 50%;
  }

  .home-header-lp-video-wrap {
    width: 90%;
  }

  .lp-heading-dark.center {
    text-align: center;
  }

  .helpen-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }


  .trial-page-voordelen-2 {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
  }

  .content1_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }


  .testimonial18_list {
    column-count: 2;
  }

  .layout238_list {
    grid-column-gap: 2rem;
  }

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

  .layout521_row {
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr;
  }

  .text-size-medium-16.padding {
    padding-left: 5%;
    padding-right: 5%;
  }

  .layout422_image {
    object-fit: cover;
  }

  .layout422_card {
    padding: 2rem;
  }

  .layout232_list {
    grid-column-gap: 2rem;
  }



  .paragraph-25, .paragraph-26 {
    font-family: Lexend, sans-serif;
    font-weight: 300;
  }

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

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

  .header1_content-2 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }





}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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


  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }






  .padding-medium {
    padding: 1.5rem;
  }



  .padding-xxlarge {
    padding: 3rem;
  }




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

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

  .margin-bottom.margin-xsmall.is-small-mobile {
    margin-bottom: 1rem;
  }

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

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

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

  .margin-vertical.margin-xxlarge.xtraspace {
    margin-top: 6rem;
  }


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

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

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

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

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


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




  .icon-embed-medium.text-color-white {
    width: 2rem;
  }

  .icon-embed-medium.text-color-white.locatie {
    width: 2rem;
    height: 2rem;
  }






  .button-group.is-right.mobiel-lefte {
    justify-content: flex-start;
    align-items: center;
  }


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

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


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


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

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

  .padding-section-large.xl.les-mobile {
    padding-bottom: 10rem;
  }














  .layout223_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }




  .play-button.pointer-events-off {
    justify-content: space-between;
    margin-right: 2rem;
  }



  .bg-black {
    background-position: 0 100%;
    background-size: 30rem;
  }






  .body-3.bg-black.mobile-to {
    background-color: var(--black);
  }

  .cookie-paragraph {
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
  }

  .fs-cookie-popup {
    flex-direction: column;
    margin-bottom: 2%;
    padding: 15px;
  }

  .preferences-container {
    min-width: 300px;
    max-width: 80vw;
  }

  .button-wrapper-2 {
    grid-column-gap: 10px;
    margin-top: 0;
  }

  .button-4.is-secondary.margin-btm {
    margin-bottom: 2rem;
  }

  .button-4.is-navbar4-button, .button-4.is-navbar16-button {
    padding: .25rem 1rem;
  }









  .layout192_image.pointer-events-off {
    width: 100%;
    max-width: 50rem;
    display: block;
    bottom: 0;
  }








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






  .gallery3_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    height: auto;
    min-height: 70rem;
  }






  .btn-inner-wrap.align-left.footer {
    justify-content: flex-start;
  }

  .paragraph-6.text-color-black.wide-setting {
    width: 100%;
  }

  .paragraph-7.text-color-black.wide-setting, .paragraph-8.text-color-black.wide-setting, .paragraph-9.text-color-black.wide-setting, .paragraph-10.text-color-black.wide-setting, .paragraph-11.text-color-black.wide-setting {
    width: 80%;
  }


  .layout6_image.invert {
    width: 80%;
    height: 80%;
  }






















  .button-wrap.align-center {
    justify-content: center;
  }








































  .navbar16_link {
    font-size: 2rem;
  }

  .navbar16_component {
    min-height: 4rem;
  }

  .navbar16_menu-wrapper {
    padding-top: 4rem;
  }

  .navbar16_links-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar16_bottom {
    height: 4rem;
  }


  .home-header-heading {
    font-size: 1.5rem;
  }

  .heading-9 {
    font-size: 1.4rem;
  }

  .layout423_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout423_card-content {
    padding: 1.5rem;
  }

  .layout423_card {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .layout423_row {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: row;
    grid-template-columns: 1fr;
  }

  .layout423_row.vertical-mobile {
    flex-direction: column;
  }

  .heading-style-h4-5 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h4-5.text-color-white {
    font-size: 1rem;
  }







  .testimonial10_arrow {
    width: 3rem;
    height: 3rem;
  }

  .testimonial10_arrow.hide-mobile-landscape {
    width: 3rem;
    height: 3rem;
    display: flex;
  }

  .testimonial10_client-info {
    margin-bottom: 1rem;
  }

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

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

  .testimonial10_component {
    padding-bottom: 0;
  }


  .testimonial10_client {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .page-sub-heading {
    font-size: 10rem;
  }

  .page-sub-heading.succesverhalen, .page-sub-heading.faq {
    font-size: 5rem;
  }

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

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .marquee-text_component {
    font-size: 2vw;
  }



  .blog11_image, .blog11_image.image-p {
    aspect-ratio: 16 / 9;
  }



  .blog11_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog11_image-wrapper {
    border-radius: 25px;
  }

  .trial-page-header {
    font-size: 6rem;
  }

  .trial-page-header.size {
    font-size: 4rem;
  }

  .paragraph-12 {
    font-size: 1.2rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .text-size-medium-2.text-weight-bold {
    font-size: 1.2rem;
  }

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

  .layout401_card-content {
    padding: 1.5rem;
  }

  .layout401_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .trial-page-voordelen {
    font-size: 1.2rem;
  }

  .trial-page-heading-more {
    font-size: 6rem;
  }

  .paragraph-13 {
    font-size: .8rem;
  }

  .layout410_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout410_card {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 20rem;
    margin-bottom: 0;
    position: static;
  }

  .layout410_card.card-1 {
    margin-bottom: 0;
  }

  .layout410_card-content {
    padding: 1.5rem;
  }

  .trial-page-card-nr {
    font-size: 6rem;
  }

  .heading-11 {
    font-size: 1.6rem;
  }

  .paragraph-14 {
    font-size: .8rem;
  }

  .heading-12 {
    font-size: 6rem;
  }

  .heading-13 {
    font-size: 5rem;
  }

  .paragraph-15 {
    font-size: 1.1rem;
  }


  .layout295_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq7_component {
    grid-row-gap: 2.5rem;
  }

  .heading-15 {
    font-size: 7rem;
  }

  .contact-modal5_content-wrapper {
    padding-bottom: 7rem;
  }

  .heading-16 {
    font-size: 6rem;
  }

  .heading-16.blender {
    font-size: 2rem;
  }

  .button-red.nav {
    min-width: 5rem;
    font-size: .8rem;
    display: flex;
  }

  .contact11_item {
    padding: 3.8rem 6.5rem;
  }

  .section_contact13.space {
    min-height: 50rem;
    padding-top: 8rem;
  }

  .contact13_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .text-size-medium-3.left {
    text-align: left;
  }

  .header17_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .div-block-35 {
    aspect-ratio: 3 / 2;
  }

  .heading-19 {
    font-size: 7rem;
  }

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

  .team2_image-wrapper {
    height: 100%;
  }

  .text-block-16 {
    font-size: 1.5rem;
  }







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

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





  .heading-23 {
    font-size: 7rem;
  }

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

  .gallery15_image-wrapper {
    flex-direction: column;
  }

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

  .gallery15_slider {
    padding-bottom: 3rem;
  }

  .gallery15_component {
    width: 30rem;
  }

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

  .layout423_card-content-copy {
    padding: 1.5rem;
  }

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

  .gallery3_image-2 {
    aspect-ratio: 1;
  }

  .navbar4_component-2 {
    min-height: 4rem;
  }

  .layout9_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .what-we-do-home-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

  .what-we-do-home-text {
    font-size: 1.6rem;
  }

  .layout18_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout18_component.space-top {
    grid-row-gap: 1rem;
  }

  .slider-main_arrow {
    width: 14vw;
    height: 14vw;
  }

  .swiper-slide.is-slider-main {
    width: 100%;
  }

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





  .header49_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

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


  .space-top {
    margin-left: auto;
    margin-right: auto;
  }

  .layout349_mobile-image {
    aspect-ratio: 1;
    object-fit: cover;
    position: static;
  }

  .layout349_mobile-image.bw {
    filter: none;
  }

  .layout349_mobile-image-wrapper {
    width: 100%;
    margin-top: 2.5rem;
    display: block;
  }

  .layout349_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout349_content {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .layout349_desktop-image-wrapper {
    display: none;
  }

  .section_header64.space-top {
    padding-top: 10rem;
  }

  .heading-26 {
    text-align: left;
    font-size: 6rem;
  }






  .header140_image-group, .header141_image-group {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }













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










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

  .home-slider_item.swiper-slide {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }









  .home-slider_item-2.swiper-slide {
    width: 75%;
    padding-left: 1rem;
    padding-right: 1rem;
  }








  .gallery17_mask {
    width: 60%;
  }


  .gallery17_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .gallery17_slide.grayscale {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-arrow-4.is-centre-next.hide-mobile-landscape, .slider-arrow-4.is-centre-previous.hide-mobile-landscape {
    display: flex;
  }

  .gallery17_slider {
    padding-bottom: 3rem;
  }

  .home-header-lp-video-wrap {
    width: 100%;
  }


  .lp-heading-dark.mobile-size {
    font-size: 2.5rem;
  }

  .layout401_card-content-2 {
    padding: 1.5rem;
  }

  .layout401_card-content-2.dark.padding.smaller-mobile {
    min-height: 10em;
    padding: 1.5em;
  }

  .trial-page-voordelen-2 {
    font-size: 1.2rem;
  }

  .content1_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }


  .faq4_question {
    padding: 1rem 1.25rem;
  }


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

  .faq4_icon-wrappper {
    width: 1.75rem;
  }

  .text-size-medium-15 {
    font-size: 1rem;
  }

  .testimonial18_list {
    column-count: 1;
  }

  .testimonial18_card {
    padding: 1.5rem;
  }

  .testimonial18_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .layout238_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

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

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

  .text-size-medium-16 {
    font-size: 1rem;
  }

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

  .layout521_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .layout422_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }


  .layout422_card {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 1.5rem;
  }

  .layout422_card.text-color-white {
    aspect-ratio: auto;
  }

  .layout422_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .layout232_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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





  .contact14_map-wrapper {
    height: 25rem;
  }



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


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

  .heading-style-h4-10 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .pricing13_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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


  .header1_content-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .lp-heading {
    font-size: 2rem;
  }





  .testimonial19_card.white {
    margin-bottom: 1rem;
  }




  .slider-arrow-5.is-centre-next.red {
    position: absolute;
    inset: auto auto 0% 10%;
  }

  .slider-arrow-5.is-centre-previous.red {
    position: absolute;
    inset: auto auto 0% 0%;
  }





  .heading-resultaten.max-width-xlarge.align-center.text {
    font-size: 2.2rem;
  }
}

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


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

  .margin-top.margin-xsmall.margin-mobile {
    margin-top: 14rem;
  }

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

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

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

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


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

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

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

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

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



  .icon-embed-medium.mobile {
    width: 2rem;
    height: 2rem;
  }

  .button.is-red {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button.is-red.tarieven {
    padding-top: .45rem;
    padding-bottom: .45rem;
    font-size: 1.1rem;
  }


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

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



  .layout223_component, .layout223_item-list {
    grid-template-columns: 1fr;
  }





  .dowload-heading.text-color-white.tekst-midden {
    text-align: center;
  }

  .cookie-paragraph {
    max-width: 200px;
    margin-bottom: 0;
    font-size: 12px;
  }

  .button-3.accept, .button-3.deny {
    margin-right: 0;
  }

  .privacy-title {
    margin-bottom: 10px;
  }

  .preferences-link {
    margin-right: 0;
  }

  .close-button {
    top: 10px;
    right: 10px;
  }

  .fs-preferences-manager-wrapper {
    align-items: flex-start;
    padding-top: 5vw;
    display: none;
    overflow: scroll;
  }

  .fs-cookie-popup {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 90%;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 15px;
    display: flex;
  }

  .preferences-container {
    padding: 15px;
  }

  .button-wrapper-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cookie-tag {
    margin-bottom: 2px;
  }


  .navbar4_link, .navbar4_link.w--current, .navbar4_link.hide {
    font-size: 2rem;
  }





  .layout192_image.pointer-events-off {
    width: 100%;
    bottom: 0;
    overflow: hidden;
  }



  .heading-style-h5-2.all-caps.left {
    margin-left: -2px;
  }




  .gallery3_component {
    height: auto;
    min-height: 60rem;
  }









  .btn-inner-wrap.align-left.footer {
    justify-content: center;
  }

  .paragraph-6.text-color-black.wide-setting {
    width: 100%;
  }

  .paragraph-7.text-color-black.wide-setting {
    width: 80%;
  }





































  .home-header-heading, .heading-9 {
    font-size: 1.3rem;
  }

  .layout423_card-content {
    aspect-ratio: 3 / 2;
  }

  .layout423_row {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .layout423_row.vertical-mobile {
    grid-template-columns: 1fr;
  }

  .heading-style-h4-5.text-color-white {
    text-align: center;
    font-size: 1.3rem;
  }




  .page-sub-heading {
    font-size: 8rem;
  }

  .page-sub-heading.succesverhalen {
    font-size: 4.5rem;
  }

  .page-sub-heading.faq {
    font-size: 4rem;
  }

  .footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .blog11_image-wrapper {
    border-radius: 20px;
  }

  .text-block-12 {
    font-size: 1.2rem;
  }

  .div-block-33 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .trial-page-header {
    font-size: 3.8rem;
  }

  .paragraph-12 {
    font-size: 1rem;
  }

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

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

  .layout401_card-content {
    border-radius: 20px;
    flex-wrap: nowrap;
    align-content: space-around;
    min-height: 6.5rem;
  }

  .trial-page-voordelen {
    font-size: 1.2rem;
  }

  .trial-page-heading-more {
    font-size: 4rem;
  }

  .trial-page-card-nr {
    font-size: 5rem;
  }

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

  .heading-12, .heading-13 {
    font-size: 4rem;
  }

  .paragraph-15 {
    font-size: 1rem;
  }

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

  .header33_content-copy {
    min-height: 90svh;
  }

  .heading-15 {
    font-size: 6rem;
  }

  .paragraph-16 {
    font-size: .8rem;
  }

  .heading-16 {
    font-size: 5rem;
  }

  .button-red {
    order: 1;
    justify-content: flex-start;
    font-size: .8rem;
  }

  .button-red.nav {
    min-width: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .6rem;
  }

  .button-red.bg-white.padding.smaller-mobiel {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact11_item {
    padding: 3.1rem 4rem;
  }

  .section_contact13.space {
    padding-top: 8rem;
  }

  .contact13_component {
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-18 {
    font-size: 7rem;
  }

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

  .div-block-35 {
    aspect-ratio: 2 / 3;
  }

  .heading-19 {
    font-size: 5rem;
  }

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

  .team2_image-wrapper {
    aspect-ratio: auto;
  }

  .heading-20 {
    font-size: 3rem;
  }

  .heading-23 {
    font-size: 5rem;
  }

  .gallery15_component {
    width: 22rem;
  }

  .text-block-17 {
    text-align: center;
    font-size: 1.4rem;
  }

  .layout423_card-content-copy {
    aspect-ratio: 2 / 3;
  }

  .gallery3_image-2 {
    aspect-ratio: 1;
  }

  .layout9_component, .layout9_item-list {
    grid-template-columns: 1fr;
  }

  .what-we-do-home-wrap {
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .what-we-do-home-text {
    font-size: 1.4rem;
  }

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

  .locatie-naam-heading {
    font-size: 1.8rem;
  }

  .pijl-invert {
    width: 1.2rem;
  }

  .slider-main_arrow.swiper-prev.phone-smaller, .slider-main_arrow.swiper-next.phone-smaller {
    width: 3em;
    height: 3em;
  }

  .testimonial-btn-wrap.margin-top.margin-medium {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .header49_component, .layout1_component {
    grid-template-columns: 1fr;
  }

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

  .div-block-48 {
    margin-top: 2rem;
    display: inline-flex;
    inset: 0% auto auto 0%;
  }

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

  .layout349_content {
    height: auto;
  }

  .heading-26 {
    line-height: 1;
  }




  .header140_image-group, .header141_image-group {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }





  .gallery17_mask {
    width: 75%;
  }

  .slider-arrow-4.is-centre-previous.hide-mobile-landscape {
    display: flex;
  }

  .lp-heading-dark.smaller, .lp-heading-dark.mobile-size {
    font-size: 2rem;
  }

  .layout401_card-content-2 {
    border-radius: 20px;
    flex-wrap: nowrap;
    align-content: space-around;
    min-height: 6.5rem;
  }

  .layout401_card-content-2.dark.padding {
    padding-left: 1em;
    padding-right: 1em;
  }

  .trial-page-voordelen-2 {
    font-size: 1.2rem;
  }

  .trial-page-voordelen-2.center.mobile {
    font-size: 1.2em;
  }

  .faq4_answer.no-spac {
    font-family: Lexend, sans-serif;
    font-weight: 300;
  }

  .layout238_list, .layout521_row {
    grid-template-columns: 1fr;
  }

  .layout422_card.text-color-white {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .layout422_row, .layout232_list {
    grid-template-columns: 1fr;
  }


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

  .lp-heading {
    font-size: 1.7rem;
  }

  .head-review-wrap.space-top {
    justify-content: flex-start;
    align-items: flex-start;
  }



  .slider-arrow-5.is-centre-next.red {
    left: 20%;
  }



  .heading-resultaten.max-width-xlarge.align-center.text {
    font-size: 1.8rem;
  }
}

#w-node-_65408ead-fcf9-0472-092a-55080a919ace-fcd99117, #w-node-_65408ead-fcf9-0472-092a-55080a919ae2-fcd99117, #w-node-_65408ead-fcf9-0472-092a-55080a919af6-fcd99117, #w-node-_9cd89c6b-d5cf-b889-b908-bd85329e23ce-fcd99117, #w-node-_9cd89c6b-d5cf-b889-b908-bd85329e23e1-fcd99117, #w-node-_9cd89c6b-d5cf-b889-b908-bd85329e23f4-fcd99117 {
  align-self: start;
}

#w-node-afc8f79b-e354-6bf2-2936-d5129c76f332-9c76f318 {
  justify-self: end;
}

#w-node-_9934de59-e74a-8a92-ad63-30c667c8f184-67c8f17b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9934de59-e74a-8a92-ad63-30c667c8f186-67c8f17b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9934de59-e74a-8a92-ad63-30c667c8f188-67c8f17b {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_9934de59-e74a-8a92-ad63-30c667c8f19f-67c8f17b, #w-node-_9934de59-e74a-8a92-ad63-30c667c8f1ab-67c8f17b, #w-node-_9934de59-e74a-8a92-ad63-30c667c8f1b5-67c8f17b, #w-node-_9934de59-e74a-8a92-ad63-30c667c8f1c0-67c8f17b {
  place-self: center end;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-ecc1a043 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-ecc1a043, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-ecc1a043, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-ecc1a043 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-ecc1a043, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-ecc1a043, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-ecc1a043 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-ecc1a043, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-ecc1a043, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-ecc1a043 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-ecc1a043, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-ecc1a043, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-ecc1a043 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-ecc1a043, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-ecc1a043, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-ecc1a043 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-ecc1a043, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-ecc1a043, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-ecc1a043 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-ecc1a043, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-ecc1a043, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-ecc1a043 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-ecc1a043, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-ecc1a043, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-ecc1a043 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-ecc1a043, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-ecc1a043 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-ecc1a043 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-ecc1a043 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-ecc1a043, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-ecc1a043, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-ecc1a043, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-ecc1a043 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-ecc1a043, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-ecc1a043, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-ecc1a043 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-ecc1a043, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-ecc1a043, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-ecc1a043 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-ecc1a043, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-ecc1a043, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-ecc1a043 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-ecc1a043, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-ecc1a043, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-ecc1a043 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-ecc1a043, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-ecc1a043, #w-node-ee961e8d-845a-edc3-3307-509470022457-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-ecc1a043 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-ecc1a043, #w-node-ee961e8d-845a-edc3-3307-50947002245b-ecc1a043, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-ecc1a043 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-ecc1a043, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-ecc1a043, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-ecc1a043 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-ecc1a043, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-ecc1a043, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-ecc1a043 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-ecc1a043, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-ecc1a043, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-ecc1a043 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-ecc1a043, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-ecc1a043, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-ecc1a043 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-ecc1a043, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-ecc1a043, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-ecc1a043 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-ecc1a043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-ecc1a043 {
  justify-self: start;
}

#w-node-_65408ead-fcf9-0472-092a-55080a919ace-826338fd, #w-node-_65408ead-fcf9-0472-092a-55080a919ae2-826338fd, #w-node-_65408ead-fcf9-0472-092a-55080a919af6-826338fd, #w-node-_9cd89c6b-d5cf-b889-b908-bd85329e23ce-826338fd, #w-node-_9cd89c6b-d5cf-b889-b908-bd85329e23e1-826338fd, #w-node-_9cd89c6b-d5cf-b889-b908-bd85329e23f4-826338fd {
  align-self: start;
}

#w-node-_4f3fcf0e-0edf-dd09-ab09-acddd3260c0d-d3260bf1, #w-node-_2ce9bd62-ef5b-b7c8-b234-c0b2117752c2-af3acbf4 {
  justify-self: end;
}

#w-node-_74f8e094-7d15-1ff1-ba23-f464e9649d51-af3acbf4 {
  justify-self: auto;
}

#w-node-_1ed62943-ceeb-c496-bbc3-a78a78cee784-545fb039 {
  justify-self: center;
}

#w-node-_86ec72f3-241b-45cb-1ce3-1dd7ef679921-545fb039 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_301ad4e6-23f1-a795-1cbc-78eca0d56b99-545fb039, #w-node-_7d45e95b-e564-4001-1eb6-134901400afc-d15a4e24 {
  justify-self: center;
}

#w-node-_9d9b2aed-4ab9-108f-36eb-deab097b3f11-bb8a200d {
  align-self: center;
}

#w-node-_9d9b2aed-4ab9-108f-36eb-deab097b3f22-bb8a200d, #w-node-_9d9b2aed-4ab9-108f-36eb-deab097b3f33-bb8a200d, #w-node-_9d9b2aed-4ab9-108f-36eb-deab097b3f44-bb8a200d, #w-node-_65408ead-fcf9-0472-092a-55080a919ace-bb8a200d, #w-node-_65408ead-fcf9-0472-092a-55080a919ae2-bb8a200d, #w-node-_65408ead-fcf9-0472-092a-55080a919af6-bb8a200d {
  align-self: start;
}

#w-node-fdde7ae5-b9e4-fb5c-ee3b-20a733db497d-727a23e1, #w-node-fdde7ae5-b9e4-fb5c-ee3b-20a733db497f-727a23e1 {
  place-self: center;
}

#w-node-_9cd89c6b-d5cf-b889-b908-bd85329e23ce-07e89168, #w-node-_9cd89c6b-d5cf-b889-b908-bd85329e23e1-07e89168, #w-node-_9cd89c6b-d5cf-b889-b908-bd85329e23f4-07e89168 {
  align-self: start;
}

#w-node-_9d9b2aed-4ab9-108f-36eb-deab097b3f11-d265d93f {
  align-self: center;
}

#w-node-_9d9b2aed-4ab9-108f-36eb-deab097b3f22-d265d93f, #w-node-_9d9b2aed-4ab9-108f-36eb-deab097b3f33-d265d93f, #w-node-_9d9b2aed-4ab9-108f-36eb-deab097b3f44-d265d93f, #w-node-_65408ead-fcf9-0472-092a-55080a919ace-d265d93f, #w-node-_65408ead-fcf9-0472-092a-55080a919ae2-d265d93f, #w-node-_65408ead-fcf9-0472-092a-55080a919af6-d265d93f {
  align-self: start;
}

#w-node-_9d9b2aed-4ab9-108f-36eb-deab097b3f11-bc71e024 {
  align-self: center;
}

#w-node-_9d9b2aed-4ab9-108f-36eb-deab097b3f22-bc71e024, #w-node-_9d9b2aed-4ab9-108f-36eb-deab097b3f33-bc71e024, #w-node-_9d9b2aed-4ab9-108f-36eb-deab097b3f44-bc71e024, #w-node-_65408ead-fcf9-0472-092a-55080a919ace-bc71e024, #w-node-_65408ead-fcf9-0472-092a-55080a919ae2-bc71e024, #w-node-_65408ead-fcf9-0472-092a-55080a919af6-bc71e024, #w-node-_3cbb7212-f859-34e9-8f96-52418349244c-216ffc21, #w-node-_65408ead-fcf9-0472-092a-55080a919ace-216ffc21, #w-node-_65408ead-fcf9-0472-092a-55080a919ae2-216ffc21, #w-node-_65408ead-fcf9-0472-092a-55080a919af6-216ffc21, #w-node-_9cd89c6b-d5cf-b889-b908-bd85329e23ce-216ffc21, #w-node-_9cd89c6b-d5cf-b889-b908-bd85329e23e1-216ffc21, #w-node-_9cd89c6b-d5cf-b889-b908-bd85329e23f4-216ffc21 {
  align-self: start;
}

#w-node-d5b46d98-3b09-6656-17e9-e0df10faa356-10faa33a {
  justify-self: end;
}

#w-node-_9cd89c6b-d5cf-b889-b908-bd85329e23ce-b6538818, #w-node-_9cd89c6b-d5cf-b889-b908-bd85329e23e1-b6538818, #w-node-_9cd89c6b-d5cf-b889-b908-bd85329e23f4-b6538818, #w-node-_9cd89c6b-d5cf-b889-b908-bd85329e23ce-283c5467, #w-node-_9cd89c6b-d5cf-b889-b908-bd85329e23e1-283c5467, #w-node-_9cd89c6b-d5cf-b889-b908-bd85329e23f4-283c5467 {
  align-self: start;
}

#w-node-fdde7ae5-b9e4-fb5c-ee3b-20a733db497d-e1d5a8a7, #w-node-fdde7ae5-b9e4-fb5c-ee3b-20a733db497f-e1d5a8a7, #w-node-fdde7ae5-b9e4-fb5c-ee3b-20a733db497d-a8e99eff, #w-node-fdde7ae5-b9e4-fb5c-ee3b-20a733db497f-a8e99eff {
  place-self: center;
}

#w-node-_1ed62943-ceeb-c496-bbc3-a78a78cee784-f8dc811c {
  justify-self: center;
}

#w-node-_86ec72f3-241b-45cb-1ce3-1dd7ef679921-f8dc811c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_301ad4e6-23f1-a795-1cbc-78eca0d56b99-f8dc811c, #w-node-_1ed62943-ceeb-c496-bbc3-a78a78cee784-c28fd1f8 {
  justify-self: center;
}

#w-node-_86ec72f3-241b-45cb-1ce3-1dd7ef679921-c28fd1f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_301ad4e6-23f1-a795-1cbc-78eca0d56b99-c28fd1f8 {
  justify-self: center;
}

#w-node-_01ec4afb-55ae-064b-7da0-46b5e232d637-0184bf0c, #w-node-ee556c8e-cc21-8fec-1728-77d26ce6e8a8-ad53abfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_338b8557-12ec-9d1d-f0d3-17252817af60-4fe7e872, #w-node-_338b8557-12ec-9d1d-f0d3-17252817af67-4fe7e872, #w-node-_338b8557-12ec-9d1d-f0d3-17252817af6e-4fe7e872, #w-node-_809fc80d-4c57-bd49-de01-8d03283c1c39-87ff9fc1, #w-node-_809fc80d-4c57-bd49-de01-8d03283c1c40-87ff9fc1, #w-node-_809fc80d-4c57-bd49-de01-8d03283c1c47-87ff9fc1, #w-node-_809fc80d-4c57-bd49-de01-8d03283c1c39-30992d0f, #w-node-_809fc80d-4c57-bd49-de01-8d03283c1c40-30992d0f, #w-node-_809fc80d-4c57-bd49-de01-8d03283c1c47-30992d0f, #w-node-_809fc80d-4c57-bd49-de01-8d03283c1c39-f2ad161a, #w-node-_809fc80d-4c57-bd49-de01-8d03283c1c40-f2ad161a, #w-node-_809fc80d-4c57-bd49-de01-8d03283c1c47-f2ad161a {
  align-self: start;
}

#w-node-fdde7ae5-b9e4-fb5c-ee3b-20a733db497d-78031fbb {
  place-self: center;
}

#w-node-db6dface-6890-a8db-6902-d8915e789090-78031fbb {
  justify-self: start;
}

#w-node-fdde7ae5-b9e4-fb5c-ee3b-20a733db497d-780696d6 {
  place-self: center;
}

#w-node-db6dface-6890-a8db-6902-d8915e789090-780696d6 {
  justify-self: start;
}

#w-node-fdde7ae5-b9e4-fb5c-ee3b-20a733db497d-bc5b3cef {
  place-self: center;
}

#w-node-db6dface-6890-a8db-6902-d8915e789090-bc5b3cef {
  justify-self: start;
}

#w-node-aece42a4-6df3-b22c-44b9-9c2afe12c49f-9604209a {
  justify-self: center;
}

#w-node-_65408ead-fcf9-0472-092a-55080a919ace-9604209a, #w-node-_65408ead-fcf9-0472-092a-55080a919ae2-9604209a, #w-node-_65408ead-fcf9-0472-092a-55080a919af6-9604209a {
  align-self: start;
}

#w-node-fdde7ae5-b9e4-fb5c-ee3b-20a733db497d-24ca3423 {
  place-self: center;
}

#w-node-db6dface-6890-a8db-6902-d8915e789090-24ca3423 {
  justify-self: start;
}

#w-node-_1ed62943-ceeb-c496-bbc3-a78a78cee784-324de9f9 {
  justify-self: center;
}

#w-node-_88552c72-d2d8-d59f-43af-7c87b56a3ef3-324de9f9, #w-node-_88552c72-d2d8-d59f-43af-7c87b56a3ef9-324de9f9, #w-node-_88552c72-d2d8-d59f-43af-7c87b56a3eff-324de9f9 {
  align-self: start;
}

#w-node-_86ec72f3-241b-45cb-1ce3-1dd7ef679921-324de9f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47207d0b-6f67-81bf-c886-4bfd9e6daec2-324de9f9 {
  justify-self: center;
}

#w-node-_2fdbfce0-c267-571c-0881-75897547f0b4-324de9f9 {
  align-self: center;
}

#w-node-_2fdbfce0-c267-571c-0881-75897547f0a9-324de9f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2fdbfce0-c267-571c-0881-75897547f0ab-324de9f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68c0fa81-1a65-3603-e52e-98703c5e2952-324de9f9, #w-node-_68c0fa81-1a65-3603-e52e-98703c5e2958-324de9f9, #w-node-_68c0fa81-1a65-3603-e52e-98703c5e295e-324de9f9, #w-node-_3ee5b2be-08a7-9228-0821-a80f46b27d41-324de9f9, #w-node-_54f469f6-fa5a-02fd-b319-4bbfefe671c3-324de9f9 {
  align-self: start;
}

#w-node-f1687e48-8d92-0a20-c836-1f92a854e175-324de9f9 {
  justify-self: center;
}

#w-node-ba9d65e8-7954-aa7e-c26a-af155b94f73f-324de9f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_09294bec-c210-3e0b-1741-b2a9eb37b189-324de9f9 {
  justify-self: center;
}

#w-node-ba9d65e8-7954-aa7e-c26a-af155b94f74a-324de9f9 {
  align-self: center;
}

#w-node-ff85a5a9-6a1e-fec8-78a6-cc920210d0f0-324de9f9, #w-node-_301ad4e6-23f1-a795-1cbc-78eca0d56b99-324de9f9 {
  justify-self: center;
}

#w-node-_88552c72-d2d8-d59f-43af-7c87b56a3ef3-8486d087 {
  align-self: start;
}

#w-node-_93718cd4-2779-539d-d0b0-053e1d17a5d7-8486d087 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93718cd4-2779-539d-d0b0-053e1d17a5d8-8486d087 {
  align-self: end;
}

#w-node-_847637a2-67fb-d2ee-c87d-9c6c55427251-8486d087 {
  justify-self: center;
}

#w-node-_121da98e-0a7b-ba8f-371c-db31db68b7db-8486d087, #w-node-_121da98e-0a7b-ba8f-371c-db31db68b7ef-8486d087, #w-node-af9bf84e-3ef6-2796-caf3-0e667d7ce0c6-8486d087, #w-node-af9bf84e-3ef6-2796-caf3-0e667d7ce0d7-8486d087, #w-node-_341b5e3e-cca5-3cf5-c173-73083a439951-8486d087, #w-node-_341b5e3e-cca5-3cf5-c173-73083a439956-8486d087, #w-node-_341b5e3e-cca5-3cf5-c173-73083a43995b-8486d087, #w-node-e582c80b-ff89-b358-8535-fd030e722532-8486d087, #w-node-_341b5e3e-cca5-3cf5-c173-73083a439989-8486d087, #w-node-_341b5e3e-cca5-3cf5-c173-73083a43998e-8486d087, #w-node-_341b5e3e-cca5-3cf5-c173-73083a439993-8486d087, #w-node-_341b5e3e-cca5-3cf5-c173-73083a439998-8486d087, #w-node-_341b5e3e-cca5-3cf5-c173-73083a43999d-8486d087, #w-node-daa0276e-a0e1-7fb1-d586-ccd4393fbb9d-8486d087, #w-node-daa0276e-a0e1-7fb1-d586-ccd4393fbba2-8486d087, #w-node-daa0276e-a0e1-7fb1-d586-ccd4393fbba7-8486d087, #w-node-daa0276e-a0e1-7fb1-d586-ccd4393fbbac-8486d087, #w-node-daa0276e-a0e1-7fb1-d586-ccd4393fbbb1-8486d087 {
  align-self: start;
}

#w-node-ff85a5a9-6a1e-fec8-78a6-cc920210d0f0-8486d087, #w-node-_301ad4e6-23f1-a795-1cbc-78eca0d56b99-8486d087 {
  justify-self: center;
}

#w-node-_88552c72-d2d8-d59f-43af-7c87b56a3ef3-dea09bb7, #w-node-_88552c72-d2d8-d59f-43af-7c87b56a3ef9-dea09bb7, #w-node-_88552c72-d2d8-d59f-43af-7c87b56a3eff-dea09bb7 {
  align-self: start;
}

#w-node-_1ed62943-ceeb-c496-bbc3-a78a78cee784-dea09bb7 {
  justify-self: center;
}

#w-node-_86ec72f3-241b-45cb-1ce3-1dd7ef679921-dea09bb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47207d0b-6f67-81bf-c886-4bfd9e6daec2-dea09bb7 {
  justify-self: center;
}

#w-node-_2fdbfce0-c267-571c-0881-75897547f0b4-dea09bb7 {
  align-self: center;
}

#w-node-_2fdbfce0-c267-571c-0881-75897547f0a9-dea09bb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2fdbfce0-c267-571c-0881-75897547f0ab-dea09bb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68c0fa81-1a65-3603-e52e-98703c5e2952-dea09bb7, #w-node-_68c0fa81-1a65-3603-e52e-98703c5e2958-dea09bb7, #w-node-_68c0fa81-1a65-3603-e52e-98703c5e295e-dea09bb7, #w-node-_3ee5b2be-08a7-9228-0821-a80f46b27d41-dea09bb7, #w-node-_54f469f6-fa5a-02fd-b319-4bbfefe671c3-dea09bb7 {
  align-self: start;
}

#w-node-f1687e48-8d92-0a20-c836-1f92a854e175-dea09bb7 {
  justify-self: center;
}

#w-node-ba9d65e8-7954-aa7e-c26a-af155b94f73f-dea09bb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_09294bec-c210-3e0b-1741-b2a9eb37b189-dea09bb7 {
  justify-self: center;
}

#w-node-ba9d65e8-7954-aa7e-c26a-af155b94f74a-dea09bb7 {
  align-self: center;
}

#w-node-ff85a5a9-6a1e-fec8-78a6-cc920210d0f0-dea09bb7, #w-node-_301ad4e6-23f1-a795-1cbc-78eca0d56b99-dea09bb7, #w-node-d69c224a-940c-8484-cada-18f86c03acfd-31a3c93f, #w-node-d69c224a-940c-8484-cada-18f86c03acfd-e1b8a097, #w-node-cd582625-c6b2-6b7a-3d2f-3e233c98f60d-6564a8a6 {
  justify-self: center;
}

#w-node-e2dc43fe-1c2d-c1c6-f1d9-2424237ae5a4-6564a8a6, #w-node-e2dc43fe-1c2d-c1c6-f1d9-2424237ae5aa-6564a8a6, #w-node-e2dc43fe-1c2d-c1c6-f1d9-2424237ae5b0-6564a8a6 {
  align-self: start;
}

#w-node-_2fdbfce0-c267-571c-0881-75897547f0b4-6564a8a6 {
  align-self: center;
}

#w-node-_2fdbfce0-c267-571c-0881-75897547f0a9-6564a8a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2fdbfce0-c267-571c-0881-75897547f0ab-6564a8a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68c0fa81-1a65-3603-e52e-98703c5e2952-6564a8a6, #w-node-_68c0fa81-1a65-3603-e52e-98703c5e2958-6564a8a6, #w-node-_68c0fa81-1a65-3603-e52e-98703c5e295e-6564a8a6, #w-node-_3ee5b2be-08a7-9228-0821-a80f46b27d41-6564a8a6, #w-node-_54f469f6-fa5a-02fd-b319-4bbfefe671c3-6564a8a6 {
  align-self: start;
}

#w-node-f1687e48-8d92-0a20-c836-1f92a854e175-6564a8a6 {
  justify-self: center;
}

#w-node-_21704d51-2353-cdcd-36c7-960639e996e4-6564a8a6, #w-node-_21704d51-2353-cdcd-36c7-960639e996ea-6564a8a6, #w-node-_21704d51-2353-cdcd-36c7-960639e996f0-6564a8a6 {
  align-self: start;
}

#w-node-ff85a5a9-6a1e-fec8-78a6-cc920210d0f0-6564a8a6, #w-node-_301ad4e6-23f1-a795-1cbc-78eca0d56b99-6564a8a6 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-afc8f79b-e354-6bf2-2936-d5129c76f332-9c76f318, #w-node-_4f3fcf0e-0edf-dd09-ab09-acddd3260c0d-d3260bf1, #w-node-d5b46d98-3b09-6656-17e9-e0df10faa356-10faa33a {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3a2f0212-2016-13ea-f1ee-80588b0a4bf1-9604209a {
    order: 9999;
    justify-self: auto;
  }

  #w-node-_2fdbfce0-c267-571c-0881-75897547f0b4-324de9f9, #w-node-_2fdbfce0-c267-571c-0881-75897547f0b4-dea09bb7, #w-node-_2fdbfce0-c267-571c-0881-75897547f0b4-6564a8a6 {
    order: 9999;
  }

  #w-node-_0b092ec8-d2e1-f6b8-3a16-cad42950a982-6564a8a6, #w-node-_820f1608-97cc-ceef-fbf1-158de2ef4144-6564a8a6, #w-node-_1be4dd72-569e-8129-ff61-68e2da2e403e-6564a8a6, #w-node-_38bce68e-f7b7-3369-cc65-5f74521979f7-6564a8a6 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9934de59-e74a-8a92-ad63-30c667c8f183-67c8f17b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_9934de59-e74a-8a92-ad63-30c667c8f184-67c8f17b {
    place-self: auto;
  }

  #w-node-_9934de59-e74a-8a92-ad63-30c667c8f188-67c8f17b {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-_2ce9bd62-ef5b-b7c8-b234-c0b2117752c2-af3acbf4 {
    justify-self: start;
  }

  #w-node-_86ec72f3-241b-45cb-1ce3-1dd7ef679921-545fb039, #w-node-_86ec72f3-241b-45cb-1ce3-1dd7ef679921-f8dc811c, #w-node-_86ec72f3-241b-45cb-1ce3-1dd7ef679921-c28fd1f8, #w-node-_86ec72f3-241b-45cb-1ce3-1dd7ef679921-324de9f9, #w-node-_86ec72f3-241b-45cb-1ce3-1dd7ef679921-dea09bb7 {
    align-self: auto;
  }
}


@font-face {
  font-family: 'Blenderpro';
  src: url('../fonts/BlenderPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Blenderpro';
  src: url('../fonts/BlenderPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Blenderpro';
  src: url('../fonts/BlenderPro-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Blenderpro';
  src: url('../fonts/BlenderPro-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Blenderpro Book';
  src: url('../fonts/BlenderPro-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tungstencondensed';
  src: url('../fonts/TungstenCondensed-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tungstencondensed';
  src: url('../fonts/TungstenCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tungstencondensed';
  src: url('../fonts/TungstenCondensed-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* -- ZONE5 OVERLAY NUKE -- Global overlay removal across all pages -- */
.global-styles,
.global-styles.w-embed,
.global-styles.w-embed.w-iframe,
.rl-styleguide-message-delete-this,
.rl-styleguide-message-wrapper,
.rl-styleguide-message-fixed,
.section_contact-modal5,
.contact-modal5_component,
.background-layer,
.video-overlay-layer,
.video-overlay-layer-2,
.video-overlay-layer-3,
.inschrijf-btn-wrap,
.section_contact1,
.w-editor-overlay,
.fs-preferences-manager-wrapper,
.cookies,
[class*="w-editor"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  z-index: -9999 !important;
}

.contact-modal5_component.show {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  width: 100vw !important;
  height: 100vh !important;
  position: fixed !important;
  z-index: 999999 !important;
}
/* -- END OVERLAY NUKE -- */
