:root {
  --waves-library--black: #131313;
  --waves-library--dark-elevation: #ede0d8;
  --aqua-nuance-3: #74c5be;
  --aqua-nuance-1: #1b746b;
  --aqua-nuance-2: #00ab9f;
  --aqua-nuance-4: #b3e6e4;
  --aquamarijn: #00887b;
  --groen-nuance-3: #a6d1a1;
  --groen-nuance-2: #42ad4c;
  --groen: #009a3e;
  --groen-nuance-1: #009b3e;
  --waves-library--white: white;
  --blauw: #224396;
  --groen-nuance-4: #e0eedd;
}

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

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

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

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

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

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-32 {
  width: 32px;
  height: 32px;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves---grid-halves-sticky {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---sticky-halves-left {
  position: relative;
}

.waves---master-tiles-features-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 545px;
  display: flex;
}

.waves---sticky-halves {
  position: sticky;
  top: 88px;
}

.waves-tile-features-2 {
  grid-row-gap: 16px;
  background-color: var(--waves-library--dark-elevation);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 44px 40px;
  display: flex;
}

.waves---content-sticky-features-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 420px;
  display: flex;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.cloneable {
  padding: var(--section-padding) var(--container-padding);
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.nav-wrap {
  z-index: 100;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: var(--footer-height);
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
}

.nav-list {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-item {
  justify-content: center;
  align-items: center;
  width: 5em;
  transition: width .5s cubic-bezier(.16, 1, .3, 1);
  display: flex;
  position: relative;
}

.nav-item__link {
  z-index: 1;
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: .5em;
  padding-right: .5em;
  display: flex;
  position: relative;
}

.image {
  object-fit: contain;
  background-image: url('../images/mosselboerderij-16-juni-2023-091-50970.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 50vh;
}

.nav-item__tooltip {
  z-index: 0;
  opacity: 0;
  white-space: nowrap;
  background-color: #fff;
  border-radius: .25em;
  padding: .4em .5em;
  font-size: 1em;
  transition: transform .5s cubic-bezier(.16, 1, .3, 1), opacity .5s cubic-bezier(.16, 1, .3, 1);
  position: absolute;
  top: 0;
  transform: translate(0, -80%);
}

.artikel-section {
  height: 100vh;
  margin-top: -45px;
  position: sticky;
  top: 20px;
  overflow: hidden;
}

.artikel-section.home {
  height: auto;
  position: sticky;
  top: -50px;
}

.artikel-section.rund {
  z-index: 2;
  height: auto;
  top: 0;
}

.artikel-head {
  background-color: var(--aqua-nuance-3);
  border-top-left-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  height: 120px;
  margin-bottom: -50px;
  padding-left: 5rem;
  display: flex;
  position: relative;
}

.artikel-head.aqua {
  z-index: -2;
  background-color: var(--aqua-nuance-1);
}

.artikel-head._50 {
  z-index: 2;
  margin-top: -50px;
}

.artikel-head.aqua-2 {
  background-color: var(--aqua-nuance-2);
}

.artikel-head.aqua-4 {
  background-color: var(--aqua-nuance-4);
}

.artikel-head.aqua-1 {
  background-color: var(--aqua-nuance-1);
}

.artikel-head.aquamarijn {
  background-color: var(--aquamarijn);
}

.div-block-2 {
  background-color: var(--aqua-nuance-2);
}

.div-block-3 {
  background-color: var(--aqua-nuance-3);
}

.div-block-4 {
  background-color: var(--aqua-nuance-4);
}

.artikel-info {
  z-index: 2;
  background-color: var(--aqua-nuance-1);
  border-top-left-radius: 50px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -50px;
  padding: 10rem 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.artikel-info.aqua {
  margin-left: auto;
  margin-right: auto;
}

.artikel-info.aqua.video {
  padding-top: 0;
  padding-bottom: 4rem;
}

.artikel-info.aqua-4 {
  background-color: var(--aqua-nuance-4);
  margin-left: auto;
  margin-right: auto;
}

.artikel-info.image {
  background-image: url('../images/mosselboerderij-16-juni-2023-091-50970.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 60vh;
  min-height: 450px;
}

.artikel-info.image.aardappel-1 {
  background-image: url('../images/web_AARDAPPEL_365.jpg');
}

.artikel-info.image.appel-1 {
  background-image: url('../images/Web_APPEL_CT_1_244.jpg');
}

.artikel-info.image.land-1 {
  background-image: url('../images/GettyImages-1135797930.jpg');
  background-position: 50% 30%;
}

.artikel-info.image.rund-1 {
  background-image: url('../images/Web_RUND_CT_2_550.jpg');
  background-position: 50% 70%;
}

.artikel-info.image.kip-1 {
  background-image: url('../images/kip2.jpg');
  background-position: 50%;
  background-size: cover;
}

.artikel-info.aqua-2 {
  background-color: var(--aqua-nuance-2);
  top: 0;
}

.artikel-info.aqua-2.none {
  display: none;
}

.artikel-info.aqua-3 {
  background-color: var(--aqua-nuance-3);
}

.artikel-info.aqua-3.video {
  padding-top: 7rem;
}

.artikel-info.image-3 {
  background-image: url('../images/mosselboerderij-16-juni-2023-185_master.jpg');
  background-size: cover;
  background-attachment: fixed;
  height: 65vh;
  min-height: 450px;
  margin-bottom: -118px;
}

.artikel-info.image-3.aardappel-2 {
  background-image: url('../images/web_AARDAPPEL_122.jpg');
  background-position: 50%;
  background-attachment: fixed;
}

.artikel-info.image-3.appel-2 {
  background-image: url('../images/Web_APPEL_CT_1_1190.jpg');
  background-position: 50%;
  background-attachment: fixed;
}

.artikel-info.image-3.land-2 {
  background-image: url('../images/Web_RUND_CT_2_550.jpg');
  background-position: 50%;
}

.artikel-info.image-3.rund-2 {
  background-image: url('../images/Web_RUND_CT_2_004.jpg');
  background-position: 50%;
  background-attachment: fixed;
}

.artikel-info.image-3.kip-2 {
  background-image: url('../images/kip3.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.artikel-info.groen-1 {
  background-color: var(--groen-nuance-3);
}

.artikel-info.groen-1._1 {
  margin-top: 0;
}

.artikel-info.groen-2 {
  background-color: var(--groen-nuance-2);
}

.artikel-info.groen-3 {
  background-color: var(--groen);
}

.artikel-info.groen-4 {
  background-color: var(--groen-nuance-1);
}

.artikel-info.groen-4._1 {
  margin-top: 0;
}

.artikel-info.white {
  background-color: var(--waves-library--white);
}

.artikel-info.aquamarijn {
  background-color: var(--aquamarijn);
}

.artikel-info.aqua-nuance-2 {
  background-color: var(--aqua-nuance-2);
}

.artikel-info.none {
  display: none;
}

.heading {
  color: var(--aqua-nuance-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 5.5vw;
  font-weight: 900;
  line-height: .9;
}

.heading.relative {
  z-index: 1;
  margin-top: 0;
  position: relative;
}

.heading.relative.green {
  color: var(--groen-nuance-1);
}

.heading.relative.wit {
  margin-bottom: 0;
}

.heading.relative.wit.box-shadow {
  text-shadow: -3px 3px 5px #0003;
}

.heading.relative.white {
  color: var(--waves-library--white);
}

.heading.green {
  color: var(--groen-nuance-1);
}

.heading.blauw {
  color: var(--aqua-nuance-1);
}

.heading.wit {
  color: var(--waves-library--white);
}

.heading.margin-20 {
  margin-bottom: 20px;
}

.heading-2 {
  color: #fff;
  margin-top: -40px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.heading-2.aqua {
  color: var(--aqua-nuance-1);
}

.heading-3 {
  color: #fff;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 1.8vw;
  line-height: 1;
  position: relative;
}

.heading-3.black {
  color: #000;
}

.heading-3.relative {
  z-index: 3;
}

.button {
  background-color: var(--aqua-nuance-1);
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.button.aqua {
  z-index: 5;
  background-color: var(--aqua-nuance-4);
  color: #000;
  position: relative;
}

.button.center {
  align-self: center;
}

.button.center.aquamarijn {
  background-color: var(--aquamarijn);
}

.button.center.groen {
  background-color: var(--groen);
}

.image-2 {
  filter: drop-shadow(-9px 2px 6px #0003);
  height: 600px;
  position: absolute;
  top: 28%;
  bottom: 0%;
  left: 56%;
}

.image-2.tractor {
  height: 470px;
  top: 37%;
  left: 52%;
}

.image-2.appel {
  z-index: 3;
  height: 450px;
  top: 40%;
  left: 50%;
}

.image-2.patat {
  height: 500px;
  top: 32%;
  left: 52%;
}

.image-2.kip {
  top: 35%;
  left: 49%;
}

.image-2.hero {
  top: 30%;
}

.image-2.hero.kip {
  top: 42%;
}

.image-2.appel2 {
  top: 43%;
  left: 55%;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.center {
  justify-content: center;
  align-items: center;
}

.container.video {
  background-color: var(--aqua-nuance-4);
  justify-content: center;
  align-items: center;
  width: 800px;
  height: auto;
}

.container.video.dark {
  background-color: var(--aqua-nuance-3);
}

.container.video.none {
  display: none;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: minmax(auto, 1fr) minmax(auto, 1fr) 1fr;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.grid.hero {
  width: 100%;
}

.artikels {
  background-color: var(--aqua-nuance-4);
  position: relative;
}

.artikel-tussenblok {
  background-color: var(--aqua-nuance-1);
  height: 150px;
}

.artikel-tussenblok.aqua-4 {
  background-color: var(--aqua-nuance-4);
}

.artikel-tussenblok.aqua-4.none {
  display: none;
}

.artikel-tussenblok.aquamarijn {
  background-color: var(--aquamarijn);
}

.artikel-tussenblok.aqua-2 {
  background-color: var(--aqua-nuance-2);
  height: 150px;
}

.artikel-tussenblok.aqua-3 {
  background-color: var(--aqua-nuance-3);
}

.artikel-tussenblok.aqua-3.none {
  height: 150px;
}

.section {
  background-color: var(--aqua-nuance-4);
  border-top-left-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 8rem 3rem;
  display: flex;
}

.section._50 {
  position: relative;
}

.paragraph {
  color: #fff;
  text-shadow: -2px 1px 1px #0000004d;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

.paragraph.wit {
  color: #fff;
}

.paragraph.aquamarijn {
  color: var(--aqua-nuance-1);
  font-size: 1.2rem;
}

.paragraph.aquamarijn.center, .paragraph.center {
  text-align: center;
}

.paragraph.relative {
  text-shadow: 0 1px 1px #0006;
  padding-right: 0;
  position: relative;
}

.waves---nav-container {
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.waves---brand {
  width: 200px;
  max-width: none;
}

.waves---nav-link {
  background-color: var(--aquamarijn);
  color: #fff;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 12px 16px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.waves---nav-link:hover {
  background-color: var(--aqua-nuance-4);
  color: #000;
}

.waves---nav-link.w--current {
  color: #fff;
  font-weight: 900;
}

.waves---nav-buttons-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---nav-menu {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves-dropdown-toggle {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 8px 12px 16px;
  display: none;
}

.waves-icon-drodpdown {
  width: 24px;
  height: 24px;
}

.waves-dropdown-list.w--open {
  background-color: var(--waves-library--white);
  border: 1px solid #1313131a;
  border-radius: 4px;
}

.waves---dropdown-link {
  text-align: center;
}

.waves-master-nav-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 240px 1fr 240px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.waves-middle-nav-2 {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-navbar-2 {
  z-index: 104;
  background-color: var(--waves-library--white);
  height: 100px;
  position: sticky;
  top: 0;
}

.waves---nav-cta {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.section-2 {
  background-color: var(--waves-library--white);
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---paragraph-small {
  font-size: 16px;
  line-height: 130%;
}

.waves-icon-24 {
  width: 24px;
  height: 24px;
}

.waves-footer-1 {
  background-color: var(--aqua-nuance-4);
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.waves-footer-1.groen {
  background-color: var(--groen-nuance-2);
}

.waves-top-footer-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-brand-link-footer-1 {
  height: 32px;
}

.waves-brand-footer-1 {
  width: 400px;
}

.waves-top-right-footer-1 {
  grid-column-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves-link-footer-1 {
  text-decoration: none;
}

.waves-divider-footer-1 {
  background-color: #13131333;
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
  display: none;
}

.waves-bottom-footer-1 {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.waves-bottom-right-footer-1 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading-4 {
  color: #1b746b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 7vw;
  line-height: .9;
}

.heading-4.green {
  color: #007a38;
}

.heading-4.relative {
  z-index: 1;
  margin-top: 0;
  font-size: 7vw;
  position: relative;
}

.heading-4.relative.green {
  color: #007a38;
}

.button-2 {
  background-color: #007a38;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
  position: relative;
}

.button-2.aqua {
  background-color: var(--aqua-nuance-4);
  color: #000;
}

.heading-5 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
}

.heading-5.black {
  color: #000;
}

.heading-5.relative {
  z-index: 5;
}

.container-2 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text {
  z-index: 1;
  color: #fff;
  position: relative;
}

.text-block {
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
}

.link {
  color: #000;
}

.paragraph-light {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
}

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

.paragraph-light.light.aqua, .paragraph-light.aqua {
  color: var(--aqua-nuance-1);
}

.paragraph-light.infogr {
  color: #000;
  font-size: .9rem;
}

.paragraph-light.groen {
  color: var(--waves-library--black);
}

.container-3 {
  max-width: 800px;
}

.waves---mg-top-17 {
  margin-top: 16px;
}

.waves---cta-dark-2 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: #131313e6;
}

.waves---main-container-3 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---paragraph-big-2 {
  color: var(--aqua-nuance-1);
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.waves---grid-image-halves {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
}

.waves---content-image-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-image-features-3 {
  border-radius: 20px 0 20px 20px;
  width: 100%;
}

.heading-artikels {
  color: var(--waves-library--white);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Barlow, sans-serif;
  font-size: 3vw;
  font-weight: 900;
  line-height: .9;
}

.heading-artikels.relative {
  z-index: 1;
  margin-top: 0;
  font-size: 7vw;
  position: relative;
}

.heading-artikels.relative.green {
  color: var(--groen-nuance-1);
  font-size: 6vw;
}

.heading-artikels.relative.wit {
  font-size: 6vw;
}

.heading-artikels.green {
  color: var(--groen-nuance-1);
}

.heading-artikels.blauw {
  color: var(--aqua-nuance-1);
}

.heading-artikels.wit {
  color: var(--waves-library--white);
  margin-bottom: 20px;
}

.heading-artikels._3 {
  color: var(--waves-library--white);
  margin-bottom: 15px;
  font-size: 4vw;
}

.heading-artikels.aqua {
  color: var(--aqua-nuance-1);
  margin-bottom: 15px;
}

.heading-artikels.center {
  color: var(--aquamarijn);
  text-align: center;
  font-size: 3vw;
  line-height: 1;
}

.heading-artikels.center.aquamarijn {
  color: var(--aquamarijn);
}

.heading-artikels.center.white {
  color: var(--waves-library--white);
}

.heading-artikels.groen {
  color: var(--groen-nuance-1);
}

.container-4 {
  width: 700px;
  max-width: 800px;
}

.waves---mg-top-18 {
  margin-top: 16px;
}

.waves---cta-dark-3 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-3:hover {
  background-color: #131313e6;
}

.waves---main-container-4 {
  max-width: 1000px;
}

.waves---heading-2-no-margins-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---paragraph-big-3 {
  font-size: 20px;
  line-height: 130%;
}

.waves---grid-image-halves-2 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.waves---content-image-halves-2 {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.waves-image-features-4 {
  border-radius: 24px 0 24px 24px;
  width: 100%;
}

.image-4 {
  margin-left: auto;
  margin-right: auto;
}

.image-5 {
  border-radius: 25px 0 25px 25px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bold-text-3, .bold-text-4, .bold-text-5 {
  font-weight: 400;
}

.bold-text-6, .bold-text-7 {
  font-weight: 400;
  text-decoration: none;
}

.link-2 {
  color: var(--aqua-nuance-1);
  text-decoration: none;
}

.cta {
  background-color: var(--aqua-nuance-4);
  padding: 5rem 2rem;
  position: relative;
}

.cta.aqua {
  z-index: 3;
  background-color: var(--aquamarijn);
  border-top-left-radius: 50px;
  margin-top: -50px;
}

.cta.aqua.none {
  display: none;
}

.cta.groen {
  background-color: var(--groen-nuance-2);
}

.cta.groen-1 {
  background-color: var(--groen-nuance-1);
  border-top-left-radius: 50px;
}

.image--50 {
  z-index: 2;
  margin-top: -50px;
  position: relative;
}

.div-block-6 {
  background-image: url('../images/web_AARDAPPEL_229.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 25px 0 25px 25px;
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
}

.div-block-6.appel-3 {
  background-image: url('../images/Web_APPEL_CT_1_783.jpg');
}

.div-block-6.land-3 {
  background-image: url('../images/web_AARDAPPEL_035.jpg');
  background-position: 50% 30%;
}

.div-block-6.rund-3 {
  background-image: url('../images/Web_RUND_CT_1_1216.jpg');
  background-position: 50%;
}

.div-block-6.kip-3 {
  background-image: url('../images/kip4.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-7 {
  background-image: url('../images/web_AARDAPPEL_997.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 25px 0 25px 25px;
}

.div-block-7.appel-4 {
  background-image: url('../images/Web_APPEL_CT_1_204.jpg');
  background-position: 50% 80%;
  height: 500px;
}

.div-block-7.land-4 {
  background-image: url('../images/Web_APPEL_CT_1_191.jpg');
  background-position: 50%;
  height: 500px;
}

.div-block-7.land-5 {
  background-image: url('../images/Web_APPEL_CT_1_1690.jpg');
  background-position: 50%;
  height: 500px;
}

.div-block-7.rund-4 {
  background-image: url('../images/Web_RUND_CT_1_1913.jpg');
  background-position: 50%;
  height: 100%;
}

.div-block-7.rund-5 {
  background-image: url('../images/Web_RUND_CT_1_873.jpg');
  background-position: 50%;
  height: 500px;
}

.div-block-7.kip-4 {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/Web_RUND_CT_1_1913.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 500px;
}

.div-block-7.kip-5, .div-block-7.land-5, .div-block-7.land-6 {
  background-image: url('../images/kip.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.div-block-7.land-7 {
  background-image: url('../images/Web_APPEL_CT_1_1690.jpg');
  background-position: 50%;
  height: 500px;
}

.div-block-7.mossel-1 {
  background-image: url('../images/mosselboerderij.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.button-3 {
  margin-left: auto;
  margin-right: auto;
}

.bold-text-8 {
  color: var(--groen-nuance-1);
}

.paragraph-regular {
  color: #fff;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
  position: relative;
}

.paragraph-regular.light {
  font-weight: 300;
}

.paragraph-regular.light.aqua {
  color: var(--aqua-nuance-1);
}

.paragraph-regular.aqua {
  color: var(--aqua-nuance-1);
  margin-top: 0;
}

.paragraph-regular.groen {
  color: var(--groen-nuance-1);
}

.paragraph-regular.box-shadow {
  text-shadow: -3px 1px 3px #0000001a;
  margin-top: 10px;
}

.paragraph-regular.bold {
  font-weight: 400;
}

.bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15 {
  font-weight: 900;
}

.sub {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 1;
}

.sub-head {
  z-index: 1;
  color: var(--waves-library--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
}

.sub-head.none {
  display: none;
}

.italic-text {
  font-size: 18px;
  font-weight: 300;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
  width: 800px;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

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

.heading-6 {
  color: var(--aqua-nuance-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
}

.paragraph-2 {
  color: var(--waves-library--white);
  border-radius: 20px 0 20px 20px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  line-height: 1;
}

.image-6 {
  width: 26px;
}

.div-block-8 {
  background-color: var(--aquamarijn);
  border-radius: 20px 0 20px 20px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.procent {
  font-size: 2rem;
  font-weight: 700;
}

.info-wrapper {
  height: auto;
}

.link3 {
  color: #fff;
  font-weight: 300;
  text-decoration: underline;
}

.div-block-9 {
  background-color: #e9e9e9;
}

.bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19 {
  font-weight: 300;
}

.code-embed {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .waves---grid-halves-sticky {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .waves---sticky-halves-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .waves---master-tiles-features-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .waves---sticky-halves {
    flex-direction: column;
    align-items: center;
  }

  .waves---content-sticky-features-2 {
    text-align: center;
    align-items: center;
  }

  .nav-list {
    font-size: 1.5vw;
  }

  .artikel-section.home {
    position: relative;
  }

  .artikel-section.rund {
    z-index: 2;
    position: relative;
  }

  .artikel-head {
    z-index: 2;
    height: 120px;
  }

  .artikel-info.image {
    background-attachment: scroll;
  }

  .artikel-info.aqua-3.video-2 {
    padding-top: 3rem;
  }

  .artikel-info.image-3 {
    background-position: 50%;
    background-attachment: scroll;
  }

  .heading {
    font-size: 10vw;
  }

  .heading.relative {
    font-size: 13vw;
  }

  .heading.relative.green {
    font-size: 10vw;
  }

  .heading.relative.wit {
    font-size: 9vw;
  }

  .heading.relative.wit._20 {
    margin-bottom: 20px;
  }

  .heading-2 {
    margin-top: -40px;
    font-size: 20px;
  }

  .heading-3 {
    font-size: 3.5vw;
  }

  .heading-3.relative {
    font-size: 3vw;
  }

  .image-2 {
    height: 450px;
    inset: 262px 7% 0% auto;
  }

  .image-2.tractor {
    height: 400px;
    top: 55%;
    left: 46%;
  }

  .image-2.appel {
    top: 50%;
  }

  .image-2.kip {
    z-index: 3;
    height: 450px;
    top: 304px;
    left: 44%;
    right: 0%;
  }

  .image-2.hero.koe {
    top: 37%;
    left: 77%;
  }

  .image-2.hero.kip {
    top: 59%;
    left: 51%;
  }

  .image-2.appel2 {
    top: 50%;
    right: -10%;
  }

  .container {
    max-width: 550px;
  }

  .grid {
    width: 75%;
  }

  .artikel-tussenblok.aqua-4 {
    margin-top: -25%;
  }

  .artikel-tussenblok.aqua-2 {
    margin-bottom: -48px;
  }

  .artikel-tussenblok.aqua-3.none {
    margin-top: -100px;
  }

  .section {
    padding-bottom: 10rem;
  }

  .paragraph {
    z-index: 4;
  }

  .waves---nav-brand-link {
    padding-left: 0;
  }

  .waves---nav-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    display: flex;
  }

  .waves---nav-buttons-right {
    grid-column-gap: 8px;
  }

  .waves---nav-menu {
    background-color: var(--waves-library--white);
    border: 1px solid #1313131a;
    border-radius: 8px;
    margin-top: 4px;
  }

  .waves-dropdown-toggle {
    padding-right: 16px;
    font-size: 20px;
  }

  .waves-dropdown-list.w--open {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .waves---dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .waves-master-nav-2 {
    display: flex;
  }

  .waves---menu-button {
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---menu-button.w--open {
    background-color: var(--waves-library--black);
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---hamburger-icon {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
  }

  .waves---nav-dropdown {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-top-footer-1 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .waves-divider-footer-1 {
    margin-top: 40px;
  }

  .waves-bottom-footer-1 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .heading-4 {
    font-size: 12vw;
  }

  .heading-4.relative {
    font-size: 13vw;
  }

  .heading-5 {
    z-index: 10;
    font-size: 3vw;
  }

  .heading-5.black, .heading-5.relative {
    font-size: 3vw;
  }

  .waves---paragraph-big-2 {
    text-align: left;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-3 {
    max-width: 470px;
  }

  .heading-artikels {
    font-size: 6vw;
  }

  .heading-artikels.relative {
    font-size: 13vw;
  }

  .heading-artikels.aqua {
    text-align: left;
  }

  .heading-artikels.center {
    font-size: 5vw;
  }

  .container-4 {
    max-width: 550px;
  }

  .waves---grid-image-halves-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: center stretch;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-image-halves-2 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .waves-image-features-4 {
    max-width: 520px;
  }

  .div-block-6, .div-block-7, .div-block-7.appel-4, .div-block-7.land-4, .div-block-7.land-5, .div-block-7.rund-4, .div-block-7.rund-5, .div-block-7.kip-4, .div-block-7.kip-5, .div-block-7.land-5, .div-block-7.land-6, .div-block-7.land-7, .div-block-7.mossel-1 {
    height: 400px;
  }

  .paragraph-regular.aqua {
    text-align: left;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
    width: 600px;
  }

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

@media screen and (max-width: 767px) {
  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .artikel-section.rund {
    position: relative;
  }

  .artikel-head {
    margin-bottom: -70px;
    padding-left: 4rem;
  }

  .artikel-info.image-3 {
    z-index: 0;
    background-position: 50%;
  }

  .artikel-info.image-3.aardappel-2, .artikel-info.image-3.appel-2, .artikel-info.image-3.rund-2, .artikel-info.image-3.kip-2 {
    background-attachment: scroll;
  }

  .heading {
    font-size: 11vw;
  }

  .heading.relative {
    font-size: 15vw;
  }

  .heading.margin-20 {
    font-size: 10vw;
  }

  .heading-2 {
    margin-top: -55px;
  }

  .heading-3 {
    font-size: 4vw;
  }

  .image-2 {
    height: 400px;
    left: 55%;
  }

  .image-2.tractor {
    top: 54%;
    left: 42%;
  }

  .image-2.appel {
    height: 350px;
    top: 48%;
  }

  .image-2.patat {
    height: 400px;
    top: 39%;
    left: 44%;
  }

  .image-2.kip {
    height: 400px;
    top: 328px;
  }

  .image-2.mossel {
    left: 48%;
  }

  .image-2.koe {
    left: 46%;
  }

  .image-2.hero.koe {
    top: 69%;
    left: 71%;
  }

  .image-2.hero.kip {
    left: 44%;
  }

  .grid {
    width: 80%;
  }

  .artikel-tussenblok.aqua-4 {
    margin-top: -40%;
  }

  .section {
    padding-bottom: 10rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .paragraph {
    font-size: 1rem;
    line-height: 1.2;
  }

  .waves---nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .section-2 {
    margin-top: 0;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .heading-4 {
    font-size: 14vw;
  }

  .heading-4.relative {
    font-size: 15vw;
  }

  .heading-5 {
    font-size: 4vw;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---paragraph-big-2 {
    font-size: 1rem;
  }

  .heading-artikels {
    font-size: 7vw;
  }

  .heading-artikels.relative {
    font-size: 15vw;
  }

  .bold-text-2 {
    font-size: 5vw;
  }

  .container-4 {
    width: 80%;
  }

  .waves---main-container-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---content-image-halves-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-6, .div-block-7, .div-block-7.appel-4, .div-block-7.land-4, .div-block-7.land-5, .div-block-7.rund-4, .div-block-7.rund-5, .div-block-7.kip-4, .div-block-7.kip-5, .div-block-7.land-5, .div-block-7.land-6, .div-block-7.land-7 {
    height: 300px;
  }

  .div-block-7.mossel-1 {
    height: 450px;
  }

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

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

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .artikel-head {
    margin-bottom: -70px;
    padding-left: 3rem;
  }

  .artikel-info {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .artikel-info.aqua-2, .artikel-info.aqua-3 {
    padding-top: 5rem;
  }

  .artikel-info.aqua-3.video {
    padding-top: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .artikel-info.image-3.aardappel-2, .artikel-info.image-3.appel-2, .artikel-info.image-3.rund-2, .artikel-info.image-3.kip-2 {
    background-position: 37%;
  }

  .heading.relative.wit {
    color: var(--waves-library--white);
    font-size: 11vw;
  }

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

  .heading.wit.relative {
    font-size: 10vw;
  }

  .heading-2 {
    font-size: 19px;
  }

  .heading-3 {
    margin-top: 10px;
    font-size: 6vw;
    line-height: 1.1;
  }

  .heading-3.black {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 6vw;
  }

  .heading-3.relative {
    color: var(--waves-library--white);
    font-size: 6vw;
  }

  .button {
    position: relative;
  }

  .button.green, .button.aqua {
    font-size: 15px;
  }

  .button.center.aquamarijn {
    align-self: flex-start;
    font-size: 15px;
  }

  .image-2 {
    height: 350px;
    display: block;
    top: 60%;
    left: 49%;
  }

  .image-2.tractor {
    height: 200px;
    top: 64%;
    left: 45%;
  }

  .image-2.appel {
    height: 250px;
    left: 48%;
  }

  .image-2.patat {
    height: 250px;
    top: 49%;
    left: 52%;
  }

  .image-2.kip {
    height: 300px;
    top: 335px;
    left: 20%;
  }

  .image-2.mossel {
    height: 250px;
    left: 56%;
  }

  .image-2.koe {
    height: 250px;
    top: 55%;
    left: 54%;
  }

  .image-2.hero.koe {
    top: 76%;
    left: 58%;
  }

  .image-2.hero.kip {
    top: 75%;
    left: 27%;
  }

  .image-2.appel2 {
    top: 73%;
    left: 33%;
  }

  .image-2.appel2.none {
    top: 72%;
    left: 30%;
    right: 13%;
  }

  .grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 90%;
  }

  .artikel-tussenblok.aqua-4 {
    margin-top: -60%;
  }

  .section {
    padding-left: 19px;
    padding-right: 19px;
  }

  .section._50 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .paragraph {
    font-size: .9rem;
  }

  .waves---nav-link {
    margin-bottom: 5px;
  }

  .waves---nav-cta {
    display: none;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .waves-bottom-right-footer-1 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .button-2.aqua {
    z-index: 5;
    font-size: 15px;
  }

  .heading-5 {
    z-index: 1;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 6vw;
    line-height: 1.1;
  }

  .heading-5.black {
    font-size: 6vw;
  }

  .heading-5.relative {
    font-size: 5vw;
    line-height: 1.3;
  }

  .bold-text {
    font-size: 6vw;
  }

  .text-block {
    font-size: 13px;
  }

  .paragraph-light {
    font-size: .9rem;
  }

  .paragraph-light.light {
    margin-top: 0;
    font-size: .9rem;
  }

  .paragraph-light.aqua {
    font-size: 1rem;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---paragraph-big-2 {
    font-size: .9rem;
  }

  .waves---content-image-halves {
    align-items: stretch;
  }

  .heading-artikels {
    font-size: 8vw;
    font-weight: 800;
    line-height: 1;
  }

  .heading-artikels.wit {
    z-index: 1;
    position: relative;
  }

  .heading-artikels.center {
    text-align: center;
    font-size: 7vw;
    line-height: 1.1;
  }

  .heading-artikels.center.aquamarijn {
    font-size: 7vw;
  }

  .heading-artikels.center.white {
    text-align: center;
  }

  .bold-text-2 {
    font-size: 6vw;
  }

  .waves---main-container-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 34px;
  }

  .waves---content-image-halves-2 {
    grid-row-gap: 0px;
    align-items: stretch;
  }

  .div-block-7 {
    height: 250px;
  }

  .div-block-7.appel-4, .div-block-7.land-4, .div-block-7.land-5, .div-block-7.rund-4, .div-block-7.rund-5, .div-block-7.kip-4, .div-block-7.kip-5, .div-block-7.land-5, .div-block-7.land-6, .div-block-7.land-7 {
    height: 200px;
  }

  .div-block-7.mossel-1 {
    height: 300px;
  }

  .bold-text-8 {
    font-size: 7vw;
  }

  .paragraph-regular {
    color: var(--waves-library--white);
    margin-top: 10px;
    font-size: .9rem;
  }

  .paragraph-regular.light {
    margin-top: 0;
    font-size: .9rem;
  }

  .paragraph-regular.aqua {
    text-align: left;
    font-size: 1rem;
  }

  .paragraph-regular.white {
    color: var(--waves-library--white);
  }

  .bold-text-12, .bold-text-13, .bold-text-14 {
    font-weight: 900;
  }

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

#w-node-ee854ed4-58f5-6fb7-41b7-971e82d255bb-2fa74670 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_34b65461-cf97-519e-3525-015927d49021-2fa74670 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_86ba8592-93ec-0e00-cded-132133991059-2fa74670 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_98a4a1cb-7c2c-ec96-2038-32fca88c5e8c-2fa74670 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-e6b1be4a-74b5-14a7-db11-f378293061b3-2fa74670 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_79fa88e6-880e-c52c-f64a-eb83ebbb9491-2fa74670 {
  justify-self: start;
}

#w-node-e8652ba9-ad46-cf80-a148-52ab83371251-2fa74670 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-e8652ba9-ad46-cf80-a148-52ab83371253-2fa74670 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-e8652ba9-ad46-cf80-a148-52ab83371255-2fa74670 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-e8652ba9-ad46-cf80-a148-52ab83371257-2fa74670 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-e8652ba9-ad46-cf80-a148-52ab83371258-2fa74670 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e8652ba9-ad46-cf80-a148-52ab8337125a-2fa74670 {
  justify-self: start;
}

#w-node-af0dbed6-8b7f-4a3b-c3b1-258059013924-2fa74670 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-af0dbed6-8b7f-4a3b-c3b1-258059013926-2fa74670 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-af0dbed6-8b7f-4a3b-c3b1-258059013928-2fa74670 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-ad13bcd8-6985-4ed3-7925-7a2d41ddc452-2fa74670 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_704eb857-d08b-73cb-60b8-12905e9894a3-2fa74670 {
  grid-area: 5 / 1 / 6 / 4;
  place-self: center start;
}

#w-node-_0168b653-d7ac-64b1-ecbc-079e2e0b7b59-2fa74670 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_897ecaa6-0d9c-6414-fc30-1f2eff9035c1-2fa74670 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_897ecaa6-0d9c-6414-fc30-1f2eff9035c3-2fa74670 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_897ecaa6-0d9c-6414-fc30-1f2eff9035c5-2fa74670 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_8d0e71ac-e2bd-94e4-4dba-263d575b5235-2fa74670 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_897ecaa6-0d9c-6414-fc30-1f2eff9035ca-2fa74670 {
  grid-area: 5 / 1 / 6 / 3;
  place-self: center start;
}

#w-node-_023431da-ea3f-ce66-c1a7-754f2c0437ba-2fa74670 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_023431da-ea3f-ce66-c1a7-754f2c0437bc-2fa74670 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_023431da-ea3f-ce66-c1a7-754f2c0437be-2fa74670 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_1516036a-4ae2-047a-d592-e208e49bdbb7-2fa74670 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_023431da-ea3f-ce66-c1a7-754f2c0437c0-2fa74670 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_09e7eb0a-b85f-3e0e-6024-2bd6f702e939-2fa74670 {
  grid-area: 5 / 1 / 6 / 2;
  justify-self: start;
}

#w-node-_4834ef04-72da-6d9e-c63e-8d62a6cd7ebd-2fa74670 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_4834ef04-72da-6d9e-c63e-8d62a6cd7ebf-2fa74670 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_4834ef04-72da-6d9e-c63e-8d62a6cd7ec3-2fa74670 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_4834ef04-72da-6d9e-c63e-8d62a6cd7ec4-2fa74670 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4834ef04-72da-6d9e-c63e-8d62a6cd7ec6-2fa74670 {
  grid-area: 4 / 1 / 5 / 2;
  justify-self: start;
}

#w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a06-117cbe57 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a0a-117cbe57 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a0c-117cbe57 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a0d-117cbe57, #w-node-_3974b1ba-10df-81bb-5c5f-61cf08021db6-117cbe57 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-dcf870d3-0694-7b4c-ed23-078db9d037f9-117cbe57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6f435f88-e017-1158-6721-1e2c6449ec02-117cbe57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f435f88-e017-1158-6721-1e2c6449ec03-117cbe57, #w-node-e09c5e75-362e-dbe7-8dcd-520eceff45fc-117cbe57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1ed8105f-d713-5c83-80e7-6360a69c5189-117cbe57 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1ed8105f-d713-5c83-80e7-6360a69c518e-117cbe57 {
  order: -9999;
}

#w-node-a3185a98-3e61-3335-1966-4ecaf10613ab-08044418 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a06-08044418 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a08-08044418 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a0c-08044418 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a0d-08044418, #w-node-_3974b1ba-10df-81bb-5c5f-61cf08021db6-08044418 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dcf870d3-0694-7b4c-ed23-078db9d037f9-08044418, #w-node-e09c5e75-362e-dbe7-8dcd-520eceff45fc-08044418, #w-node-_5702f837-8ac4-0864-d6dc-2e0720e5bffb-08044418 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ce898950-3c90-2133-0044-04ce3437d91e-08044418 {
  order: -9999;
}

#w-node-a3185a98-3e61-3335-1966-4ecaf10613ab-96395b61 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a06-96395b61 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a08-96395b61 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a0a-96395b61 {
  grid-area: 4 / 1 / 5 / 4;
}

#w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a0c-96395b61 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a0d-96395b61, #w-node-_3974b1ba-10df-81bb-5c5f-61cf08021db6-96395b61 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dcf870d3-0694-7b4c-ed23-078db9d037f9-96395b61, #w-node-e09c5e75-362e-dbe7-8dcd-520eceff45fc-96395b61, #w-node-_5702f837-8ac4-0864-d6dc-2e0720e5bffb-96395b61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ce898950-3c90-2133-0044-04ce3437d91e-96395b61 {
  order: -9999;
}

#w-node-a3185a98-3e61-3335-1966-4ecaf10613ab-336543c9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a06-336543c9 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a08-336543c9 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a0a-336543c9 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a0c-336543c9 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a0d-336543c9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3974b1ba-10df-81bb-5c5f-61cf08021db6-336543c9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dcf870d3-0694-7b4c-ed23-078db9d037f9-336543c9, #w-node-e09c5e75-362e-dbe7-8dcd-520eceff45fc-336543c9, #w-node-_5702f837-8ac4-0864-d6dc-2e0720e5bffb-336543c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ce898950-3c90-2133-0044-04ce3437d91e-336543c9 {
  order: -9999;
}

#w-node-e623ce6e-f4b6-688f-0c80-a35754d1c2e3-336543c9 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e623ce6e-f4b6-688f-0c80-a35754d1c2e8-336543c9 {
  order: -9999;
}

#w-node-_771f14d8-5fd0-cc44-4c93-2b4f2db0fa1e-336543c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_771f14d8-5fd0-cc44-4c93-2b4f2db0fa23-336543c9 {
  order: -9999;
}

#w-node-_12c93f7d-8a6d-6331-89c0-fcee4e98d302-336543c9 {
  place-self: center start;
}

#w-node-_0e1571e1-b441-ce16-83a7-a81882b6990f-336543c9 {
  align-self: center;
}

#w-node-_17b13a7b-f326-b0ab-0b68-b75e911f9197-336543c9 {
  place-self: center start;
}

#w-node-_17b13a7b-f326-b0ab-0b68-b75e911f9199-336543c9 {
  align-self: center;
}

#w-node-_88d5f454-41b9-dbe9-a07d-57b000fdbc65-336543c9 {
  place-self: center start;
}

#w-node-_88d5f454-41b9-dbe9-a07d-57b000fdbc67-336543c9 {
  align-self: center;
}

#w-node-ae42cf19-fc18-ea1e-0e63-5c41deeb9d52-336543c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae42cf19-fc18-ea1e-0e63-5c41deeb9d58-336543c9 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center start;
}

#w-node-ae42cf19-fc18-ea1e-0e63-5c41deeb9d5a-336543c9 {
  align-self: center;
}

#w-node-ae42cf19-fc18-ea1e-0e63-5c41deeb9d5c-336543c9 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_01196390-7e1d-a068-37b6-66f08e610ca4-336543c9 {
  place-self: center start;
}

#w-node-_01196390-7e1d-a068-37b6-66f08e610ca6-336543c9 {
  align-self: center;
}

#w-node-_19dc23a6-55b6-7ed3-4de0-d314fc2bb691-336543c9 {
  place-self: center start;
}

#w-node-_19dc23a6-55b6-7ed3-4de0-d314fc2bb693-336543c9 {
  align-self: center;
}

#w-node-_35351ec2-86fa-bfd2-ea85-89c958a25500-336543c9 {
  place-self: center start;
}

#w-node-_35351ec2-86fa-bfd2-ea85-89c958a25502-336543c9 {
  align-self: center;
}

#w-node-a3185a98-3e61-3335-1966-4ecaf10613ab-6e51a573 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a06-6e51a573 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a08-6e51a573 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a0a-6e51a573 {
  grid-area: 4 / 1 / 5 / 4;
}

#w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a0c-6e51a573 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a0d-6e51a573, #w-node-_3974b1ba-10df-81bb-5c5f-61cf08021db6-6e51a573 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dcf870d3-0694-7b4c-ed23-078db9d037f9-6e51a573, #w-node-e09c5e75-362e-dbe7-8dcd-520eceff45fc-6e51a573, #w-node-_5702f837-8ac4-0864-d6dc-2e0720e5bffb-6e51a573 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ce898950-3c90-2133-0044-04ce3437d91e-6e51a573 {
  order: -9999;
}

#w-node-_1082f97c-cd11-1e7b-bc52-2fde495a1db2-6e51a573 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1082f97c-cd11-1e7b-bc52-2fde495a1dc1-6e51a573 {
  order: -9999;
}

#w-node-a3185a98-3e61-3335-1966-4ecaf10613ab-66d02321 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a06-66d02321 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a08-66d02321 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a0c-66d02321 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a0d-66d02321, #w-node-_3974b1ba-10df-81bb-5c5f-61cf08021db6-66d02321 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dcf870d3-0694-7b4c-ed23-078db9d037f9-66d02321, #w-node-e09c5e75-362e-dbe7-8dcd-520eceff45fc-66d02321 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1082f97c-cd11-1e7b-bc52-2fde495a1db2-66d02321 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1082f97c-cd11-1e7b-bc52-2fde495a1dc1-66d02321 {
  order: -9999;
}

@media screen and (max-width: 991px) {
  #w-node-ee854ed4-58f5-6fb7-41b7-971e82d255bb-2fa74670 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_79fa88e6-880e-c52c-f64a-eb83ebbb9491-2fa74670 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-e8652ba9-ad46-cf80-a148-52ab83371251-2fa74670 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-e8652ba9-ad46-cf80-a148-52ab8337125a-2fa74670 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-_704eb857-d08b-73cb-60b8-12905e9894a3-2fa74670 {
    grid-area: 5 / 1 / 6 / 4;
    place-self: center start;
  }

  #w-node-_8d0e71ac-e2bd-94e4-4dba-263d575b5235-2fa74670 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_897ecaa6-0d9c-6414-fc30-1f2eff9035ca-2fa74670 {
    grid-area: 5 / 1 / 6 / 4;
    place-self: center start;
  }

  #w-node-_023431da-ea3f-ce66-c1a7-754f2c0437ba-2fa74670 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_023431da-ea3f-ce66-c1a7-754f2c0437bc-2fa74670 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_023431da-ea3f-ce66-c1a7-754f2c0437be-2fa74670 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_1516036a-4ae2-047a-d592-e208e49bdbb7-2fa74670 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_09e7eb0a-b85f-3e0e-6024-2bd6f702e939-2fa74670 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-_4834ef04-72da-6d9e-c63e-8d62a6cd7ebd-2fa74670 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_4834ef04-72da-6d9e-c63e-8d62a6cd7ec4-2fa74670 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4834ef04-72da-6d9e-c63e-8d62a6cd7ec6-2fa74670 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a06-117cbe57 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_6f435f88-e017-1158-6721-1e2c6449ec02-117cbe57 {
    place-self: center;
  }

  #w-node-a3185a98-3e61-3335-1966-4ecaf10613ab-08044418 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a06-08044418 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a08-08044418 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a0d-08044418, #w-node-_3974b1ba-10df-81bb-5c5f-61cf08021db6-08044418, #w-node-a3185a98-3e61-3335-1966-4ecaf10613ab-96395b61 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a06-96395b61 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a08-96395b61 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a0a-96395b61 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a0d-96395b61, #w-node-_3974b1ba-10df-81bb-5c5f-61cf08021db6-96395b61, #w-node-a3185a98-3e61-3335-1966-4ecaf10613ab-336543c9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a06-336543c9 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a08-336543c9 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a0a-336543c9 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a0d-336543c9, #w-node-_3974b1ba-10df-81bb-5c5f-61cf08021db6-336543c9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ae42cf19-fc18-ea1e-0e63-5c41deeb9d52-336543c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a3185a98-3e61-3335-1966-4ecaf10613ab-6e51a573 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a06-6e51a573 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a08-6e51a573 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a0a-6e51a573 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a0d-6e51a573, #w-node-_3974b1ba-10df-81bb-5c5f-61cf08021db6-6e51a573, #w-node-a3185a98-3e61-3335-1966-4ecaf10613ab-66d02321 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a06-66d02321 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a08-66d02321 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a0d-66d02321, #w-node-_3974b1ba-10df-81bb-5c5f-61cf08021db6-66d02321 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_34b65461-cf97-519e-3525-015927d49021-2fa74670, #w-node-e8652ba9-ad46-cf80-a148-52ab83371253-2fa74670, #w-node-_4834ef04-72da-6d9e-c63e-8d62a6cd7ebf-2fa74670 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-b9da3293-4915-c4ea-6ca5-7fd5e1aa2a06-117cbe57 {
    grid-area: 1 / 1 / 2 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_79fa88e6-880e-c52c-f64a-eb83ebbb9491-2fa74670, #w-node-e8652ba9-ad46-cf80-a148-52ab8337125a-2fa74670 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-_704eb857-d08b-73cb-60b8-12905e9894a3-2fa74670 {
    grid-area: 5 / 1 / 6 / 4;
    place-self: center start;
  }

  #w-node-_0168b653-d7ac-64b1-ecbc-079e2e0b7b59-2fa74670 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_897ecaa6-0d9c-6414-fc30-1f2eff9035c1-2fa74670 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_897ecaa6-0d9c-6414-fc30-1f2eff9035ca-2fa74670 {
    grid-area: 5 / 1 / 6 / 4;
    place-self: center start;
  }

  #w-node-_023431da-ea3f-ce66-c1a7-754f2c0437ba-2fa74670 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_023431da-ea3f-ce66-c1a7-754f2c0437bc-2fa74670 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_023431da-ea3f-ce66-c1a7-754f2c0437be-2fa74670 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_09e7eb0a-b85f-3e0e-6024-2bd6f702e939-2fa74670 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-_4834ef04-72da-6d9e-c63e-8d62a6cd7ec4-2fa74670 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4834ef04-72da-6d9e-c63e-8d62a6cd7ec6-2fa74670 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }
}


