:root {
  --base-color-brand--red-dark: #580707;
  --text-color--text-primary: var(--base-color-neutral--neutral-darker);
  --base-color-brand--red-brand: #c85445;
  --base-color-brand--green-nearblack: #0b2310;
  --background-color--background-primary: var(--base-color-brand--red-nearwhite);
  --text-color--text-alternate: #eee0;
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-alternate: #f3e4ce;
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-brand--red-light);
  --text-color--text-secondary: var(--base-color-brand--red-dark);
  --background-color--background-secondary: #3b848b;
  --background-color--background-tertiary: #fff8f0;
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --base-color-neutral--white: #fff;
  --background-color--background-warning: #f7ebdc;
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-brand--green-nearwhite: #f1f7f4;
  --base-color-brand--red-nearwhite: #fef8f8;
  --base-color-brand--red-light: #fbeeee;
  --border-color--border-secondary: #eeddc3;
  --base-color-neutral--black: #000;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #262627;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --link-color--link-primary: var(--base-color-brand--red-light);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --text-color--text-yellow: 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 {
  color: #000;
  font-family: Opensaucesans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--base-color-brand--red-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Firasanscondensed, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: var(--base-color-brand--red-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Firasanscondensed, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--text-color--text-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Firasanscondensed, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  color: var(--text-color--text-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Firasanscondensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

p {
  color: var(--text-color--text-primary);
  max-width: 75ch;
  margin-bottom: 0;
  font-weight: 300;
}

a {
  color: var(--base-color-brand--red-brand);
  font-weight: 600;
}

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

li {
  margin-bottom: .25rem;
  font-family: Opensaucesans, sans-serif;
}

img {
  border-radius: .25rem;
  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-size: 1.25rem;
  font-weight: 300;
  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 {
  object-fit: fill;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  overflow: visible;
}

.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--red-brand);
}

.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(--base-color-brand--green-nearblack);
  font-family: Firasanscondensed, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.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: 3rem;
  height: 3rem;
}

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

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

.padding-global.padding-footer {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

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

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

.padding-global.padding-section-medium.is-usp2 {
  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(--border-color--border-alternate);
}

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

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

.text-weight-bold.text-color-alternate {
  color: var(--base-color-brand--red-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-secondary);
  font-size: .875rem;
}

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

.heading-style-h4 {
  color: var(--text-color--text-primary);
  font-family: Firasanscondensed, 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;
}

.padding-section-large.padding-global.is-massage-hero {
  padding-top: 0;
}

.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--red-dark);
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.text-style-link.text-link {
  color: #f7ebdc;
  text-decoration: underline;
}

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

.text-style-link.text-link.is-reviews {
  color: #194b50;
}

.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--red-dark);
  font-family: Firasanscondensed, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  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;
}

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

.text-align-center.is-massage {
  max-width: 80ch;
}

.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 {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--base-color-brand--red-brand);
  color: var(--background-color--background-primary);
  text-align: center;
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: .75rem 2rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

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

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

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

.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--red-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--red-dark);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  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-brand--red-brand);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-brand--red-brand);
}

.button.style-is-alternative:hover {
  background-color: var(--background-color--background-primary);
  color: var(--base-color-brand--red-brand);
}

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

.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 {
  font-size: 1.25rem;
}

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

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

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

.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 {
  opacity: 1;
  background-color: #fdfcf8;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: static;
  inset: 0% 0% auto;
}

.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 {
  width: 8.6rem;
}

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

.nav_menu_link {
  color: var(--base-color-brand--red-dark);
  flex: 0 auto;
  padding: 1rem .5rem;
  font-weight: 600;
}

.nav_menu_link:hover {
  color: var(--base-color-brand--red-brand);
  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--red-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: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: center start;
  max-width: 70rem;
  margin-top: 3rem;
  display: grid;
  position: relative;
}

.hero_content-left.is-home {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 40rem;
  margin-top: 0;
  display: flex;
}

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

.hero_heading {
  text-transform: none;
  text-shadow: 0 1px 20px #316b3600;
  mix-blend-mode: normal;
  font-size: 3.5rem;
  font-weight: 300;
}

.section_hero {
  color: #fff;
  background-color: #fbeeee;
  background-image: linear-gradient(157deg, #f7f0e4, #fff);
  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;
  display: flex;
  position: relative;
}

.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: center stretch;
  margin-top: 0;
  display: grid;
  position: relative;
}

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

.nav_fixed {
  min-height: 77px;
  position: static;
  inset: 0% 0% auto;
}

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

.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;
  max-width: none;
  display: grid;
  position: relative;
}

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

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

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

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

.introduction_image-wrapper {
  max-width: none;
}

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

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

.section_reviews {
  background-color: #fff0;
}

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

.target-audience_image-wrapper {
  width: 100%;
}

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

.target-audience_image.border-radius-large.max-width {
  max-width: 20.6rem;
}

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

.target-audience_text.is-left {
  padding-right: 3rem;
}

.target-audience_text.is-right {
  padding-left: 3rem;
}

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

.reviews_slider {
  background-color: #fbeeee00;
  border-radius: 1.2rem;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.reviews_slider-mask {
  align-self: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.reviews_slide {
  text-align: center;
  vertical-align: middle;
  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: 70ch;
}

.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: none;
}

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

.reviews_text-alternate {
  color: var(--background-color--background-warning);
  border-left-style: none;
  font-family: Firasanscondensed, sans-serif;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 500;
}

.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--red-dark);
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.prices_grid-item.prices_is-last {
  background-color: var(--base-color-brand--red-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: space-between;
  align-items: flex-end;
  display: flex;
}

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

.form_content-wrapper {
  background-image: radial-gradient(circle, #fff8f0, #dc9a3996);
  border-radius: 1.2rem;
  padding: 4.3rem 4.5rem;
}

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

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

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

.footer_link-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  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: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.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;
  font-weight: 300;
}

.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--red-dark);
  opacity: .5;
  margin-right: 1rem;
  padding-right: 1rem;
}

.text-style-footerbottom {
  opacity: .6;
  color: var(--base-color-brand--red-dark);
  font-size: .9rem;
  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 {
  color: var(--text-color--text-alternate);
}

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

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

.payoff_content-wrapper {
  background-color: var(--background-color--background-tertiary);
  border: 2px solid #f5ede3;
  border-radius: 1.2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 4.3rem 4.5rem;
  display: flex;
}

.button-text {
  color: var(--background-color--background-primary);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  display: inline-block;
}

.button-text.is-alternative {
  color: var(--base-color-brand--red-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, .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--red-dark);
  font-weight: 700;
}

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

.prices_subheader-wrapper.text-align-center {
  flex-flow: column;
  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--red-dark);
}

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

.body {
  background-color: var(--base-color-neutral--white);
}

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

.text-style-introduction {
  color: var(--base-color-brand--red-dark);
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.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;
  align-items: center;
  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;
  width: 100%;
  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_usp-02 {
  position: static;
}

.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--red-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;
}

.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: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

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

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

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

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

.hero_grid-2 {
  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_content-left-2 {
  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-2.is-contact {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.hero_image-wrapper-2 {
  object-fit: contain;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.hero_content-right-2 {
  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;
}

.inline-header-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.heading-style-h3-2 {
  color: #544c43;
  font-family: Firasanscondensed, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-size-medium-2 {
  flex: 0 auto;
  font-size: 1.25rem;
  font-weight: 300;
}

.link-2 {
  color: #349e80;
  font-weight: 700;
}

.text-color-alternate-2 {
  color: #fff;
}

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

.heading-style-h3-3.text-color-alternate {
  font-size: 1.6rem;
}

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

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

.prices_grid-item-2.prices_is-last {
  background-color: var(--background-color--background-tertiary);
}

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

.header-image {
  border-radius: .6rem;
  max-width: 40rem;
}

.massages_terugknop {
  color: var(--background-color--background-secondary);
  text-decoration: underline;
  position: absolute;
  inset: 2rem auto auto 0%;
}

.reviews_background-wrapper {
  background-color: var(--background-color--background-secondary);
  border-radius: 1rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.socials-wrapper {
  max-width: 1.8rem;
}

.socials-embed {
  width: 100%;
}

.socials-embed:hover {
  width: 105%;
}

.info-banner_text-wrapper.align-center {
  border-top: 1px solid var(--base-color-brand--red-light);
  border-bottom: 1px solid var(--base-color-brand--red-light);
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.is-hero-text {
  max-width: none;
}

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

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

  .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 {
    position: relative;
  }

  .nav_menu {
    background-color: var(--background-color--background-primary);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 2.5rem;
    display: flex;
  }

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

  .nav_menu_link:hover {
    color: var(--base-color-neutral--white);
  }

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

  .nav_button {
    color: #fff;
    margin-left: auto;
    margin-right: -1rem;
  }

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

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

  .hero_heading {
    font-size: 3.5rem;
  }

  .section_hero {
    padding-top: 0;
  }

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

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

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

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

  .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_image-wrapper {
    max-width: 20rem;
  }

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

  .reviews_slider-mask {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

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

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

  .section-background-02 {
    right: 0;
  }

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

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

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

  .heading-style-h3-3, .heading-style-h3-3.text-color-alternate {
    font-size: 1.2rem;
  }

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

  .massages_terugknop.back-button {
    top: -4rem;
  }

  .socials-wrapper {
    max-width: 2.1rem;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-section-medium.is-usp1 {
    padding-bottom: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .nav_component {
    position: relative;
  }

  .nav_menu {
    z-index: 5;
  }

  .nav_menu_link {
    padding-left: 0;
  }

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

  .nav_button {
    margin-left: auto;
  }

  .hero_heading {
    font-size: 3rem;
  }

  .hero_grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .grid_col-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .grid_col-2.is-target-audience {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    place-items: start;
  }

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

  .target-audience_image-wrapper {
    max-width: none;
  }

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

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

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

  .reviews_slider-mask {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .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_bottom-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-bottom-left {
    justify-content: space-between;
    align-items: center;
  }

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

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

  .payoff_content-wrapper {
    padding: 1.5rem;
  }

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

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

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

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

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

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

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

  .prices_grid-item-2 {
    align-items: flex-start;
  }

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

  .massages_terugknop.back-button {
    top: -3rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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.padding-section-large.is-form {
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-global.padding-section-medium.is-payoff {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.padding-section-medium.is-massages {
    padding-left: .55rem;
    padding-right: .55rem;
  }

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

  .button {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .button.style-is-alternative {
    justify-content: center;
    align-items: center;
  }

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

  .nav_menu {
    padding-right: 2.5rem;
  }

  .nav_menu_link {
    padding-left: 0;
  }

  .nav_menu_link:hover {
    color: var(--base-color-brand--red-brand);
  }

  .hero_heading {
    font-size: 2.5rem;
  }

  .hero_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .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_image.border-radius-large {
    width: 100%;
    max-width: none;
  }

  .reviews_slider {
    height: 25.9rem;
  }

  .reviews_text-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .left-arrow, .right-arrow {
    width: 3rem;
    display: flex;
  }

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

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

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

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

  .footer-bottom-left {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: column;
  }

  .footer-spacer {
    margin-right: .5rem;
    padding-right: .5rem;
  }

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

  .payoff_content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .payoff_content-wrapper {
    padding: 1.8rem 1.4rem;
  }

  .button-text {
    text-align: left;
    font-size: .9rem;
  }

  .button-wrapper {
    flex-flow: column;
    width: 100%;
  }

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

  .footer_left-wrapper-01 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    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;
  }

  .image {
    max-width: 13.4rem;
  }

  .massages-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    object-fit: fill;
    width: 100%;
  }

  .massages_grid-item {
    width: 100%;
  }

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

  .massage-usp_grid {
    grid-template-columns: 1fr;
  }

  .section-background-02 {
    width: 100%;
    right: -20px;
  }

  .over-mij_image {
    width: 100%;
  }

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

  .hero_image-wrapper-2 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    order: 0;
    margin-top: -89px;
  }

  .heading-style-h3-2, .text-size-medium-2 {
    font-size: 1.1rem;
  }

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

  .prices_grid-item-2 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

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

#w-node-f63cbc6a-01b0-c56e-95d4-065080c06ed5-b1950b84 {
  justify-self: end;
}

#w-node-f63cbc6a-01b0-c56e-95d4-065080c06ed6-b1950b84 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_06aac4ab-7924-ff2a-15db-e756c2f31031-44ca7992, #w-node-ceb7a1a5-4be4-43be-cac9-69977728f249-44ca7992, #w-node-a4db8f8f-f2b5-a47a-ba4e-116c4d60412b-44ca7992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e405ce9a-ecc5-3647-cf4a-18463a3f8fc1-3a3f8f8d, #w-node-_91002c48-9054-a33f-2fc0-6c31fa88647f-3a3f8f8d, #w-node-e405ce9a-ecc5-3647-cf4a-18463a3f8fc8-3a3f8f8d, #w-node-e405ce9a-ecc5-3647-cf4a-18463a3f8fb3-3a3f8f8d, #w-node-e405ce9a-ecc5-3647-cf4a-18463a3f8fba-3a3f8f8d, #w-node-e405ce9a-ecc5-3647-cf4a-18463a3f8fac-3a3f8f8d, #w-node-e405ce9a-ecc5-3647-cf4a-18463a3f8fa5-3a3f8f8d, #w-node-e405ce9a-ecc5-3647-cf4a-18463a3f8f9e-3a3f8f8d, #w-node-e405ce9a-ecc5-3647-cf4a-18463a3f8f97-3a3f8f8d, #w-node-fe5c1be5-2be5-8210-4cd6-46a24bfe6503-3a3f8f8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b355f41e-4ece-cbf1-38e2-4c42b5e4a49b-b5e4a49b {
  align-self: center;
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-b1950bba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-b1950bba {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca5d-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca82-b1950bba, #w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-b1950bba, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-b1950bba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-b1950bba {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-b1950bba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-b1950bba {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-b1950bba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-b1950bba {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-b1950bba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-b1950bba {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-b1950bba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-b1950bba, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-b1950bba, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-b1950bba, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-b1950bba, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-b1950bba, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-b1950bba, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-b1950bba, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-b1950bba, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-b1950bba, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-b1950bba, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-b1950bba {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-b1950bba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-b1950bba {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-b1950bba, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-b1950bba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-b1950bba {
  justify-self: start;
}

#w-node-d44eb7a9-dc3c-18a0-f32f-7467f87b5255-b1950bbd {
  justify-self: end;
}

#w-node-ba1728a7-0340-9077-6fd5-a5d95fc37e84-5b23f77a, #w-node-ba1728a7-0340-9077-6fd5-a5d95fc37e84-cf81cf32, #w-node-ba1728a7-0340-9077-6fd5-a5d95fc37e84-ba183924, #w-node-ba1728a7-0340-9077-6fd5-a5d95fc37e84-966fe7c6, #w-node-ba1728a7-0340-9077-6fd5-a5d95fc37e84-25db846d, #w-node-ba1728a7-0340-9077-6fd5-a5d95fc37e84-74fa5bc6, #w-node-ba1728a7-0340-9077-6fd5-a5d95fc37e84-e0064491, #w-node-ba1728a7-0340-9077-6fd5-a5d95fc37e84-9c250797, #w-node-_81c70be8-03c0-b296-c09d-364fe641cba2-262595d7, #w-node-_81c70be8-03c0-b296-c09d-364fe641cba2-49bf5158, #w-node-_81c70be8-03c0-b296-c09d-364fe641cba2-bce46d67, #w-node-_81c70be8-03c0-b296-c09d-364fe641cba2-60b5ddcb, #w-node-_81c70be8-03c0-b296-c09d-364fe641cba2-6fce6e8f, #w-node-_4fa3ab33-e2d1-4214-9df8-ddc59372246e-1937921a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94c284f3-71bb-557d-7cbd-8b8238be4833-1937921a, #w-node-_94c284f3-71bb-557d-7cbd-8b8238be4833-2234ae64 {
  justify-self: end;
}

#w-node-_292b8f67-144e-4ed7-a74d-a0442a09045b-2234ae64, #w-node-_292b8f67-144e-4ed7-a74d-a0442a090464-2234ae64, #w-node-_92dbfcfc-5d4c-5e9b-7f8f-1c82625c0c6b-2234ae64, #w-node-_292b8f67-144e-4ed7-a74d-a0442a0904a0-2234ae64, #w-node-_292b8f67-144e-4ed7-a74d-a0442a0904a9-2234ae64, #w-node-_614bcaf0-1005-f1b2-3ed3-19ab4098ad90-2234ae64, #w-node-_292b8f67-144e-4ed7-a74d-a0442a0904c1-2234ae64, #w-node-_292b8f67-144e-4ed7-a74d-a0442a0904ca-2234ae64, #w-node-f0066a14-5c55-5b14-67e1-834147007b67-2234ae64, #w-node-f44e4a51-ace2-9a81-d858-ed69b08700c4-2234ae64, #w-node-f44e4a51-ace2-9a81-d858-ed69b08700cb-2234ae64, #w-node-_355b6491-d40b-9003-1a84-08aaf1d715a7-2234ae64, #w-node-_355b6491-d40b-9003-1a84-08aaf1d715ae-2234ae64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_355b6491-d40b-9003-1a84-08aaf1d715b5-2234ae64 {
  place-self: end start;
}

#w-node-ba1728a7-0340-9077-6fd5-a5d95fc37e84-24f1f5db, #w-node-ba1728a7-0340-9077-6fd5-a5d95fc37e84-59711fc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f63cbc6a-01b0-c56e-95d4-065080c06ed5-b1950b84 {
    justify-self: start;
  }

  #w-node-f63cbc6a-01b0-c56e-95d4-065080c06ed6-b1950b84 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-d44eb7a9-dc3c-18a0-f32f-7467f87b5255-b1950bbd, #w-node-_94c284f3-71bb-557d-7cbd-8b8238be4833-1937921a, #w-node-_94c284f3-71bb-557d-7cbd-8b8238be4833-2234ae64 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ea341fd6-6c82-2f7e-0837-8adcd38dec6f-b1950b84, #w-node-_9e42af56-4c84-6442-7341-4e37d903b094-b1950b84 {
    order: -9999;
  }

  #w-node-_06aac4ab-7924-ff2a-15db-e756c2f31031-44ca7992, #w-node-ceb7a1a5-4be4-43be-cac9-69977728f249-44ca7992, #w-node-a4db8f8f-f2b5-a47a-ba4e-116c4d60412b-44ca7992 {
    justify-self: start;
  }

  #w-node-_9535c4a5-08c8-2567-d54a-68a379f2e8f6-b1950bbd, #w-node-_21895417-ecc6-75f5-50a3-6107e52b6705-b1950bd2, #w-node-a18383e5-4d99-9b97-843e-cb3950e6f0a5-50e6f0a0, #w-node-a18383e5-4d99-9b97-843e-cb3950e6f0bb-50e6f0a0, #w-node-ca3fd931-f93f-97f9-a002-14d53a4589a8-262595d7, #w-node-ca3fd931-f93f-97f9-a002-14d53a4589be-262595d7, #w-node-ca3fd931-f93f-97f9-a002-14d53a4589a8-49bf5158, #w-node-ca3fd931-f93f-97f9-a002-14d53a4589be-49bf5158, #w-node-ca3fd931-f93f-97f9-a002-14d53a4589a8-bce46d67, #w-node-ca3fd931-f93f-97f9-a002-14d53a4589be-bce46d67, #w-node-ca3fd931-f93f-97f9-a002-14d53a4589a8-60b5ddcb, #w-node-ca3fd931-f93f-97f9-a002-14d53a4589be-60b5ddcb, #w-node-ca3fd931-f93f-97f9-a002-14d53a4589a8-6fce6e8f, #w-node-ca3fd931-f93f-97f9-a002-14d53a4589be-6fce6e8f, #w-node-_21895417-ecc6-75f5-50a3-6107e52b6705-1937921a {
    order: -9999;
  }

  #w-node-_292b8f67-144e-4ed7-a74d-a0442a09045b-2234ae64 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_292b8f67-144e-4ed7-a74d-a0442a090464-2234ae64, #w-node-_92dbfcfc-5d4c-5e9b-7f8f-1c82625c0c6b-2234ae64 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_292b8f67-144e-4ed7-a74d-a0442a0904a0-2234ae64 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_292b8f67-144e-4ed7-a74d-a0442a0904a9-2234ae64, #w-node-_614bcaf0-1005-f1b2-3ed3-19ab4098ad90-2234ae64 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_292b8f67-144e-4ed7-a74d-a0442a0904c1-2234ae64 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_292b8f67-144e-4ed7-a74d-a0442a0904ca-2234ae64, #w-node-f0066a14-5c55-5b14-67e1-834147007b67-2234ae64, #w-node-f44e4a51-ace2-9a81-d858-ed69b08700c4-2234ae64, #w-node-f44e4a51-ace2-9a81-d858-ed69b08700cb-2234ae64, #w-node-_355b6491-d40b-9003-1a84-08aaf1d715a7-2234ae64, #w-node-_355b6491-d40b-9003-1a84-08aaf1d715ae-2234ae64 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-afedc574-df34-add7-e91d-b28f562d17ee-24f1f5db {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e405ce9a-ecc5-3647-cf4a-18463a3f8f9e-3a3f8f8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Firasanscondensed';
  src: url('../fonts/FiraSansCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Firasanscondensed';
  src: url('../fonts/FiraSansCondensed-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Firasanscondensed';
  src: url('../fonts/FiraSansCondensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}