:root {
  --red: #d51d27;
  --lichtzwart: #111;
  --achtergrond: #f5f5f5;
  --donkerder-grijs: #8f8f8f;
  --shade: #bebebe;
  --footer: #eee;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  color: var(--red);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
}

.section {
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section.inverse-section {
  color: #fff;
  background-color: #000;
}

.utility-padding-all-0 {
  padding: 0;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.utility-position-relative {
  position: relative;
}

.utility-viewport-height-100 {
  min-height: 100dvh;
}

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

.utility-position-absolute {
  position: absolute;
}

.background-overlay {
  opacity: .2;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  min-height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utility-padding-bottom-4rem {
  padding-bottom: 4rem;
}

.utility-padding-top-4rem {
  padding-top: 4rem;
}

.heading-2 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.04em;
}

.paragraph-s {
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .875rem;
  line-height: 1.6em;
}

.utility-margin-bottom-2rem {
  margin-bottom: 2rem;
}

.input-block {
  margin-bottom: 1.25rem;
  position: relative;
}

.input, .input._w-input {
  color: #000;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: .25rem;
  height: auto;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.3;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1), border-color .2s cubic-bezier(.165, .84, .44, 1);
}

.button, .button._w-button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #146ef5;
  border: 1px solid #0000;
  border-radius: .25rem;
  padding: 1rem 1.5rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .3s, color .3s, background-color .3s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.utility-margin-bottom-0 {
  margin-bottom: 0;
}

.flex-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-layout.flex-gap-xs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-layout.flex-vertical {
  flex-direction: column;
}

.utility-margin-top-2rem {
  margin-top: 2rem;
}

.icon {
  width: 60px;
  height: 60px;
}

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

.hero_component {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#00000026, #00000026), url('../images/4Weverkens-2-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100svh;
  margin-top: -60px;
  display: flex;
}

.hero_container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 1140px;
  max-width: 1140px;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero_content {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.hero_logo {
  width: 3rem;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 4.2rem;
  line-height: 1.2;
}

.text-style-subtitle {
  width: 60%;
  max-width: none;
  font-size: 1.25rem;
  line-height: 1.5;
}

.hero_input {
  border-radius: .25rem;
  height: 3rem;
  margin-bottom: 0;
}

.hero_submit {
  background-color: #f50;
  border-radius: .25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.button-2 {
  background-color: var(--red);
  text-align: center;
  border-radius: 8rem;
  flex: 0 auto;
  align-self: flex-start;
  padding: 15px 50px;
  font-size: 16px;
}

.link-block {
  background-color: var(--red);
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.image {
  color: #fff;
  max-width: 1rem;
}

.text-block {
  color: #fff;
  text-decoration: none;
}

.heading-4 {
  color: var(--lichtzwart);
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

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

.container-4 {
  background-color: var(--achtergrond);
  padding: 20px;
}

.heading-5 {
  color: #333;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2rem;
}

.text-block-2 {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

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

.tekstvak {
  background-color: var(--achtergrond);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.heading-6 {
  margin-left: 0;
}

.container-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
}

.section-2 {
  background-color: #0000;
  background-image: url('../images/');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  display: flex;
}

.section-3 {
  background-image: url('../images/');
  background-position: 0 0;
  background-size: cover;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  text-decoration: none;
  display: flex;
}

.container-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: block;
}

.body {
  display: block;
}

.container-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.container-10 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  grid-template: "Area"
  / minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  display: grid;
}

.textstyle-title {
  font-family: Playfair Display, sans-serif;
  font-size: 80px;
  line-height: 100%;
}

.callbutton {
  background-color: var(--red);
  text-align: center;
  border-radius: 100px;
  width: 200px;
  padding: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.textstyle-h2 {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 19px;
}

.textstyle-h3 {
  color: var(--lichtzwart);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}

.card-2-delen {
  max-width: none;
}

.section-1-component {
  width: auto;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container-11 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.section-2-component {
  width: auto;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.title-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 1140px;
  padding-top: 80px;
  padding-bottom: 20px;
  display: flex;
}

.container-12 {
  flex-flow: wrap;
  display: flex;
}

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

.card-4-delen {
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
}

.headingvak {
  background-color: var(--achtergrond);
  padding: 5px 20px;
}

.card-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: 1140px;
  margin-bottom: 15px;
  display: grid;
}

.section-3-component {
  width: auto;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block {
  background-color: var(--achtergrond);
}

.card-container-werkwijze {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: auto;
  max-width: 1140px;
  display: flex;
}

.card-werkwijze {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--achtergrond);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  display: flex;
}

.heading-7, .heading5 {
  font-size: 18px;
}

.image-2 {
  width: 75px;
  min-width: 0;
}

.div-block-2, .connector-werkwijze {
  background-color: var(--red);
  align-self: center;
  width: 15px;
  height: 2px;
}

.section-4-component {
  background-color: #fff;
  width: auto;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-3 {
  width: 50%;
}

.text-block-4 {
  width: 66%;
  font-size: 16px;
}

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

.section-5-component {
  width: auto;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

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

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

.grid-over-ons {
  grid-column-gap: 20px;
  grid-row-gap: 13px;
  text-align: left;
  grid-template-rows: auto auto minmax(auto, .25fr) auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

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

.numbers {
  color: var(--red);
  font-family: Playfair Display, sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 64px;
}

.numbers-text {
  color: var(--red);
  font-family: Inter, sans-serif;
  line-height: 27px;
}

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

.section-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.drp {
  line-height: 0;
  transition: all .2s;
  display: block;
}

.drop {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--achtergrond);
  color: #fff;
  border-bottom: 1px solid #ffffff1a;
  border-radius: 20px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  display: block;
}

.drop:hover {
  background-color: #ffffff1a;
}

.drop.w--open {
  color: #fff;
}

.text-block-5 {
  color: var(--lichtzwart);
  line-height: 20px;
}

.drp-list {
  background-color: #fff;
  height: 0;
  line-height: 23px;
  transition: all .5s;
  display: block;
  position: static;
  overflow: hidden;
}

.drp-list.w--open {
  line-height: 23px;
  position: static;
  overflow: hidden;
}

.text-wrapper {
  padding: 30px 25px;
}

.image-4 {
  width: 40%;
}

.div-block-5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 1140px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-5 {
  width: auto;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.faq-question {
  color: var(--lichtzwart);
  justify-content: space-between;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  display: flex;
}

.section-6-component {
  background-color: var(--achtergrond);
  width: auto;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.subtitle-intro {
  width: auto;
  color: var(--lichtzwart);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-6 {
  background-color: var(--red);
  width: 48px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 0;
}

.container-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  max-width: 1140px;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 1;
  display: flex;
}

.contact-medium {
  color: var(--donkerder-grijs);
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.contact-data {
  color: var(--lichtzwart);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.contact-icon {
  width: 45px;
  height: 45px;
}

.div-block-8 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.contact-card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 1;
  order: 0;
  align-self: auto;
  display: flex;
}

.contact-group {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-9 {
  background-color: var(--donkerder-grijs);
  width: 1140px;
  max-width: 1140px;
  height: 2px;
}

.divider {
  background-color: var(--shade);
  width: auto;
  max-width: 1140px;
  height: 1px;
  margin: 30px auto;
}

.container-16, .openingsuren {
  max-width: 1140px;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 1140px;
  padding-bottom: 15px;
  display: flex;
}

.image-5 {
  width: 25px;
  height: 25px;
}

.openingsuren-dagen {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: auto;
  max-width: 1140px;
  display: flex;
}

.openingsuren-dag {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border: 2px solid var(--shade);
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  flex: 1;
  padding: 25px 25px 60px;
  display: flex;
}

.text-block-6, .text-block-7 {
  color: var(--donkerder-grijs);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.gesloten {
  color: var(--donkerder-grijs);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.open {
  color: var(--lichtzwart);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.header {
  z-index: 999;
  background-color: #fff;
  border-radius: 100px;
  width: auto;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: sticky;
  inset: 30px 0% auto;
  box-shadow: 0 6px 6px #0000001a;
}

.navbar {
  background-color: #0000;
  border-radius: 100px;
}

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 85%;
  display: flex;
}

.image-6 {
  height: 36px;
  min-height: 30px;
}

.div-block-11 {
  width: 1140px;
  max-width: 1140px;
}

.container-17 {
  max-width: 1140px;
  display: flex;
}

.jaarlijks-verlof {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 40px;
  display: grid;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-12 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--red);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #d51d2703;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.text-block-8 {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.image-7 {
  width: 33px;
  max-width: 100%;
}

.glass-effect {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  inset: 0%;
}

.nav-link {
  color: var(--lichtzwart);
  text-transform: uppercase;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.nav-link.w--current {
  color: var(--red);
  -webkit-text-stroke-color: var(--red);
}

.section-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--footer);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--footer);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100px;
  padding: 80px 40px;
  display: flex;
}

.container-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: 1140px;
  display: grid;
}

.facebook {
  background-color: #0000;
}

.footer-title {
  color: var(--lichtzwart);
  -webkit-text-stroke-color: var(--lichtzwart);
  margin-top: 0;
}

.div-block-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--shade);
  background-color: var(--achtergrond);
  border-radius: 10px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.text-block-9 {
  color: var(--lichtzwart);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.image-8, .image-9 {
  width: 30px;
}

.div-block-14 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
  position: static;
}

.div-block-15 {
  z-index: 10;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.container-19 {
  flex-flow: row;
  display: flex;
}

.nav-menu-2 {
  flex-flow: column;
  display: flex;
}

.link-block-2 {
  color: var(--lichtzwart);
  text-decoration: none;
}

.text-block-10 {
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 100px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.footer-link {
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  line-height: 24px;
}

.div-block-16 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.code-embed {
  color: var(--lichtzwart);
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.image-10 {
  width: 50px;
  height: 50px;
}

.div-block-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-3 {
  border: 1px solid var(--shade);
  width: 50%;
  max-width: 50%;
  color: var(--lichtzwart);
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-11 {
  width: 50%;
  max-width: 50%;
}

.text-block-12 {
  min-width: 50%;
  max-width: 50%;
  color: var(--lichtzwart);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-13 {
  color: #fff;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.link-block-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--red);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 15px 45px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.image-11 {
  width: 25px;
  height: 25px;
}

.div-block-19 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.faq-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.faq-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--achtergrond);
  border-radius: 20px;
  flex-flow: column;
  padding: 28px;
  display: flex;
}

.faq-answer {
  color: var(--lichtzwart);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

.heading-8 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.arrow-accordion {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.paragraph-l {
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6em;
}

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

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

.faq {
  background-color: #f7f7f7;
  border: 1px solid #ffdede;
  border-radius: 8px;
}

.faq_top {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  font-weight: 600;
  display: flex;
}

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

.faq_bottom {
  padding-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: clip;
}

.faq_bottom.is-closed {
  height: 0;
}

.faq_p {
  padding-bottom: 2rem;
  font-size: .9rem;
}

.body-copy {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.faq-tile {
  margin-bottom: 20px;
}

.faq-answer-padding {
  padding: 30px;
}

.icon-3 {
  font-size: 24px;
}

.max-1400 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown {
  width: 100%;
}

.faq-question-div {
  color: #614916;
  cursor: pointer;
  background-color: #ebebeb;
  justify-content: space-between;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
  display: flex;
}

.faq-question-div:hover {
  color: #fff;
  background-color: #c35d38;
}

.faq-question-div:active {
  background-color: #ec794f;
}

.dropdown-list {
  min-height: 100%;
}

.dropdown-list.w--open {
  background-color: #f5f5f5;
}

.up-down-arrow {
  font-size: 20px;
  font-weight: 400;
}

.div-block-21 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 120px;
  display: flex;
}

._2nd-level-body-padding {
  padding-left: 0;
  padding-right: 0;
}

.faq-answer-div {
  background-color: #f5f5f5;
  overflow: hidden;
}

.div-block-22 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  display: flex;
}

.body-large {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 160%;
  text-decoration: none;
}

.body-large.text-color-light {
  color: var(--lichtzwart);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.what-question {
  color: var(--lichtzwart);
  flex: 1;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.plus-icon {
  width: 100%;
  max-width: 30px;
  height: 29px;
  margin-top: 0;
}

.what-answer-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 26px;
  padding-bottom: 0;
  display: flex;
}

.what-outer {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.answer-block {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.question-block {
  grid-column-gap: 12px;
  white-space: pre-wrap;
  width: 100%;
  padding: 30px 0 0;
  display: flex;
}

.question-block.top {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
}

.question-inner {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.what-i-do {
  background-color: var(--achtergrond);
  border-bottom: 0 solid #bebebe;
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  display: flex;
}

.lottie-animation {
  width: 20px;
}

.slider-section {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  overflow: clip;
}

.slide {
  aspect-ratio: 2;
  background-color: #e9e9e9;
  flex: none;
  width: 40vw;
}

.slider-wrapper {
  width: 100%;
  padding-left: calc(30vw - 1rem);
  display: flex;
}

.slide-w {
  padding-left: 1rem;
  padding-right: 1rem;
}

.slide-2 {
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

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

.image-wrapper {
  opacity: .6;
  margin-right: 5px;
  padding: 1vh 5px;
  transition: opacity .2s;
  display: flex;
}

.image-wrapper.slick-center {
  opacity: 1;
}

.image-12 {
  object-fit: contain;
  max-height: 76vh;
}

.code-embed-2 {
  width: auto;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.connector-werkwijze-2, .connector-werkwijze-1, .connector-werkwijze-3 {
  background-color: var(--red);
  align-self: center;
  width: 15px;
  height: 2px;
}

.div-block-23 {
  flex-flow: row;
  width: 1140px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.privacy-policy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: auto;
  max-width: 1140px;
  display: flex;
}

.container-20 {
  align-self: flex-start;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.link {
  color: var(--donkerder-grijs);
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.link.w--current {
  max-width: 1140px;
  color: var(--donkerder-grijs);
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.button_v1 {
  border: 2px solid #bcfd2e;
  border-radius: 5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 10rem;
  padding: .8rem 2rem;
  text-decoration: none;
  display: flex;
}

.button_v1-text-wrapout {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button_v1-text-wrapin {
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.button_v1-relative {
  position: relative;
}

.button_v1-text {
  color: #fff;
  letter-spacing: .5px;
}

.button_v1-absolute {
  position: absolute;
}

.button_element-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #111;
  border: 1px solid #222;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem;
  font-weight: 600;
  display: flex;
  position: relative;
  box-shadow: 0 2px 10px 1px #050505;
}

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

.button_element-tag {
  background-color: #bcfd2e1a;
  border: 1px solid #e1fd2e;
  border-radius: .5rem;
  padding: .5rem;
  position: absolute;
  inset: 1rem auto auto 1rem;
}

.button-4 {
  color: #000;
  background-color: #fff;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  height: 5em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.button-text-wrapper {
  position: relative;
  overflow: hidden;
}

.button-text-post {
  position: absolute;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

  .grid-layout.tablet-1-column {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

  .paragraph-s {
    font-size: .875rem;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .hero_component {
    background-image: linear-gradient(to bottom, null, null), url('../images/');
    background-position: 0 0, 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .textstyle-title {
    font-size: 70px;
  }

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

  .grid-over-ons {
    width: 100%;
  }

  .numbers {
    font-size: 42px;
  }

  .numbers-text {
    font-size: 14px;
    line-height: 21px;
  }

  .subtitle-intro {
    width: 80%;
  }

  .contact-icon {
    width: 40px;
    height: 40px;
  }

  .contact-card {
    flex: 1;
    max-width: none;
  }

  .contact-group {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .header {
    margin-left: 40px;
    margin-right: 40px;
  }

  .navbar {
    font-family: Inter, sans-serif;
  }

  .nav-menu {
    text-align: left;
    background-color: #fff;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 1140px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 6px 11px #0000001a;
  }

  .nav-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 14px;
    line-height: 14px;
    display: flex;
  }

  .container-18 {
    width: 100%;
    max-width: none;
  }

  .footer-title {
    margin-bottom: 15px;
    line-height: 16px;
  }

  .div-block-13 {
    justify-content: space-around;
  }

  .div-block-15 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .div-block-18 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button-3 {
    width: 100%;
    max-width: none;
  }

  .text-block-12 {
    width: 100%;
    min-width: 0%;
    max-width: none;
  }

  .div-block-20 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  .paragraph-l {
    font-size: 1.125rem;
  }

  .what-outer {
    width: auto;
  }

  .image-13 {
    max-width: none;
    display: none;
  }

  .menu-button.w--open {
    background-color: var(--achtergrond);
    border-radius: 100px;
    padding: 10px;
  }

  .privacy-policy {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

  .utility-padding-bottom-4rem {
    padding-bottom: 2rem;
  }

  .utility-padding-top-4rem {
    padding-top: 2rem;
  }

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

  .paragraph-s {
    font-size: .875rem;
  }

  .utility-margin-bottom-2rem {
    margin-bottom: 1rem;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .utility-margin-top-2rem {
    margin-top: 1rem;
  }

  .hero_container {
    width: auto;
  }

  .textstyle-title {
    font-size: 60px;
  }

  .textstyle-h3 {
    font-size: 42px;
  }

  .title-container {
    padding-top: 60px;
  }

  .card-container-werkwijze {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr minmax(15px, 15px) 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .card-werkwijze {
    width: auto;
    margin-bottom: 10px;
  }

  .connector-werkwijze {
    width: 14px;
  }

  .numbers {
    font-size: 32px;
  }

  .subtitle-intro {
    width: 100%;
  }

  .openingsuren-dagen {
    flex-flow: column;
    width: 100%;
    max-width: none;
  }

  .openingsuren-dag {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-bottom: 25px;
  }

  .jaarlijks-verlof {
    place-items: center stretch;
    width: 100%;
    max-width: 1140px;
  }

  .div-block-20 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  .paragraph-l {
    font-size: 1.1rem;
  }

  .faq-answer-padding {
    padding: 20px;
  }

  .what-i-do {
    width: auto;
    max-width: 1140px;
  }

  .image-12 {
    max-height: 40vh;
  }

  .image-13 {
    display: none;
  }

  .connector-werkwijze-2 {
    width: 14px;
    display: none;
  }

  .connector-werkwijze-1, .connector-werkwijze-3 {
    width: 14px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

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

  .paragraph-s {
    font-size: .875rem;
  }

  .button, .button._w-button {
    white-space: nowrap;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .hero_content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-style-subtitle {
    width: 100%;
    font-size: 18px;
    line-height: 150%;
  }

  .textstyle-title {
    width: 100%;
    font-size: 40px;
    line-height: 100%;
  }

  .textstyle-h3 {
    font-size: 36px;
    line-height: 100%;
  }

  .title-container {
    padding-top: 40px;
  }

  ._4cards {
    flex-flow: column;
  }

  .card-container {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: none;
  }

  .card-container-werkwijze {
    flex-flow: row;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .grid-over-ons {
    grid-row-gap: 15px;
  }

  .image-3 {
    display: none;
  }

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

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

  .header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding-top: 0;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-18 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
  }

  .text-block-9, .text-block-10 {
    font-weight: 400;
  }

  .link-block-3 {
    width: 100%;
  }

  .paragraph-l {
    font-size: 1.1rem;
  }

  .body-large {
    font-size: 16px;
  }

  .image-12 {
    max-height: 65vw;
  }

  .connector-werkwijze-1, .connector-werkwijze-3 {
    display: none;
  }

  .icon-4 {
    padding-top: 0;
  }

  .privacy-policy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
  }
}

#w-node-_1afbaf7e-54d0-015f-1f81-64f3a400bf9f-e0fd7b7a {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-e4c10141-4cfe-c744-c964-c9ea98bd4740-e0fd7b7a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f28fcfa0-489d-1edc-2a54-17b08210dd01-e0fd7b7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f7dbbe0-d629-b6f4-a641-0a09891b2c6d-e0fd7b7a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1c558323-cb4b-653f-c006-fe3342041db3-e0fd7b7a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e1d6d6ec-cbc4-606e-0828-cae494c36c43-e0fd7b7a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_2fcf9cf5-ca3a-39d6-b946-135c0c5f03e8-e0fd7b7a {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_3e6c4954-0d28-68f9-c79e-190f29adc305-e0fd7b7a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_29b0ee8f-131f-4bf2-59cc-ae56456bbf02-e0fd7b7a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1edfb8e5-c300-d006-326f-6b44a34d9181-e0fd7b7a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_97499a8c-8320-4272-afb5-35976b696b6b-e0fd7b7a {
  grid-area: 1 / 2 / 3 / 6;
}

#w-node-_0ca3ce4d-73cc-5b7e-7bc3-42ed1419a238-e0fd7b7a {
  grid-area: 1 / 7 / 4 / 13;
}

#w-node-e80307c3-e306-94f0-4a22-8332696dbcd8-e0fd7b7a {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-edb39452-bae4-685a-625a-7409a5b8b1ff-e0fd7b7a {
  grid-area: 4 / 7 / 5 / 13;
}

#w-node-_3ea5c823-eb18-7214-45ee-edce9027febe-e0fd7b7a {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-a87caa6c-3284-229a-2a1c-149cb23b0b54-e0fd7b7a {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-edc4edd8-8a5e-0285-459a-a1ae1888b6bb-e0fd7b7a {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_2b3edebb-5035-095d-9a35-7d6c5723143e-e0fd7b7a {
  grid-area: 1 / 5 / 2 / 7;
  align-self: auto;
}

#w-node-_4f2e0acf-d839-b59f-abe3-8b785dc43e8e-e0fd7b7a {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-edc4edd8-8a5e-0285-459a-a1ae1888b6bb-f1553a45 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_2b3edebb-5035-095d-9a35-7d6c5723143e-f1553a45 {
  grid-area: 1 / 5 / 2 / 7;
  align-self: auto;
}

#w-node-_4f2e0acf-d839-b59f-abe3-8b785dc43e8e-f1553a45 {
  grid-area: 1 / 8 / 2 / 13;
}

@media screen and (max-width: 991px) {
  #w-node-_1afbaf7e-54d0-015f-1f81-64f3a400bf9f-e0fd7b7a {
    grid-column: 2 / 12;
  }

  #w-node-e1d6d6ec-cbc4-606e-0828-cae494c36c43-e0fd7b7a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2fcf9cf5-ca3a-39d6-b946-135c0c5f03e8-e0fd7b7a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_1edfb8e5-c300-d006-326f-6b44a34d9181-e0fd7b7a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7db8d3d8-6bb0-0c35-01ec-45122cac066c-e0fd7b7a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_241181df-7e4f-6530-f880-27fad7219869-e0fd7b7a {
    grid-area: 1 / 2 / 2 / 2;
  }

  #w-node-_1f7ccb5c-533c-6869-f604-ab4541a1d684-e0fd7b7a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-edc4edd8-8a5e-0285-459a-a1ae1888b6bb-e0fd7b7a {
    align-self: auto;
  }

  #w-node-_4f2e0acf-d839-b59f-abe3-8b785dc43e8e-e0fd7b7a {
    grid-column-end: 13;
  }

  #w-node-edc4edd8-8a5e-0285-459a-a1ae1888b6bb-f1553a45 {
    align-self: auto;
  }

  #w-node-_4f2e0acf-d839-b59f-abe3-8b785dc43e8e-f1553a45 {
    grid-column-end: 13;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1afbaf7e-54d0-015f-1f81-64f3a400bf9f-e0fd7b7a {
    grid-column: 2 / 12;
  }

  #w-node-_44c0b91a-0e88-09be-e2cf-448267bd8197-e0fd7b7a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5ebc45b1-3031-358f-d5c6-6cb2a00e60d0-e0fd7b7a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_97499a8c-8320-4272-afb5-35976b696b6b-e0fd7b7a {
    grid-column-start: 1;
  }

  #w-node-_3ea5c823-eb18-7214-45ee-edce9027febe-e0fd7b7a {
    grid-area: 1 / 1 / 2 / 8;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9f7dbbe0-d629-b6f4-a641-0a09891b2c6d-e0fd7b7a {
    grid-row-start: 1;
  }

  #w-node-_1c558323-cb4b-653f-c006-fe3342041db3-e0fd7b7a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e1d6d6ec-cbc4-606e-0828-cae494c36c43-e0fd7b7a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2fcf9cf5-ca3a-39d6-b946-135c0c5f03e8-e0fd7b7a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_29b0ee8f-131f-4bf2-59cc-ae56456bbf02-e0fd7b7a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1edfb8e5-c300-d006-326f-6b44a34d9181-e0fd7b7a {
    grid-row: 3 / 4;
  }

  #w-node-_5ebc45b1-3031-358f-d5c6-6cb2a00e60d0-e0fd7b7a, #w-node-_44725cab-9a1d-3eab-be08-3a42b94a9b57-e0fd7b7a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b866e9e3-76f2-a12d-e852-0477d0fca76f-e0fd7b7a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f487049e-9576-a5ce-6880-74d530502dc3-e0fd7b7a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_97499a8c-8320-4272-afb5-35976b696b6b-e0fd7b7a {
    grid-column: 1 / 13;
  }

  #w-node-edb39452-bae4-685a-625a-7409a5b8b1ff-e0fd7b7a {
    grid-column-start: 1;
  }

  #w-node-_241181df-7e4f-6530-f880-27fad7219869-e0fd7b7a {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_1f7ccb5c-533c-6869-f604-ab4541a1d684-e0fd7b7a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-edc4edd8-8a5e-0285-459a-a1ae1888b6bb-e0fd7b7a {
    grid-area: 1 / 1 / 2 / 7;
    align-self: auto;
  }

  #w-node-_2b3edebb-5035-095d-9a35-7d6c5723143e-e0fd7b7a {
    grid-column: 7 / 13;
  }

  #w-node-_4f2e0acf-d839-b59f-abe3-8b785dc43e8e-e0fd7b7a {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-edc4edd8-8a5e-0285-459a-a1ae1888b6bb-f1553a45 {
    grid-area: 1 / 1 / 2 / 7;
    align-self: auto;
  }

  #w-node-_2b3edebb-5035-095d-9a35-7d6c5723143e-f1553a45 {
    grid-column: 7 / 13;
  }

  #w-node-_4f2e0acf-d839-b59f-abe3-8b785dc43e8e-f1553a45 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }
}


