@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Light.woff2') format("woff2"), url('../fonts/Inter-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.woff2') format("woff2"), url('../fonts/Inter-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.woff2') format("woff2"), url('../fonts/Inter-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Medium.woff2') format("woff2"), url('../fonts/Inter-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Bold.woff2') format("woff2"), url('../fonts/Inter-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --black: #505050;
  --primary-dark: #006053;
  --primary: #008573;
  --white: white;
  --primary-light: #f6f7f9;
  --light-gray: #f6f7f9;
  --primary-brown: #a36630;
  --white-50: #ffffff80;
  --dark-gray: #afafaf;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--gray200: #eaecf0;
  --gray: #e9e9e9;
  --dark-gray-50: #afafaf80;
  --paragraph-gray: #757575;
  --00ae97: var(--black);
}

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

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
}

h1 {
  color: var(--primary-dark);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Londrinasolid, Impact, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 1.2em;
}

h2 {
  color: var(--primary-dark);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Londrinasolid, Impact, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1em;
}

h3 {
  color: var(--primary-dark);
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Londrinasolid, Impact, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.4em;
}

h4 {
  color: var(--primary-dark);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Londrinasolid, Impact, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4em;
}

h5 {
  color: var(--primary-dark);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Londrinasolid, Impact, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4em;
}

h6 {
  color: var(--primary-dark);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Londrinasolid, Impact, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
}

p {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  align-items: center;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

ul {
  grid-row-gap: 5px;
  color: var(--black);
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  text-transform: none;
  align-items: center;
  padding-left: 5px;
  font-weight: 300;
  line-height: 1.4em;
  list-style-type: disc;
  overflow: visible;
}

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

label {
  color: var(--primary);
  margin-bottom: 10px;
  font-weight: 600;
  display: block;
}

strong {
  font-weight: 400;
}

blockquote {
  text-align: center;
  background-image: url('../images/double-quotes-d.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px 10px;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
}

.section {
  background-color: var(--white);
  padding-top: 140px;
  padding-bottom: 140px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section.without-bottom-spacing {
  background-color: var(--primary-light);
  padding-bottom: 0;
}

.section.without-bottom-spacing.hide {
  display: block;
}

.section.light-round-style {
  z-index: 1;
  background-color: var(--primary-light);
  border-radius: 0;
  margin-top: -30px;
  margin-bottom: -30px;
  padding-top: 140px;
  padding-bottom: 140px;
  display: block;
}

.section.bottom-plus-30-padding {
  background-color: var(--primary-light);
  padding-bottom: 110px;
}

.section.bottom-plus-30-padding.white {
  background-color: var(--white);
}

.section.light-round-top-style-no-bottom-spacing {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -30px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.section.grey {
  background-color: var(--light-gray);
}

.section.grey.hide {
  display: block;
}

.section.contact-form {
  z-index: 0;
  background-color: var(--light-gray);
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section.contact-form.nomargintop {
  margin-top: 0;
  padding-top: 0;
}

.section.contact-form.nomargintop.nomarginbottom {
  padding-bottom: 0;
}

.section.contact-form.smallbottommargin {
  padding-bottom: 60px;
}

.section.contact-form.smallbottommargin.no-margin-bottom {
  padding-bottom: 0;
}

.section.contact-form.faq {
  flex-flow: column;
  justify-content: center;
  margin-top: 0;
}

.section.contact-form.nomargintop-copy {
  margin-top: 0;
  padding-top: 0;
}

.section.contact-form.nomargintop-copy.nomarginbottom {
  padding-bottom: 0;
}

.section.contact-form.padding-oudedocumenten, .section.notopmargin {
  padding-top: 0;
}

.section.over {
  background-color: var(--light-gray);
  padding-top: 0;
  padding-bottom: 0;
}

.base-container {
  overflow-wrap: normal;
  flex-flow: column;
  flex: 1;
  place-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: static;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.contact {
  flex-direction: row;
}

.base-container.bestuur {
  margin-bottom: 100px;
}

.base-container.adviseurs-bestuur {
  margin-bottom: 100px;
  padding-bottom: 0;
}

.primary-button {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  border: 1px solid #0000;
  border-radius: 20px;
  padding: 10px 24px;
  font-size: 17px;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  border-color: var(--primary-dark);
  background-color: var(--primary-dark);
  opacity: 1;
  color: var(--white);
  background-image: none;
  border-radius: 20px;
  padding-right: 24px;
  transform: scale(1.02);
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.pagination {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-top: 30px;
  padding-right: 24px;
}

.primary-button.pagination:hover {
  border-color: var(--primary-brown);
  background-color: var(--primary-brown);
}

.primary-button.white-style {
  background-color: var(--white);
  color: var(--primary-dark);
  border-color: #0000;
}

.primary-button.hidemobile {
  flex: none;
  padding: 8px 18px;
  font-size: 16px;
}

.primary-button.hidemobile.w--current {
  padding-left: 24px;
  padding-right: 24px;
}

.primary-button.nee, .primary-button.ja {
  opacity: .5;
}

.primary-button.marginright {
  margin-right: 10px;
}

.primary-button.margin {
  margin-top: 20px;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  background-color: #fff0;
  justify-content: flex-end;
  align-items: center;
  position: static;
}

.nav-link {
  color: var(--white);
  text-align: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  opacity: 1;
  color: var(--white-50);
}

.nav-link.w--current {
  color: var(--white);
  display: none;
}

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

.nav-dropdown-toggle {
  grid-column-gap: 8px;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  display: flex;
}

.nav-dropdown-icon {
  color: var(--white);
  margin-right: 0;
  font-size: 16px;
  display: block;
  position: relative;
}

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 220px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  color: var(--black);
  text-align: left;
  text-transform: capitalize;
  width: 100%;
  margin-left: 0;
  padding: 8px 8px 8px 0;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  border-bottom: 0px none var(--primary-dark);
  color: var(--primary-dark);
  margin-left: 0;
  text-decoration: underline;
}

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

.nav-item-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  transition: color .3s;
}

.nav-item-title:hover {
  color: var(--white-50);
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.banner-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.licensing-icon-link {
  margin-top: 0;
  margin-bottom: 20px;
}

.utility-page-wrap {
  background-color: var(--light-gray);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 320px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.password-input {
  border: 1px solid var(--dark-gray);
  border-radius: 20px;
  min-width: 280px;
  min-height: 40px;
  margin-bottom: 15px;
  padding: 10px 22px;
  font-size: 18px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--primary);
}

.password-input::placeholder {
  color: var(--dark-gray);
  font-size: 18px;
  line-height: 1.2em;
}

.password-title-wrapper {
  margin-bottom: 50px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

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

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer {
  z-index: 999;
  background-color: var(--primary);
  text-align: center;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  align-items: flex-start;
  margin-top: -30px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.footer-bottom-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 5px;
  border-top: 1px solid var(--white-50);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  display: flex;
}

.footer-copyright {
  color: var(--white);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
  display: inline;
}

.body-with-background {
  background-color: var(--light-gray);
}

.section-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section-title-wrapper.no-paragraph {
  margin-bottom: 10px;
}

.process-image-wrapper, .process-content {
  width: 45%;
}

.process-number-wrapper {
  flex: 1;
  max-width: 20%;
  padding-left: 40px;
  padding-right: 40px;
}

.paragraph-large {
  font-size: 17px;
}

.banner-title-wrapper {
  z-index: 999;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  display: flex;
  position: relative;
}

.text-white {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
}

.text-white.subtitle {
  outline-offset: 0px;
  border-bottom-style: none;
  border-bottom-width: 0;
  outline: 3px #fff;
  margin-bottom: 10px;
}

.section-title {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 400;
  line-height: .9em;
}

.accordion-toggle {
  color: var(--primary-dark);
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  display: flex;
  position: static;
}

.accordion-toggle.oude-documenten {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.accordion-toggle.concept-doc {
  justify-content: space-between;
  align-items: flex-start;
}

.accordion-toggle.hide {
  opacity: 0;
}

.accordion-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.accordion-wrapper.news-content {
  display: block;
}

.accordion-list-content {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-title {
  color: var(--primary-dark);
  text-transform: uppercase;
  width: 92%;
  font-family: Londrinasolid, Impact, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.4em;
  transition: color .2s;
}

.accordion-title:hover {
  color: var(--primary);
}

.paragraph-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.hidden {
  display: none;
}

.contacts-textarea {
  border: 1px solid var(--white);
  color: var(--primary-dark);
  border-radius: 10px;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 100%;
  margin-bottom: 15px;
  padding: 12px 22px;
  font-size: 18px;
}

.contacts-textarea:focus {
  border: 1px solid var(--primary);
}

.contacts-textarea::placeholder {
  color: var(--dark-gray);
  font-size: 18px;
}

.contacts-form-wrapper {
  background-color: var(--primary-light);
  border-radius: 10px;
  width: 100%;
  margin-bottom: 0;
  padding: 0 40px;
}

.contact-3-inputs-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.contact-3-inputs-wrapper.upload {
  grid-template-columns: 1fr;
}

.contact-3-inputs-wrapper.showhide {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.contacts-3-input {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--primary);
  -webkit-text-stroke-color: var(--primary);
  border-radius: 10px;
  height: auto;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 12px 22px;
  font-size: 18px;
  transition: all .2s;
}

.contacts-3-input:focus {
  border: 1px solid var(--primary);
  color: var(--primary-dark);
}

.contacts-3-input::placeholder {
  color: var(--dark-gray);
  font-size: 18px;
}

.contacts-3-input.nomargin {
  margin-right: 0;
}

.contacts-3-form {
  text-align: left;
  width: 100%;
}

.footer-link {
  color: var(--white);
  text-transform: capitalize;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
  line-height: 1em;
  transition: all .3s;
}

.footer-link:hover {
  color: var(--white-50);
}

.footer-link.w--current {
  font-weight: 300;
}

.footer-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.footer-brand {
  color: #fff;
  margin-bottom: 10px;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Poppins;
}

.footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  height: 100px;
}

.search-wrap-input {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--dark-gray);
  color: var(--primary-dark);
  background-color: #0000;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1em;
}

.search-wrap-input:focus {
  border-style: none none solid;
  border-bottom-color: var(--primary);
}

.search-wrap-input::placeholder {
  color: var(--dark-gray);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin-top: -8px;
  margin-right: -8px;
  padding: 8px;
  font-family: "Fa solid 900";
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.search-shop-con {
  grid-column-gap: 10px;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-link {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  border: 1px solid var(--dark-gray);
  color: var(--primary-dark);
  border-radius: 20px;
  height: auto;
  margin-bottom: 0;
  padding: 10px 22px;
  font-size: 18px;
  line-height: 1.2em;
}

.search-input:focus {
  border: 1px solid var(--primary);
}

.search-input::placeholder {
  color: var(--dark-gray);
  font-size: 18px;
  line-height: 1.2em;
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.footer-logo-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonials-card-item {
  background-color: var(--white);
  text-align: left;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  position: relative;
}

.accordion-wrap-one-column {
  background-color: var(--primary-light);
  border-radius: 20px;
  width: 100%;
  padding: 0 0 30px;
}

.button-wrapper {
  margin-top: 30px;
}

.button-wrapper.nav-tablet-style {
  display: none;
}

.service-list-item {
  position: relative;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.template-empty-state {
  background-color: #0000;
  padding: 0;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.blog-item {
  width: 31.2%;
  position: relative;
}

.navbar-absolute {
  background-color: #0000;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-wrap.about-style {
  padding-left: 0;
  padding-right: 0;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.additional-features-wrapper {
  z-index: 999;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
  position: relative;
}

.feature-image {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 50% 50%;
  background-clip: border-box;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  max-height: 400px;
  overflow: clip;
}

.feature-image.top {
  object-position: 50% 20%;
}

.additional-features-right {
  width: 55%;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-team-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: grid;
}

.team-item {
  width: 100%;
}

.team-name {
  margin-top: 20px;
  margin-bottom: 0;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-additional-features {
  flex-direction: column;
  justify-content: center;
  width: 45%;
  display: flex;
}

.home-service-item {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  border: 1px solid var(--primary-light);
  background-color: var(--primary-light);
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 30px 20px;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.home-service-item:hover {
  border: 1px solid var(--dark-gray);
  background-color: #0000;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.rich-text-style h2 {
  margin-bottom: 15px;
}

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h4 {
  margin-top: 25px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: disc;
}

.rich-text-style img {
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.rich-text-style ol {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 26px;
  display: flex;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

.center-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-tablet {
  display: none;
}

.landing-section-title {
  width: 70%;
  margin: 0 auto;
}

.section-ttile-description {
  text-align: center;
  margin-top: 20px;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.shop-item-link {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
}

.shop-item-link:hover {
  color: var(--primary-brown);
}

.shop-list-image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 400px;
  transition: transform .3s;
  box-shadow: 7px 7px 50px #0000000d;
}

.shop-list-image:hover {
  transform: scale(1.06);
}

.shop-links-wrapper {
  position: relative;
}

.shop-collection-item {
  width: 100%;
}

.shop-item-price-on-sale {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: line-through;
}

.shop-collection-list-wrapper {
  z-index: 999;
  width: 100%;
  position: relative;
}

.main-shop-list-item {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.on-sale-tag {
  z-index: 999;
  color: var(--primary);
  background-color: #fff;
  border-radius: 30px;
  padding: 8px 15px;
  font-size: 18px;
  position: absolute;
  inset: 15px 15px auto auto;
  box-shadow: 0 10px 50px #0000000d;
}

.on-sale-tag:hover {
  background-color: var(--primary);
  color: #fff;
}

.shop-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shop-collection-list._4-items {
  grid-template-columns: 1fr 1fr;
}

.shop-item-price {
  margin-top: 10px;
  font-size: 18px;
}

.shop-price-wrapper {
  grid-column-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.shop-link-block {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.arrow-icon {
  font-family: "Fa solid 900";
  font-size: 14px;
}

.shop-details-wrapper {
  grid-column-gap: 90px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.12fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.shop-image-lightbox-link {
  width: 100%;
  height: 100%;
}

.shop-details-slider {
  background-color: #0000;
  border-radius: 10px;
  height: 570px;
}

.shop-item-price-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.shop-details-image-lightbox {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.shop-images-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shop-details-block {
  grid-row-gap: 25px;
  background-color: var(--primary-light);
  border-radius: 30px;
  flex-direction: column;
  width: 100%;
  margin-top: 80px;
  padding: 40px;
  display: flex;
}

.shop-item-info-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.shop-details-slide-nav {
  font-size: 10px;
}

.shop-details-left-arrow {
  background-color: var(--primary-light);
  color: var(--primary-brown);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  font-family: "Fa solid 900";
  transition: background-color .2s, color .2s;
  display: flex;
}

.shop-details-left-arrow:hover {
  background-color: var(--primary-brown);
  color: var(--white);
}

.shop-details-right-arrow {
  background-color: var(--primary-light);
  color: var(--primary-brown);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  font-family: "Fa solid 900";
  transition: color .2s, background-color .2s;
  display: flex;
}

.shop-details-right-arrow:hover {
  background-color: var(--primary-brown);
  color: var(--white);
}

.image-preview {
  object-fit: cover;
  border-radius: 10px;
}

.shop-image-item {
  width: 100%;
}

.shop-details-content-block {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.shop-price-on-sale {
  color: #737886;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: line-through;
}

.shop-details-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.section-two-side-title-wrapper {
  z-index: 999;
  grid-column-gap: 60px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.details-page-title {
  margin-top: 0;
  font-size: 58px;
}

.footer-rights-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.success-message {
  background-color: var(--primary-light);
  color: var(--primary);
}

.error-message {
  color: var(--primary);
  text-align: center;
  background-color: #0000;
  padding: 0;
}

.error-message.cart {
  color: var(--white);
  background-color: #a3663080;
  border-radius: 30px;
  padding: 10px 22px;
}

.banner-pages {
  align-items: center;
  min-height: 360px;
  padding-top: 130px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.banner-pages.programma {
  background-color: var(--primary);
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/AGF-omgeving_1.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  min-height: 400px;
  padding-top: 160px;
  padding-bottom: 100px;
  display: flex;
}

.banner-pages.programma.agf {
  background-image: linear-gradient(#0006, #0006), url('../images/courgettes.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
}

.banner-pages.programma.zuivel {
  background-image: linear-gradient(#0006, #0006), url('../images/koenaaststal.jpg');
  background-position: 0 0, 50%;
}

.banner-pages.programma.eieren {
  background-image: linear-gradient(#0006, #0006), url('../images/kipopstrobaal.jpg');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
  min-height: 420px;
  padding-top: 160px;
}

.banner-pages.programma.kip {
  background-image: linear-gradient(#0006, #0006), url('../images/kippenstal.jpg');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
}

.banner-pages.programma.varken {
  background-image: linear-gradient(#0006, #0006), url('../images/varkensmethooi.jpg');
  background-position: 0 0, 50% 80%;
}

.banner-pages.programma.ketenpartner-inkopende-partij {
  background-image: linear-gradient(#0006, #0006), url('../images/biodiversiteitbloemen.jpeg');
  background-position: 0 0, 50% 20%;
}

.banner-pages.standard-headers {
  z-index: 2;
  background-color: var(--primary-dark);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  min-height: 100px;
  padding-top: 140px;
  padding-bottom: 40px;
  display: flex;
}

.page-titles {
  opacity: 1;
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Londrinasolid, Impact, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: .9em;
}

.page-titles.home {
  font-size: 48px;
}

.home-baner-content-columns {
  text-align: left;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.nav-balancer {
  width: auto;
}

.column-two {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.no-margin {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.column-one {
  width: 50%;
  height: 100%;
}

.two-column-wrapper {
  z-index: 999;
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.accordion-list-main {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list-main.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-item-main {
  border-bottom: 0px solid var(--dark-gray);
  background-color: #0000;
  width: 100%;
  min-width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  position: static;
}

.accordion-item-main.first {
  padding-top: 0;
}

.accordion-item-main.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.accordion-item-main.hide {
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.home-1-video {
  background-image: url('../images/handmetbloemendubbel.jpg');
  background-position: 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.cta-video-wrapper {
  flex-direction: row;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.home-video-info-holder {
  background-color: var(--primary);
  border-bottom-right-radius: 100px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.cta-info-wrapp {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 15px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-style {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--primary);
  color: var(--primary);
  border-radius: 0;
  padding-bottom: 0;
  display: inline-block;
}

.link-style:hover {
  border-color: var(--primary-dark);
  color: var(--primary-dark);
  -webkit-text-stroke-color: var(--primary-dark);
  padding-bottom: 0;
}

.testimonial-item {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  display: flex;
}

.quote-icon-testimonials {
  background-color: var(--primary-brown);
  object-fit: scale-down;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  padding: 8px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.project-grid-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  width: 100%;
  height: auto;
  display: grid;
}

.collection-item-project {
  width: 100%;
  height: 100%;
}

.in-section-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 400;
  line-height: .9em;
  display: block;
}

.footer-subtitle {
  color: var(--white);
  font-weight: 400;
}

.image-style-solo {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 500px;
}

.home-feature-number-new {
  color: var(--white);
  margin-bottom: 15px;
  font-size: 58px;
  font-weight: 600;
  line-height: 1;
}

.home-1-banner-section {
  z-index: 2;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  height: 60%;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.home-1-banner-content {
  grid-column-gap: 60px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 130px 15px 80px;
  display: flex;
}

.clients-item {
  border: 1px solid var(--dark-gray);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 10px 22px;
  display: flex;
}

.collection-list-category {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  display: flex;
}

.about-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: block;
}

.about-features-wrapper {
  z-index: 999;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
  position: relative;
}

.about-features {
  flex-direction: column;
  justify-content: center;
  width: 55%;
  display: flex;
}

.about-features-right {
  width: 70%;
}

.section-detail-pages {
  align-items: center;
  min-height: 360px;
  padding-top: 130px;
  padding-bottom: 110px;
  display: flex;
  position: relative;
}

.section-detail-pages.shop {
  padding-bottom: 0;
}

.add-to-cart-item {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.out-of-stock-state-item {
  color: var(--white);
  background-color: #afafafb3;
  border-radius: 30px;
  padding-left: 22px;
  padding-right: 22px;
}

.shop-item-button-wrapp {
  grid-column-gap: 20px;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.quantity {
  border-color: var(--dark-gray);
  background-color: #0000;
  border-radius: 20px;
  width: 80px;
  height: auto;
  margin-bottom: 0;
  padding: 10px 18px;
  font-size: 18px;
  line-height: 1em;
}

.quantity:focus {
  border-color: var(--primary);
}

.shop-category-wrapp {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  display: flex;
}

.search-result-list {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.search-result-link-title {
  color: var(--primary-brown);
}

._404-title {
  color: var(--primary);
  font-size: 100px;
}

.cta-info {
  width: 46%;
}

.image {
  height: 80px;
}

.tileimage {
  background-image: url('../images/AGF-omgeving.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.tileimage._1 {
  background-image: url('../images/courgettes.jpg');
}

.tileimage._2 {
  background-image: url('../images/koenaaststal.jpg');
}

.tileimage._3 {
  background-image: url('../images/kipopstrobaal.jpg');
  background-position: 65%;
}

.tileimage._4 {
  background-image: url('../images/kippenstal.jpg');
}

.tileimage._5 {
  background-image: url('../images/varkensmethooi.jpg');
}

.tileimage._6 {
  background-image: url('../images/biodiversiteitbloemen.jpeg');
}

.heading-2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1em;
}

.griditem {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  transition: all .3s cubic-bezier(.165, .84, .44, 1), color .3s;
  display: block;
}

.griditem:hover {
  mix-blend-mode: normal;
  transform: scale(1.05);
}

.h2-white {
  color: var(--white);
  -webkit-text-stroke-width: 0px;
  font-size: 48px;
  font-weight: 400;
  line-height: .9em;
}

.paragraphnewsthumbnail {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
}

.h3-white {
  color: var(--white);
  text-align: left;
  max-width: 300px;
  font-size: 32px;
  font-weight: 400;
  line-height: .9em;
}

.footer-small-link {
  color: var(--white);
  text-transform: capitalize;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
  transition: all .3s;
}

.footer-small-link:hover {
  color: var(--white-50);
}

.introparagraph {
  color: var(--black);
  width: 80%;
  font-size: 22px;
  font-weight: 300;
}

.introparagraph._100 {
  width: 100%;
}

.checkbox-label-2 {
  color: var(--black);
  padding-top: 3px;
  padding-left: 10px;
}

.checkbox-2 {
  width: 20px;
  height: 20px;
}

.checkbox-field {
  text-align: left;
  margin-bottom: 30px;
}

.heading-2-news-thumbnail {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1em;
}

.tileimagenews {
  background-image: url('../images/collage.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  width: 100%;
  height: 200px;
}

.tileimagenews._2 {
  background-image: url('../images/AGF-omgeving.jpg');
  background-size: cover;
}

.tileimagenews._2._3 {
  background-image: url('../images/biodiversiteitweide.jpg');
}

.tileimagenews.background {
  opacity: 1;
  background-image: url('../images/biodiversiteitweide.jpg');
  background-size: cover;
}

.tileimagenews.background._3 {
  background-image: url('../images/biodiversiteitweide.jpg');
}

.tileimagenews._3 {
  object-fit: fill;
  background-image: url('../images/akkerrand.jpg');
  background-size: cover;
}

.tileimagenews._4 {
  background-image: url('../images/koeinweide.jpg');
  background-size: cover;
}

.tileimagenews._5 {
  background-image: url('../images/S7A4283.jpg');
  background-size: cover;
}

.tileimagenews._6 {
  background-image: url('../images/koenaaststal.jpg');
  background-size: cover;
}

.tileimagenews._7 {
  background-image: url('../images/Foto-overdracht-2.jpg');
  background-size: cover;
}

.banner-title-wrapper-news {
  z-index: 999;
  opacity: 1;
  flex-direction: column;
  align-items: flex-start;
  max-width: 800px;
  display: flex;
  position: relative;
}

.news-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
}

.base-container-news {
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15px 100px;
  display: flex;
}

.base-container-news.documents-section {
  max-width: 1000px;
  padding-bottom: 60px;
}

.base-container-news.documents-section.no-text {
  padding-top: 100px;
}

.base-container-news.overintro {
  background-color: var(--white);
  max-width: 100vw;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.base-container-news.nomarginbottom {
  padding-bottom: 0;
}

.base-container-news.documents-section-copy {
  max-width: 1000px;
}

.base-container-news.documents-section-copy.no-text {
  padding-top: 100px;
}

.base-container-headers {
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.banner-title-wrapper-contact {
  z-index: 999;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  display: flex;
  position: relative;
}

.menu-text {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 18px;
}

.contactblock {
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
}

.slider-header {
  background-image: linear-gradient(#23232366, #23232366);
  justify-content: center;
  align-items: center;
  height: 60%;
  min-height: 600px;
  display: flex;
  overflow: hidden;
}

.slider {
  z-index: -1;
  width: 100%;
  height: 60px;
  min-height: 600px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.slide {
  background-color: #0003;
  background-image: linear-gradient(#0003, #0003), url('../images/akkerrand.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.slide._2 {
  background-image: linear-gradient(#0000, #0000), url('../images/kipinstal.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.slide._3 {
  background-image: linear-gradient(#0000, #0000), url('../images/courgettes.jpg');
  background-position: 0 0, 0 0;
}

.ctacontactbanner {
  background-color: var(--primary-dark);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  padding: 60px 0;
  display: flex;
}

.ctabannerheader {
  color: var(--white);
  margin-bottom: 0;
}

.meerinfo {
  color: #00ae97;
  font-weight: 300;
}

.meerinfo:hover {
  color: var(--primary);
  text-decoration: underline;
}

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

.marginbottom {
  margin-bottom: 40px;
}

.ctablock {
  background-color: var(--primary-dark);
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.paragraph-5 {
  margin-top: 0;
  margin-bottom: 20px;
}

.flex-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-bottom: 20px;
}

.margintop {
  margin-top: 40px;
}

.heading-3 {
  overflow-wrap: break-word;
}

.italic-text {
  font-style: normal;
}

.marginleft {
  margin-left: 20px;
}

.bold-text {
  opacity: 1;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-avatar-group_item, .uui-avatar-stack_item {
  border: 2px solid var(--untitled-ui--white);
  background-color: var(--untitled-ui--white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-avatar-stack_item.featured {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}

.avatar-stack_component {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-bottom: 2rem;
  margin-right: 1rem;
  display: flex;
}

.uui-text-align-center {
  text-align: center;
}

.uui-faq01_cta {
  background-color: var(--untitled-ui--gray50);
  border-radius: 1rem;
  justify-content: center;
  margin-top: 4rem;
  padding: 2rem;
  display: flex;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-faq01_answer {
  overflow: hidden;
}

.accordion-icon_vertical-line {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.accordion-icon_component {
  border: 2px solid var(--untitled-ui--gray400);
  color: var(--untitled-ui--gray400);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.uui-faq01_icon-wrapper {
  color: var(--untitled-ui--primary600);
}

.uui-faq01_heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-faq01_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq01_accordion {
  border-bottom: 1px solid var(--untitled-ui--gray200);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_accordion.last-item {
  border-bottom-color: #0000;
}

.uui-faq01_list {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-faq01_component {
  margin-top: 0;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-left {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

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

.uui-padding-vertical-xhuge {
  padding-top: 0;
  padding-bottom: 0;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  margin-bottom: 60px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.accordion-item-main-copy {
  border-bottom: 1px solid var(--dark-gray);
  background-color: #0000;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.accordion-item-main-copy.first {
  padding-top: 0;
}

.accordion-item-main-copy.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.container {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 1000px;
  padding: 0 15px 60px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 71px;
  }

  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.bottom-plus-30-padding {
    padding-bottom: 160px;
  }

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

  .footer {
    padding-top: 80px;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
  }

  .accordion-wrapper {
    flex-direction: row;
    display: flex;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .footer-logo-wrapper {
    padding-right: 100px;
  }

  .blog-item {
    width: 31.6%;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .additional-features-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .additional-features-right {
    width: 50%;
  }

  .team-item {
    width: 100%;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .shop-collection-list, .shop-collection-list._4-items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .shop-details-block {
    margin-top: 120px;
  }

  .footer-rights-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .banner-pages {
    min-height: 380px;
    padding-top: 160px;
    padding-bottom: 130px;
  }

  .banner-pages.programma {
    min-height: 420px;
    padding-bottom: 160px;
  }

  .banner-pages.programma.zuivel {
    padding-bottom: 100px;
  }

  .banner-pages.programma.eieren {
    padding-top: 180px;
    padding-bottom: 140px;
  }

  .nav-balancer {
    width: 200px;
  }

  .two-column-wrapper {
    grid-column-gap: 100px;
  }

  .image-style-solo {
    height: 540px;
  }

  .home-feature-number-new {
    font-size: 64px;
  }

  .home-1-banner-content {
    padding-top: 170px;
    padding-bottom: 130px;
  }

  .about-image {
    height: 480px;
  }

  .about-features-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .about-features, .about-features-right {
    width: 50%;
  }

  .section-detail-pages {
    min-height: 380px;
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .cta-info {
    width: 44%;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    margin-bottom: 10px;
  }

  h2 {
    text-align: left;
    margin-bottom: 10px;
  }

  h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .accordion-title {
    line-height: 1em;
  }

  .contacts-3-form {
    text-align: left;
  }

  .footer-link {
    text-align: left;
    line-height: 1.5em;
  }

  .footer-link:hover {
    color: var(--white-50);
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .image-preview {
    height: 540px;
  }

  .footer-rights-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .banner-pages.programma.eieren {
    padding-bottom: 140px;
  }

  .page-titles, .in-section-title {
    line-height: 1em;
  }

  .home-1-banner-section {
    min-height: 600px;
  }

  .home-1-banner-content {
    grid-column-gap: 140px;
  }

  .heading-2 {
    line-height: 1em;
  }

  .paragraphnewsthumbnail {
    color: var(--black);
  }

  .h3-white {
    width: 260px;
    margin-top: 40px;
    font-size: 32px;
  }

  .footer-small-link {
    color: var(--white);
    text-align: left;
    font-size: 14px;
    line-height: 1.5em;
  }

  .footer-small-link:hover {
    color: var(--white-50);
  }

  .checkbox-label-2 {
    color: var(--black);
  }

  .checkbox-2 {
    border-radius: 10px;
  }

  .checkbox-field {
    text-align: left;
    margin-bottom: 20px;
  }

  .heading-2-news-thumbnail {
    line-height: 1em;
  }

  .slider-header, .slider {
    min-height: 650px;
  }

  .link-block {
    justify-content: center;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .base-container {
    max-width: 1400px;
  }

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

  .process-number-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .blog-item {
    width: 31.8%;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .team-item {
    width: 100%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .shop-details-slider {
    height: 640px;
  }

  .banner-pages.programma.eieren {
    padding-top: 200px;
  }

  .page-titles {
    margin-bottom: 30px;
    font-size: 64px;
  }

  .cta-info-wrapp {
    max-width: 1400px;
  }

  .image-style-solo {
    height: 520px;
  }

  .home-1-banner-section {
    min-height: 600px;
  }

  .home-1-banner-content {
    max-width: 1600px;
  }

  ._404-title {
    font-size: 120px;
  }

  .cta-info {
    width: 42%;
  }

  .image {
    height: 88px;
  }

  .base-container-news, .base-container-headers {
    max-width: 1400px;
  }

  .slider-header {
    min-height: 650px;
  }

  .ctacontactbanner {
    max-width: 1400px;
  }

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

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  .base-container.contact {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .primary-button {
    overflow: visible;
  }

  .primary-button.hidemobile {
    flex: 0 auto;
    display: none;
  }

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

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    display: none;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-link {
    color: var(--primary-dark);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

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

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    color: var(--primary-dark);
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .close-menu-button {
    padding: 0 20px 0 0;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
    margin-bottom: 2px;
  }

  .nav-item-title {
    color: var(--primary-dark);
  }

  .nav-item-title:hover {
    color: var(--primary);
    -webkit-text-stroke-color: var(--primary);
  }

  .section-title-wrapper {
    width: 100%;
    max-width: 560px;
    margin-bottom: 40px;
  }

  .process-image-wrapper, .process-content {
    width: 100%;
  }

  .process-number-wrapper {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-title-wrapper {
    align-items: flex-start;
  }

  .text-white {
    flex: 0 auto;
    display: block;
  }

  .accordion-title {
    width: 90%;
  }

  .contact-3-inputs-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .footer-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .search-desktop {
    display: none;
  }

  .search-close-button {
    top: 30px;
    right: 30px;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .footer-logo-wrapper {
    width: 60%;
  }

  .button-wrapper {
    margin-top: 30px;
  }

  .button-wrapper.nav-tablet-style {
    display: none;
    overflow: visible;
  }

  .blog-item {
    width: 47%;
  }

  .navbar-absolute {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .feature-wrap {
    width: 100%;
    max-width: 480px;
  }

  .feature-wrap.about-style {
    width: 47%;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-team-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .team-item, .about-4-team-slide {
    width: 100%;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .menu-wrap {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    margin-bottom: 2px;
  }

  .brand-tablet {
    display: block;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .shop-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .shop-details-wrapper {
    grid-column-gap: 30px;
    grid-template-columns: 1.12fr;
  }

  .shop-details-slider {
    height: 400px;
  }

  .shop-details-block {
    padding: 30px;
  }

  .image-preview {
    height: 280px;
  }

  .details-page-title {
    font-size: 48px;
  }

  .banner-pages {
    min-height: 300px;
    padding-top: 110px;
  }

  .banner-pages.programma {
    min-height: 360px;
    padding-bottom: 130px;
  }

  .banner-pages.programma.zuivel {
    padding-top: 180px;
  }

  .banner-pages.programma.eieren {
    padding-bottom: 120px;
  }

  .home-baner-content-columns {
    width: 100%;
  }

  .nav-balancer {
    width: auto;
  }

  .column-two, .column-one {
    width: 100%;
  }

  .two-column-wrapper {
    flex-direction: column;
  }

  .home-1-video {
    background-image: url('../images/S7A4283.jpg');
    width: 100%;
    min-height: 340px;
  }

  .cta-video-wrapper {
    flex-direction: column;
    display: flex;
  }

  .home-video-info-holder {
    display: none;
  }

  .cta-info-wrapp {
    background-color: var(--primary);
    position: relative;
  }

  .project-grid-wrapper {
    grid-column-gap: 20px;
  }

  .image-style-solo {
    height: 400px;
  }

  .home-1-banner-section {
    min-height: 700px;
  }

  .home-1-banner-content {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
    padding-top: 140px;
    padding-bottom: 110px;
  }

  .about-image {
    height: auto;
  }

  .about-features-wrapper {
    flex-direction: column;
  }

  .about-features {
    width: 100%;
  }

  .about-features-right {
    width: 100%;
    height: 100%;
  }

  .section-detail-pages {
    min-height: 300px;
    padding-top: 110px;
  }

  .cta-info, .introparagraph {
    width: 100%;
  }

  .banner-title-wrapper-contact {
    align-items: center;
  }

  .flex-block-2 {
    grid-column-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .menu-text {
    text-transform: uppercase;
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Londrinasolid, Impact, sans-serif;
    font-size: 20px;
    display: block;
  }

  .contactblock {
    width: 100%;
  }

  .slider-header {
    min-height: 700px;
  }

  .slider {
    height: 60%;
    min-height: 700px;
  }

  .ctacontactbanner {
    padding: 40px 15px 50px;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-page-padding {
    margin-bottom: 60px;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 22px;
  }

  h6, blockquote {
    font-size: 18px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.bottom-plus-30-padding {
    padding-bottom: 90px;
  }

  .section.contact-form {
    padding-top: 60px;
  }

  .base-container.contact {
    flex-direction: column;
    align-items: flex-start;
  }

  .primary-button.search-button {
    width: 100%;
  }

  .nav-link {
    margin-left: 0;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-input {
    min-width: auto;
  }

  .password-title-wrapper {
    margin-bottom: 40px;
  }

  .footer-bottom-wrapper {
    flex-direction: column;
    justify-content: center;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .process-image-wrapper, .process-content {
    width: 100%;
  }

  .process-number-wrapper {
    flex: none;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    padding: 20px;
  }

  .contact-3-inputs-wrapper {
    grid-template-columns: 1fr;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
  }

  .footer-brand {
    padding-left: 0;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .testimonials-card-item {
    max-width: 450px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .blog-item {
    width: 100%;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .feature-wrap.about-style {
    width: 100%;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .additional-features-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .additional-features-wrapper.about-mobile-column-reverse {
    flex-direction: row-reverse;
  }

  .additional-features-right {
    order: -1;
    width: 100%;
  }

  .home-9-team-item {
    width: 48%;
  }

  .team-item {
    width: 100%;
  }

  .team-name {
    margin-top: 15px;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .about-additional-features {
    width: 100%;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .landing-section-title {
    width: 70%;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .shop-list-image {
    height: 340px;
  }

  .main-shop-list-item {
    text-align: center;
  }

  .shop-collection-list._4-items {
    grid-template-columns: 1fr;
  }

  .shop-price-wrapper {
    justify-content: center;
  }

  .shop-details-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .shop-images-list {
    grid-template-columns: 1fr;
  }

  .shop-details-block {
    margin-top: 60px;
  }

  .section-two-side-title-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .details-page-title {
    font-size: 40px;
  }

  .banner-pages {
    min-height: 260px;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .banner-pages.programma {
    min-height: 280px;
    padding-bottom: 110px;
  }

  .two-column-wrapper {
    flex-direction: column;
  }

  .home-1-video {
    min-height: 280px;
  }

  .cta-info-wrapp {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .project-grid-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .image-style-solo {
    height: 360px;
  }

  .home-feature-number-new {
    font-size: 48px;
  }

  .home-1-banner-section {
    min-height: 600px;
  }

  .home-1-banner-content {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .about-image {
    height: auto;
  }

  .about-features-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column-reverse;
  }

  .about-features {
    width: 100%;
  }

  .about-features-right {
    order: -1;
    width: 100%;
  }

  .section-detail-pages {
    min-height: 260px;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  ._404-title {
    font-size: 80px;
  }

  .h3-white {
    text-align: center;
  }

  .slider-header {
    min-height: 600px;
  }

  .ctacontactbanner {
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape, .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .avatar-stack_component {
    margin-bottom: 1.5rem;
  }

  .uui-faq01_cta {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-faq01_component {
    margin-top: 3rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 479px) {
  p {
    overflow-wrap: break-word;
    max-width: 100%;
  }

  .section.light-round-top-style-no-bottom-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.contact-form {
    padding-top: 60px;
  }

  .section.contact-form.faq {
    padding-bottom: 60px;
  }

  .base-container.contact {
    max-width: 100vw;
  }

  .nav-menu {
    width: 90%;
  }

  .nav-link {
    width: 99%;
  }

  .nav-link:hover, .nav-dropdown-icon {
    color: var(--primary-dark);
  }

  .nav-dropdown-list {
    padding-right: 0;
  }

  .nav-dropdown-link {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    flex-wrap: wrap;
    overflow: visible;
  }

  .nav-item-title:hover {
    color: var(--primary-dark);
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .accordion-title {
    overflow-wrap: break-word;
    width: 84%;
    font-size: 22px;
  }

  .contacts-form-wrapper {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-links-wrapper {
    align-items: center;
  }

  .search-wrapper {
    flex-direction: column;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap {
    width: 100%;
  }

  .feature-image {
    min-height: 200px;
  }

  .home-9-team-item {
    width: 100%;
  }

  .about-team-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .about-team-wrapper.no-paragraph {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .home-feature-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-23-team-item {
    width: 100%;
  }

  .center-title {
    text-align: center;
  }

  .brand-tablet {
    padding-left: 0;
  }

  .landing-section-title {
    width: 100%;
  }

  .shop-collection-list {
    grid-template-columns: 1fr;
  }

  .shop-details-slider {
    height: 340px;
  }

  .shop-details-left-arrow {
    margin-left: 10px;
  }

  .shop-details-right-arrow {
    margin-right: 10px;
  }

  .section-two-side-title-wrapper {
    text-align: center;
  }

  .footer-rights-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 5px;
    justify-content: center;
  }

  .banner-pages.programma.zuivel {
    min-height: 240px;
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .page-titles {
    font-size: 40px;
    overflow: visible;
  }

  .home-baner-content-columns {
    text-align: center;
    align-items: center;
  }

  .accordion-list-main {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .home-1-video {
    background-image: url('../images/S7A4283.jpg');
    background-size: cover;
  }

  .cta-video-wrapper {
    flex-direction: column;
  }

  .testimonial-item {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .image-style-solo {
    height: 300px;
  }

  .home-1-banner-section {
    height: 500px;
    min-height: 300px;
  }

  .home-1-banner-content {
    height: 500px;
  }

  .clients-item {
    width: 100%;
  }

  .image {
    height: 72px;
  }

  .introparagraph {
    font-size: 20px;
  }

  .base-container-news, .base-container-news.documents-section, .base-container-news.documents-section-copy {
    max-width: 100%;
  }

  .contactblock {
    width: auto;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-header, .slider {
    height: 500px;
    min-height: 300px;
  }

  .link {
    word-break: break-all;
  }

  .heading-3 {
    overflow-wrap: break-word;
    max-width: 90vw;
  }

  .paragraph-6 {
    max-width: 100%;
  }

  .marginleft {
    margin-left: 0;
  }

  .uui-faq01_answer {
    font-size: 16px;
  }

  .uui-faq01_component {
    margin-top: 0;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 0;
  }
}

#w-node-_70909f4f-6722-4eb0-1c39-6a401e00f0d5-c9dbe7f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#name.w-node-dc9fc7a6-9351-141c-9eed-26f500a15b06-a52063f5, #name.w-node-dc9fc7a6-9351-141c-9eed-26f500a15b06-74e96bee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.woff2') format('woff2'), url('../fonts/Inter-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2'), url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2'), url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Londrinasolid';
  src: url('../fonts/LondrinaSolid-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}