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

body {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.brand {
  flex: 0 auto;
  justify-content: center;
  display: block;
}

.nav-menu {
  flex: 0 auto;
  display: flex;
}

.nav-link {
  color: #333;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.nav-link.w--current {
  color: #20bf6b;
}

.wrapper {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.wrapper.block {
  display: block;
}

.wrapper.column {
  display: flex;
}

.navbar {
  background-color: #0000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button {
  background-image: linear-gradient(to right, #20bf6b, #26de81);
  border-radius: 8px;
  align-items: center;
  width: auto;
  margin-left: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  box-shadow: 0 20px 25px -15px #26de8199;
}

.button.full {
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.heading {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  line-height: 52px;
}

.image-2 {
  z-index: 10;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  position: relative;
  box-shadow: 0 25px 25px -15px #0000005c;
}

.div-block-2 {
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  margin-top: 0;
  padding: 15px 20px;
  display: flex;
  box-shadow: 0 0 15px #0000001a, 0 20px 20px -20px #a5a5a54a;
}

.paragraph-old {
  color: #838282;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.heading3 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.heading3.height {
  height: 4rem;
  max-height: 4rem;
}

.grid-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-top: 40px;
}

.image-3 {
  margin-right: 30px;
}

.button2 {
  text-align: left;
  background-image: linear-gradient(to right, #20bf6b, #26de81);
  border-radius: 8px;
  align-items: center;
  width: auto;
  margin-top: 15px;
  margin-left: 0;
  margin-right: 20px;
  padding: 20px 35px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  box-shadow: 0 20px 25px -15px #26de8199;
}

.button2.center {
  text-align: center;
  width: 100%;
}

.div-block-3 {
  z-index: -10;
  width: 100%;
  height: 0;
  margin-top: 20px;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px 30px 35px #fff;
}

.div-block-4 {
  position: relative;
}

.div-block-5 {
  border: 4px solid #26de81;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  margin-bottom: 25px;
  margin-right: -150px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(-45deg);
}

.div-block-5.contact {
  margin-bottom: 75px;
}

.inside {
  background-color: #26de81;
  background-image: linear-gradient(145deg, #20bf6b, #26de81);
  border: 4px solid #26de81;
  border-radius: 0;
  width: 385px;
  height: 385px;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
  inset: 0%;
}

.button3 {
  color: #20bf6b;
  background-color: #0000;
  border: 2px solid #20bf6b;
  border-radius: 8px;
  align-items: center;
  width: auto;
  margin-top: 50px;
  margin-left: 0;
  padding: 20px 35px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.button3.nomargin {
  margin-top: 15px;
}

.section {
  margin-top: 150px;
  margin-bottom: 150px;
}

.section.lijn.alt {
  margin-top: 100px;
}

.grid-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.product_card {
  border-radius: 8px;
  height: auto;
  box-shadow: 0 20px 20px -20px #a5a5a54a, 0 0 15px #0000001a;
}

.product_card_image {
  background-image: url('../images/67cde6c3410f613878bd4c5c_gls-zo_1.webp');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 225px;
}

.product_card_content {
  padding: 25px;
}

.button4 {
  background-image: linear-gradient(to right, #20bf6b, #26de81);
  border-radius: 8px;
  align-items: center;
  width: auto;
  margin-top: 20px;
  margin-left: 0;
  padding: 15px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  box-shadow: 0 20px 25px -15px #26de8199;
}

.grid-4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
}

.div-block-5-copy {
  border: 4px solid #26de81;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  margin-bottom: -25px;
  margin-left: -150px;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(-45deg);
}

.div-block-9 {
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 74px;
  padding-right: 74px;
  display: flex;
  position: relative;
}

.icon_holder {
  background-color: #fff;
  background-image: linear-gradient(to right, #20bf6b, #26de81);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
  box-shadow: 0 0 15px #0000001a, 0 20px 20px -20px #a5a5a54a;
}

.image-3-copy {
  margin-right: 0;
}

.line_container {
  z-index: -10;
  justify-content: center;
  align-items: center;
  padding-left: 75px;
  padding-right: 75px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.line {
  background-image: linear-gradient(to right, #20bf6b, #26de81);
  width: 100%;
  height: 2px;
}

.image-3-copy-copy {
  margin-bottom: 5px;
  margin-right: 10px;
}

.div-block-10 {
  text-align: center;
  width: 250px;
}

.div-block-9-copy {
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.footer {
  text-align: center;
  background-image: linear-gradient(to right, #20bf6b, #26de81);
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.footer-heading-old {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.footer-link-old {
  color: #fff;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

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

.div-block-12, .image-5 {
  width: 250px;
}

.text-field {
  color: #000;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: .5px solid #052c17;
  border-radius: 0;
  margin-top: 10px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
}

.text-field:focus {
  border-bottom-color: #052c17;
}

.text-field::placeholder {
  color: #bbb;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.div-block-70 {
  z-index: 9999;
  border-radius: 15px;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.paragraph-2 {
  color: #636363;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.paragraph-2.nomargin {
  margin-top: 0;
  margin-bottom: 0;
}

.grid-8 {
  grid-column-gap: 90px;
  grid-template-rows: auto;
  align-self: center;
  align-items: center;
  width: 100%;
}

.div-block-73 {
  justify-content: space-between;
  margin-top: 75px;
  display: flex;
}

.div-block-71 {
  text-align: left;
  padding: 0;
  display: flex;
}

.image-30 {
  width: 75px;
  margin-bottom: 15px;
}

.div-block-72 {
  margin-left: 20px;
}

.link {
  color: #20bf6b;
  font-weight: 600;
}

.contact_section {
  margin-top: 75px;
  margin-bottom: 75px;
}

.grid-9 {
  grid-column-gap: 75px;
  grid-template-rows: auto;
  width: 100%;
}

.product-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-height: 500px;
}

.section-2 {
  margin-top: 75px;
  margin-bottom: 25px;
  margin-left: -20px;
  padding-right: 0;
}

.grid-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.button2-2 {
  background-image: linear-gradient(to right, #20bf6b, #26de81);
  border-radius: 8px;
  align-items: center;
  width: auto;
  margin-top: 15px;
  margin-left: 0;
  margin-right: 20px;
  padding: 20px 35px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  box-shadow: 0 20px 25px -15px #26de8199;
}

.grid-2-copy {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.heading2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
}

.heading4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.lightbox-link {
  width: 100%;
}

.contact-form-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.contact-form-grid-2.offerte {
  margin-top: 0;
}

.image-32-copy {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 0 10px 25px -10px #000c;
}

.grid-12 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 200px;
}

.logo {
  width: 250px;
}

.collection-item {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.wrapper-2.block {
  display: block;
}

.collection-item-2 {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}

.collection-list-wrapper-2 {
  margin-left: -20px;
  margin-right: -20px;
}

.project-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 400px;
  max-height: 400px;
}

.div-block-75 {
  margin-right: 0;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.snel_contact_block {
  border: 1px solid #eee;
  padding: 2rem;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.details-wrap {
  margin-bottom: 30px;
}

.text-field-2 {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field-2:hover {
  border-color: #e3e6eb;
}

.text-field-2:active, .text-field-2:focus {
  border-color: #43464d;
}

.text-field-2::placeholder {
  color: #32343a66;
}

.text-field-2.cc-contact-field {
  border-radius: 8px;
  margin-top: 5px;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
}

.text-field-2.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form-2 {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-76 {
  margin-top: 4rem;
}

.section-5 {
  margin: 0 0 100px;
}

.container-landing {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 90%;
  max-width: 1250px;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.divider {
  background-color: #dfdcdc;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.intro_text_product {
  color: #838282;
  height: 6.7rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
}

.success-message {
  background-color: #0000;
  margin-top: 15px;
}

.whatsappbusiness {
  z-index: 9999;
  align-items: center;
  margin-top: 0;
  margin-bottom: 25px;
  margin-right: 25px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.whatsappicon {
  width: 75px;
  margin-right: 0;
  transition: all .2s;
}

.whatsappicon:hover {
  transform: scale(1.2);
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.logo-alt {
  opacity: 0;
  width: 175px;
  position: absolute;
  inset: 0%;
}

.basic-section {
  margin-top: 125px;
  margin-bottom: 125px;
}

.basic-section.grey {
  background-color: #f5f5f5;
  padding-top: 125px;
  padding-bottom: 125px;
  overflow: hidden;
}

.basic-section.grey.nmb {
  margin-bottom: 0;
}

.basic-section.top {
  margin-top: -150px;
  position: relative;
}

.grid-regular {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.grid-regular.at {
  grid-template-rows: auto auto;
  align-items: stretch;
}

.grid-regular.center {
  align-items: center;
}

.footer-bottom-wrapper-2 {
  border-top: 1px solid #2b2f42;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.slide-nav {
  display: none;
}

.h2 {
  color: #042c17;
  margin-top: 0;
  font-size: 44px;
  line-height: 52px;
}

.footer-grid {
  grid-column-gap: 42px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr 1fr 1fr;
}

.div-block-77 {
  text-align: center;
  width: 100%;
}

.footer-small-text {
  color: #cecece;
  font-size: 16px;
  line-height: 32px;
}

.footer-column-2 {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 60px;
  display: flex;
}

.grid-2-copy-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
}

.footer-title-column {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 450px;
  display: flex;
}

.banner-hero {
  background-image: linear-gradient(#9ea37bbf, #9ea37bbf);
  align-items: center;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.banner-hero.home {
  background-image: linear-gradient(#29292940, #292929);
  align-items: center;
  padding-top: 100px;
  overflow: visible;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  padding: 20px;
  box-shadow: 0 2px 24px 2px #22222226;
}

.text-block {
  margin-top: 15px;
}

.left-arrow {
  display: none;
}

.bold-black {
  color: #000;
}

.step-icon {
  margin-right: 0;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #22c16d;
  border-radius: 99999px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #1b9e59;
}

.button-primary:active {
  background-color: #22c16d;
}

.button-primary.alt {
  color: #22c16d;
  background-color: #22c16d00;
  border: 2px solid #22c16d;
  padding: 10px 23px;
  font-weight: 700;
}

.button-primary.alt:hover {
  color: #fff;
  background-color: #22c16d;
}

.button-primary.big {
  font-size: 15px;
}

.button-primary.small {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 13px;
}

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

.card {
  border-radius: 10px;
  overflow: hidden;
}

.nav-dropdown-link {
  padding: 10px 20px;
  font-size: 14px;
  transition: opacity .2s;
}

.nav-dropdown-link:hover {
  background-color: #00000005;
  border-radius: 8px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  color: #22c16d;
  font-weight: 600;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.slider {
  z-index: -10;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.copyright-text {
  color: #878787;
  font-size: 15px;
  line-height: 32px;
}

.h5 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
}

.image-34 {
  margin-right: 30px;
}

.image-regular-copy {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  max-height: 700px;
}

.line-2 {
  background-image: linear-gradient(90deg, #20bf6b, #26de81);
  width: 75%;
  height: 3px;
}

.footer-section {
  background-color: #141414;
  background-image: linear-gradient(#1f1f1fbd, #292929 93%), url('../images/img_9450.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 120px 0% 0;
}

.nav-button-wrapper {
  margin-left: 25px;
}

.image-3-copy-copy-2 {
  margin-bottom: 5px;
  margin-right: 10px;
}

.button-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.button-block.center {
  justify-content: center;
}

.button-block.small {
  margin-top: 15px;
}

.hero-section {
  color: #fff;
  height: 800px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.footer-title-wrapper {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.card-image {
  object-fit: cover;
  width: 100%;
  height: 175px;
}

.card-image.projecten {
  height: 250px;
}

.step-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-main {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-main:hover {
  color: #1a1b1fbf;
}

.nav-link-main:focus-visible, .nav-link-main[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-main.w--current {
  color: #22c16d;
  font-weight: 600;
}

.footer-link {
  color: #cecece;
  letter-spacing: -.02em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-link:hover {
  color: #f5f5f5;
}

.nav-shadow {
  z-index: -1;
  display: none;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 25px 2px #31313124;
}

.h4 {
  color: #000;
  margin-top: 0;
  font-size: 22px;
  line-height: 32px;
}

.hero-content-wrapper {
  text-align: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hero-content-wrapper._2 {
  margin-top: -50px;
}

.card-content {
  text-align: center;
  background-color: #f5f5f5;
  flex-flow: column;
  align-items: center;
  padding: 20px 25px 30px;
  display: flex;
}

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

.div-block-235 {
  text-align: center;
  width: 900px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.title-block {
  text-align: center;
  margin-bottom: 35px;
}

.items-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.items-grid.projecten {
  grid-template-columns: 1fr 1fr;
}

.notice-bar {
  background-color: #22c16d;
  height: 25px;
  display: none;
}

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

.footer-link-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

.right-arrow {
  display: none;
}

.text-span-2 {
  color: #20bf6b;
  -webkit-text-stroke-color: #22c16d;
}

.paragraph {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 26px;
}

.paragraph.white {
  color: #fff;
}

.paragraph.green {
  color: #22c16d;
  font-weight: 700;
}

.paragraph h2 {
  margin-top: 35px;
  font-size: 25px;
  line-height: 35px;
}

.paragraph h3 {
  color: #333;
  margin-top: 35px;
  font-size: 18px;
  line-height: 26px;
}

.div-block-236 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f5f5f5;
  border-radius: 10px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 0;
  padding: 25px 25px 15px;
  display: flex;
}

.container {
  width: 90%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.container.nav {
  background-color: #fff;
  border-radius: 100000000px;
  margin-top: 25px;
  padding: 20px 25px;
  box-shadow: 0 2px 25px 2px #31313124;
}

.logo-main {
  width: 160px;
  max-width: none;
}

.logo-main.footer {
  width: 225px;
  margin-bottom: 25px;
}

.logo-main.margin-bottom {
  margin-bottom: 15px;
}

.asdasdf {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.social-wrapper {
  align-items: center;
  display: none;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.line_container-2 {
  z-index: -10;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.social-link-2 {
  opacity: .5;
  border: 1px solid #282a33;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-left: 24px;
  padding: 9px;
  transition: opacity .2s;
  display: flex;
}

.social-link-2:hover {
  opacity: 1;
  border-color: #2d4eff;
}

.navbar-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.75fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.h1 {
  margin-top: 0;
  font-size: 52px;
  line-height: 64px;
}

.div-block-232 {
  position: relative;
}

.step-icon-wrapper {
  background-color: #22c16d;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
  box-shadow: 0 0 15px #0000001a, 0 20px 20px -20px #a5a5a54a;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #fff0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.text-span {
  color: #26de81;
}

.product-image-mini {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 125px;
}

.landing-hero-section {
  background-color: #f5f5f5;
  margin-top: 0;
  margin-bottom: 125px;
  padding-top: 50px;
  padding-bottom: 125px;
}

.landing-hero-section.grey {
  background-color: #f5f5f5;
  padding-top: 125px;
  padding-bottom: 125px;
  overflow: hidden;
}

.landing-hero-section.top {
  margin-top: -150px;
  position: relative;
}

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

.landing-grid.at {
  grid-template-rows: auto auto;
  align-items: stretch;
}

.breadcrumbs-block {
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.breadcrumb-link {
  text-decoration: none;
}

.paragraph-3 {
  color: #5a5a5a;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.paragraph-3.blue {
  color: #09a3f3;
  font-weight: 700;
}

.breadcrumb-icon {
  margin-bottom: 0;
  margin-left: 3px;
  margin-right: 3px;
  font-family: Material Icons, sans-serif;
  font-size: 20px;
  line-height: 100%;
}

.h3.no-margin {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
}

.landing-hero-section-copy {
  background-color: #f5f5f5;
  margin-top: 0;
  margin-bottom: 125px;
  padding-top: 50px;
  padding-bottom: 125px;
}

.landing-hero-section-copy.grey {
  background-color: #f5f5f5;
  padding-top: 125px;
  padding-bottom: 125px;
  overflow: hidden;
}

.landing-hero-section-copy.top {
  margin-top: -150px;
  position: relative;
}

.hero-section-alt {
  background-image: none;
  margin-top: 0;
  margin-bottom: 125px;
  padding-top: 200px;
}

.hero-section-alt.grey {
  background-color: #f5f5f5;
  padding-top: 125px;
  padding-bottom: 125px;
  overflow: hidden;
}

.hero-section-alt.top {
  margin-top: -150px;
  position: relative;
}

.grid-2-copy-2-copy {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
}

.code-embed {
  border-radius: 10px;
  overflow: hidden;
}

.div-block-237 {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 25px;
  box-shadow: 0 2px 25px 2px #31313124;
}

.div-block-238 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 25px;
  display: flex;
}

.mobile-cta {
  display: none;
}

.collection-list {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.icon-small {
  width: 25px;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-71-copy {
  text-align: left;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.div-block-72-copy {
  margin-left: 10px;
}

.grid-slideshow {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 25px;
  display: grid;
}

.div-block-238-copy {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  align-items: flex-start;
  margin-top: 25px;
  display: flex;
}

.grid-slideshow-small {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 25px;
  display: grid;
}

.extra-image-offerte {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 275px;
  margin-top: 35px;
}

.lightbox-link-project {
  width: 100%;
}

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

.div-block-239 {
  position: sticky;
  top: 175px;
}

.grid-9-copy {
  grid-column-gap: 75px;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    text-align: left;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 10px;
    padding: 25px;
    box-shadow: 0 0 15px #0000001a, 0 20px 25px -20px #00000042;
  }

  .nav-link, .button {
    text-align: left;
  }

  .image-2 {
    margin-top: 40px;
  }

  .section {
    margin-top: 100px;
    margin-bottom: 100px;
  }

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

  .div-block-5-copy {
    margin-bottom: 25px;
  }

  .div-block-9 {
    display: flex;
  }

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

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

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

  .grid-12 {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    margin-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .project-image {
    height: 250px;
    max-height: none;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .container-landing {
    grid-template-columns: 1fr;
  }

  .intro_text_product {
    height: 3.5rem;
  }

  .grid-regular.at, .grid-regular.offerte {
    grid-template-columns: 1fr;
  }

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

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

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

  .image-regular-copy {
    display: none;
  }

  .nav-button-wrapper {
    justify-content: flex-end;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #22c16d;
  }

  .nav-dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .card-image.projecten {
    height: 175px;
  }

  .nav-link-main {
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hero-content-wrapper {
    text-align: left;
    width: 100%;
  }

  .hero-content-wrapper._2 {
    text-align: center;
    margin-top: -75px;
    margin-left: 5%;
    margin-right: 5%;
  }

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

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

  .grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .footer-link-title {
    margin-bottom: 40px;
  }

  .nav-menu-wrapper {
    background-color: #fff;
    width: 90%;
    height: 85vh;
  }

  .nav-menu-2 {
    text-align: left;
    background-color: #fff;
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
    padding: 25px;
    display: flex;
  }

  .line_container-2 {
    display: none;
  }

  .navbar-wrapper {
    display: flex;
  }

  .product-image-mini {
    height: 75px;
  }

  .landing-grid.at {
    grid-template-columns: 1fr;
  }

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

  .list-item {
    border-bottom: .5px solid #000;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .extra-image-offerte {
    height: 75px;
    display: none;
  }

  .div-block-239 {
    position: relative;
    top: 0;
  }

  .grid-9-copy {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 20px;
  }

  .project-image {
    height: auto;
  }

  .div-block-75, .text-field-2.cc-contact-field, .text-field-2.cc-textarea {
    text-align: left;
  }

  .section-5 {
    margin-left: 15px;
    margin-right: 15px;
  }

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

  .whatsappbusiness {
    margin-bottom: 25px;
    margin-right: 25px;
    position: fixed;
  }

  .whatsappicon {
    width: 100px;
  }

  .basic-section {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .basic-section.grey {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .basic-section.top {
    margin-top: 75px;
  }

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

  .footer-bottom-wrapper-2 {
    flex-flow: column wrap;
  }

  .h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .footer-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .footer-column-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner-hero.home {
    padding-top: 175px;
  }

  .nav-dropdown {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    display: block;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    box-shadow: none;
    padding: 0;
  }

  .hero-section {
    align-items: center;
    height: 100%;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .nav-dropdown-toggle.w--open {
    margin-left: 0;
  }

  .footer-title-wrapper {
    margin-bottom: 60px;
  }

  .card-image.projecten {
    height: 225px;
  }

  .nav-link-main {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: inline-block;
  }

  .hero-content-wrapper._2 {
    margin-top: 0;
    margin-left: 5%;
    margin-right: 5%;
  }

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

  .items-grid.projecten {
    grid-template-columns: 1fr;
  }

  .footer-link-title {
    margin-bottom: 20px;
  }

  .social-wrapper {
    margin-top: 60px;
  }

  .nav-menu-2 {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px;
    box-shadow: 0 15px 15px -5px #24242424;
  }

  .h1 {
    font-size: 42px;
    line-height: 54px;
  }

  .product-image-mini {
    height: 125px;
  }

  .landing-hero-section {
    margin-top: 0;
    margin-bottom: 100px;
  }

  .landing-hero-section.grey {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .landing-hero-section.top {
    margin-top: 75px;
  }

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

  .landing-hero-section-copy {
    margin-top: 0;
    margin-bottom: 100px;
  }

  .landing-hero-section-copy.grey {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .landing-hero-section-copy.top {
    margin-top: 75px;
  }

  .hero-section-alt {
    margin-top: 50px;
    margin-bottom: 125px;
    padding-top: 100px;
  }

  .hero-section-alt.grey {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-section-alt.top {
    margin-top: 75px;
  }

  .list-item {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .extra-image-offerte {
    height: 125px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 24px;
    line-height: 32px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .div-block-5 {
    display: none;
  }

  .button3 {
    margin-top: 15px;
  }

  .section.lijn {
    display: block;
  }

  .div-block-5-copy {
    display: none;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-heading-old {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .contact-form-grid {
    margin-top: 0;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 22px;
  }

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

  .div-block-73 {
    display: block;
  }

  .div-block-71 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .product-image {
    max-height: 350px;
  }

  .grid-10 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
  }

  .grid-2-copy {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .grid-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-76 {
    text-align: left;
  }

  .container-landing {
    width: 90%;
    max-width: 1200px;
  }

  .intro_text_product {
    height: 10rem;
  }

  .whatsappbusiness {
    margin-right: 15px;
  }

  .whatsappicon {
    width: 60px;
    position: static;
  }

  .basic-section {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .basic-section.grey {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .grid-regular.offerte {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .h2 {
    font-size: 32px;
    line-height: 38px;
  }

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

  .div-block-77 {
    text-align: left;
  }

  .footer-column-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .grid-2-copy-2 {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .banner-hero {
    background-color: #fff0;
    background-image: linear-gradient(#9ea37bcc, #9ea37bcc);
    width: 100%;
  }

  .banner-hero.home {
    padding-top: 150px;
    padding-bottom: 75px;
  }

  .step-icon {
    width: 25px;
  }

  .button-primary._100 {
    text-align: center;
  }

  .button-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .footer-section {
    padding-top: 75px;
    padding-bottom: 0;
  }

  .nav-button-wrapper {
    width: auto;
    display: none;
  }

  .image-3-copy-copy-2 {
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
    margin-right: 5px;
  }

  .menu-button.w--open {
    z-index: 12;
    border-radius: 8px;
  }

  .button-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    align-items: flex-start;
    display: flex;
  }

  .button-block.center {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
  }

  .hero-section {
    height: 100%;
  }

  .footer-title-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .card-image.projecten {
    height: 175px;
  }

  .step-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: left;
    flex-flow: row;
    align-items: flex-start;
  }

  .nav-link-main {
    width: 100%;
  }

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

  .hero-content-wrapper._2 {
    text-align: left;
    margin: 0% 5%;
  }

  .navbar-brand {
    z-index: 100;
  }

  .title-block {
    text-align: left;
  }

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

  .paragraph h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .paragraph h3 {
    font-size: 18px;
  }

  .container.nav {
    width: 95%;
    margin-top: 10px;
  }

  .logo-main {
    width: 150px;
  }

  .nav-menu-wrapper {
    z-index: 10;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    padding-top: 100px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .social-wrapper {
    margin-top: 40px;
  }

  .nav-menu-2 {
    box-shadow: none;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 35px;
  }

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

  .step-icon-wrapper {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }

  .product-image-mini {
    height: 20vw;
  }

  .landing-hero-section {
    margin-top: 0;
    margin-bottom: 75px;
  }

  .landing-hero-section.grey {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .breadcrumbs-block {
    flex-flow: wrap;
    display: flex;
  }

  .landing-hero-section-copy {
    margin-top: 0;
    margin-bottom: 75px;
  }

  .landing-hero-section-copy.grey {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .hero-section-alt {
    margin-top: 0;
    margin-bottom: 75px;
    padding-top: 135px;
  }

  .hero-section-alt.grey {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .grid-2-copy-2-copy {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .div-block-238 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: block;
  }

  .mobile-cta {
    width: 100%;
    margin-top: 25px;
    display: block;
  }

  .div-block-71-copy {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .grid-slideshow {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
  }

  .div-block-238-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: block;
  }

  .grid-slideshow-small {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
  }

  .extra-image-offerte {
    height: 20vw;
  }

  .list-item-2 {
    width: 100%;
  }

  .success-message-2 {
    color: #fff;
    background-color: #22c16d;
    border-radius: 10px;
    margin-top: 25px;
  }

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

  .contact-form {
    margin-top: 25px;
  }
}

#w-node-d09e2049-726b-57a2-473c-1758529d29c7-f567430e {
  align-self: end;
}

#w-node-d09e2049-726b-57a2-473c-1758529d29d9-f567430e {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-d09e2049-726b-57a2-473c-1758529d2a0b-f567430e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d09e2049-726b-57a2-473c-1758529d2a0c-f567430e {
  align-self: center;
}

#w-node-e558d7bd-94bd-d937-bac4-5424d0fe595a-d0fe5953 {
  justify-self: center;
}

#w-node-e558d7bd-94bd-d937-bac4-5424d0fe5977-d0fe5953 {
  justify-self: end;
}

#w-node-d51cc8bb-9556-19a9-5a3e-c2f46e7e207d-588e7c95, #w-node-d51cc8bb-9556-19a9-5a3e-c2f46e7e2081-588e7c95, #w-node-d13fe54b-289d-2a91-b904-b8a9fb48fe5a-588e7c95, #w-node-d51cc8bb-9556-19a9-5a3e-c2f46e7e2085-588e7c95 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-edd7151a-bc14-8082-fb5e-6535235950dd-a1138623 {
  align-self: center;
}

#w-node-a7bb87db-d397-0c7f-b745-309c6c508b7f-a1138623, #w-node-_0c831136-b363-42ee-9c7a-d0a815379cc5-3efc68fc {
  align-self: start;
}

#w-node-_4d5302b9-d3ea-c81f-253b-566fb29fc700-3efc68fc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f83c9257-1e14-9ada-ed3b-377ef3f307a1-32d4fc0b {
  align-self: start;
}

#w-node-_8ec3729e-ba5b-0edc-cdb6-3b29aca5fc3c-32d4fc0b, #w-node-_8ec3729e-ba5b-0edc-cdb6-3b29aca5fc40-32d4fc0b, #w-node-_8ec3729e-ba5b-0edc-cdb6-3b29aca5fc44-32d4fc0b, #w-node-_8ec3729e-ba5b-0edc-cdb6-3b29aca5fc48-32d4fc0b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3e2af023-8b7e-a325-a60d-7bba81549c54-4d56ca4a {
  align-self: start;
}

#w-node-_98475d7e-2293-d0bb-b5d4-5b1712f1ea9a-4d56ca4a {
  order: -9999;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-d09e2049-726b-57a2-473c-1758529d29d9-f567430e, #w-node-d09e2049-726b-57a2-473c-1758529d2a0b-f567430e {
    grid-row: span 1 / span 1;
  }

  #w-node-f293bcf0-632c-dee5-e96c-abaf33a58669-33a58666 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f293bcf0-632c-dee5-e96c-abaf33a58669-33a58666 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e558d7bd-94bd-d937-bac4-5424d0fe5977-d0fe5953 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d51cc8bb-9556-19a9-5a3e-c2f46e7e207d-588e7c95, #w-node-d51cc8bb-9556-19a9-5a3e-c2f46e7e2081-588e7c95, #w-node-d13fe54b-289d-2a91-b904-b8a9fb48fe5a-588e7c95, #w-node-_4d5302b9-d3ea-c81f-253b-566fb29fc6e8-3efc68fc, #w-node-_4d5302b9-d3ea-c81f-253b-566fb29fc6ec-3efc68fc, #w-node-_4d5302b9-d3ea-c81f-253b-566fb29fc6f0-3efc68fc, #w-node-_4d5302b9-d3ea-c81f-253b-566fb29fc6f4-3efc68fc, #w-node-_4d5302b9-d3ea-c81f-253b-566fb29fc6f8-3efc68fc, #w-node-_4d5302b9-d3ea-c81f-253b-566fb29fc6fc-3efc68fc, #w-node-_8ec3729e-ba5b-0edc-cdb6-3b29aca5fc3c-32d4fc0b, #w-node-_8ec3729e-ba5b-0edc-cdb6-3b29aca5fc40-32d4fc0b, #w-node-_8ec3729e-ba5b-0edc-cdb6-3b29aca5fc44-32d4fc0b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3e2af023-8b7e-a325-a60d-7bba81549c54-4d56ca4a, #w-node-_98475d7e-2293-d0bb-b5d4-5b1712f1ea9a-4d56ca4a {
    order: -9999;
  }
}


