@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-ExtraLight.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nanummyeongjo;
  src: url('../fonts/NanumMyeongjo-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nanummyeongjo;
  src: url('../fonts/NanumMyeongjo-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-color--background-primary: #fffefb;
  --text-color--text-primary: #544c43;
  --base-color-brand--brand-alt: #929074;
  --text-color--text-secondary: var(--base-color-brand--brand-alt);
  --text-color--text-alternate: #000;
  --link-color--link-primary: var(--base-color-brand--brand-alt);
  --base-color-brand--green-nearblack: #004e32;
  --base-color-neutral--white: #fff;
  --base-color-brand--green-brand: #77c043;
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: #f8f0e9;
  --background-color--background-alternate: var(--base-color-brand--brand-dark);
  --background-color--background-secondary: #faf5e9;
  --base-color-brand--brand-dark: #153714;
  --background-color--background-tertiary: #f0efe3;
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --base-color-brand--brand-slightly-dark: #5fa22f;
  --base-color-brand--brand-nearwhite: #fefbf6;
  --base-color-brand--brand-alt-dark: #4d483b;
  --background-color--background-warning: #f7ebdc;
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-brand--green-nearwhite: #f1f8ec;
  --border-color--border-alternate: #ede2cc;
  --base-color-neutral--neutral: #666;
  --base-color-brand--red-light: #fbeeee;
  --border-color--border-secondary: #debfae;
  --text-color--text-grey: var(--base-color-neutral--neutral);
  --text-color--text-white: white;
  --background-color--background-alternate-2: #a6b7aa;
  --border-color--border-green: #cac9be;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--black: #000;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #303030;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #f6efdd;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
}

.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 {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

body {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 1.075rem;
  font-weight: 500;
  line-height: 1.8;
}

h1 {
  color: var(--base-color-brand--brand-alt);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 200;
  line-height: 1.1;
}

h2 {
  color: var(--text-color--text-secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 200;
  line-height: 1;
}

h3 {
  color: var(--text-color--text-alternate);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nanummyeongjo, Times New Roman, sans-serif;
  font-size: 1.33rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  color: var(--text-color--text-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Intertight;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
}

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

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

p {
  color: var(--text-color--text-primary);
  text-align: left;
  max-width: 60ch;
  margin-bottom: 0;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 1.075rem;
  font-weight: 500;
}

a {
  color: var(--link-color--link-primary);
  font-family: Interdisplay, Arial, sans-serif;
}

ul, ol {
  color: var(--base-color-brand--green-nearblack);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
  font-family: Poppins;
}

li {
  color: var(--text-color--text-primary);
  max-width: 60ch;
  margin-bottom: .25rem;
  font-family: Interdisplay, Arial, sans-serif;
  font-weight: 400;
}

img {
  border-radius: .5rem;
  max-width: 100%;
  display: inline-block;
}

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

blockquote {
  color: var(--base-color-brand--green-nearblack);
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-family: Intertight;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.utility-page_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-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  z-index: 5;
  color: var(--base-color-neutral--white);
  mix-blend-mode: difference;
  flex: none;
  width: 1rem;
  height: 1rem;
  position: static;
  overflow: visible;
}

.icon-1x1-small.is-arrow {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0;
}

.icon-1x1-small.is-hidden-left {
  position: absolute;
  left: -50%;
}

.icon-1x1-small.is-hidden-left._02 {
  left: -140%;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
}

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

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

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

.text-color-secondary.fullwidth {
  width: 100%;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  color: var(--text-color--text-primary);
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h3.align-center {
  text-align: center;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

.pointer-events-auto {
  pointer-events: auto;
}

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

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
}

.icon-1x1-medium.is-reviews-arrow {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  color: var(--base-color-brand--green-brand);
  font-family: Intertight;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
}

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

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

.padding-global.padding-footer {
  padding-top: 11.8rem;
  padding-bottom: .5rem;
}

.padding-global.padding-section-medium.is-payoff {
  padding-top: 5rem;
}

.padding-global.padding-section-medium.is-usp1 {
  padding-bottom: 0;
}

.padding-global.padding-section-medium.is-usp2, .padding-global.padding-section-medium.is-intropadding, .padding-global.padding-section-medium.is-form {
  padding-top: 0;
}

.padding-global.padding-section-relations {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-global.padding-section-price {
  padding-top: 7.5rem;
  padding-bottom: 2.5rem;
}

.padding-global.padding-section-medium.is-intropadding {
  padding-top: 0;
}

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

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

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-alternate {
  color: var(--base-color-brand--green-nearblack);
}

.text-color-alternate.text-size-medium {
  font-weight: 500;
}

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

.pointer-events-none {
  pointer-events: none;
}

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

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

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

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

.text-align-right {
  text-align: right;
  width: 100%;
}

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

.text-weight-bold.text-color-alternate {
  color: var(--base-color-brand--green-brand);
}

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

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-alternate {
  background-color: var(--background-color--background-alternate);
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  color: var(--text-color--text-primary);
  font-size: .875rem;
}

.text-size-small.is-hero-link {
  text-decoration: underline;
}

.heading-style-h4 {
  color: var(--text-color--text-primary);
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

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

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

.form_input {
  border: 1px solid var(--border-color--border-primary);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: var(--base-color-brand--brand-dark);
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.text-style-link.text-link {
  color: var(--base-color-brand--green-brand);
  text-decoration: underline;
}

.text-style-link.text-link:hover {
  font-weight: 700;
}

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

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.heading-style-h2 {
  color: var(--base-color-brand--green-brand);
  font-family: Intertight;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

.fs-styleguide_label {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

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

.icon-height-medium {
  height: 2rem;
}

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.text-align-center.text-color-secondary {
  font-size: 2rem;
}

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  color: var(--text-color--text-secondary);
  border-left: .25rem #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-family: Intertight;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-style-quote.text-align-right {
  color: var(--text-color--text-secondary);
  border-left-style: none;
  font-weight: 500;
}

.text-style-quote.text-weight-bold {
  font-weight: 500;
}

.align-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--base-color-brand--brand-alt);
  color: var(--background-color--background-primary);
  text-align: center;
  border-radius: 8rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: .8rem 2.5rem;
  font-family: Interdisplay, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

.button:hover {
  background-color: #7c7a5e;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
  font-size: 1rem;
}

.button.is-small {
  background-color: var(--base-color-brand--green-brand);
  justify-content: center;
  align-items: center;
  padding: .5rem 1.25rem;
  font-size: 1rem;
}

.button.is-small:hover {
  background-color: var(--base-color-brand--brand-slightly-dark);
}

.button.is-small.is-dropdown-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-small.button-style-alternate {
  border: 1px solid var(--base-color-brand--brand-dark);
  background-color: var(--base-color-neutral--white);
  margin-right: auto;
}

.button.is-small.button-style-alternate:hover {
  background-color: var(--background-color--background-alternate);
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  border: 1px solid var(--base-color-brand--brand-dark);
  color: var(--text-color--text-primary);
  background-color: #0000;
  font-family: Intertight;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--text-color--text-primary);
  background-color: #92907400;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 .5rem 0 0;
  text-decoration: none;
  display: flex;
}

.button.is-brand {
  background-color: var(--background-color--background-secondary);
}

.button.style-is-alternative {
  border: 1px solid var(--base-color-neutral--white);
  color: var(--base-color-neutral--white);
  background-color: #ffffff29;
}

.button.style-is-alternative:hover {
  color: var(--base-color-brand--green-brand);
  background-color: #fffbf536;
}

.button.is-errorbutton {
  justify-content: center;
  align-items: stretch;
}

.button.button-style-secondary {
  border: 1px solid var(--base-color-brand--brand-alt);
  color: var(--text-color--text-primary);
  background-color: #fffcf9;
  justify-content: center;
  align-items: center;
  padding-top: .8rem;
}

.button.button-style-secondary:hover {
  background-color: #fdfaf4;
}

.button.button-style-tertiary {
  border: 1px solid var(--base-color-brand--green-brand);
  background-color: var(--base-color-brand--brand-nearwhite);
  color: var(--base-color-brand--green-brand);
}

.button.is-alt {
  background-color: var(--base-color-brand--brand-alt-dark);
}

.button.is-home {
  border: 1px solid #fff;
  border-radius: 6.1rem;
}

.button.is-home:hover {
  background-color: #868468;
}

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

.text-size-medium {
  flex: 0 auto;
  font-size: 1.125rem;
}

.text-size-medium.text-color-alternate.text-shadow {
  text-shadow: 0 1px 1px #17a02e33;
}

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

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide {
  display: none;
}

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

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

.container-medium.align-content-center {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-medium.is-mailpage {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-medium.is-relative {
  z-index: 5;
  position: relative;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

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

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

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

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

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

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

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

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

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

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

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  border-bottom: 1px solid var(--border-color--border-primary);
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff96;
  border-radius: 0;
  width: 100%;
  padding-top: .525rem;
  padding-bottom: .525rem;
  position: static;
  inset: 1rem 0% auto;
  overflow: hidden;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  border-radius: .3rem;
  width: 14.9rem;
  max-width: 11.3rem;
  margin-top: 0;
  margin-bottom: 0;
}

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

.nav_menu_link {
  color: #544c43;
  flex: 0 auto;
  padding: .5rem;
  font-weight: 600;
}

.nav_menu_link:hover {
  color: var(--base-color-brand--brand-alt);
  font-weight: 600;
}

.nav_menu_link.w--current {
  color: var(--text-color--text-primary);
  text-decoration: underline;
}

.nav_menu_link.w--current:hover {
  color: var(--base-color-brand--brand-dark);
}

.nav_menu_link.display-none {
  display: none;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.hero_content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: center start;
  width: 100%;
  max-width: 70rem;
  display: flex;
  position: relative;
}

.hero_content-left.is-home {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 22.5rem;
  height: 100%;
  display: flex;
}

.hero_content-left.is-about-me, .hero_content-left.is-contact {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.hero_image {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 0;
  overflow: hidden;
}

.hero_heading {
  color: var(--base-color-neutral--white);
  text-transform: none;
  text-shadow: 0 1px 20px #316b3600;
  mix-blend-mode: normal;
  font-size: 4rem;
  font-weight: 500;
}

.hero_heading.is-home {
  color: #fff;
  margin-right: 0;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 7vw;
  font-weight: 400;
}

.section_hero {
  color: var(--text-color--text-primary);
  background-color: #fbeeee00;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5rem;
  display: flex;
  position: relative;
}

.section_hero.is-home {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--background-color--background-primary);
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: 100svh;
  margin-top: 0;
  padding: 0;
}

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

.hero_grid.is-centered {
  text-align: center;
  grid-template-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  display: flex;
}

.hero_grid.is-home {
  grid-column-gap: 3.5rem;
  grid-template-columns: 5fr 5fr;
  justify-content: space-between;
  place-items: flex-end stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero_grid.is-home.is-top {
  justify-content: flex-end;
  align-items: flex-start;
}

.nav_fixed {
  z-index: 999;
  border-bottom: 1px none var(--border-color--border-alternate);
  background-color: #fff0;
  border-radius: 0;
  min-height: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: fixed;
  inset: 0 0% auto;
  overflow: hidden;
}

.nav_fixed.is-homepage {
  margin-top: 0;
}

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

.section_introduction {
  z-index: 5;
  background-image: linear-gradient(#f8f5ee00, #eee6d8 32% 63%, #f8f5ee00 94%);
  position: relative;
}

.hero_content-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  width: 100%;
  max-width: none;
  display: grid;
  position: relative;
}

.hero_content-right.is-home {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-end;
  place-items: flex-end center;
  display: flex;
}

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

.grid_col-2.align-center, .grid_col-2.is-target-audience {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  place-items: center;
}

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

.grid_col-2.is-introduction {
  grid-column-gap: 3rem;
  grid-template-columns: 1.25fr 1fr;
  place-items: end center;
}

.grid_col-2.is-praktisch {
  grid-column-gap: 3rem;
  grid-template-columns: .75fr 1fr;
  place-items: start stretch;
}

.grid_col-2.image-right {
  grid-column-gap: 6rem;
  grid-template-columns: .5fr 1fr;
}

.grid_col-2._50-50 {
  grid-template-columns: 1fr 1fr;
  place-items: center;
}

.introduction_content {
  flex-flow: column;
  display: flex;
}

.introduction_image-wrapper {
  max-width: 33.1rem;
}

.border-radius-large {
  border-radius: 1.2rem;
  max-width: 30rem;
}

.section_expertises {
  background-color: var(--base-color-brand--green-nearwhite);
}

.section_reviews {
  background-color: #f8f0e9;
  margin-top: 4rem;
  position: relative;
}

.section_reviews.is-alt {
  background-color: #f1f8ec00;
}

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

.introduction_image {
  max-width: 30rem;
}

.introduction_image.border-radius-large {
  width: 100%;
  max-width: none;
}

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

.introduction_usps_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--base-color-brand--green-nearwhite);
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  padding: .4rem 1rem;
  display: flex;
}

.training-style_experience-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 1rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.training-style_experience-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 6rem;
  display: flex;
}

.training-style_experience-content.padding-large.is-experience {
  padding-left: 7.3rem;
  padding-right: 7.3rem;
}

.training-style_img.border-radius-large {
  width: 100%;
  max-width: none;
}

.text-style-experience {
  font-family: Antonio;
  font-size: 4.6rem;
}

.heading-style-3 {
  margin-top: 0;
  font-size: 18px;
  line-height: 23.4px;
}

.heading-style-3.faq {
  margin-bottom: 0;
}

.accordion-item-bottom-wrapper {
  padding-left: 32.5rem;
  font-size: 16px;
  overflow: hidden;
}

.accordion-highlight-top {
  z-index: -1;
  transform-origin: 50% 0;
  background-color: #2c3eff;
  width: 100%;
  height: 150%;
  position: absolute;
  inset: 0% 0% auto;
}

.expertises_accordion {
  background-color: #fff0;
  border-bottom: 1px solid #2e2e2e;
}

.p-accordion-answer {
  max-width: 38vw;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

.accordion-highlight-bottom {
  z-index: -1;
  transform-origin: 50% 100%;
  background-color: #2c3eff;
  width: 100%;
  height: 150%;
  position: absolute;
  inset: auto 0% 0%;
}

.accordion-item-top-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 36px;
  display: grid;
}

.accordion-item-top-wrapper:hover {
  background-color: var(--base-color-brand--brand-nearwhite);
}

.accordion-item {
  color: #2e2e2e;
  cursor: pointer;
  border-top: 1px solid #2e2e2e;
  position: relative;
  overflow: hidden;
}

.container-2 {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.accordion-arrow {
  mix-blend-mode: difference;
  width: 13px;
  max-width: none;
}

.accordion-header {
  font-family: Poppins;
  font-size: 1.25rem;
  font-weight: 400;
}

.is-accordion-answer {
  max-width: 41.7rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.target-audience_images-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.target-audience_image-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.target-audience_image.border-radius-large {
  width: 100%;
  max-width: none;
  overflow: hidden;
  box-shadow: 0 0 11px #0000001a;
}

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

.target-audience_text.is-left {
  justify-content: center;
  align-items: flex-start;
  padding-right: 3rem;
}

.target-audience_text.is-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
}

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

.reviews_slider {
  background-color: #fbeeee00;
  border-radius: 1.2rem;
  height: auto;
}

.reviews_slide {
  text-align: center;
  border-radius: 2rem;
}

.reviews_content {
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

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

.reviews_text-wrapper {
  max-width: 80ch;
}

.block-quote {
  border-left-style: none;
}

.block-quote.text-color-alternate {
  margin-bottom: 0;
}

.slide-nav {
  display: none;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.right-arrow {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

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

.reviews_link {
  text-align: right;
  width: auto;
  margin-left: 0;
  text-decoration: underline;
}

.reviews_star-wrapper {
  grid-column-gap: .15rem;
  grid-row-gap: .15rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: inline-flex;
}

.reviews_text-alternate {
  color: var(--base-color-neutral--neutral);
  text-align: left;
  border-left-style: none;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 2;
}

.prices_header-wrapper {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.prices_header {
  width: 100%;
}

.prices_text {
  width: 100%;
  margin-left: 0;
}

.prices_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  max-width: none;
  display: grid;
}

.prices_grid-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--base-color-brand--green-nearwhite);
  border-radius: 1.2rem;
  flex-flow: column;
  width: 100%;
  max-width: none;
  padding: 2rem;
  display: flex;
}

.prices_grid-item.prices_is-middle {
  background-color: var(--base-color-brand--brand-dark);
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.prices_grid-item.prices_is-last {
  background-color: var(--base-color-brand--brand-nearwhite);
}

.list-item {
  list-style-type: disc;
}

.prices_list-item-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: flex;
}

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

.prices_price-wrapper.is-dubble {
  justify-content: flex-start;
  align-items: flex-start;
}

.form_content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--background-color--background-secondary);
  background-image: none;
  border-radius: 1.2rem;
  flex-flow: column;
  padding: 4.3rem 4.5rem;
  display: flex;
}

.form_form-wrapper {
  background-color: var(--base-color-neutral--white);
  border-radius: .8rem;
  padding: 1.8rem;
}

.prices_text-style {
  font-size: 1.2rem;
}

.section_footer {
  background-image: linear-gradient(#f6efdd00, #f6efdd54 8%, #f6efdd 13%, #f6efdd);
  position: relative;
}

.footer_menu-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: start;
  display: grid;
}

.footer_link-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: flex;
}

.footer_link-col.display-none {
  display: none;
}

.footer_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_link-list.is-02-col {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr;
  justify-content: start;
  min-width: 0;
}

.text-style-footerlink {
  color: var(--text-color--text-primary);
  text-decoration: none;
}

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

.text-style-footerlink.text-size-medium {
  font-size: 1rem;
}

.text-style-footerlink.text-size-medium.display-none {
  display: none;
}

.footer_bottom-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-bottom-left {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  display: flex;
}

.footer-spacer {
  border-right: 1px solid var(--base-color-brand--brand-dark);
  opacity: .5;
  margin-right: 1rem;
  padding-right: 1rem;
}

.text-style-footerbottom {
  opacity: .6;
  color: var(--base-color-brand--brand-dark);
  font-size: .8rem;
  text-decoration: none;
}

.iintroduction-image-wrapper.border-radius-large {
  overflow: hidden;
}

.introduction-content-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.text-link-wrapper, .text-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-top: .25rem;
  padding-bottom: .25rem;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

.text-link:hover {
  opacity: .75;
  font-weight: 400;
}

.hero_rating-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.hero_stars-wrapper {
  flex-flow: row;
  display: flex;
}

.hero_link-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--text-color--text-alternate);
  flex-flow: column;
  display: flex;
}

.hero_image-wrapper {
  object-fit: contain;
  width: 100%;
}

.hero_image-wrapper.is-about-me {
  max-width: none;
  display: flex;
}

.hero_image-wrapper.aspect-ratio-square {
  aspect-ratio: auto;
}

.payoff_content {
  background-color: var(--base-color-neutral--white);
  border-radius: .8rem;
  padding: 1.8rem;
}

.payoff_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  border: 2px #f5ede3;
  border-radius: 1.2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.payoff_text-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  width: 66%;
  display: flex;
}

.button-text {
  color: var(--background-color--background-primary);
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
}

.button-text.is-alternative {
  color: var(--base-color-brand--brand-dark);
}

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

.nav-dropdown_button-wrapper {
  display: none;
}

.grid-col-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: auto;
  display: grid;
}

.contact_content-wrapper.display-none {
  display: none;
}

.contact_openingstijden-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: .5rem;
  grid-template: "Area"
                 "."
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: auto;
  display: grid;
}

.section_background.display-none {
  display: none;
}

.footer_left-wrapper-01 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.footer_left-wrapper-02 {
  display: flex;
}

.section_pictures.display-none {
  display: none;
}

.pictures_image-wrapper {
  background-color: var(--base-color-brand--red-light);
  border-radius: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-height: 26.1rem;
  display: inline-flex;
  overflow: hidden;
}

.pictures_images-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: end;
  place-items: start;
}

.payoff_content-2 {
  background-color: #fff;
  border-radius: .8rem;
  padding: 1.8rem;
}

.heading-style-h4-2 {
  color: #35453e;
  font-family: Antonio;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.footer-spacer-2 {
  opacity: .5;
  border-right: 1px solid #499680;
  margin-right: 1rem;
  padding-right: 1rem;
}

.text-style-footerlink-2 {
  color: #35453e;
  text-decoration: none;
}

.text-style-footerlink-2:hover {
  color: #499680;
}

.button-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  text-align: center;
  background-color: #ff8a00;
  border-radius: 7.3rem;
  margin-left: 0;
  margin-right: 0;
  padding: .75rem 2rem;
  font-family: Antonio;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

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

.button-2.is-small {
  justify-content: center;
  align-items: center;
  padding: .5rem 1.25rem .6rem;
}

.button-2.is-small.is-dropdown-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2.style-is-alternative {
  color: #ff8a00;
  background-color: #fff;
  border: 1px solid #ff8a00;
}

.button-2.style-is-alternative:hover {
  color: #ff8a00;
  background-color: #f8f2ea;
}

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

.text-style-footerbottom-2 {
  opacity: .6;
  color: #499680;
  font-size: .9rem;
}

.nav_menu_link-2 {
  color: #fff;
  flex: 0 auto;
  padding: 1rem;
}

.nav_menu_link-2:hover {
  color: #35453e;
  font-weight: 400;
}

.nav_menu_link-2.w--current {
  color: #fff;
  text-decoration: underline;
}

.nav_menu_link-2.w--current:hover {
  color: #fff;
}

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

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

.link {
  color: var(--base-color-brand--brand-dark);
  font-weight: 700;
}

.prices_subheader-wrapper {
  width: 100%;
  display: flex;
}

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

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

.form_text-input {
  color: var(--base-color-brand--green-nearblack);
}

.form_form-wrapper-2 {
  background-color: #fff;
  border-radius: .8rem;
  padding: 1.8rem;
}

.form_text-input-2 {
  color: #35453e;
}

.button-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  text-align: center;
  background-color: #ff8a00;
  border-radius: 7.3rem;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: .75rem 2rem;
  font-family: Antonio;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

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

.heading {
  font-size: 3.5rem;
}

.heading-2 {
  color: var(--base-color-brand--brand-dark);
  font-family: Manrope;
}

.heading-3 {
  color: var(--base-color-brand--green-nearblack);
}

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

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

.text-style-introduction {
  color: var(--text-color--text-primary);
  text-align: left;
  font-family: Switzer, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 300;
}

.section_massages {
  background-image: url('../images/background-massages-3.svg');
  background-position: 50% 69%;
  background-repeat: no-repeat;
  background-size: auto;
}

.image {
  max-width: 18.8rem;
}

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

.massages_grid-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--border-color--border-secondary);
  background-color: var(--base-color-neutral--white);
  border-radius: .75rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 10px #0000001a;
}

.massages_grid-item:hover {
  background-color: var(--background-color--background-tertiary);
}

.massages_grid-item-image-wrapper {
  max-height: 16.2rem;
  overflow: hidden;
}

.massages_grid-item-image-wrapper.is-smaller {
  max-height: 13rem;
}

.massages_image {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  position: static;
  overflow: clip;
}

.heading-4 {
  text-decoration: underline;
}

.section_usp {
  position: static;
}

.section_usp.is-relative {
  background-image: none;
}

.bg-wrapper {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.background-wrapper {
  z-index: 1;
  background-image: url('../images/background-usp-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.section_image-text-grid {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  position: relative;
}

.section_image-text-grid.is-bg-color {
  background-color: #faf5e900;
  background-image: linear-gradient(#fffefb, #eee6d8 13% 91%, #fffefb);
  position: relative;
}

.text-block {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

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

.text-block-2 {
  color: var(--text-color--text-primary);
}

.body-2 {
  color: var(--base-color-brand--brand-dark);
}

.section_massage-usps {
  background-color: var(--background-color--background-tertiary);
}

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

.massage-usp_grid-item {
  grid-column-gap: .45rem;
  grid-row-gap: .45rem;
  flex-flow: column;
  display: flex;
}

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

.section_services-standard-section.is-bg-color {
  background-color: var(--background-color--background-secondary);
}

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

.section-background {
  z-index: -1;
  justify-content: flex-start;
  align-items: center;
  max-width: 39rem;
  display: flex;
  position: absolute;
  inset: 24% auto 0% -10%;
}

.image-3 {
  position: absolute;
}

.section-background-02 {
  z-index: -1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 12% -62px 0% auto;
}

.image-4 {
  box-shadow: 0 0 18px #0000001a;
}

.reviews_wrapper {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.intro-image {
  max-width: 5.9rem;
}

.intro-span {
  color: #f58548;
  font-weight: 700;
}

.reviews_review-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: row;
  display: flex;
}

.text-block-3 {
  color: var(--base-color-brand--brand-dark);
}

.over-mij_image {
  border-radius: 1.2rem;
  max-width: 20rem;
}

.text-span {
  font-weight: 700;
  text-decoration: underline;
}

.nav_button-nr-wrapper {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  display: flex;
}

.nav-nr {
  font-size: .8rem;
}

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

.icon-text-wrapper.hide-mobile {
  flex-flow: column;
}

.icon-text-wrapper.align-top {
  justify-content: space-between;
  align-items: flex-start;
}

.is-underlined {
  background-image: url('../images/underline.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}

.hero_underline-wrapper {
  position: absolute;
}

.heading-7 {
  font-weight: 300;
}

.paragraph, .block-quote-2 {
  font-family: Open Sans, sans-serif;
}

.code-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.usp_text-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

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

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

.full-width_image-wrapper {
  width: 100%;
}

.services_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  width: 100%;
  display: flex;
}

.services-image-wrapper {
  background-image: url('../images/VPO-image-04.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  min-width: 0%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.services_services-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.services_item {
  border-bottom: 1px solid var(--border-color--border-primary);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem .5rem;
  text-decoration: none;
  display: flex;
}

.services_item:hover {
  background-color: var(--border-color--border-alternate);
}

.services_wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-5 {
  height: 100%;
}

.image-6 {
  object-fit: cover;
}

.image-7 {
  overflow: hidden;
}

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

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

.text-color-grey.text-size-medium {
  font-weight: 500;
}

.text-icon-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.payoff_image-wrapper {
  width: 100%;
}

.code-embed-2 {
  display: none;
  position: absolute;
  inset: -1% 0% auto;
}

.footer_header-wrapper {
  border-bottom: 1px solid var(--background-color--background-primary);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.footer_spoed-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--base-color-brand--green-brand);
  background-color: var(--background-color--background-primary);
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 24rem;
  padding: 1.2rem;
  display: flex;
}

.footer_link-col-vert {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.bold-text.is-white {
  color: var(--base-color-neutral--white);
}

.code-embed-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-8 {
  font-family: Manrope;
  font-weight: 300;
}

.hero_banner {
  border: 1px solid var(--border-color--border-secondary);
  border-radius: 2rem;
  margin-right: auto;
  padding: .2rem 1rem;
  display: block;
}

.hero_header-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.hero_header-wrapper.is-contact {
  max-width: none;
}

.code-embed-4 {
  max-width: 8.2rem;
  position: absolute;
  inset: -34% 0% auto auto;
}

.hero_banner-text-style {
  color: #9c8473;
}

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

.text-color-white.text-size-medium {
  font-weight: 500;
}

.text-color-white.text-weight-medium {
  font-weight: 600;
}

.section_reviews-copy {
  background-color: var(--background-color--background-alternate-2);
  margin-top: 4rem;
  position: relative;
}

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

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

.team_item.display-none {
  display: none;
}

.team_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.team_text-style {
  color: var(--base-color-brand--brand-dark);
}

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

.team_content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.hero_background-wrapper {
  background-image: linear-gradient(8deg, #24190f66 11%, #2626260f 36%, #21212100 45%, #0000 100%, #fff0), url('../images/image-04.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 92vh;
  padding: 6rem 2.5rem 3rem;
  display: flex;
}

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

.heading-9 {
  font-weight: 500;
}

.hero_beschikbaarheid-karen-nagel {
  width: 100%;
}

.hero_beschikbaarheid-karen-nagel.text-align-center {
  border-top: 1px solid #e9e1d8;
  border-bottom: 1px solid #f7ebdc;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.hero_mobile-text-wrapper {
  display: none;
}

.hero-banner-wrapper-mob {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero_button-wrapper-mob {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

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

.code-embed-5 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.code-embed-6 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% -3px;
}

.section_werkwijze {
  position: static;
}

.section_werkwijze.is-bg-color {
  background-color: var(--background-color--background-secondary);
  position: relative;
}

.header-text-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.werkwijze_tag-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  margin-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.werkwijze-help-tag {
  border: 1px solid var(--border-color--border-alternate);
  background-color: #fff7ee;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: .3rem 1.5rem;
  display: flex;
}

.werkwijze-service-tag {
  border: 1px solid var(--border-color--border-green);
  background-color: var(--background-color--background-secondary);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: .3rem 1.5rem;
  display: flex;
}

.reviews_item {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--border-color--border-alternate);
  background-color: var(--base-color-brand--brand-nearwhite);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.price_background {
  z-index: 100;
  background-color: var(--background-color--background-alternate);
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  max-width: 64rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.price_content-wrapper {
  z-index: 100;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--background-color--background-alternate);
  border-radius: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 4rem;
  display: flex;
  position: relative;
}

.price_content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.price_content-right {
  aspect-ratio: 1;
  background-color: var(--background-color--background-primary);
  border-radius: .5rem;
  align-self: flex-end;
  width: auto;
  min-height: 16rem;
  max-height: 17rem;
  margin-left: 5.5rem;
}

.price_heading-style {
  color: var(--text-color--text-white);
  font-size: 2rem;
}

.price_image-wrapper {
  border-radius: .5rem;
  width: 19.2rem;
  margin: -77px -128px -103px -94px;
  overflow: hidden;
  box-shadow: 0 0 13.2px 1px #0000001c;
}

.price_container {
  display: flex;
}

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

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

.complaints_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--text-color--text-white);
  border-radius: .5rem;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

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

.relations_image-wrapper {
  width: 6.1rem;
  max-height: none;
}

.image-10 {
  width: 5.9rem;
}

.code-embed-7 {
  z-index: 1;
  display: flex;
  position: absolute;
  inset: -10% auto auto -5%;
}

.code-embed-8 {
  max-width: 16.4rem;
  height: auto;
  display: flex;
  position: absolute;
  inset: -8% -7% auto auto;
}

.inline-header-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.information_background {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--background-color--background-tertiary);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 2.5rem;
  display: flex;
}

.information_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--border-color--border-alternate);
  background-color: var(--background-color--background-primary);
  border-radius: .5rem;
  flex-flow: column;
  display: flex;
}

.information_item.padding-medium {
  border-color: var(--border-color--border-green);
  width: 100%;
  max-width: 80ch;
}

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

.cq_content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero_register {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: flex-start start;
  width: 100%;
  max-width: 70rem;
  display: flex;
  position: relative;
}

.hero_register.is-home {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 28.8rem;
  display: flex;
}

.hero_register.is-about-me {
  justify-content: center;
  align-items: flex-start;
}

.section_-accessibility.display-none {
  display: none;
}

.accessibility_content-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  display: flex;
}

.accessibility_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
}

.accessibility_content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.accessibility_content-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.image-100-percent {
  object-fit: cover;
  max-height: 32.6rem;
}

.form_text-input-3 {
  color: #0b2310;
}

.button-4 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fef8f8;
  text-align: center;
  background-color: #c85445;
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: .75rem 2rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

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

.text-color-grey-2 {
  color: #666;
}

.reviews_text-alternate-2 {
  color: #666;
  border-left-style: none;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}

.reviews-old.display-none {
  display: none;
}

.icon-text-button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1px solid var(--border-color--border-secondary);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .1rem 1.5rem;
  display: flex;
}

.form_file-upload {
  border: 1px dashed var(--background-color--background-alternate-2);
  background-color: var(--background-color--background-primary);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.text-upload-file {
  color: var(--base-color-neutral--neutral-light);
  font-size: .9rem;
}

.text-form-accept {
  font-size: .8rem;
}

.checkbox, .checkbox-2 {
  margin-top: 7px;
}

.image-12 {
  display: none;
}

.reviews_background-wrapper {
  border: 1px solid var(--background-color--background-alternate-2);
  background-color: var(--background-color--background-secondary);
  border-radius: 1rem;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.heading-style-h2-2 {
  color: #bb7154;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.heading-style-h2-2.text-align-center {
  font-weight: 500;
}

.intro-image-2 {
  max-width: 3.6rem;
}

.introduction_quote-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

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

.praktisch_image {
  object-fit: cover;
  width: 100%;
  max-height: 41.6rem;
}

.hero_content-left-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: center start;
  width: 100%;
  max-width: 70rem;
  display: flex;
  position: relative;
}

.hero_content-left-copy.is-home {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 28.8rem;
  display: flex;
}

.hero_content-left-copy.is-about-me {
  justify-content: center;
  align-items: flex-start;
}

.hero_content-left-copy.is-contact {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.hero_heading-alt {
  color: var(--base-color-neutral--white);
  text-transform: none;
  text-shadow: 0 1px 20px #316b3600;
  mix-blend-mode: normal;
  font-family: "Fraunces 144 Pt Soft";
  font-size: 4.25rem;
  font-weight: 300;
}

.h2-alt {
  font-family: "Fraunces 144 Pt Soft";
  font-size: 5rem;
}

.h2-alt.is-contact {
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 2.5rem;
}

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

.heading-11 {
  color: var(--base-color-neutral--neutral);
}

.max-width {
  max-width: 30rem;
}

.image-text_image-wrapper {
  flex-flow: column;
  display: flex;
}

.image-text_text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  min-width: 23.5em;
  max-width: 23.5rem;
  display: flex;
}

.image-text_text-wrapper.is-left {
  justify-content: center;
  align-items: flex-start;
  padding-right: 3rem;
}

.image-text_text-wrapper.is-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
}

.image-13 {
  width: 100%;
}

.section_text-image-grid {
  position: static;
}

.section_text-image-grid.is-bg-color {
  background-color: var(--background-color--background-secondary);
  background-image: radial-gradient(circle at 50% 100%, #4d433b24, #4d433b24 27%, #4d433b00 44%);
  position: relative;
}

.fullwidth {
  color: var(--text-color--text-alternate);
  width: 100%;
}

.text_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: 40rem;
  display: flex;
}

.text_wrapper.is-left {
  justify-content: center;
  align-items: flex-start;
  padding-right: 3rem;
}

.text_wrapper.is-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
}

.section_text {
  position: static;
}

.section_text.is-bg-color {
  background-color: #faf5e9;
  background-image: linear-gradient(298deg, #b9b69424, #8d8a6824 27%, #a09d7a00 52%);
  position: relative;
}

.text_header-text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--border-color--border-alternate);
  background-color: var(--base-color-brand--brand-nearwhite);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.text_header-text-wrapper.is-alt-bg {
  border-color: var(--border-color--border-green);
  background-color: var(--background-color--background-tertiary);
}

.information_table {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: 5px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.information_table.is-03 {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.table-header {
  background-color: #f5eee2;
  border-bottom: 1px solid #000;
  padding-top: .6rem;
  padding-bottom: .6rem;
  padding-left: .6rem;
  font-weight: 700;
}

.table-text {
  border-bottom: 1px solid #aaa;
  padding-top: .3rem;
  padding-bottom: .3rem;
  padding-left: .6rem;
}

.table-text.is-bg {
  background-color: #f8f4ed;
}

.text-hero-waitingtime {
  max-width: 49.5rem;
}

.over-mij-max-width {
  max-width: 27.4rem;
}

.text-hero {
  color: #fff;
}

.icon-text-wrapper-hero {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1px solid var(--base-color-brand--brand-nearwhite);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #9290743b;
  border-bottom-right-radius: 97px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.icon-text-wrapper-hero.hide-mobile {
  flex-flow: column;
}

.icon-text-wrapper-hero.align-top {
  justify-content: space-between;
  align-items: flex-start;
}

.icon-text-wrapper-hero.is-right {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(47deg, #cbcad5, #fff 70%);
  -webkit-background-clip: text;
  background-clip: text;
  border-style: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 230px;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.text-intro {
  text-align: center;
  font-family: Nanummyeongjo, Times New Roman, sans-serif;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.6;
}

.heading-13 {
  font-family: Switzer, Arial, sans-serif;
  font-weight: 300;
}

.paragraph-3 {
  font-family: Switzer, Arial, sans-serif;
}

.intro-image-emblem-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.gradient-bg {
  z-index: -1;
  width: 100%;
  height: auto;
  position: absolute;
  inset: -117% 0% 0% -41%;
}

.gradient-bg.is-02 {
  top: -75%;
  left: -19%;
}

.code-embed-9 {
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.code-embed-9.is-02 {
  overflow: visible;
}

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

.problems_text-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.problems_problems-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.problems_grid-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-right: 1px solid #00000026;
  flex-flow: column;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.problems_grid-item.is-lat {
  border-right-style: none;
  padding-right: 0;
}

.problems_grid-item.is-first {
  padding-left: 0;
}

.heading-14 {
  color: var(--text-color--text-alternate);
  font-weight: 700;
}

.problems_image-wrapper {
  border-radius: 1rem;
  overflow: hidden;
}

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

.treatment_wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.treatment_header-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.treatment_grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template: "Area Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.treatment_grid-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--base-color-brand--brand-nearwhite);
  border: 1px solid #d8d7b1;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  display: flex;
}

.treatment_grid-item:hover {
  background-color: #f5f0e9;
}

.treatment_grid-item.is-padding {
  padding: 2.15rem 2.55rem;
  text-decoration: none;
}

.treatment_grid-item.is-padding:hover {
  background-color: #f8f4ed;
}

.treatment_image-wrapper {
  width: 100%;
  height: auto;
  min-height: 15.8rem;
  max-height: 16rem;
  overflow: hidden;
}

.treatment_grids-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.treatment_grid-03 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template: "Area Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.section_treatment {
  z-index: 5;
  background-image: linear-gradient(#f8f5ee00, #eee6d8 9% 91%, #f8f5ee00);
  position: relative;
}

.button_icon-wrapper {
  border: 1px solid var(--base-color-brand--brand-alt);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle_bg {
  background-image: linear-gradient(270deg, #cabaaa, #ded4c1 39%, #786049 79%, #c9b9a9);
  border-radius: 1438px;
  position: absolute;
  inset: 0%;
}

.arrow-a {
  width: 1rem;
  height: 1rem;
  position: absolute;
}

.arrow-b {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: auto;
}

.methods_content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

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

.methods_grid-item.padding-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--background-color--background-secondary);
  border-radius: .5rem;
  flex-flow: column;
  padding: 3rem 2rem;
  display: flex;
}

.methods_icon-wrapper {
  max-width: 2rem;
}

.section_about-me {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  position: relative;
}

.section_about-me.is-bg-color {
  background-color: var(--background-color--background-secondary);
  background-image: radial-gradient(circle at 50% 100%, #b9b69424, #8d8a6824 27%, #a09d7a00 52%);
  position: relative;
}

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

.p-list-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.footer_img-wrapper {
  max-width: 12.9rem;
}

.treatment_grid-05 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template: "Area Area"
  / 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paralax-img {
  object-fit: cover;
  height: 120%;
}

.heading-16 {
  font-size: 5rem;
}

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

.stappen_item-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.stappen_item-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  display: flex;
}

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

.stappen_item-content-when {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding-left: 1rem;
  display: flex;
}

.hero_beschikbaarheid {
  width: 100%;
}

.hero_beschikbaarheid.text-align-center {
  border-top: 1px solid #e9e1d8;
  border-bottom: 1px solid #f7ebdc;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

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

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .padding-bottom.padding-large.is-pageheader-padding {
    padding-bottom: 3rem;
  }

  .hide-tablet {
    display: none;
  }

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

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

  .heading-style-h3.align-center {
    text-align: center;
  }

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

  .padding-global.padding-footer {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }

  .padding-global.padding-section-medium.is-payoff {
    padding-top: 4rem;
  }

  .padding-global.padding-section-medium.is-reviews {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.padding-section-medium.is-form {
    padding-top: 0;
  }

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

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

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

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

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

  .text-style-quote {
    font-size: 1.3rem;
  }

  .button.is-small {
    display: none;
  }

  .button.is-small.is-dropdown-menu {
    background-color: var(--base-color-brand--brand-alt);
    display: inline-flex;
  }

  .button.is-home {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .nav_component {
    z-index: 999;
    position: fixed;
    top: 0;
    overflow: visible;
  }

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

  .nav_logo {
    width: 12.5rem;
  }

  .nav_menu {
    background-color: var(--background-color--background-tertiary);
    border-radius: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: .25rem;
    margin-left: 0;
    margin-right: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 2.5rem;
    display: flex;
    overflow: visible;
    box-shadow: 0 2px 9px -2px #0003;
  }

  .nav_menu_link {
    color: var(--base-color-brand--brand-dark);
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav_menu_link:hover {
    color: var(--text-color--text-primary);
  }

  .nav_menu_link:active {
    color: var(--base-color-brand--green-nearwhite);
  }

  .nav_button {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
  }

  .nav_button.w--open {
    background-color: #fff0;
  }

  .hero_content-left.is-home {
    justify-content: center;
    align-items: flex-start;
  }

  .hero_heading {
    max-width: 465px;
    font-size: 2.3rem;
  }

  .hero_heading.is-home {
    text-shadow: none;
    font-size: 4.2rem;
  }

  .section_hero {
    background-color: var(--background-color--background-primary);
    background-image: none;
    padding-top: 4rem;
  }

  .section_hero.is-home {
    background-image: none;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding: 0;
  }

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

  .nav_fixed {
    z-index: 4;
    min-height: 0;
    margin-left: 0;
    margin-right: 0;
    position: sticky;
    overflow: visible;
  }

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

  .grid_col-2 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .grid_col-2.align-center, .grid_col-2.is-target-audience {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    place-items: center;
  }

  .grid_col-2.is-introduction {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1.25fr;
  }

  .grid_col-2.is-praktisch, .grid_col-2._50-50 {
    grid-template-columns: 1fr;
  }

  .introduction_image-wrapper {
    max-width: 266px;
  }

  .training-style_experience-content {
    padding: 1.2rem 4.3rem;
  }

  .training-style_img.border-radius-large {
    max-width: 20rem;
  }

  .text-style-experience {
    font-size: 4.2rem;
  }

  .accordion-item-bottom-wrapper {
    padding-left: 7.1rem;
    padding-right: 7.1rem;
  }

  .p-accordion-answer {
    max-width: 48vw;
  }

  .accordion-item-top-wrapper {
    grid-template-columns: .25fr 1fr .5fr;
  }

  .accordion-header {
    font-size: 1.1rem;
  }

  .target-audience_images-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .target-audience_image-wrapper {
    aspect-ratio: auto;
    border-radius: .5rem;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    overflow: hidden;
  }

  .target-audience_image-wrapper.is-square-mob {
    aspect-ratio: auto;
    object-fit: cover;
  }

  .target-audience_image.border-radius-large {
    width: 100%;
    max-width: none;
  }

  .target-audience_text.is-left {
    width: 100%;
    padding-right: 0;
  }

  .reviews_slider {
    width: 100%;
    height: auto;
  }

  .reviews_slider-mask {
    width: 100%;
  }

  .reviews_text-wrapper {
    max-width: 70ch;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .reviews_text-alternate {
    font-size: 1.3rem;
  }

  .prices_grid-item {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .prices_price-wrapper.is-dubble {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .prices_text-style {
    font-size: 1.1rem;
  }

  .footer_menu-wrapper {
    grid-template-columns: auto auto;
  }

  .text-style-footerbottom {
    font-size: .8rem;
  }

  .introduction-content-wrapper {
    margin-top: -3rem;
  }

  .hero_rating-wrapper {
    margin-right: auto;
  }

  .nav-dropdown_button-wrapper {
    display: flex;
  }

  .grid-col-3 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .contact_openingstijden-wrapper {
    grid-column-gap: 3.6rem;
  }

  .footer_left-wrapper-02, .button-2.is-small {
    display: none;
  }

  .button-2.is-small.is-dropdown-menu {
    display: inline-flex;
  }

  .nav_menu-2 {
    background-color: #35453e;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 2.5rem;
    display: flex;
  }

  .nav_menu_link-2 {
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav_menu_link-2:hover {
    color: #fff;
  }

  .nav_menu_link-2:active {
    color: #f1f7f4;
  }

  .padding-hero {
    padding-top: 5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .text-style-introduction {
    font-size: 1.6rem;
  }

  .massages_heading-3 {
    font-size: 1.1rem;
  }

  .icon {
    color: var(--base-color-brand--brand-dark);
    position: static;
  }

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

  .intro-image {
    max-width: 4.7rem;
  }

  .heading-5, .heading-6 {
    font-size: 2rem;
  }

  .nav_button-nr-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

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

  .is-underlined {
    background-position: 50% 115%;
  }

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

  .hero_header-wrapper.is-contact {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .image-8 {
    object-fit: cover;
  }

  .hero_background-wrapper {
    justify-content: space-between;
    align-items: center;
    padding-top: 5.8rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-banner-wrapper-mob {
    justify-content: space-between;
    align-items: center;
  }

  .header-text-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .price_content-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .price_content-left {
    order: 1;
  }

  .price_content-right {
    align-self: center;
  }

  .complaints_item {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .code-embed-8 {
    top: -3%;
    right: -5%;
  }

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

  .hero_register.is-home {
    justify-content: center;
    align-items: flex-start;
  }

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

  .accessibility_content-right {
    width: 75%;
  }

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

  .reviews_text-alternate-2 {
    font-size: 1.3rem;
  }

  .icon-text-button {
    justify-content: space-between;
    align-items: center;
  }

  .hero_content-left-copy.is-home {
    justify-content: center;
    align-items: flex-start;
  }

  .hero_heading-alt {
    max-width: 465px;
    font-size: 3.5rem;
  }

  .h2-alt {
    font-size: 3.8rem;
  }

  .image-text_image-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .image-text_text-wrapper.is-left, .text_wrapper.is-left {
    width: 100%;
    padding-right: 0;
  }

  .text_header-text-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .icon-text-wrapper-hero {
    justify-content: center;
    align-items: flex-start;
  }

  .icon-text-wrapper-hero.is-right {
    background-image: linear-gradient(47deg, #fff, #fff 70%);
  }

  .text-intro {
    font-size: 2.35rem;
  }

  .gradient-bg {
    max-width: 64rem;
    top: -85%;
    left: -90%;
  }

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

  .treatment_image-wrapper {
    object-fit: cover;
  }

  .treatment_grid-03, .methods_grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer_img-wrapper {
    max-width: 7.9rem;
  }
}

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

  h3 {
    font-size: 1.2rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .padding-bottom.padding-large.is-pageheader-padding {
    padding-bottom: 3rem;
  }

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

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

  .icon-1x1-medium.is-reviews-arrow {
    width: 2rem;
    height: 2rem;
  }

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

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

  .padding-global.padding-footer {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }

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

  .padding-global.padding-section-medium.is-payoff {
    padding-top: 3rem;
  }

  .padding-global.padding-section-medium.is-usp1 {
    padding-bottom: 3rem;
  }

  .padding-global.padding-section-medium.is-usp2 {
    padding-top: 3rem;
  }

  .padding-global.padding-section-medium.is-reviews {
    padding-left: .1rem;
    padding-right: .1rem;
  }

  .padding-global.padding-section-medium.is-form {
    padding-top: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .text-style-quote {
    font-size: 1.2rem;
  }

  .button {
    justify-content: center;
    align-items: stretch;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .button.button-style-secondary {
    padding-bottom: .5rem;
  }

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

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

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

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

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

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

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

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

  .nav_component {
    position: fixed;
  }

  .nav_menu {
    z-index: 5;
    margin-top: .25rem;
  }

  .nav_menu_link {
    padding-left: 0;
  }

  .nav_menu_link:active {
    color: var(--base-color-brand--green-brand);
  }

  .nav_button {
    margin-left: auto;
  }

  .hero_content-left.is-home {
    max-width: none;
  }

  .hero_heading {
    max-width: none;
    font-size: 2.5rem;
  }

  .hero_heading.is-home {
    margin-right: 0;
    font-size: 4.8rem;
  }

  .section_hero {
    padding-top: 5rem;
  }

  .hero_grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .hero_grid.is-home {
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    place-items: flex-end stretch;
  }

  .hero_grid.is-home.is-top {
    justify-content: center;
    align-items: flex-end;
  }

  .hero_content-right.is-home {
    order: -1;
  }

  .grid_col-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .grid_col-2.is-target-audience {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    place-items: center stretch;
  }

  .grid_col-2.is-introduction {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .grid_col-2.image-right {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .accordion-item-bottom-wrapper {
    padding-left: 5.3rem;
  }

  .target-audience_image-wrapper {
    aspect-ratio: auto;
    justify-content: center;
    align-items: flex-end;
    max-width: none;
    overflow: hidden;
  }

  .target-audience_image-wrapper.is-square-mob {
    aspect-ratio: auto;
  }

  .target-audience_text.is-left {
    padding-right: 0;
  }

  .target-audience_text.is-right {
    padding-left: 0;
  }

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

  .reviews_slider {
    height: auto;
  }

  .reviews_text-wrapper {
    width: 100%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .reviews_text-alternate {
    font-size: 1.2rem;
  }

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

  .prices_grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .prices_grid-item {
    align-items: flex-start;
  }

  .prices_price-wrapper.is-dubble {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .form_content-wrapper {
    padding: 1.5rem;
  }

  .prices_text-style {
    font-size: 1rem;
  }

  .footer_menu-wrapper {
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
  }

  .footer_bottom-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .text-style-footerbottom {
    font-size: .8rem;
  }

  .introduction-content-wrapper {
    margin-top: 2rem;
  }

  .payoff_content-wrapper {
    flex-flow: column;
    padding: 1.5rem;
  }

  .payoff_text-wrapper {
    width: 100%;
  }

  .button-wrapper {
    flex-flow: column;
  }

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

  .footer_left-wrapper-01 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .text-style-footerbottom-2 {
    font-size: .8rem;
  }

  .nav_menu_link-2 {
    padding-left: 0;
  }

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

  .text-style-introduction {
    font-size: 1.4rem;
  }

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

  .massages_heading-3 {
    font-size: 1.125rem;
  }

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

  .intro-image {
    max-width: 4rem;
  }

  .nav_button-nr-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .is-underlined {
    background-image: url('../images/underline-thin.svg');
    background-position: 50% 109%;
  }

  .services_content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .services-image-wrapper {
    background-image: url('../images/VPO-image-08.jpg');
    width: 100%;
    min-height: 20.8rem;
  }

  .code-embed-4 {
    max-width: 5.2rem;
  }

  .hero_background-wrapper {
    padding: 6.1rem 1.5rem 1.5rem;
  }

  .hero_mobile-text-wrapper {
    flex-flow: column;
    display: none;
  }

  .price_content-wrapper {
    padding: 2rem;
  }

  .complaints_item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .relations_wrapper {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
  }

  .code-embed-8 {
    top: -3%;
    right: -3%;
  }

  .information_background {
    padding: 3rem 1.5rem;
  }

  .hero_register.is-home {
    max-width: none;
  }

  .accessibility_wrapper {
    flex-flow: column;
  }

  .accessibility_content-right {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
  }

  .reviews_text-alternate-2 {
    font-size: 1.2rem;
  }

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

  .hero_content-left-copy.is-home {
    max-width: none;
  }

  .hero_heading-alt {
    max-width: none;
    font-size: 3.5rem;
  }

  .h2-alt {
    font-size: 4rem;
  }

  .image-text_text-wrapper.is-left {
    padding-right: 0;
  }

  .image-text_text-wrapper.is-right {
    padding-left: 0;
  }

  .text_wrapper.is-left {
    padding-right: 0;
  }

  .text_wrapper.is-right {
    padding-left: 0;
  }

  .text_header-text-wrapper {
    padding: 1.5rem;
  }

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

  .information_table._02 {
    grid-template-columns: 1fr .5fr;
  }

  .icon-text-wrapper-hero.is-right {
    text-align: left;
    justify-content: center;
    align-self: auto;
    align-items: flex-end;
    padding-right: 0;
  }

  .text-intro {
    font-size: 1.75rem;
  }

  .treatment_grid {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .treatment_grid-03 {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .footer_img-wrapper {
    max-width: 10.5rem;
  }

  .treatment_grid-05 {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: stretch;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 1rem;
  }

  h1, h2 {
    font-size: 2rem;
    line-height: 1.2;
  }

  h3 {
    font-size: 1.25rem;
  }

  p {
    font-size: 1rem;
  }

  ul {
    list-style-type: disc;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .padding-bottom.padding-large.is-pageheader-padding {
    padding-bottom: 2rem;
  }

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

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

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

  .heading-style-h3.align-center {
    text-align: center;
  }

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

  .icon-1x1-medium {
    width: 1.1rem;
    height: 1.1rem;
  }

  .icon-1x1-medium.is-reviews-arrow {
    justify-content: center;
    align-items: center;
    width: 1.2rem;
    height: 1.2rem;
    margin: auto;
  }

  .padding-global {
    width: 100%;
  }

  .padding-global.padding-section-large.is-form {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.padding-footer {
    padding-top: 6rem;
  }

  .padding-global.padding-section-medium.is-payoff {
    padding-top: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.padding-section-medium.is-reviews {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .padding-global.padding-section-medium.is-form {
    padding: 0 0 3rem;
  }

  .padding-global.padding-section-medium.is-information {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.padding-section-relations {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }

  .padding-global.padding-section-price {
    padding-left: .45rem;
    padding-right: .45rem;
  }

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

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

  .heading-style-h4 {
    font-family: Switzer, Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
  }

  .heading-style-h2.text-align-center {
    font-size: 1.4rem;
  }

  .button {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-family: Switzer, Arial, sans-serif;
  }

  .button.is-icon {
    justify-content: flex-start;
    align-items: center;
  }

  .button.style-is-alternative {
    justify-content: center;
    align-items: center;
  }

  .button.button-style-secondary {
    border-style: solid;
    justify-content: center;
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

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

  .nav_component {
    width: auto;
    inset: 0 0% auto;
    overflow: visible;
  }

  .nav_container {
    justify-content: space-between;
    align-items: center;
    width: auto;
  }

  .nav_brand, .nav_brand.w--current {
    padding-left: 0;
  }

  .nav_logo {
    width: 10.1rem;
  }

  .nav_menu {
    box-shadow: none;
    filter: drop-shadow(0 19px 17px #0000002e);
    margin-top: .25rem;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: visible;
  }

  .nav_menu_link {
    padding-left: 0;
  }

  .nav_menu_link:hover {
    color: var(--base-color-brand--green-brand);
  }

  .nav_button, .nav_button.w--open {
    padding-right: 1rem;
  }

  .hero_content-left.is-home {
    justify-content: center;
    align-items: flex-start;
    max-width: none;
  }

  .hero_content-left.is-about-me {
    flex-flow: column;
  }

  .hero_heading {
    font-size: 1.7rem;
    line-height: 1.4;
  }

  .hero_heading.is-home {
    margin-right: 1rem;
    font-size: 3.7rem;
    line-height: .9;
  }

  .section_hero {
    padding-top: 4rem;
  }

  .section_hero.is-home {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: center;
    min-height: 64svh;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .hero_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .hero_grid.is-home {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    place-items: center stretch;
  }

  .hero_grid.is-home.is-top {
    justify-content: space-between;
    align-items: flex-end;
  }

  .nav_fixed {
    width: auto;
    min-height: 0;
  }

  .grid_col-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: center;
    overflow: visible;
  }

  .grid_col-2.is-target-audience {
    place-items: center stretch;
  }

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

  .grid_col-2.is-introduction {
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .introduction_image-wrapper {
    width: 100%;
  }

  .section_reviews.is-alt {
    background-color: #f1f8ec00;
  }

  .introduction_image.border-radius-large {
    max-width: 100%;
  }

  .introduction_usps-wrapper {
    justify-content: center;
    align-items: center;
  }

  .training-style_img.border-radius-large {
    width: 100%;
  }

  .accordion-item-bottom-wrapper {
    padding-left: 0;
    padding-right: 0%;
  }

  .p-accordion-answer {
    max-width: 80vw;
  }

  .accordion-item-top-wrapper {
    grid-template-columns: 1fr 4.5fr .5fr;
    grid-template-areas: ". . Area";
  }

  .accordion-header {
    font-size: 1rem;
  }

  .target-audience_images-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .target-audience_image-wrapper {
    justify-content: center;
    align-items: flex-end;
    max-width: none;
  }

  .target-audience_image-wrapper.is-square-mob {
    aspect-ratio: 1;
  }

  .target-audience_image.border-radius-large {
    width: 100%;
    max-width: none;
  }

  .target-audience_text.is-right {
    padding-left: 0;
    display: flex;
  }

  .reviews_slider, .reviews_slider-mask {
    height: 100%;
  }

  .reviews_slide {
    vertical-align: middle;
    height: 100%;
  }

  .reviews_text-wrapper {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .left-arrow {
    width: 3rem;
    display: flex;
    left: -8px;
  }

  .right-arrow {
    width: 3rem;
    display: flex;
    right: -8px;
  }

  .reviews_text-alternate {
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: 1rem;
  }

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

  .prices_grid {
    grid-template-columns: 1fr;
    place-items: center;
    width: 100%;
  }

  .prices_grid-item {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .form_content-wrapper {
    padding: 1.8rem 1.4rem;
  }

  .form_form-wrapper {
    padding: 3rem 1.4rem;
  }

  .prices_text-style {
    font-size: 1rem;
  }

  .footer_menu-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .text-style-footerlink.text-size-medium.w--current {
    font-weight: 400;
  }

  .footer_bottom-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-bottom-left {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: column;
    width: 100%;
  }

  .footer-spacer {
    margin-right: .5rem;
    padding-right: .5rem;
  }

  .introduction-content-wrapper {
    margin-top: 2rem;
  }

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

  .hero_image-wrapper {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .hero_image-wrapper.is-about-me {
    aspect-ratio: auto;
    object-fit: cover;
    order: -1;
  }

  .payoff_content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .payoff_content-wrapper {
    padding: 1.8rem 1.4rem;
  }

  .button-text {
    text-align: left;
    font-family: Switzer, Arial, sans-serif;
    font-size: 1rem;
  }

  .button-text.text-color-primary {
    color: var(--text-color--text-primary);
  }

  .button-wrapper {
    flex-flow: column;
  }

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

  .footer_left-wrapper-01 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    justify-content: space-between;
    align-self: center;
    align-items: flex-start;
    display: flex;
  }

  .footer_left-wrapper-02 {
    flex-flow: row;
    display: none;
  }

  .payoff_content-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-spacer-2 {
    margin-right: .5rem;
    padding-right: .5rem;
  }

  .button-2, .button-2.style-is-alternative {
    justify-content: center;
    align-items: center;
  }

  .nav_menu_link-2 {
    padding-left: 0;
  }

  .button-3 {
    justify-content: center;
    align-items: center;
  }

  .text-style-introduction {
    font-size: 1.3rem;
  }

  .massages-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    object-fit: fill;
    width: 100%;
  }

  .massages_grid-item {
    width: 100%;
  }

  .section_image-text-grid {
    background-position: 50%;
  }

  .massages_heading-3 {
    font-size: .8rem;
  }

  .nav_button-nr-wrapper {
    flex-flow: column;
  }

  .icon-text-wrapper {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .icon-text-wrapper.hide-mobile {
    display: none;
  }

  .is-underlined {
    background-image: url('../images/underline-thin.svg');
    background-position: 50% 128%;
  }

  .services-image-wrapper {
    background-image: url('../images/VPO-image-08.jpg');
    background-size: cover;
    min-height: 80vw;
  }

  .code-embed-2 {
    position: absolute;
    top: -1%;
  }

  .footer_header-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .bold-text {
    display: block;
  }

  .code-embed-4 {
    max-width: 4.8rem;
    inset: -27% 7% auto auto;
  }

  .hero_banner-text-style {
    font-size: .7rem;
  }

  .text-color-white.text-style-link {
    text-decoration: underline;
  }

  .team_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .hero_background-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    background-image: linear-gradient(8deg, #24190f66 11%, #2626260f 36%, #2121216b 45%, #0000001a), url('../images/image-04.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    justify-content: center;
    align-items: flex-end;
    min-height: 66vh;
    padding: 6.7rem .5rem 1rem 1rem;
  }

  .two-button-wrapper {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .hero_beschikbaarheid-karen-nagel.text-align-center {
    order: 1;
    padding-top: .4rem;
    padding-bottom: .4rem;
    font-size: .7rem;
  }

  .hero_mobile-text-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .hero-banner-wrapper-mob {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .hero_button-wrapper-mob {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .image-9 {
    object-fit: cover;
    overflow: hidden;
  }

  .code-embed-5 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

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

  .reviews_item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .price_content-wrapper {
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .price_content-right {
    border-radius: .5rem;
    align-self: flex-end;
    min-height: 12.7rem;
    margin-left: 0;
  }

  .price_image-wrapper {
    width: 15rem;
    margin: -57px -70px 0;
  }

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

  .complaints_item {
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .relations_wrapper {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
    flex-flow: wrap;
  }

  .relations_image-wrapper {
    width: 6.2rem;
  }

  .image-10 {
    width: 5.4rem;
  }

  .code-embed-7 {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 13.4rem;
    inset: -16% 0% auto auto;
  }

  .code-embed-8 {
    top: -2%;
  }

  .image-11 {
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 16% 50%;
    height: 100%;
  }

  .information_background {
    padding: 2rem 1rem;
  }

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

  .hero_register.is-home {
    justify-content: center;
    align-items: flex-start;
    max-width: none;
  }

  .hero_register.is-about-me {
    flex-flow: column;
  }

  .accessibility_content-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .paragraph-2 {
    font-size: 1rem;
  }

  .button-4 {
    justify-content: center;
    align-items: center;
  }

  .reviews_text-alternate-2 {
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: 1rem;
  }

  .icon-text-button {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-text-button.hide-mobile {
    display: none;
  }

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

  .hero_content-left-copy.is-home {
    justify-content: center;
    align-items: flex-start;
    max-width: none;
  }

  .hero_content-left-copy.is-about-me {
    flex-flow: column;
  }

  .hero_heading-alt {
    font-size: 2rem;
    line-height: 1.4;
  }

  .h2-alt {
    font-size: 2.5rem;
    line-height: 1.1;
  }

  .h2-alt.is-contact {
    font-size: 1.5rem;
  }

  .image-text_image-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-text_text-wrapper {
    min-width: 0;
    max-width: none;
  }

  .image-text_text-wrapper.is-right, .text_wrapper.is-right {
    padding-left: 0;
    display: flex;
  }

  .text_header-text-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
    padding: 1rem;
    display: flex;
  }

  .information_table {
    grid-template-columns: .75fr .5fr .5fr;
    overflow: scroll;
  }

  .information_table._02 {
    overflow: auto;
  }

  .table-header {
    padding-top: .4rem;
    padding-bottom: .4rem;
    font-size: .9rem;
  }

  .table-text {
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-size: .9rem;
  }

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

  .intro-text, .text-hero-waitingtime {
    font-size: .9rem;
  }

  .over-mij-max-width {
    width: 100%;
  }

  .icon-text-wrapper-hero {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .icon-text-wrapper-hero.hide-mobile {
    display: none;
  }

  .text-intro {
    font-size: 1.65rem;
  }

  .problems_wrapper {
    grid-template-rows: auto;
  }

  .problems_text-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .problems_problems-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .problems_grid-item {
    border-right-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .treatment_image-wrapper {
    object-fit: cover;
    height: 100%;
    min-height: 10.4rem;
  }

  .treatment_image {
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }

  .section_about-me {
    overflow: hidden;
  }

  .footer_img-wrapper {
    max-width: 7.5rem;
  }

  .hero_beschikbaarheid.text-align-center {
    order: 1;
    padding-top: .4rem;
    padding-bottom: .4rem;
    font-size: .7rem;
  }
}

#w-node-f898340a-4f94-1655-6065-3630c96b37ad-15a52a42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f898340a-4f94-1655-6065-3630c96b37af-15a52a42 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_92c54a86-278e-b247-845b-a4eba4c06edc-15a52a42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_38aa88eb-0ee5-6600-bf1e-5cf48c35b742-15a52a42 {
  order: -9999;
}

#w-node-_06aac4ab-7924-ff2a-15db-e756c2f31031-44ca7992, #w-node-_6ee4088a-27c9-c742-13c5-71ff31d2dd28-44ca7992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5c609288-ed86-3ac3-4397-1a3c6b956e10-44ca7992 {
  justify-self: end;
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-15a52a92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-15a52a92 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca5d-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca82-15a52a92, #w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-15a52a92, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-15a52a92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-15a52a92 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-15a52a92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-15a52a92 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-15a52a92, #w-node-_7323e14e-c71f-5e7f-6871-70526fe36815-15a52a92, #w-node-_7323e14e-c71f-5e7f-6871-70526fe36816-15a52a92, #w-node-ff76dcc5-f981-339a-93ca-1ee0aba7b9e8-15a52a92, #w-node-ff76dcc5-f981-339a-93ca-1ee0aba7b9e9-15a52a92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-15a52a92 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-15a52a92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-15a52a92 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-15a52a92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-15a52a92, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-15a52a92, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-15a52a92, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-15a52a92, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-15a52a92, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-15a52a92, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-15a52a92, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-15a52a92, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-15a52a92, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-15a52a92, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-15a52a92 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-15a52a92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-15a52a92 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-15a52a92, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-15a52a92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-15a52a92 {
  justify-self: start;
}

#w-node-b3ed5600-e210-92e5-e735-a3ea8bf6dc32-15a52a95, #w-node-_7f007f1f-9950-746b-a136-7d13283c2fd2-15a52a97, #w-node-_6183f344-8141-a3b4-a382-06d13ccf80d3-15a52a98, #w-node-_7f007f1f-9950-746b-a136-7d13283c2fd2-15a52a99, #w-node-d37fb6a8-4024-f159-90f2-66d0c8ff7129-15a52a99, #w-node-d064cd06-c191-d2f1-d9ec-a964b1690668-15a52a99, #w-node-_9f4f234f-35e1-2201-5c40-83c22c53a45c-15a52a99, #w-node-_9f4f234f-35e1-2201-5c40-83c22c53a470-15a52a99, #w-node-_7f007f1f-9950-746b-a136-7d13283c2fd2-15a52aac, #w-node-_7f007f1f-9950-746b-a136-7d13283c2fd2-15a52abe, #w-node-_7f007f1f-9950-746b-a136-7d13283c2fd2-806ce0df, #w-node-_7f007f1f-9950-746b-a136-7d13283c2fd2-d8557169, #w-node-d4b1fb0b-c991-2193-cd36-702ff9b3c681-d8557169, #w-node-c9d9140d-547c-b821-040a-95f7a2b5e77b-d8557169, #w-node-_7f007f1f-9950-746b-a136-7d13283c2fd2-22789269, #w-node-_89cb2a77-e25d-bc5d-e319-bfbaf99f9d10-22789269, #w-node-_7f007f1f-9950-746b-a136-7d13283c2fd2-545ae6ae, #w-node-d4b1fb0b-c991-2193-cd36-702ff9b3c681-545ae6ae, #w-node-c9d9140d-547c-b821-040a-95f7a2b5e77b-545ae6ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f898340a-4f94-1655-6065-3630c96b37ad-15a52a42 {
    justify-self: start;
  }

  #w-node-f898340a-4f94-1655-6065-3630c96b37af-15a52a42 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_92c54a86-278e-b247-845b-a4eba4c06edc-15a52a42 {
    justify-self: start;
  }

  #w-node-_38aa88eb-0ee5-6600-bf1e-5cf48c35b742-15a52a42, #w-node-_87c422d6-7a19-1b6b-0f04-93f9db80307f-15a52a42 {
    order: -9999;
  }

  #w-node-_91b6d5eb-a423-5f45-bf0b-5daacda4a96e-15a52a95, #w-node-_9ea6e253-a276-00ac-3ce1-80433e8e76e7-15a52a95, #w-node-_827ac25f-5a1b-0ace-078e-e77ab9b3a29b-15a52a96, #w-node-_7f007f1f-9950-746b-a136-7d13283c2fd6-15a52a97, #w-node-a1104c1a-1a92-d3e5-b78d-da800e857b20-15a52a97, #w-node-_6183f344-8141-a3b4-a382-06d13ccf80d8-15a52a98, #w-node-_7f007f1f-9950-746b-a136-7d13283c2fd6-15a52a99, #w-node-_7f007f1f-9950-746b-a136-7d13283c2fd6-15a52aac, #w-node-_67d55b7c-e3e5-096a-3ef9-9285e407041b-15a52aac, #w-node-_7f007f1f-9950-746b-a136-7d13283c2fd6-15a52abe, #w-node-_7f007f1f-9950-746b-a136-7d13283c2fd6-d8557169, #w-node-_7f007f1f-9950-746b-a136-7d13283c2fd6-22789269, #w-node-ea110c96-ea73-a5d6-2f08-e0e5225ef159-22789269, #w-node-_7f007f1f-9950-746b-a136-7d13283c2fd6-545ae6ae {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f898340a-4f94-1655-6065-3630c96b37ad-15a52a42, #w-node-_92c54a86-278e-b247-845b-a4eba4c06edc-15a52a42 {
    grid-column: span 2 / span 2;
  }

  #w-node-_38aa88eb-0ee5-6600-bf1e-5cf48c35b742-15a52a42, #w-node-_87c422d6-7a19-1b6b-0f04-93f9db80307c-15a52a42, #w-node-_87c422d6-7a19-1b6b-0f04-93f9db80307f-15a52a42 {
    order: -9999;
  }

  #w-node-_06aac4ab-7924-ff2a-15db-e756c2f31031-44ca7992, #w-node-_6ee4088a-27c9-c742-13c5-71ff31d2dd28-44ca7992 {
    justify-self: start;
  }

  #w-node-_91b6d5eb-a423-5f45-bf0b-5daacda4a96e-15a52a95 {
    order: 9999;
  }

  #w-node-_91b6d5eb-a423-5f45-bf0b-5daacda4a971-15a52a95, #w-node-_9ea6e253-a276-00ac-3ce1-80433e8e76ea-15a52a95 {
    order: -9999;
  }

  #w-node-_9ea6e253-a276-00ac-3ce1-80433e8e76e7-15a52a95 {
    order: 9999;
  }

  #w-node-_89cb2a77-e25d-bc5d-e319-bfbaf99f9d10-15a52a97, #w-node-_89cb2a77-e25d-bc5d-e319-bfbaf99f9d0d-15a52a97 {
    order: -9999;
  }

  #w-node-a1104c1a-1a92-d3e5-b78d-da800e857b20-15a52a97 {
    order: 9999;
  }

  #w-node-a1104c1a-1a92-d3e5-b78d-da800e857b17-15a52a97, #w-node-_67d55b7c-e3e5-096a-3ef9-9285e407040a-15a52aac, #w-node-_67d55b7c-e3e5-096a-3ef9-9285e4070413-15a52aac, #w-node-_67d55b7c-e3e5-096a-3ef9-9285e407041b-15a52aac, #w-node-_67d55b7c-e3e5-096a-3ef9-9285e407041e-15a52aac, #w-node-_8926f0bc-86ae-16f2-758b-6b472f2d7142-15a52aac, #w-node-cf01981c-35b1-a9c6-001c-0c1f0874c26d-15a52aac, #w-node-b48ca722-cd67-0fbd-0bff-992b213fe9ed-15a52aac, #w-node-_8926f0bc-86ae-16f2-758b-6b472f2d7142-15a52abe, #w-node-_845a5460-d3d8-1710-7dbd-81b98ae9272d-15a52abe, #w-node-_845a5460-d3d8-1710-7dbd-81b98ae9272e-15a52abe, #w-node-_2f977916-d34f-fb3a-d9fc-bf1c7f4310ea-15a52abe, #w-node-_2f977916-d34f-fb3a-d9fc-bf1c7f4310eb-15a52abe, #w-node-_89cb2a77-e25d-bc5d-e319-bfbaf99f9d10-d8557169, #w-node-_89cb2a77-e25d-bc5d-e319-bfbaf99f9d0d-d8557169, #w-node-_89cb2a77-e25d-bc5d-e319-bfbaf99f9d10-22789269, #w-node-_89cb2a77-e25d-bc5d-e319-bfbaf99f9d0d-22789269 {
    order: -9999;
  }

  #w-node-ea110c96-ea73-a5d6-2f08-e0e5225ef159-22789269 {
    order: 9999;
  }

  #w-node-ea110c96-ea73-a5d6-2f08-e0e5225ef14a-22789269, #w-node-_89cb2a77-e25d-bc5d-e319-bfbaf99f9d10-545ae6ae, #w-node-_89cb2a77-e25d-bc5d-e319-bfbaf99f9d0d-545ae6ae {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f898340a-4f94-1655-6065-3630c96b37ad-15a52a42, #w-node-_92c54a86-278e-b247-845b-a4eba4c06edc-15a52a42 {
    justify-self: start;
  }

  #w-node-_87c422d6-7a19-1b6b-0f04-93f9db80307c-15a52a42 {
    order: 9999;
  }

  #w-node-_87c422d6-7a19-1b6b-0f04-93f9db80307f-15a52a42 {
    order: -9999;
  }

  #w-node-_5c609288-ed86-3ac3-4397-1a3c6b956e10-44ca7992 {
    justify-self: center;
  }

  #w-node-_91b6d5eb-a423-5f45-bf0b-5daacda4a971-15a52a95, #w-node-_9ea6e253-a276-00ac-3ce1-80433e8e76ea-15a52a95, #w-node-_89cb2a77-e25d-bc5d-e319-bfbaf99f9d10-15a52a97, #w-node-a1104c1a-1a92-d3e5-b78d-da800e857b17-15a52a97 {
    order: -9999;
  }

  #w-node-_7b887683-6933-7066-d70b-c1d73f1dcf6c-15a52a99 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_67d55b7c-e3e5-096a-3ef9-9285e407040a-15a52aac {
    order: -9999;
  }

  #w-node-_67d55b7c-e3e5-096a-3ef9-9285e407041b-15a52aac {
    order: 9999;
  }

  #w-node-_67d55b7c-e3e5-096a-3ef9-9285e407041e-15a52aac, #w-node-_8926f0bc-86ae-16f2-758b-6b472f2d7142-15a52aac, #w-node-cf01981c-35b1-a9c6-001c-0c1f0874c26d-15a52aac, #w-node-b48ca722-cd67-0fbd-0bff-992b213fe9ed-15a52aac, #w-node-_8926f0bc-86ae-16f2-758b-6b472f2d7142-15a52abe, #w-node-_845a5460-d3d8-1710-7dbd-81b98ae9272d-15a52abe, #w-node-_845a5460-d3d8-1710-7dbd-81b98ae9272e-15a52abe, #w-node-_2f977916-d34f-fb3a-d9fc-bf1c7f4310ea-15a52abe, #w-node-_2f977916-d34f-fb3a-d9fc-bf1c7f4310eb-15a52abe, #w-node-_89cb2a77-e25d-bc5d-e319-bfbaf99f9d10-d8557169, #w-node-_89cb2a77-e25d-bc5d-e319-bfbaf99f9d10-22789269, #w-node-ea110c96-ea73-a5d6-2f08-e0e5225ef14a-22789269, #w-node-_89cb2a77-e25d-bc5d-e319-bfbaf99f9d10-545ae6ae {
    order: -9999;
  }
}


@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nanummyeongjo';
  src: url('../fonts/NanumMyeongjo-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nanummyeongjo';
  src: url('../fonts/NanumMyeongjo-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}