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

@font-face {
  font-family: "Fa 300";
  src: url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Fa duotone 900";
  src: url('../fonts/fa-duotone-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --header-font-color: #11102d;
  --white: white;
  --paragraph-font-color: #323145;
  --primary-color: #f16601;
  --border-color: #f9f1d3;
  --brand-color: #e3bd00;
  --background-shade: #fcf8e9;
  --secondary-color: #29235c;
}

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

h1 {
  color: var(--header-font-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 68px;
  font-weight: 400;
  line-height: 89px;
}

h2 {
  color: var(--header-font-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 300;
  line-height: 62px;
}

h3 {
  color: var(--header-font-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
  line-height: 47px;
}

h4 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
}

h5 {
  color: var(--header-font-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

h6 {
  color: var(--header-font-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

p {
  color: var(--paragraph-font-color);
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
}

a {
  color: var(--primary-color);
  text-decoration: underline;
}

li {
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
}

.page-logo {
  color: #fff;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.h1 {
  color: var(--header-font-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 400;
  line-height: 80px;
}

.h1.white {
  color: #fff;
}

.style-block {
  text-align: left;
  padding: 40px 15px;
}

.style-block.typography-styles {
  margin-left: 16.66%;
  margin-right: 16.66%;
}

.style-block.typography-styles.text-center {
  text-align: center;
}

.section-header-wrapper {
  text-align: center;
  width: 570px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 16px;
  display: block;
}

.button {
  background-color: var(--primary-color);
  color: #fff;
  letter-spacing: .2px;
  border-radius: 4px;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}

.button:hover {
  background-color: var(--border-color);
  color: var(--paragraph-font-color);
}

.button.w--current {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

.button.white, .button.white:hover {
  color: #0c1724;
  background-color: #fff;
}

.button.white.outlined {
  color: #fff;
  background-color: #0000;
  border-style: solid;
  border-color: #fff;
}

.button.white.outlined:hover {
  color: #0c1724;
  background-color: #fff;
}

.button.outlined {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background-color: #0000;
}

.button.outlined:hover {
  color: #fff;
  background-color: #ed0080;
}

.button.hide {
  display: none;
}

.h3 {
  color: var(--header-font-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 47px;
}

.div-block-51 {
  background-color: var(--brand-color);
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
}

.h5 {
  color: var(--header-font-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.blog-hero-button {
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
  margin-right: 15px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.p {
  color: var(--paragraph-font-color);
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
}

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

.p.hide {
  display: none;
}

.h6 {
  color: var(--header-font-color);
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
}

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

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

.h6.primary:hover {
  text-decoration: none;
}

.div-block-11 {
  height: 20px;
}

.color-styles-copy {
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 64px;
  padding: 24px 15px;
  display: flex;
}

.image-section {
  background-color: #224765;
  border: 16px solid #fff;
  padding-left: 40px;
  padding-right: 40px;
}

.image-section.style-guide-section {
  background-color: #ed0080;
  background-image: none;
}

.quote-writer {
  color: var(--paragraph-font-color);
  font-size: 16px;
  line-height: 24px;
}

.div-block-54 {
  border: 1px solid var(--border-color);
  background-color: var(--background-shade);
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
}

.quote {
  color: var(--paragraph-font-color);
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
}

.div-block-55 {
  border: 1px solid var(--border-color);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
}

.wrapper {
  background-color: #0000;
  max-width: 1600px;
  font-size: 36px;
  font-weight: 400;
  line-height: 47px;
}

.section-3 {
  background-color: #fff;
  padding: 120px 56px;
  position: relative;
}

.button-styles {
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 64px;
  padding: 24px 15px;
  display: flex;
}

.h2 {
  color: var(--header-font-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 300;
  line-height: 62px;
}

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

.paragraph-small {
  color: var(--paragraph-font-color);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.color-style-wrapper-copy {
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 20px 15px;
  display: flex;
}

.div-block-53 {
  background-color: var(--primary-color);
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
}

.div-block-52 {
  background-color: var(--secondary-color);
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
}

.page-hero {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding-top: 16px;
  display: flex;
  position: relative;
}

.small-button {
  background-color: var(--primary-color);
  color: var(--white);
  border: 1px #393939;
  border-radius: 0;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  padding: 11px 16px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  transform: rotate(45deg);
}

.small-button:hover {
  border-radius: 0;
}

.small-button.ghost-white-button {
  color: #fff;
  background-color: #0000;
  border-style: none;
  border-color: #fff;
  transition: box-shadow .2s;
  box-shadow: inset 0 0 0 1px #ffffff80;
}

.small-button.ghost-white-button:hover {
  background-image: none;
  box-shadow: inset 0 0 0 1px #fff;
}

.small-button.ghost-button {
  border-style: solid;
  border-color: var(--primary-color);
  background-color: var(--white);
  color: var(--primary-color);
  transition: box-shadow .2s;
}

.small-button.ghost-button:hover {
  background-image: none;
  box-shadow: inset 0 0 0 1px #a5a5a5;
}

.small-button.white-button {
  color: var(--paragraph-font-color);
  background-color: #fff;
}

.small-button.white-button:hover {
  color: #fff;
}

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

.small-button.ghost-blue-button {
  border-style: solid;
  border-color: var(--secondary-color);
  color: var(--secondary-color);
  background-color: #0000;
}

.small-button.ghost-gold-button {
  border-style: solid;
  border-color: var(--brand-color);
  color: var(--brand-color);
  background-color: #0000;
}

.small-button.gold-button {
  background-color: var(--brand-color);
  flex: none;
  margin-top: 0;
}

.button-style-wrapper {
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 25%;
  padding: 20px 15px;
  display: flex;
}

.button-style-wrapper.dark-bg {
  background-color: var(--secondary-color);
}

.h4 {
  color: var(--header-font-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 47px;
}

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

.body {
  color: var(--paragraph-font-color);
  font-family: IBM Plex Sans, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
}

.small-button-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  transform: rotate(-45deg);
}

.small-button-icon {
  font-family: "Fa 400", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  transform: rotate(-45deg);
}

.container {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 100px;
  margin-right: 100px;
  display: block;
}

.nav-link {
  color: var(--white);
  font-size: 18px;
  line-height: 23px;
}

.nav-link.w--current {
  color: var(--header-font-color);
}

.nav-link.w--current:hover {
  color: var(--primary-color);
}

.header {
  background-color: var(--background-shade);
  background-image: linear-gradient(#29235c66, #29235c66), url('../images/Letselmakelaar-verbind.jpeg');
  background-position: 0 0, 50% 15%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 850px;
  position: relative;
}

.navbar-2 {
  background-color: #0000;
  width: 100%;
  padding-top: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.brand-2 {
  align-items: center;
  height: 63px;
  display: flex;
}

.image-4 {
  width: auto;
  height: 50px;
}

.sidebar-line {
  background-color: var(--primary-color);
  width: 1.5px;
  height: 100%;
  display: block;
}

.sidebar-line.gradient {
  background-image: linear-gradient(to bottom, var(--brand-color), var(--primary-color));
}

.sidebar-line.transparant {
  background-color: #0000;
}

.sidebar-line.gold {
  background-color: var(--brand-color);
}

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

.wie-we-zijn {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.mb60 {
  margin-bottom: 60px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb30.hide {
  display: none;
}

.mr50 {
  padding-right: 50px;
}

.ml50 {
  padding-left: 50px;
}

.section-wraper {
  flex-direction: row;
  height: 100%;
  display: flex;
}

.sidebar {
  width: 15%;
  position: static;
  top: 0;
}

.wrapper-text {
  width: 70%;
  padding-top: 153px;
  padding-bottom: 175px;
}

.sidebar-line-above {
  background-color: var(--primary-color);
  width: 1.5px;
  height: 175px;
}

.sidebar-line-above.gold {
  background-color: var(--brand-color);
  background-image: none;
}

.wat-we-doen {
  background-color: var(--secondary-color);
  background-image: linear-gradient(#29235cd9, #29235cd9), url('../images/Letselmakelaar---Achtergrond-Blue.png');
  background-position: 0 0, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.section-title {
  align-items: center;
  margin-bottom: 60px;
  padding-left: 0;
  display: flex;
}

.image-6 {
  width: 100%;
  height: auto;
}

.columns {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.columns.mb90 {
  margin-bottom: 90px;
}

.column-2 {
  align-items: center;
  height: auto;
  display: flex;
}

.onze-missie {
  background-color: var(--background-shade);
  background-image: url('../images/Letselmakelaar-icon.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 80%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.team {
  background-color: var(--brand-color);
  background-image: linear-gradient(#e3bd0080, #e3bd0080), url('../images/Letselmakelaar---Achtergron-Gold.png');
  background-position: 0 0, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.mb10 {
  margin-bottom: 10px;
}

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

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

.image-7 {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 40px;
}

.footer-text {
  color: var(--white);
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
}

.footer-small {
  color: var(--white);
  font-size: 18px;
  line-height: 24px;
}

.footer-link {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

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

.footer-link.mr20 {
  margin-right: 20px;
}

.footer-link.hide {
  display: none;
}

.links {
  flex-direction: column;
  display: flex;
}

.links.hide {
  display: none;
}

.div-block-71 {
  width: 80%;
}

.div-block-72 {
  margin-bottom: 14px;
}

.wrapper-footer {
  width: 70%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper-footer-top {
  justify-content: space-between;
  align-items: center;
  width: 70%;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.div-block-73 {
  margin-bottom: 10px;
}

.div-block-74 {
  align-items: center;
  display: flex;
}

.hoe-we-werken {
  background-color: var(--white);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  top: 0;
}

.hoe-we-werken.oud {
  display: none;
}

.wrapper-proces {
  flex: none;
  width: 85%;
  padding-top: 0;
  padding-bottom: 0;
}

.column-3 {
  padding-top: 175px;
  padding-bottom: 175px;
  position: sticky;
  top: 0;
}

.container--proces {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: 100px;
  margin-right: 100px;
  display: block;
  position: static;
  top: 0;
}

.columns-2 {
  align-items: flex-start;
  height: auto;
  margin-right: -100px;
  display: block;
}

.column-4 {
  flex: none;
  align-items: flex-end;
  height: auto;
  display: block;
  position: static;
}

.proces-block {
  background-image: linear-gradient(#e3bd00e6, #e3bd00e6), url('../images/Letselmakelaar-verbind.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: row;
  align-items: center;
  height: 100%;
  display: block;
}

.proces-block.blue {
  background-image: linear-gradient(#29235ce6, #29235ce6), url('../images/Advies.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-77 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 135px;
  display: flex;
}

.mb20 {
  margin-bottom: 20px;
}

.div-block-78 {
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.div-block-79 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  height: 100%;
  display: flex;
}

.div-block-80 {
  align-items: center;
  display: flex;
}

.div-block-80.w--current {
  text-decoration: none;
}

.div-block-80.w--current:hover {
  color: var(--header-font-color);
}

.div-block-81 {
  width: 30px;
  height: 100%;
}

.div-block-82 {
  margin-left: 0;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.wrapper-header {
  width: 65%;
  max-width: none;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.container-copy {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100px;
  margin-left: 100px;
  margin-right: 100px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.divider {
  display: none;
}

.section-button {
  background-color: var(--primary-color);
  color: var(--white);
  border: 1px #393939;
  border-radius: 0;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  padding: 11px 16px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  display: none;
  transform: rotate(45deg);
}

.section-button:hover {
  border-radius: 4px;
}

.nav-menu-2 {
  display: none;
}

.nav-button-icon {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  transform: rotate(-45deg);
}

.mobile-nav-button {
  background-color: var(--primary-color);
  color: var(--white);
  border: 1px #393939;
  border-radius: 0;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  padding: 11px 16px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  transform: rotate(45deg);
}

.mobile-nav-button:hover {
  border-radius: 4px;
}

.div-block-91, .div-block-92 {
  display: none;
}

.track {
  width: auto;
  height: 400vh;
}

.camera {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.item {
  flex: none;
  width: 100%;
  height: 100vh;
  padding: 0;
}

.sidebar-fixed {
  width: 15%;
  position: static;
  top: 175px;
}

.small-button-link {
  background-color: var(--primary-color);
  color: var(--white);
  border: 1px #393939;
  border-radius: 0;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  padding: 11px 16px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  transform: rotate(45deg);
}

.small-button-link:hover {
  background-color: var(--header-font-color);
  border-radius: 4px;
}

.small-button-link.w--current:hover {
  background-color: #f1660180;
}

.small-button-link.ghost-white-button {
  color: #fff;
  background-color: #0000;
  border-style: none;
  border-color: #fff;
  transition: box-shadow .2s;
  box-shadow: inset 0 0 0 1px #ffffff80;
}

.small-button-link.ghost-white-button:hover {
  background-image: none;
  box-shadow: inset 0 0 0 1px #fff;
}

.small-button-link.ghost-button {
  border-style: solid;
  border-color: var(--primary-color);
  background-color: var(--white);
  color: var(--primary-color);
  transition: box-shadow .2s;
}

.small-button-link.ghost-button:hover {
  background-image: none;
  box-shadow: inset 0 0 0 1px #a5a5a5;
}

.small-button-link.white-button {
  color: var(--paragraph-font-color);
  background-color: #fff;
}

.small-button-link.white-button:hover {
  color: #fff;
}

.small-button-link.blue-button {
  background-color: var(--secondary-color);
}

.small-button-link.ghost-blue-button {
  border-style: solid;
  border-color: var(--secondary-color);
  color: var(--secondary-color);
  background-color: #0000;
}

.small-button-link.ghost-gold-button {
  border-style: solid;
  border-color: var(--brand-color);
  color: var(--brand-color);
  background-color: #0000;
}

.small-button-link.gold-button {
  background-color: var(--brand-color);
  flex: none;
  margin-top: 0;
}

.text-block {
  color: var(--white);
  font-family: "Fa 300", sans-serif;
}

.div-block-93 {
  margin-bottom: 20px;
  display: flex;
}

.div-block-94 {
  margin-right: 5px;
}

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

.rich-text-block {
  color: var(--white);
  background-color: #0000;
}

.slideritem-white, .slideritem-white p {
  color: var(--white);
}

@media screen and (max-width: 991px) {
  .page-logo {
    height: 72px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .h1 {
    font-size: 55px;
    line-height: 80px;
  }

  .style-block {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-header-wrapper {
    width: 470px;
    margin-bottom: 24px;
  }

  .button {
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
  }

  .h3 {
    text-align: left;
    font-size: 20px;
    line-height: 26px;
  }

  .h5 {
    font-size: 24px;
    line-height: 32px;
  }

  .blog-hero-button {
    margin-right: 8px;
  }

  .p {
    font-size: 21px;
    line-height: 28px;
    text-decoration: none;
  }

  .h6, .h6.primary {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
  }

  .color-styles-copy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-3 {
    padding: 80px 8px;
    overflow: hidden;
  }

  .button-styles {
    padding-left: 8px;
    padding-right: 8px;
  }

  .h2 {
    font-size: 48px;
    line-height: 62px;
  }

  .paragraph-small {
    font-size: 13px;
    line-height: 20px;
  }

  .page-hero {
    height: 320px;
  }

  .small-button {
    display: flex;
  }

  .h4 {
    font-size: 36px;
    line-height: 47px;
  }

  .container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-link {
    color: var(--secondary-color);
    font-size: 18px;
    display: block;
  }

  .nav-link.w--current {
    display: block;
  }

  .header {
    background-image: linear-gradient(#29235c66, #29235c66), url('../images/Letselmakelaar-verbind.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 100vh;
    position: static;
  }

  .navbar-2 {
    background-color: #0000;
    height: 50px;
    position: static;
    inset: auto 0% 0%;
  }

  .brand-2 {
    display: none;
  }

  .image-4 {
    height: 30px;
  }

  .mb60 {
    align-items: center;
    display: flex;
  }

  .mr50 {
    padding-right: 0;
  }

  .ml50 {
    padding-left: 0;
  }

  .sidebar {
    display: none;
  }

  .wrapper-text {
    width: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-title {
    align-items: center;
    margin-bottom: 60px;
    padding-left: 11px;
    display: flex;
  }

  .onze-missie {
    background-position: 50% 100%;
    background-size: 150%;
  }

  .grid {
    grid-template: "Area Area Area"
                   ". . ."
                   / 1fr 1fr 1fr;
  }

  .image-7 {
    height: auto;
  }

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

  .wrapper-footer {
    width: auto;
  }

  .wrapper-footer-top {
    width: 100%;
    padding-bottom: 100px;
  }

  .wrapper-proces {
    width: 100%;
  }

  .column-3 {
    padding: 100px 20px;
    position: static;
  }

  .container--proces {
    margin-left: 0;
    margin-right: 0;
  }

  .columns-2 {
    flex-direction: row;
    width: 100%;
    margin-right: 0;
    display: flex;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-77 {
    padding: 100px 20px;
  }

  .div-block-79 {
    width: auto;
    margin-top: -50px;
    padding-top: 0;
  }

  .div-block-82 {
    background-color: #0000;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-header {
    width: auto;
  }

  .container-copy {
    display: none;
  }

  .divider {
    width: 36px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .section-button {
    display: flex;
  }

  .column-5 {
    padding-left: 0;
    padding-right: 20px;
  }

  .column-6 {
    padding-left: 20px;
    padding-right: 0;
  }

  .nav-menu-2 {
    z-index: 50;
    background-color: #f9f1d3;
    width: 100%;
    height: 100vh;
    position: fixed;
    inset: 0% 0% 0;
  }

  .menu-button {
    background-color: #0000;
    flex: none;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    padding: 0;
    display: flex;
    position: static;
  }

  .menu-button.w--open {
    color: var(--secondary-color);
    background-color: #0000;
  }

  .nav-close {
    color: var(--secondary-color);
    background-color: #0000;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-family: "Fa 300", sans-serif;
    font-weight: 300;
    display: none;
  }

  .div-block-86 {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 220px;
    margin-right: 220px;
    padding-left: 0;
    display: flex;
    position: relative;
    top: 25px;
  }

  .nav-button-icon {
    object-fit: cover;
    flex: none;
    align-self: center;
    width: auto;
  }

  .mobile-nav-button {
    background-color: var(--white);
    padding: 0;
    display: flex;
  }

  .mobile-nav-button:hover {
    border-radius: 0;
  }

  .nav-open {
    color: var(--secondary-color);
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    font-family: "Fa 300", sans-serif;
    font-weight: 300;
    display: flex;
  }

  .div-block-88 {
    background-color: #0000;
  }

  .div-block-89 {
    background-color: var(--border-color);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    height: 50px;
    display: flex;
  }

  .div-block-91 {
    z-index: 100;
    display: block;
    position: fixed;
    inset: auto 0% 0;
  }

  .image-9 {
    width: auto;
    height: 50px;
  }

  .div-block-92 {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .track {
    height: auto;
  }

  .camera {
    height: auto;
    position: static;
  }

  .item {
    height: auto;
  }

  .sidebar-fixed {
    display: none;
  }

  .small-button-link {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .page-logo {
    height: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .h1 {
    font-size: 36px;
    line-height: 47px;
  }

  .section-header-wrapper {
    width: auto;
  }

  .blog-hero-button {
    margin-top: 8px;
    margin-right: 0;
  }

  .image-section {
    border-width: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .h2 {
    font-size: 36px;
    line-height: 47px;
  }

  .color-style-wrapper-copy {
    width: 50%;
  }

  .page-hero {
    height: 280px;
    padding-top: 8px;
  }

  .button-style-wrapper {
    width: 50%;
  }

  .h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .header {
    background-image: linear-gradient(#29235c66, #29235c66), url('../images/Letselmakelaar-verbind.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .columns {
    flex-direction: column;
  }

  .columns.mb90 {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .onze-missie {
    background-size: 185%;
  }

  .grid {
    grid-row-gap: 30px;
    grid-template: "Area Area Area"
                   ". . ."
                   / 1fr 1fr 1fr;
  }

  .div-block-71 {
    width: auto;
  }

  .wrapper-footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper-footer-top {
    padding-bottom: 100px;
  }

  .columns-2 {
    flex-direction: column;
  }

  .mb20 {
    padding-left: 11px;
  }

  .div-block-79 {
    margin-top: -100px;
  }

  .column-5 {
    padding-bottom: 60px;
    padding-right: 0;
  }

  .column-6 {
    padding-left: 0;
  }

  .column-7, .column-8 {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-10 {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .small-button-link {
    width: 25px;
    height: 25px;
    padding: 5.5px 8px;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    font-size: 36px;
    line-height: 47px;
  }

  .style-block.typography-styles {
    margin-left: 0%;
    margin-right: 0%;
  }

  .section-header-wrapper {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .h6, .h6.primary {
    font-size: 14px;
    line-height: 19px;
  }

  .h2, .h2.white {
    font-size: 32px;
    line-height: 43px;
  }

  .color-style-wrapper-copy, .button-style-wrapper {
    width: 100%;
  }

  .header {
    background-image: linear-gradient(#29235c66, #29235c66), url('../images/Letselmakelaar-verbind.jpeg');
    background-position: 0 0, 50%;
  }

  .section-wraper {
    padding-bottom: 0;
  }

  .onze-missie {
    background-size: 550%;
  }

  .grid {
    grid-template: "Area"
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .wrapper-footer-top {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 100px;
  }

  .div-block-74 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .div-block-81 {
    width: 20px;
  }

  .div-block-86 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .div-block-91 {
    padding-bottom: 0;
  }

  .small-button-link {
    width: 25px;
    height: 25px;
    padding: 5.5px 8px;
  }

  .div-block-95 {
    flex: 0 auto;
    width: 65%;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_51b7485e-171e-ca4f-ba5a-e8107aace53f-df3e19b1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_2c99675d-597d-58ce-e73a-23ddabfda3bb-df3e19b1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d66c82a2-a0ec-18ef-6949-d88415078b74-df3e19b1 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_843a543f-becd-1428-3f5a-96912b2fbcdf-df3e19b1 {
    grid-area: 2 / 3 / 3 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_51b7485e-171e-ca4f-ba5a-e8107aace53f-df3e19b1 {
    grid-area: Area;
  }

  #w-node-_2c99675d-597d-58ce-e73a-23ddabfda3bb-df3e19b1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d66c82a2-a0ec-18ef-6949-d88415078b74-df3e19b1 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_843a543f-becd-1428-3f5a-96912b2fbcdf-df3e19b1 {
    grid-area: 2 / 3 / 3 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_51b7485e-171e-ca4f-ba5a-e8107aace53f-df3e19b1, #w-node-_2c99675d-597d-58ce-e73a-23ddabfda3bb-df3e19b1, #w-node-d66c82a2-a0ec-18ef-6949-d88415078b74-df3e19b1, #w-node-_843a543f-becd-1428-3f5a-96912b2fbcdf-df3e19b1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}