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

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

a {
  color: #8a4b79;
}

.f-image-cover {
  width: 95%;
  height: 95%;
  max-width: 1200px;
  min-width: 768px;
  clear: none;
  text-align: center;
  object-fit: contain;
  position: relative;
}

.f-content-image-wrapper-large {
  width: 100%;
  height: 460px;
  max-width: 450px;
  border-radius: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
  overflow: hidden;
}

.f-button-neutral {
  min-height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  text-transform: none;
  background-color: #0c1421;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: #6e4f80;
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-regular {
  color: #333;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  font-weight: 500;
}

.f-icon-regular {
  width: 24px;
  height: 24px;
  color: #0c1421;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  transition: color .2s;
  display: flex;
}

.f-content-list-item {
  grid-column-gap: 16px;
  color: #160042;
  align-items: center;
  display: flex;
}

.f-content-list-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 42px;
  display: flex;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
}

.f-h2-heading {
  color: #0c1421;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-heading-detail-small {
  color: #9ad6ba;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  object-fit: fill;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 6px;
  overflow: visible;
}

.f-container-regular.x {
  margin-bottom: 100px;
}

.f-section-large {
  background-color: #fff;
  padding: 92px 5%;
  display: block;
  position: relative;
}

.f-footer-link {
  width: 100%;
  color: #160042;
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: #642eff;
}

.f-footer-vertical-divider {
  width: 1px;
  height: 16px;
  background-color: #e4e6f1;
}

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  display: flex;
}

.f-footer-detail {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-brand {
  align-items: center;
  display: flex;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-horizontal-divider {
  width: 100%;
  height: 1px;
  background-color: #e4e6f1;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-footer-social {
  width: 48px;
  height: 48px;
  color: #160042;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: #642eff;
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-logo {
  flex: none;
}

.f-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-small {
  background-color: #fff;
  padding: 32px 5%;
  position: relative;
}

.f-text-area {
  min-height: 112px;
  color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: #b6b9ce;
}

.f-text-area::-ms-input-placeholder {
  color: #6b7094;
}

.f-text-area::placeholder {
  color: #6b7094;
}

.f-field-label {
  color: #160042;
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-field-input {
  min-height: 48px;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: #b6b9ce;
}

.f-field-input::-ms-input-placeholder {
  color: #6b7094;
}

.f-field-input::placeholder {
  color: #6b7094;
}

.f-contact-form {
  flex-direction: column;
  display: flex;
}

.f-h3-heading {
  color: #0c1421;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-title-wrapper-center {
  z-index: 5;
  width: 100%;
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-contact-content {
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.f-button-secondary {
  min-height: 48px;
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: #f3f5fb;
  border-color: rgba(0, 0, 0, 0);
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-h1-heading {
  color: #0c1421;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-header-wrapper-left {
  max-width: 930px;
}

.f-paragraph-small {
  color: #000;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.8;
  position: static;
}

.f-sub-heading-large {
  color: #160042;
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-feature-icon-wrapper {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  background-color: #f7f9fd;
  border-radius: 8px;
  margin-bottom: 32px;
  padding: 16px;
}

.f-feature-card-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-grid-four-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.f-avatar-x-large {
  width: 96px;
  height: 96px;
  min-height: 96px;
  min-width: 96px;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.f-testimonial-avatar-small {
  width: 96px;
  height: 96px;
  min-height: 96px;
  min-width: 96px;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-testimonial-author.f-margin-bottom-40.left {
  justify-content: flex-start;
}

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.f-testimonial-card {
  color: #160042;
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-testimonial-background {
  width: 100%;
  height: 30%;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-section-regular {
  background-color: #f7f9fd;
  padding: 72px 5%;
  position: relative;
}

.f-section-regular.lessmargintop {
  padding-top: 10px;
}

.f-navigation-button {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #b30020;
  border-radius: 48px;
  outline: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: #282556;
}

.f-navigation-link {
  color: #160042;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .35s;
  display: none;
}

.f-navigation-link:hover {
  color: #160042;
  background-color: #f3f5fb;
}

.f-navigation-link.w--current {
  color: #642eff;
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-logo {
  width: 248px;
}

.f-navigation-logo-link {
  text-align: center;
}

.f-navigation-container {
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation {
  width: 100%;
  min-height: 88px;
  background-color: #fff;
  align-items: center;
  padding: 24px 5%;
  display: none;
}

.f-success-message {
  color: #006638;
  letter-spacing: -.03em;
  background-color: #ebfff6;
  font-size: 14px;
  line-height: 24px;
}

.f-header-input-field {
  min-height: 48px;
  color: #160042;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 12px 16px;
}

.f-header-input-field::-ms-input-placeholder {
  color: #b6b9ce;
}

.f-header-input-field::placeholder {
  color: #b6b9ce;
}

.f-header-form-wrapper {
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.f-header-form-block {
  max-width: 360px;
  margin-bottom: 0;
}

.f-header-title-wrapper-center {
  z-index: 5;
  width: 100%;
  max-width: 630px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-header-image-wrapper-top {
  height: 500px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
  overflow: hidden;
}

.f-logo-block {
  min-height: 96px;
  background-color: #f7f9fd;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.f-logo-grid-primary {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.f-logo-grid-middle {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
}

.f-logo-button-wrap {
  justify-content: flex-start;
  margin-top: 100px;
  display: block;
}

.f-h4-heading {
  color: #0c1421;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 40px;
  line-height: 1.4;
}

.f-section-small {
  z-index: 0;
  height: 50vh;
  min-height: 50vh;
  background-color: #fff;
  padding: 64px 5%;
  position: relative;
}

.f-gallery-image-l {
  height: 440px;
  border-radius: 8px;
  overflow: hidden;
}

.f-gallery-lightbox {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.f-content-image-wrapper {
  width: 100%;
  height: 430px;
  max-width: 450px;
  border-radius: 12px;
  overflow: hidden;
}

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

.f-section-x-large {
  z-index: 1;
  text-align: center;
  object-fit: fill;
  background-color: #fff;
  margin-top: 100vh;
  padding: 0 0%;
  position: relative;
}

.text-block {
  text-transform: uppercase;
}

.text-block-2, .text-block-3 {
  color: #0c1421;
}

.f-h2-heading-copy {
  color: #0c1421;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.body {
  font-family: Barlow, sans-serif;
  font-size: 14px;
}

.bold-text {
  font-family: Lora, sans-serif;
  font-weight: 500;
}

.boven {
  z-index: 1;
  display: block;
  position: relative;
}

.f-section-small-fixed {
  z-index: 0;
  height: 100vh;
  min-height: 100vh;
  background-color: #fff;
  padding: 10vh 5%;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-section-small-leeg {
  z-index: 0;
  height: 100vh;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  padding: 64px 5%;
  display: block;
  position: relative;
  overflow: visible;
}

.f-container-regular-copy {
  width: 100%;
  height: 80vh;
  max-width: 1140px;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 6px;
  overflow: visible;
}

.container {
  max-height: 100%;
  max-width: 100%;
  transition: opacity .2s;
}

.bold-text-2 {
  color: #7f5287;
}

.f-image-cover-sticky {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-image-cover-sticky._3 {
  position: absolute;
}

.f-image-cover-sticky._4 {
  object-fit: contain;
}

.f-image-cover-2 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.f-content-image-wrapper-2 {
  width: 100%;
  height: 430px;
  max-width: 450px;
  border-radius: 12px;
  overflow: hidden;
}

.f-success-message-2 {
  color: #006638;
  letter-spacing: -.03em;
  background-color: #ebfff6;
  font-size: 14px;
  line-height: 24px;
}

.f-button-secondary-2 {
  min-height: 48px;
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-2:hover {
  background-color: #f3f5fb;
  border-color: rgba(0, 0, 0, 0);
}

.f-input-outlined {
  min-height: 48px;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.f-input-outlined:focus {
  border-color: #b6b9ce;
}

.f-input-outlined::-ms-input-placeholder {
  color: #b6b9ce;
}

.f-input-outlined::placeholder {
  color: #b6b9ce;
}

.f-content-form {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-content-form-block {
  margin-top: 32px;
  margin-bottom: 0;
}

.f-paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h3-heading-2 {
  color: #0c1421;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.f-margin-bottom-49 {
  margin-bottom: 16px;
}

.f-content-icon-wrapper {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  background-color: #f7f9fd;
  border-radius: 8px;
  margin-bottom: 32px;
  padding: 16px;
}

.f-grid-two-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-2 {
  background-color: #f7f9fd;
  padding: 92px 5%;
  position: relative;
}

.f-button-neutral-2 {
  min-height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-2:hover {
  background-color: #282556;
}

.f-header-input-field-2 {
  min-height: 48px;
  color: #160042;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 12px 16px;
}

.f-header-input-field-2::-ms-input-placeholder {
  color: #b6b9ce;
}

.f-header-input-field-2::placeholder {
  color: #b6b9ce;
}

.f-header-form-wrapper-2 {
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.f-header-form-block-2 {
  max-width: 360px;
  margin-bottom: 0;
}

.f-margin-bottom-50 {
  margin-bottom: 40px;
}

.f-h1-heading-2 {
  color: #160042;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.f-margin-bottom-51 {
  margin-bottom: 24px;
}

.f-heading-detail-small-2 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-52 {
  margin-bottom: 8px;
}

.f-header-title-wrapper-center-2 {
  z-index: 5;
  width: 100%;
  max-width: 900px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-image-cover-wij {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #fff;
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.f-header-image-wrapper-top-2 {
  height: 450px;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.f-section-large-3 {
  background-color: #f7fafd;
  padding: 92px 5%;
  position: relative;
}

.f-paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-sub-heading-large-2 {
  color: #160042;
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-feature-icon-wrapper-2 {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  background-color: #f7f9fd;
  border-radius: 8px;
  margin-bottom: 32px;
  padding: 16px;
}

.f-grid-three-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-h3-heading-3 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-title-wrapper-center-2 {
  z-index: 5;
  width: 100%;
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-128 {
  margin-bottom: 128px;
}

.f-section-large-4 {
  background-color: #fff;
  padding: 92px 5%;
  position: relative;
}

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

.f-header-image-wrapper-wide {
  height: 400px;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  display: flex;
  overflow: hidden;
}

.f-section-large-5 {
  background-color: #fffcfc;
  padding: 92px 5%;
  position: relative;
}

.slide {
  background-color: #fff;
  background-image: url('../images/Bitmap.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2 {
  background-image: url('../images/Adri-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
}

.slide-3 {
  background-image: url('../images/fotomel_1224_EH_2022_crop.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.f-image-cover-wij-copy {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.f-avatar-image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 0 auto;
}

.f-avatar-large {
  width: 200px;
  height: 200px;
  min-height: 72px;
  min-width: 72px;
  text-align: left;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image {
  object-fit: contain;
}

.f-logo-plain {
  min-height: 96px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.f-logo-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.f-h6-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.f-title-wrapper-center-3 {
  z-index: 5;
  width: 100%;
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-title-wrapper-center-3.margin-bottom-48 {
  margin-bottom: 48px;
}

.f-container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-small-2 {
  padding: 64px 5%;
  position: relative;
}

.link {
  color: #47d9f3;
  font-weight: 500;
  text-decoration: none;
}

.link:hover {
  color: #47d9f3;
  text-decoration: underline;
}

.link:active {
  color: #000;
}

.header-link {
  color: #47d9f3;
  text-decoration: none;
}

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

.progress-bar {
  z-index: 999;
  width: 100%;
  height: 5px;
  transform-origin: 0%;
  background-color: #9ad6ba;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.f-gallery-image-x-small-square {
  height: 255px;
}

.f-gallery-lightbox-2 {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.f-gallery-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.f-gallery-image-x-tall {
  height: 550px;
}

.f-gallery-two-column-s {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 1em;
}

.f-h3-heading-4 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small-3 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-129 {
  margin-bottom: 8px;
}

.f-title-wrapper-center-4 {
  z-index: 5;
  width: 100%;
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-130 {
  margin-bottom: 48px;
}

.f-container-regular-4 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-6 {
  background-color: #fff;
  padding: 92px 5%;
  position: relative;
}

.f-breadcrumb-link {
  color: #393b6a;
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-breadcrumb-link:hover {
  color: #642eff;
}

.f-breadcrumb-link.w--current {
  color: #160042;
}

.f-breadcrumb-seperator {
  width: 32px;
  height: 32px;
  color: #e4e6f1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-breadcrumb-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.f-icon-regular-2 {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-testimonial-r-arrow {
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: flex;
}

.f-testimonial-r-arrow:hover {
  color: #fff;
  background-color: #160042;
  border-color: #160042;
}

.f-testimonial-l-arrow {
  width: 40px;
  height: 40px;
  color: #393b6a;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: flex;
}

.f-testimonial-l-arrow:hover {
  color: #fff;
  background-color: #160042;
}

.f-paragraph-small-3 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular-2.f-text-weight-medium, .f-text-weight-medium-2 {
  font-weight: 500;
}

.f-avatar-image-3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f-testimonial-avatar-small-2 {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-author-2 {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author-2:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-margin-bottom-131 {
  margin-bottom: 40px;
}

.f-testimonial-star-wrapper-2 {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.f-testimonial-card-2 {
  color: #160042;
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-testimonial-slider-grid-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-testimonial-slider-regular {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 72px;
  padding-right: 72px;
}

.f-h3-heading-5 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small-4 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-132 {
  margin-bottom: 16px;
}

.f-title-wrapper-center-5 {
  z-index: 5;
  width: 100%;
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-133 {
  margin-bottom: 48px;
}

.f-container-large-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-testimonial-background-2 {
  width: 100%;
  height: 30%;
  background-color: #f7f9fd;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-section-regular-2 {
  padding: 72px 5%;
  position: relative;
}

@media screen and (max-width: 991px) {
  .f-image-cover {
    min-width: 0;
  }

  .f-content-image-wrapper-large {
    max-width: 100%;
    position: relative;
    top: auto;
  }

  .f-paragraph-large, .f-heading-detail-small {
    text-align: left;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .f-grid-four-column, .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .f-navigation-menu-button {
    color: #393b6a;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: #160042;
    border-color: #fff;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation-menu {
    color: #393b6a;
    background-color: #fff;
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .f-navigation-content {
    width: auto;
    align-items: center;
    display: flex;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation {
    position: relative;
  }

  .f-content-image-wrapper {
    max-width: 100%;
  }

  .f-image-cover-sticky._3 {
    z-index: auto;
  }

  .f-content-image-wrapper-2 {
    max-width: 100%;
  }

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

  .f-margin-bottom-51 {
    text-align: left;
  }

  .f-margin-bottom-52 {
    align-self: flex-start;
  }

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

  .f-gallery-two-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .f-gallery-image-x-tall {
    height: 440px;
  }

  .f-gallery-two-column-s {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .f-testimonial-slider-grid-large {
    grid-template-columns: 1fr;
  }

  .f-testimonial-background-2 {
    height: 20%;
  }
}

@media screen and (max-width: 767px) {
  .f-h2-heading {
    font-size: 44px;
  }

  .f-heading-detail-small {
    text-align: left;
  }

  .f-grid-two-column {
    align-items: start;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-paragraph-small {
    font-size: 17px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-header-image-wrapper-top {
    height: 490px;
  }

  .f-h4-heading {
    font-size: 36px;
  }

  .f-gallery-image-l {
    height: 420px;
  }

  .f-section-x-large {
    background-color: #fff;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h2-heading-copy {
    font-size: 44px;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-container-regular-2 {
    text-align: left;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h1-heading-2 {
    margin-top: 0;
    font-size: 48px;
  }

  .f-margin-bottom-52 {
    align-self: flex-start;
  }

  .f-header-title-wrapper-center-2 {
    text-align: left;
  }

  .f-header-image-wrapper-top-2 {
    height: 490px;
  }

  .f-section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .f-h3-heading-3 {
    font-size: 40px;
  }

  .f-section-large-4, .f-section-large-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-gallery-two-column-s {
    grid-template-columns: 1fr;
  }

  .f-h3-heading-4 {
    font-size: 40px;
  }

  .f-section-large-6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-testimonial-r-arrow, .f-testimonial-l-arrow {
    display: none;
  }

  .f-testimonial-slider-regular {
    padding-left: 0;
    padding-right: 0;
  }

  .f-h3-heading-5 {
    font-size: 40px;
  }

  .f-section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 479px) {
  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    flex-direction: column;
  }

  .f-h3-heading, .f-h1-heading {
    font-size: 28px;
  }

  .f-grid-four-column {
    grid-template-columns: 1fr;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-navigation-button {
    display: none;
  }

  .f-header-image-wrapper-top {
    height: 390px;
  }

  .f-logo-grid-primary {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1.75fr;
  }

  .f-logo-grid-middle {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .f-gallery-image-l {
    height: 320px;
  }

  .f-section-x-large {
    margin-top: 0;
  }

  .f-h2-heading-copy {
    font-size: 34px;
  }

  .boven {
    z-index: 1;
  }

  .f-section-small-fixed {
    z-index: 1;
    height: auto;
    min-height: auto;
    position: relative;
  }

  .f-section-small-leeg {
    z-index: 1;
    display: none;
    position: relative;
  }

  .f-container-regular-copy {
    height: auto;
  }

  .f-image-cover-sticky._3 {
    width: 100%;
  }

  .f-content-form {
    flex-direction: column;
  }

  .f-h3-heading-2 {
    font-size: 28px;
  }

  .f-header-image-wrapper-top-2 {
    height: 390px;
  }

  .f-logo-plain {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .f-gallery-image-x-small-square {
    height: 130px;
  }

  .f-gallery-image-x-tall {
    height: 300px;
  }

  .image-2 {
    max-width: 90%;
  }

  .image-3 {
    max-width: 80%;
  }

  .image-4, .image-5, .image-6, .image-7 {
    max-width: 90%;
  }

  .f-testimonial-avatar-small-2 {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author-2 {
    flex-flow: column wrap;
    align-items: flex-start;
  }
}

#w-node-_8d021a4f-5b5f-094c-295a-a8598c366b4d-d8a844e3, #w-node-ee974d42-6bde-c1e2-84a5-6308acb0712b-d8a844e3, #w-node-_3c1387de-c527-de3b-caaa-b06e84e0868c-d8a844e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_3e4ccaaf-f340-afb9-8e5d-751f97a860aa-d8a844e3, #w-node-_5eab5305-2af4-644b-80af-fad6a8936bc0-d8a844e3, #w-node-_531093ed-14db-3bac-336a-96355d7bcec7-d8a844e3 {
  align-self: start;
  justify-self: start;
}

#w-node-c5e11116-7f45-c18e-d40d-63e52fab9968-d8a844e3, #w-node-bc9baaa0-007b-8d06-a5aa-a376fdaf63b3-d8a844e3, #w-node-bc9baaa0-007b-8d06-a5aa-a376fdaf63c2-d8a844e3, #w-node-bc9baaa0-007b-8d06-a5aa-a376fdaf63c4-d8a844e3, #w-node-bc9baaa0-007b-8d06-a5aa-a376fdaf63c6-d8a844e3, #w-node-bc9baaa0-007b-8d06-a5aa-a376fdaf63c9-d8a844e3, #w-node-bc9baaa0-007b-8d06-a5aa-a376fdaf63cb-d8a844e3, #w-node-bc9baaa0-007b-8d06-a5aa-a376fdaf63ce-d8a844e3, #w-node-bc9baaa0-007b-8d06-a5aa-a376fdaf63d0-d8a844e3, #w-node-cc0a06d5-277c-32c2-94a7-ec3963fce8ff-d8a844e3, #w-node-_7fe06e7d-eeb1-7a4f-26f8-202f39edee44-559ce0e3, #w-node-_7fe06e7d-eeb1-7a4f-26f8-202f39edee54-559ce0e3, #w-node-_7fe06e7d-eeb1-7a4f-26f8-202f39edee56-559ce0e3, #w-node-_7fe06e7d-eeb1-7a4f-26f8-202f39edee58-559ce0e3, #w-node-_7fe06e7d-eeb1-7a4f-26f8-202f39edee5b-559ce0e3, #w-node-_7fe06e7d-eeb1-7a4f-26f8-202f39edee5d-559ce0e3, #w-node-_7fe06e7d-eeb1-7a4f-26f8-202f39edee60-559ce0e3, #w-node-_7fe06e7d-eeb1-7a4f-26f8-202f39edee62-559ce0e3, #w-node-_7fe06e7d-eeb1-7a4f-26f8-202f39edee96-559ce0e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d021a4f-5b5f-094c-295a-a8598c366b4d-40115e80, #w-node-ee974d42-6bde-c1e2-84a5-6308acb0712b-40115e80, #w-node-_3c1387de-c527-de3b-caaa-b06e84e0868c-40115e80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_3e4ccaaf-f340-afb9-8e5d-751f97a860aa-40115e80, #w-node-_5eab5305-2af4-644b-80af-fad6a8936bc0-40115e80, #w-node-_531093ed-14db-3bac-336a-96355d7bcec7-40115e80 {
  align-self: start;
  justify-self: start;
}

#w-node-c5e11116-7f45-c18e-d40d-63e52fab9968-40115e80, #w-node-bc9baaa0-007b-8d06-a5aa-a376fdaf63b3-40115e80, #w-node-bc9baaa0-007b-8d06-a5aa-a376fdaf63c2-40115e80, #w-node-bc9baaa0-007b-8d06-a5aa-a376fdaf63c4-40115e80, #w-node-bc9baaa0-007b-8d06-a5aa-a376fdaf63c6-40115e80, #w-node-bc9baaa0-007b-8d06-a5aa-a376fdaf63c9-40115e80, #w-node-bc9baaa0-007b-8d06-a5aa-a376fdaf63cb-40115e80, #w-node-bc9baaa0-007b-8d06-a5aa-a376fdaf63ce-40115e80, #w-node-bc9baaa0-007b-8d06-a5aa-a376fdaf63d0-40115e80, #w-node-cc0a06d5-277c-32c2-94a7-ec3963fce8ff-40115e80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f109518c-ade5-56ad-34b4-500229c5af2e-d8a844e3, #w-node-_7fe06e7d-eeb1-7a4f-26f8-202f39eded6a-559ce0e3, #w-node-f109518c-ade5-56ad-34b4-500229c5af2e-40115e80 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fdc070b6-f5fb-2e2a-94d8-2bb554f2049b-d8a844e3, #w-node-f355ebe4-50d8-af0a-5196-d1e4fee4e60f-d8a844e3, #w-node-fdc070b6-f5fb-2e2a-94d8-2bb554f2049b-40115e80, #w-node-f355ebe4-50d8-af0a-5196-d1e4fee4e60f-40115e80 {
    align-self: auto;
  }
}


