.error-message {
  display: none;
}

.inputfield:has(.error-message) input,
.inputfield:has(.error-message) textarea,
.form-input-block:has(.error-message) input,
.form-input-block:has(.error-message) textarea {
  border-color: red;
}

:root {
  --zwart_tapetex: #000;
  --grey_tapetex: #666;
  --white_tapetex: white;
  --green_tapetex: #a8cc28;
  --background_tapetex_grey: #f3f2f2;
}

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

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

h1 {
  color: var(--zwart_tapetex);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

h2 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 2.7rem;
  font-weight: 300;
  line-height: 1;
}

h3 {
  color: var(--zwart_tapetex);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 24px;
}

p {
  color: var(--grey_tapetex);
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

strong {
  font-weight: 400;
}

.navbar {
  z-index: 10;
  background-color: rgba(15, 19, 22, 0);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.75rem;
  font-size: 0.95rem;
  display: flex;
}

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

.tapetex_logo {
  color: #000900;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}

@media screen and (max-width: 375px) {
  .tapetex_logo .image-5 {
    width: 4em;
  }
}

@media screen and (max-width: 330px) {
  .tapetex_logo .image-5 {
    width: 3.8em;
  }
}

.ths08-menu-bars-wrapper {
  z-index: 10000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 0.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: static;
}

.navigatie {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navigatie.flex-right {
  justify-content: flex-end;
  width: auto;
  position: static;
}

.ths08-header {
  z-index: 9;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 7rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.ths08-menu-bar {
  background-color: rgba(0, 9, 0, 0.75);
  width: 30px;
  height: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.ths08-menu {
  z-index: 1000;
  background-color: rgba(0, 9, 0, 0.5);
  justify-content: flex-end;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 100%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.ths08-contact-info-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 2rem;
  padding-left: 0;
  display: flex;
}

.ths08-menu-block {
  background-color: var(--white_tapetex);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.ths08-menu-link {
  color: var(--zwart_tapetex);
  text-align: right;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 100px;
  text-decoration: none;
  transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
}

.ths08-menu-link:hover {
  color: var(--zwart_tapetex);
  transform: scale(1.1);
}

.ths08-menu-links-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.body {
  background-color: rgba(243, 248, 252, 0);
}

.container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
}

.container.nav {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.right {
  justify-content: flex-end;
  display: block;
}

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

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

.container.bottom {
  z-index: 1;
  padding-bottom: 7vw;
  position: relative;
}

.container.bottom.large {
  padding-bottom: 16vw;
}

.container.center {
  justify-content: center;
  align-self: center;
  display: flex;
}

.container.contact {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  padding-left: 0;
  padding-right: 5vw;
  display: flex;
}

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

.image-5 {
  width: 14rem;
  max-height: 36px;
  object-fit: contain;
  object-position: left center;
}

.heading_cta {
  color: var(--zwart_tapetex);
  text-align: left;
  text-transform: uppercase;
  max-width: none;
  margin-top: 1rem;
  font-family: Satoshi, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.1;
}

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

.heading_h3 {
  color: var(--zwart_tapetex);
  margin-bottom: 15px;
  font-family: Satoshi, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  display: inline-block;
}

.heading_h3.light {
  color: #939598;
  font-size: 1rem;
}

.heading_h3.bold {
  color: #58595b;
  font-size: 1rem;
  font-weight: 500;
}

.maxwidth_large {
  max-width: 40rem;
}

.maxwidth_large._2rem_min {
  margin-top: -2rem;
}

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

.container-vertical {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.container-vertical.center {
  flex: 0 auto;
  align-items: center;
}

.paragraph {
  color: var(--grey_tapetex);
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.paragraph.mobilehome {
  display: none;
}

.paragraph.max-width-medium {
  text-align: center;
}

.paragraph.small._1rem_top.maxwidth_large-copy {
  max-width: 40rem;
  margin-bottom: 0;
  position: static;
}

.paragraph.slash {
  margin-bottom: 0;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.paragraph.bold {
  font-weight: 500;
}

._2rem_top {
  padding-top: 2rem;
}

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

.section {
  padding-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
}

.image-11 {
  background-image: radial-gradient(
      circle at 100% 100%,
      #ea2a94,
      rgba(255, 255, 255, 0) 32%
    ),
    radial-gradient(circle at 100% 100%, #ffa600, rgba(255, 255, 255, 0) 53%),
    url("../images/Points.svg"), url("../images/Footer_image.jpg");
  background-position: 0 0, 0 0, 100% 100%, 50%;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, 50%, cover;
  width: 100%;
  height: 60vh;
}

.button-10 {
  color: #58595b;
  justify-content: flex-start;
  align-items: center;
  width: 265px;
  height: 50px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.arrow-white-b10 {
  z-index: 0;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.text-button {
  z-index: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 30px;
  margin-right: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  position: relative;
}

.footer {
  flex-direction: column;
  align-items: center;
  padding-top: 7vw;
  padding-bottom: 2rem;
  display: flex;
}

.logo_footer {
  width: 10rem;
  margin-bottom: 2rem;
  padding-top: 0.5rem;
}

.submit-button {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #cbfc01;
  background-image: linear-gradient(49deg, #73bf44, #00763d);
  border-radius: 0 100rem 100rem 0;
  padding: 13px 34px 13px 43px;
  font-size: 14px;
  font-weight: 700;
  line-height: 162%;
  transition: background-color 0.3s;
}

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

.footer-link {
  color: var(--zwart_tapetex);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-link:hover {
  color: #9e9e9e;
}

.form-text {
  color: #939598;
  letter-spacing: -0.02em;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 162%;
}

.success-message {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 10px;
  font-size: 16px;
}

.new-letter-form {
  margin-top: 24px;
  margin-bottom: 21px;
}

.text-field {
  color: #151515;
  letter-spacing: -0.02em;
  background-color: rgba(255, 255, 255, 0.7);
  border-top-left-radius: 100rem;
  border-bottom-left-radius: 100rem;
  height: auto;
  margin-bottom: 0;
  padding: 13px 18px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 26px;
}

.text-field:focus {
  border: 1px solid rgba(0, 0, 0, 0);
}

.text-field::placeholder {
  color: rgba(21, 21, 21, 0.7);
  font-weight: 400;
}

.news-letter-form {
  align-items: stretch;
  height: 52px;
  display: flex;
}

.error-message {
  color: #fc6161;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fc6161;
  font-size: 16px;
  line-height: 150%;
}

.footer-inner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 0.7fr 1fr 2fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-links-inner {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  margin-top: 24px;
  display: flex;
}

.text-span {
  outline-offset: -41px;
  white-space: normal;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(104deg, #73bf44, #00763d);
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 0.3rem #62b343;
  outline: 3px #58595b;
  font-style: normal;
  font-weight: 500;
  position: static;
}

.counter {
  color: var(--zwart_tapetex);
  font-family: Roboto Condensed, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

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

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

.grid-2-columns._4remtop {
  margin-top: 4rem;
}

.section_basic {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 6vw;
  padding-bottom: 2vw;
  display: flex;
}

.section_basic.test {
  padding-top: 0;
}

.section_basic.paddingsame {
  flex-direction: column;
  align-items: center;
  padding-bottom: 6vw;
  position: relative;
}

.section_basic.grey_bg {
  z-index: 0;
  background-color: rgba(243, 242, 242, 0);
  margin-top: -8vw;
  padding-top: 6vw;
  position: relative;
}

.section_basic.grey_bg.zero-margin-top {
  margin-top: -6vw;
}

.section_basic.relative {
  position: relative;
}

.section_basic.nopaddingtop {
  padding-top: 0;
}

.white {
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3;
}

.grid-8 {
  grid-template-rows: auto;
  align-items: start;
  justify-items: stretch;
  width: 100%;
}

.div-block-14 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.utility-page-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.utility-page-wrap.center {
  justify-content: center;
  align-items: center;
}

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

._404_button_container {
  margin-top: 2.5rem;
}

.button {
  display: inline-block;
}

.button-block-25 {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  color: #f0f0f0;
  border: 1px solid #989898;
  border-radius: 100vw;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  min-height: 2.8rem;
  padding: 0.3rem 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-block-25:hover {
  border-color: #a8cc28;
}

.button-block-25.white {
  background-color: var(--white_tapetex);
}

.button-text-25-icon {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1rem;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  position: absolute;
  transform: rotate(0);
}

.button-text-25 {
  z-index: 1;
  color: #3f3f3f;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-family: Satoshi, sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.button-text-25.white {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 0.7rem;
}

.button-text-25.nocaps {
  letter-spacing: normal;
  text-transform: none;
  font-size: 0.8rem;
}

.button-block-26 {
  width: 160px;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  color: #f0f0f0;
  border: 1px solid #989898;
  border-radius: 100vw;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  min-height: 2.8rem;
  padding: 0.3rem 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-block-26:hover {
  border-color: #a8cc28;
}

.button-block-26.white {
  background-color: var(--white_tapetex);
}

.button-text-26-icon {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1rem;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  position: absolute;
  transform: rotate(0);
}

.button-text-26 {
  z-index: 1;
  color: #3f3f3f;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-family: Satoshi, sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.button-text-26.white {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 0.7rem;
}

.button-text-26.nocaps {
  letter-spacing: normal;
  text-transform: none;
  font-size: 0.8rem;
}
#requestForm .button-block-26 {
  color: #3f3f3f;
}

.button-block-31 {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  color: #f0f0f0;
  justify-content: flex-start;
  align-items: center;
  padding-right: 2rem;
  font-size: 0.8rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-block-31.w-inline-block:last-child {
  padding-right: 0;
}

.button-block-31.align-right {
  justify-content: flex-end;
  padding-right: 0;
}

.button-block-31.vertical {
  padding-right: 0;
  transform: rotate(90deg);
}

.button-block-31.no-padding,
.button-block-31.no-padding.w--current {
  padding-right: 0;
}

.button-block-31.no-padding.right {
  justify-content: flex-end;
}

.button-text-wrap-31 {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
}

.button-text-wrap-31.last {
  flex-direction: row;
  margin-left: 2rem;
}

.line-31 {
  background-color: #a8cc28;
  width: 100%;
  height: 1px;
}

.hamburger_menu {
  z-index: 2147483647;
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 7rem;
  margin-left: 2rem;
  padding-left: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.bold {
  color: var(--zwart_tapetex);
  font-style: normal;
  font-weight: 500;
}

.background-video-3 {
  z-index: -1;
  background-color: rgba(0, 0, 0, 0);
  border-left: 0 solid #fff;
  border-right: 0 solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-right: 3vw;
  display: flex;
  position: absolute;
}

.background-video-4 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
}

.overlay {
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.37);
  width: 100%;
  height: 100%;
  position: absolute;
}

.span-avatar {
  text-align: left;
  white-space: nowrap;
  background-image: url("../images/Placeholder.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3.75rem 3.75rem;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 0.5rem;
  width: 3.75rem;
  height: 3.75rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 7.5;
  text-decoration: none;
  transition: border-radius 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    border-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline-block;
  position: relative;
  bottom: -0.875rem;
}

.span-avatar:hover {
  border-color: #3f8ef1;
  border-radius: 2rem;
}

.photo_flex {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.photo_item {
  flex: none;
  width: 100%;
  margin-right: 0;
  position: static;
}

.img-wrap {
  width: 100%;
  padding-top: 50vh;
  position: relative;
}

.img-wrap.small {
  padding-top: 25rem;
}

.img {
  transform: scale3d(1none, 1none, 1none);
  cursor: default;
  object-fit: cover;
  transform-style: preserve-3d;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.border_right {
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 3vw;
  height: 100%;
  padding-top: 3rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.scroll_down {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.number_big {
  z-index: 0;
  color: var(--white_tapetex);
  letter-spacing: -16px;
  margin: 0 5rem 0 -1.2rem;
  font-family: Roboto Condensed, sans-serif;
  font-size: 15rem;
  font-weight: 400;
  line-height: 0.8;
  text-decoration: none;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.number_big.smaller {
  font-size: 10rem;
}

.max-width-medium {
  max-width: 26rem;
}

.div_2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.green_lines {
  background-color: var(--green_tapetex);
  width: 100%;
  height: 1px;
  margin-bottom: 0.5rem;
}

.green_lines._2rem_bottom {
  margin-top: 8vw;
  margin-bottom: 2rem;
}

.div-stretch {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-stretch._4rem_top {
  margin-top: 4rem;
}

.grid3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 2rem;
  display: grid;
}

.image-19 {
  width: 1.2rem;
  max-height: 1.2rem;
}

.image-19.small {
  opacity: 0.6;
  width: 0.9rem;
}

.image-20 {
  width: auto;
  height: 3rem;
}

.social_icon {
  margin-right: 1rem;
}

.social_icon:hover {
  transform: scale(1.1);
}

.social_icon:last-child {
  margin-right: 0;
}

.div-block-16 {
  margin-top: 3.5rem;
}

@media screen and (min-width: 480px) {
  .div-block-16 a {
    justify-content: flex-end !important;
  }

  .footer .button-block-31.w-inline-block .button-text-25  {
    text-align: right;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cc0b14d8-7de4-fe29-3d9a-04dce0f53447-e0f53447 {
    margin-right: auto;
  }
}

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

.projects {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 6vw;
  display: grid;
}

.projects.paddingbottom {
  padding-bottom: 5vw;
}

.project-item {
  position: relative;
}

.project-card {
  z-index: 20;
  color: #fff;
  width: 100%;
  height: 85vh;
  min-height: 100%;
  padding: 3rem 0 5rem 3rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.project-card.smaller {
  height: 60vh;
}

.project-background {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-full {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale(1.01);
}

.overlay-2 {
  background-color: rgba(15, 19, 22, 0);
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.19));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.collections-info {
  z-index: 10;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-size-large {
  font-size: 1.75rem;
}

.text-size-large.text-weight-medium {
  padding-right: 3rem;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 300;
}

.sub_headings {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Satoshi, sans-serif;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.sub_headings.white {
  color: #fff;
}

.chapter {
  flex: 1;
  align-items: center;
  display: flex;
}

.chapter._1rem_bottom {
  margin-bottom: 1rem;
}

.chapter.right {
  justify-content: flex-end;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-18 {
  align-items: flex-start;
  display: flex;
}

.image-21 {
  width: 2rem;
  margin-right: 0.5rem;
  padding-top: 0.1rem;
}

.green_line_chapter {
  background-color: var(--green_tapetex);
  width: 4rem;
  height: 2px;
  margin-bottom: 0;
  margin-right: 0.5rem;
}

.amount {
  font-family: Roboto Condensed, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.1;
  position: absolute;
  z-index: 10;
  background-color: white;
  border: 2px;
  border-color: var(--green_tapetex);
  border-style: solid;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 2px;
  border-radius: 10px;
  padding-left: 10px;
  top: 3%;
  right: 3%;
}

.amount option {
  color: var(--zwart_tapetex);
  font-weight: bold;
}

/* Container styles */
.progress-container {
  width: 100%; /* Width of the progress container */
  margin: 50px auto; /* Center the container horizontally */
  position: relative; /* Position relative for absolute positioning of steps */
}

.progress-container .step {
  text-align: center;
}

/* Progress bar styles */
.progress-container progress {
  width: 100%; /* Full width of the progress bar */
  height: 15px; /* Reduced height of the progress bar */
  appearance: none; /* Remove default appearance */
  border: none; /* Remove default border */
  background-color: #f0f0f0; /* Light gray background color */
  margin-bottom: 20px; /* Spacing below the progress bar */
  overflow: hidden;
}

/* Customize the appearance of the progress bar value */
.progress-container progress::-webkit-progress-value {
  background-color: var(--green_tapetex); /* Green color for progress */
  transition: width 0.5s ease-in-out;
}

.request tr.margin {
  display: block;
  margin-top: 30px;
}

.request .content {
  display: grid;
  grid-template-columns: 40% 20%;
  justify-content: space-between;
}

.request .content .item {
  display: flex;
  flex-direction: column;
}

.downloadbtn {
  background-color: #000;
  padding: 20px;
  text-decoration: none;
  margin-top: 20px;
  color: white;
}

.sample-request {
  flex-direction: column;
  align-items: center !important;
}

.steps {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  border-bottom: 1px solid #cfcfcc;
  margin-bottom: 2.5rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  width: 100%;
}

.step {
  display: flex;
  justify-content: center;
  width: 250px;
}

.step p {
  font-family: Satoshi, sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  margin-bottom: -1px;
  padding: 0 1rem 1rem;
  color: #3f3f3f;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.formulier .flex {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
  gap: 25px;
}

@media screen and (min-width: 768px) {
  .formulier .flex {
    grid-template-columns: repeat(3, 1fr);
  }
}

.formulier .inner {
  display: flex;
  flex-direction: column;
}

.inputfield {
  display: flex;
  flex-direction: column;
  position: relative;
}

.error-message {
  position: absolute;
  top: -25px;
}

.inputfield input {
  order: 2;
  font-family: Roboto Condensed, sans-serif;
}

.steps .active {
  /* border-bottom-width: 3px;
  border-bottom-color: var(--green_tapetex);
  border-style: solid;
    border-width: 0 0 2px;
    z-index: 2; */
}

.steps .active p {
  /* font-weight: bold !important;
  font-size: 20px;
  text-align: center; */
}

/* Optional: Add text to show progress percentage */
.progress::after {
  content: attr(value) "%"; /* Display progress value as percentage */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #000;
}

#requestForm .buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.request .number {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

/* Voeg deze stijlen toe aan je CSS-bestand */

#requestForm button {
  background-color: transparent;
}
#requestForm .button-block-25 {
  color: #3f3f3f;
}

#submitButton {
  display: none;
}

.green_line_chapter.white {
  background-color: var(--white_tapetex);
}

.stretch {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.stretch.bottom {
  align-items: flex-end;
  margin-bottom: 2rem;
  font-style: normal;
}

.stats {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  height: auto;
  margin-top: 4rem;
  display: grid;
}

.top {
  background-color: rgba(255, 255, 255, 0);
}

.black_lines {
  background-color: var(--zwart_tapetex);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.black_lines.second {
  margin-top: 1rem;
}

.black_lines.maxwitdth {
  max-width: 20rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.number {
  color: var(--zwart_tapetex);
  font-family: Roboto Condensed, sans-serif;
  font-size: 3rem;
  font-weight: 200;
  line-height: 1.1;
}

.content-stats {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 3rem 2rem 2rem;
  display: flex;
}

.content-stats.bottom {
  justify-content: flex-end;
  height: auto;
}

.content-stats.top {
  height: auto;
}

.content-stats.vertical {
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}


.materials__wrapper {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  gap: 1px;
  margin-top: -8rem;
}

@media screen and (max-width: 991px) {
  .materials__wrapper {
    margin-bottom: 1.2rem;
  }
}

.material__item {
  aspect-ratio: 1 / 1;
  display: inline-block;
  width: calc(100% / 5 - 4px);
  background-size: cover;
  background-position: center;
}

.green_line_collections {
  background-color: var(--green_tapetex);
  width: 100%;
  height: 5px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-right: 0;
}

.maxwidth_huge {
  max-width: 70em;
}

.grid211 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5rem;
  display: grid;
}

.background-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-wrapper.smaller {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding-top: 40vh;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.background-wrapper.sticky {
  height: 100vh;
  max-height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
  overflow: hidden;
}

.background-wrapper.products {
  z-index: -1;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding-top: 0;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
  overflow: hidden;
}

.background-wrapper.higher {
  z-index: -1;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding-top: 60vh;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
  overflow: hidden;
}

.background-wrapper.xs {
  z-index: -1;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding-top: 15vh;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
  overflow: hidden;
}

.background-wrapper.smaller {
  height: 100%;
  max-height: 100%;
  padding-top: 35vh;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
  overflow: hidden;
}

.background-wrapper.ms {
  height: 100%;
  max-height: 100%;
  padding-top: 60vh;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
  overflow: hidden;
}

.background-image {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.quote_content {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.icon_quote {
  width: 2rem;
  margin-bottom: 2rem;
  margin-right: 0.5rem;
  padding-top: 0.1rem;
}

.sticky-banner {
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 3vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-banner.nopadding {
  padding-right: 0;
}

.section-action {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 7vw;
  margin-bottom: 3vw;
  display: flex;
  position: relative;
}

.section-action.contact {
  width: 100%;
  margin-right: 0;
}

.padding_vertical {
  height: 40vh;
}

.padding_vertical.small {
  height: 20vh;
}

.section-home {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 7rem;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.image-23 {
  height: 2.5rem;
  margin-top: 0;
}

.instagram-photo-link {
  flex: 0 auto;
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.instagram-hover-icon {
  z-index: 1;
  outline-offset: 0px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url("../images/insta_icon.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
  border-radius: 50%;
  outline: 1px #cbc7c7;
  width: 44px;
  height: 44px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.overlay-3 {
  background-color: rgba(15, 19, 22, 0);
  background-image: linear-gradient(rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tripple-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.intro-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.clip {
  position: relative;
  overflow: hidden;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.small {
  font-size: 0.8rem;
}

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

.overlay_dark {
  background-color: rgba(15, 19, 22, 0);
  background-image: linear-gradient(rgba(0, 0, 0, 0.29), rgba(0, 0, 0, 0.29)),
    linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.19));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-text-25-2 {
  z-index: 1;
  color: #3f3f3f;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.button-text-25-2.nocaps {
  letter-spacing: normal;
  text-transform: none;
}

.ths08-menu-link-2 {
  color: #000;
  text-align: right;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
}

.ths08-menu-link-2:hover {
  color: #000;
  transform: scale(1.1);
}

.ths08-menu-link-2.w--current {
  text-transform: uppercase;
  font-family: Satoshi, sans-serif;
  font-weight: 400;
}

.ths08-menu-2 {
  z-index: 8;
  background-color: #fff;
  justify-content: flex-end;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 100%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.ths08-menu-bars-wrapper-2 {
  z-index: 400;
  cursor: pointer;
  background-color: #fff;
  border-radius: 0.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-top: 7px;
  display: flex;
}

.div-block-21 {
  margin-top: 2rem;
}

.div-block-22 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.navbar_sticky {
  z-index: 400;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 7rem;
  width: auto;
  justify-content: space-between;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.ths08-menu-block-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.ths08-header-2 {
  z-index: 9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  /* overflow: hidden; */
}

.mobile-cart {
  display: none;
  margin-right: 10px;
  width: auto;
  height: 50px;
  border-radius: .5rem;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 30px;
}

.sample-block {
  margin-top: -5px;
  min-width: 278px;
}

/* .navbar .searchform {
  position: relative;
}

.navbar .searchform form {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
} */

.navbar .searchform {
  margin-top: -5px;
}

.navbar .searchform input, .search-section-wrapper input, .search-button input {
    width: 100%;
    padding: 10px 15px;
    border: solid 1px black;
    padding-right: 45px;
}

.search-button input {
  outline: none;
}

.search-section-wrapper input {
    min-width: 22vw;
}

.navbar .searchform input {
  width: 0;
  outline: none;
  padding: 8px 24px;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0);
  transition: width .4s ease-out, border-color .4s ease-out;
}

.navbar .searchform.open input {
  width: 203px;
  border-color: rgba(0, 0, 0, 100);
}

.navbar .searchform .search-wrapper.error input {
  width: 203px;
  border-width: 1px;
  border-style: solid;
  border-color: #dc4a4a;
}

.navbar .searchform .search-wrapper.error input {
  color: #dc4a4a;
}

.navbar .searchform button, .search-section-wrapper button {
  margin-left: 12px;
  padding: 8px 15px;
}

.navbar .searchform button {
  margin-left: 0;
  margin-top: 13px;
}

.navbar .searchform .search-wrapper, .search-section-wrapper .search-wrapper {
  position: relative;
}

.search-section-wrapper .search-wrapper {
  margin-top: 0;
}

.navbar .searchform .search-wrapper svg, .search-section-wrapper svg, .search-button svg {
  position: absolute;
  right: 5px;
  top: 50%;
  translate: 0 -50%;
  z-index: 1;
  height: 40px;
  padding: 10px;
  cursor: pointer;
  transition: scale .3s ease-out, fill .4s ease-out;
}

.search-button {
  display: none;
  padding-top: 7px;
  position: relative;
  margin-right: 10px !important;
}

.search-button svg {
  padding: 0;
  height: 24px;
  position: static;
  translate: none;
}

.search-button .search-wrapper {
  display: none;
  position: absolute;
  /* padding: 10px; */
  /* background-color: #ffffff; */
  top: calc(100% + 10px);
  border-radius: 0.5rem;
  left: 0;
  width: 357%;
}

.search-wrapper.error svg {
  fill: #dc4a4a !important;
}

.search-button.opened .search-wrapper {
  display: block;
}

.search-button .search-wrapper input {
  /* border-radius: 0.5rem; */
}

@media screen and (min-width: 480px) {
  .search-button .search-wrapper {
    width: 500%;
  }
}

.navbar .searchform .search-wrapper svg:hover, .search-section-wrapper svg:hover {
  scale: 1.07;
}

.search-section-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .search-section-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .search-section-wrapper .div-block-18 {
    max-width: 60vw;
  }

  .search-section-wrapper .form-block {
    margin-left: 30px;
  }
}

@media screen and (max-width: 991px) {
  .search-button {
    display: block;
  }
}

.search-section-wrapper .div-block-18 h1 {
  word-break: break-word;
}

.search-section-wrapper .form-block {
  position: relative;
}

.search-section-wrapper .form-block form {
  display: flex;
}

.mobile-cart a {
  text-decoration: none;
  margin-right: -15px;
}

.image-24 {
  width: 1.2rem;
  max-height: 1.2rem;
}

.section_intro {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 6vw;
  padding-bottom: 2vw;
  display: flex;
}

.section_intro.no-padding {
  padding-bottom: 0;
}

.section_header {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 12vw;
  padding-bottom: 2vw;
  display: flex;
}

.section_header.relative {
  position: relative;
}

.heading-2 {
  font-weight: 400;
}

.card__colors {
  display: flex;
}

.collection-label {
  display: block;
  margin-bottom: 4px;
}

.product-info-wrapper {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card__colors img {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 5px;
}

.section_header_collections {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 12vw;
  padding-bottom: 2vw;
  display: flex;
}

.intro_collections {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 0 5vw;
  display: grid;
}

.collection_image_header {
  position: relative;
}

.div-block-23 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.div-block-23.maxwidth_large {
  max-width: 40rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
  padding-left: 5rem;
}

.div-block-23.maxwidth_large.relative {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

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

.product_grid {
  z-index: 0;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 1rem;
  display: grid;
  position: relative;
}

.product-card {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: #080808;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.card-image-wrapper {
  background-color: #f4f8fa;
  height: auto;
}

.card-image {
  background-color: #f4f8fa;
  flex-direction: column;
  justify-content: flex-end;
  height: 35vw;
  min-height: 100%;
  max-height: 650px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-image.extra-large {
  height: 24rem;
  max-height: 700px;
}

.background-product {
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-card {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-card.one {
  z-index: 3;
}

.image-card.two {
  z-index: 2;
}

._1rem_top {
  margin-top: 1rem;
}

._1rem_top.center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  margin-left: 0.5rem;
  font-style: normal;
}

.h1_light {
  font-weight: 300;
}

.header_image {
  margin-right: 5vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.left {
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-right: 5rem;
}

.left.top {
  padding-top: 0;
  padding-bottom: 0;
}

.image-25 {
  width: 35px;
}

.sample {
  margin-left: 0;
  text-decoration: none;
  position: relative;
}

.div-block-25 {
  background-color: var(--green_tapetex);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -5px;
  left: auto;
  right: -10px;
}

.text-block {
  color: #fff;
}

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

.heading-4 {
  font-size: 2.7rem;
}

.grid112 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 5rem;
  display: grid;
}

.right {
  padding: 5rem 0 5rem 5rem;
}

.right.grey {
  background-color: var(--background_tapetex_grey);
  margin-left: 40%;
  padding-right: 5rem;
}

.right.grey.left {
  margin-left: 0%;
  margin-right: 40%;
}

.grid121 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5rem;
  display: grid;
}

.div-block-26 {
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
}

.image_content {
  height: 100%;
  position: relative;
}

.image_content.smaller {
  width: 70%;
}

.image_content.high {
  height: 60vh;
}

.grid-2-columns_image {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  height: 100%;
  display: grid;
}

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

.grid-2-columns_image._4remtop {
  margin-top: 4rem;
}

.ths07-video-lighbox {
  z-index: 8;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 40vh;
  margin-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ths07-video-lighbox.smaller {
  height: 15vh;
}

.ths07-video-lightbox-thumbnail {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ths07-content-overlay {
  z-index: 1;
  background-color: #efefef;
  border-radius: 5px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ths07-video-lightbox-icon {
  width: 66px;
  position: relative;
}

.ths07-video-lightbox-icon.smaller {
  width: 5vh;
}

.custom-checkbox-label-b {
  z-index: 3;
  color: #000;
  mix-blend-mode: normal;
  width: 100%;
  font-weight: 600;
  position: relative;
}

.select-dropdown.w--open {
  background-color: #fff;
  border: 0.5px solid #b8bbd1;
  border-radius: 6px;
  padding: 0.5rem 0.5rem 0.25rem;
  box-shadow: 0 10px 12px -3px rgba(0, 0, 0, 0.1);
}

.text-block-9 {
  color: #161715;
  letter-spacing: 1px;
  text-transform: none;
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.checkbox-field-b {
  z-index: 2;
  flex: none;
  align-items: center;
  width: 100%;
  margin-bottom: 0.25rem;
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
  padding-left: 0.7rem;
  font-family: Satoshi, sans-serif;
  line-height: 1.4em;
  display: flex;
  position: relative;
}

.checkbox-field-b:hover {
  border: 1px none var(--green_tapetex);
  background-color: #f2f4f5;
  position: relative;
}

.checkbox_button-b {
  z-index: 3;
  cursor: pointer;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.checkbox_button-b:hover {
  background-color: #f2f4f5;
  border-radius: 0;
}

.checkbox_button-b:active {
  border-radius: 0;
}

.checkbox_button-b.w--redirected-checked {
  border-width: 1px;
  border-color: var(--green_tapetex);
  background-color: #f2f4f5;
  background-image: url("../images/noun_Close_3610311.svg");
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.checkbox_button-b.w--redirected-focus {
  box-shadow: none;
  border-radius: 0;
}

.checkbox_button-b.w--redirected-focus-visible {
  border-radius: 0;
}

.select-input {
  margin-left: 0;
  margin-right: 0;
}

.input-wrapper {
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  position: relative;
}

.input-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  min-width: 15rem;
  min-height: 48px;

  padding: 13px 45px 10px 18px;
  font-size: 1rem;
  transition: border-color 0.2s;
}

.input-2:hover {
  border-color: #a8cd28;
}

.input-2:active {
  border-color: #d9d9d9;
}

.input-2:focus {
  box-shadow: none;
  border: 1px solid #d9d9d9;
}

.input-2::placeholder {
  color: #6e6e6e;
}

.input-2.w--open {
  border-color: #1d894e;
}

._2rem {
  width: 2rem;
}

._2rem.right {
  justify-content: flex-end;
  display: flex;
}

.form_card {
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 400px;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  box-shadow: 0 20px 30px -10px rgba(29, 1, 80, 0.1);
}

.form_card.is-wider {
  box-shadow: none;
  border-style: none;
  border-radius: 0;
  width: auto;
  max-width: none;
  padding: 0;
}

.select {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.form-block {
  margin-bottom: 1rem;
}

.image-26 {
  width: 80%;
  min-width: auto;
  max-width: none;
}

.link-block {
  color: var(--grey_tapetex);
  background-color: #f1f0f0;
  flex-direction: row;
  align-items: center;
  margin-right: 1rem;
  padding: 0.5rem;
  font-family: Satoshi, sans-serif;
  text-decoration: none;
  display: inline-block;
}

.link-block.delete {
  background-color: #fff;
}

.close {
  width: 14px;
  margin-left: 10px;
}

.div-block-27 {
  margin-top: 1rem;
  display: block;
}

._1rem {
  width: 1rem;
  height: 1rem;
}

.horizontal {
  display: flex;
}

.horizontal.stretch {
  justify-content: space-between;
  width: 100%;
}

.div-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template:
    "Area Area"
    ". ."
    / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lightbox-link {
  width: auto;
}

.div-block-29 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(auto, 1fr);
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.image-27 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.image-28 {
  display: block;
}

.div-block-30 {
  position: static;
  top: 30vh;
}

.section-products {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 7rem;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

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

.round {
  border-radius: 100%;
  width: 10rem;
  height: 12rem;
  position: relative;
}

.colors {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: auto;
  margin-top: 0;
  display: flex;
}

.colors._1rem_top {
  margin-top: 0;
}

.image-29 {
  width: 1rem;
}

.heading-5 {
  color: #333;
}

.color_content {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: auto 2fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.bold-text {
  color: var(--zwart_tapetex);
  font-weight: 500;
}

.div-block-32 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-6 {
  color: var(--zwart_tapetex);
  font-size: 1.2rem;
  font-weight: 400;
}

.kruimelpad {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6rem;
  display: flex;
}

.kruimelpad.mobile {
  display: none;
}

.products_content {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.products_content.maxwidth_large {
  max-width: 40rem;
  padding-top: 2rem;
  padding-bottom: 6rem;
  padding-left: 5rem;
}

.products_content.maxwidth_large.relative {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.paragraph-copy {
  color: var(--grey_tapetex);
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.paragraph-copy.mobilehome {
  display: none;
}

.paragraph-copy.max-width-medium {
  text-align: center;
}

.button_small {
  color: var(--grey_tapetex);
  align-self: center;
  font-family: Satoshi, sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
}

.button_small:hover {
  text-decoration: underline;
}

.button_small.mobilehome {
  display: none;
}

.button_small.max-width-medium {
  text-align: center;
}

.button_small.bold {
  color: var(--zwart_tapetex);
  align-self: center;
  font-weight: 500;
  text-decoration: none;
}

.button_small.bold:hover {
  text-decoration: underline;
}

.button_small.specs {
  margin-left: 0;
}

.div-block-33 {
  align-self: center;
  display: flex;
}

.image-30 {
  height: 0.8rem;
}

.div-block-34 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.arrow_left {
  height: 0.8rem;
  transform: rotate(180deg);
}

.button_with-icon {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.sample-icon {
  opacity: 1;
  width: 0.9rem;
  height: 1rem;
}

.lightbox-link-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.lightbox-link-2:hover {
  border-style: solid none none;
  border-width: 4px 0 0 1px;
  border-color: var(--green_tapetex);
}

.number_text {
  color: var(--grey_tapetex);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.number_text.mobilehome {
  display: none;
}

.number_text.max-width-medium {
  text-align: center;
}

.number_text.small {
  font-size: 12px;
}

.number_text.slash {
  margin-bottom: 0;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.div-block-35 {
  width: 5vw;
  height: 100%;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bold-text-2 {
  color: var(--zwart_tapetex);
  margin-left: 0.5rem;
  font-weight: 700;
}

.bold-text-2.mobile {
  display: none;
}

.div-block-36 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.image-31 {
  width: 1.1rem;
  margin-right: 0.6rem;
}

.content-h1 {
  z-index: 2;
  color: #1a1e27;
  letter-spacing: -0.04em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 1.1;
  position: relative;
}

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

.faq-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.faq-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-paragraph {
  color: var(--grey_tapetex);
  letter-spacing: 0;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.faq-grid {
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.question-title {
  color: var(--zwart_tapetex);
  letter-spacing: -0.03em;
  margin-right: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.faq-circle {
  background-color: #f3f3f3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  display: flex;
}

.faq-question-bar {
  color: #1a1e27;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.faq-question-wrap {
  cursor: pointer;
  padding-left: 40px;
  padding-right: 40px;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.faq-content {
  overflow: hidden;
}

.title-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #7b88a8;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: end;
  width: 100%;
  margin-bottom: 60px;
  display: block;
  position: relative;
}

.link {
  color: var(--zwart_tapetex);
  font-weight: 500;
}

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

.text-span-2 {
  color: var(--green_tapetex);
  font-weight: 500;
}

.text-block-10 {
  font-family: Satoshi, sans-serif;
}

.full-width {
  width: 100%;
}

.lightbox-video-thumbnail {
  width: 100%;
  /* height: 0%; */
  padding-bottom: 54.25%;
}

.lightbox-video-thumbnail.smaller {
  border-radius: 0;
  padding-bottom: 60vh;
}

.lightbox-video-thumbnail.full {
  height: 100%;
  padding-bottom: 100%;
}

.collection .play-button-wrapper{
    left: 45%;
}

.play-button-wrapper {
  color: #fff;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  padding-left: 0.3em;
  font-size: 1.2em;
  font-weight: 600;
  display: none;
  position: absolute;
  top: 43%;
  left: 47%;
}

@media screen and (max-width: 678px) {
  .play-button-wrapper {
    font-size: 1.2rem !important;
    top: 50% !important;
    left: 50% !important;
    translate: -50% -50% !important;
  }
}

.play-button-wrapper.is-mobile {
  background-image: url("../images/WATCH_VIDEO-FULL.svg");
  background-position: 0 0;
  background-size: auto;
  width: 6em;
  height: 6em;
  display: block;
  position: absolute;
}

.cursor-area {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor-area.products {
  height: 100%;
}

.center-w2 {
  width: 100%;
  max-width: 83.125em;
  margin-left: auto;
  margin-right: auto;
}

.center-w2.gutter-outside {
  max-width: none;
}

.center-w2.gutter-outside.products {
  height: 100%;
}

.video-lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.video-lightbox.products {
  height: 100%;
}

.section-2 {
  z-index: 2;
  border-top: 1px #000;
  border-bottom: 1px #000;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-2.videosmall {
  padding-left: 0;
  padding-right: 3vw;
}

.play-button-text {
  font-size: 1.4em;
}

.image-8 {
  width: 100%;
}

.slider {
  background-color: rgba(221, 221, 221, 0);
  height: 80vh;
  padding-top: 0;
  padding-bottom: 6em;
}

.arrow {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-nav {
  margin-bottom: 12px;
}

.image-32 {
  z-index: 5;
  width: 4.5em;
  position: absolute;
}

.color_content .request_sample::before {
  content: "+";
  display: inline-block;
  width: 20px; /* Width of your SVG */
  height: 20px; /* Height of your SVG */
  background-size: cover;
  color: var(--green_tapetex); /* Color of the plus marker */
  font-weight: bold;
  text-align: center;
}

.lightbox-link_colors {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  width: 500px;
  display: flex;
}

.lightbox-link_colors .big {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .lightbox-link_colors {
    width: 90vw;
  }
}

.lightbox-link_colors:hover {
  border-style: solid none none;
  border-width: 4px 0 0 1px;
  border-color: var(--green_tapetex);
}

.big {
  border-radius: 100%;
  width: 35em;
  height: 45em;
  position: relative;
}

.big.colors {
  height: 47.3em;
}

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

.color_image{
    width:110%;
    height: 110%;
}

.small_color_image {
  border-radius: 100%;
  width: 100%;
  height: 10em;
  position: relative;
}

.link-block-2 {
  border: 0.5px solid var(--white_tapetex);
  padding: 0;
  text-decoration: none;
}

.link-block-2:hover {
  border-color: #fff;
}

.link-block-2:active {
  border-color: var(--white_tapetex);
}

.link-block-2.active {
  border-style: none;
  border-color: var(--grey_tapetex);
  padding: 0;
}

.link-block-2.active:hover {
  border-color: var(--grey_tapetex);
}

.image-33 {
  width: 1.5em;
}

.image-34 {
  width: 1.2em;
  margin-top: 0.5rem;
}

.div-block-38 {
  border-top: 0.5px none var(--grey_tapetex);
  justify-content: center;
  align-items: center;
  height: 2em;
  margin-top: 0.5rem;
  display: flex;
}

.div-block-38.active {
  z-index: 3;
  background-color: var(--zwart_tapetex);
  border-top-style: solid;
  height: auto;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
  position: relative;
}

.div-block-39 {
  padding-top: 5rem;
}

.text-block-11 {
  color: var(--white_tapetex);
  font-size: 0.8rem;
}

.image-35 {
  -webkit-text-fill-color: inherit;
  background-color: rgba(168, 204, 40, 0);
  background-clip: content-box;
}

.image-36 {
  max-width: 30rem;
}

.align_center {
  justify-content: center;
  align-items: center;
  padding-top: 3vw;
  padding-bottom: 3vw;
  display: flex;
}

.div-block-40 {
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 2rem;
  display: flex;
}

.div-block-41 {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.div-block-42 {
  margin-bottom: 2rem;
}

.div-block-42.r {
  justify-content: flex-end;
  display: flex;
}

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

.contact-tab-link {
  color: rgba(11, 14, 16, 0.65);
  background-color: rgba(221, 221, 221, 0);
  border-bottom: 1px solid rgba(11, 14, 16, 0);
  margin-bottom: -1px;
  padding: 0 1rem 1rem;
}

.contact-tab-link.w--current {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: black black var(--green_tapetex);
  color: #000;
  background-color: rgba(221, 221, 221, 0);
}

.contact-tab-link.into-view-3.w--current {
  border-bottom-width: 2px;
  border-bottom-color: var(--green_tapetex);
}

.contact-tabs {
  position: static;
}

.form-two-columns {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.input {
  z-index: 100;
  color: var(--grey_tapetex);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #cfcfcc;
  border-radius: 0;
  min-height: 3.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1.2rem;
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
}

.input::placeholder {
  color: rgba(11, 14, 16, 0.6);
}

.input.is-text-area {
  min-height: 9.5rem;
  padding-top: 1.25rem;
}

.text-size-small {
  font-size: 1.1rem;
  line-height: 1.6;
}

.button-3 {
  color: #000;
  text-align: center;
  background-color: #000;
  padding: 0.75rem 1.5rem;
  font-weight: 200;
}

.button-3.is-form-submit {
  background-color: var(--zwart_tapetex);
  color: var(--white_tapetex);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 200rem;
  width: 100%;
  padding: 1.1rem 2rem;
  font-family: Satoshi, sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  display: inline-block;
}

.contact-body-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.form-label {
  color: var(--zwart_tapetex);
  margin-bottom: 15px;
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.form-input-block {
  position: relative;
}

.contact-body {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  max-width: 60rem;
  margin-top: 0;
  display: flex;
  position: relative;
}

.form-success {
  background-color: #ecece8;
  border: 1px solid #cfcfcc;
  padding: 3rem 1.25rem;
}

.form-error {
  background-color: #cfcfcc;
  margin-top: 0.75rem;
  padding: 0.75rem;
}

.contact-tab-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  border-bottom: 1px solid #cfcfcc;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 2.5rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.div-block-44 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2.5rem;
  display: grid;
}

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

.image-37 {
  margin-top: 2.4em;
}

.green-dot {
  background-color: var(--green_tapetex);
  color: var(--green_tapetex);
  border-radius: 20px;
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 0.5rem;
}

.red-dot {
  background-color: red;
  color: red;
  border-radius: 20px;
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 0.5rem;
}

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

.div-block-48 {
  display: inline-block;
}

.div-block-49 {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.div-block-50 {
  margin-top: 1em;
}

.form-block-2 {
  margin-top: 2rem;
}

.div-block-51 {
  margin-top: 0.5em;
  display: flex;
}

.link-block-3 {
  border-bottom: 1px solid #cfcfcc;
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
  text-decoration: none;
  display: block;
}

.download_icon {
  opacity: 1;
  width: 0.9rem;
  height: 1rem;
  margin-right: 0.5rem;
}

.form-three-columns {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-40-vertical {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 2rem;
  display: flex;
}

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

.lightbox_products {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.lightbox_products:hover {
  border-style: solid none none;
  border-width: 4px 0 0 1px;
  border-color: var(--green_tapetex);
}

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

.certifications {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: end;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-left: 10%;
  display: flex;
}

.icon-medium {
  max-width: 8em;
}

.max-width-medium_large {
  max-width: 30.6rem;
}

.div-block-54 {
  z-index: 1;
  position: relative;
}

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

.div-block-55._1 {
  grid-template-rows: auto;
}

.bold-text-3 {
  color: #161715;
  font-weight: 800;
}

.button-icon-block-35 {
  justify-content: center;
  align-items: center;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-text-35 {
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  justify-content: flex-start;
  font-size: 0.8rem;
  font-weight: 800;
  display: flex;
  position: relative;
}

.max-width-medium-2 {
  width: 100%;
  max-width: 32rem;
}

.white-2 {
  color: #fff;
}

.button-block-35 {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  color: #000;
  background-color: #0095ac;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-block-35.outline {
  background-color: rgba(0, 149, 172, 0);
  border: 3px solid #0095ac;
  padding: 0.8rem 1.3rem;
}

.button-block-35.outline.white {
  border-color: #fff;
}

.photo {
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-blue {
  z-index: 0;
  background-color: #0095ac;
  margin-top: -2rem;
  padding: 3vw;
  position: relative;
}

.div-block-blue.basic {
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.button-text-35-icon {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  display: flex;
  position: relative;
  transform: rotate(325deg);
}

.button-text-35-icon.is-absolute {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-56 {
  margin-left: 0;
  display: inline-block;
}

.bluestripes {
  z-index: 0;
  opacity: 0.47;
  mix-blend-mode: normal;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0;
}

.div-block-57 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.grid-1-2-columns {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.grid-1-2-columns._4remtop {
  margin-top: 4rem;
}

.center_vertical {
  align-items: center;
  max-width: 40rem;
  height: 100%;
  display: flex;
}

.center_vertical._2rem_min {
  margin-top: -2rem;
}

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

.div-block-58 {
  z-index: -2;
  background-color: var(--background_tapetex_grey);
  width: 100%;
  height: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-59 {
  z-index: -2;
  background-color: var(--background_tapetex_grey);
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-60 {
  z-index: -2;
  background-color: var(--background_tapetex_grey);
  width: 97vw;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-60.half {
  height: 50%;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

._30rem_height {
  height: 30rem;
}

.div-block-61 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.image-38 {
  max-width: 50rem;
}

.image_background_half {
  z-index: -1;
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-39 {
  width: 1.5rem;
  margin-bottom: 1rem;
}

.grey {
  color: var(--grey_tapetex);
}

.greybackground_leftcorner_small {
  z-index: -2;
  background-color: var(--background_tapetex_grey);
  width: 40%;
  height: 80%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.grey_big_bg {
  z-index: -2;
  background-color: var(--background_tapetex_grey);
  width: 100vw;
  height: 1800px;
  margin-top: -25vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grey_big_bg.bottom {
  height: 60vh;
  margin-top: auto;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grey_big_bg.aboutus {
  margin-top: 0;
}

.greybackground_leftcorner_small_bottom {
  z-index: -2;
  background-color: var(--background_tapetex_grey);
  width: 40%;
  height: 80%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image_background_half_right {
  z-index: -1;
  width: 50vw;
  height: 100%;
  padding-right: 3vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.greytop {
  z-index: -2;
  background-color: var(--background_tapetex_grey);
  width: 97vw;
  height: 90%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.greytop.half {
  height: 50%;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.heading-7 {
  max-width: none;
  margin-top: 0;
}

.grid-3-columns_image {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  height: 100%;
  display: grid;
}

.grid-3-columns_image.half {
  grid-template-columns: 1fr 0.5fr;
}

.grid-3-columns_image._4remtop {
  margin-top: 4rem;
}

._20rem_height {
  height: 20rem;
}

.right-copy {
  padding: 5rem 0 5rem 5rem;
}

.right-copy.grey {
  z-index: 1;
  background-color: var(--background_tapetex_grey);
  margin-top: -10rem;
  margin-left: 0%;
  padding-right: 5rem;
  position: relative;
}

.right-copy.grey.left {
  margin-left: 0%;
  margin-right: 40%;
}

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

.paragraph-3 {
  margin-left: 0.5rem;
  font-style: normal;
}

.bold-2 {
  color: #000;
  font-style: normal;
  font-weight: 500;
}

.green_line_chapter-2 {
  background-color: #a8cc28;
  width: 4rem;
  height: 2px;
  margin-bottom: 0;
  margin-right: 0.5rem;
}

.tab-pane-tab-1,
.tab-pane-tab-3,
.tab-pane-tab-4 {
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .container.contact {
    max-width: none;
    padding-right: 5vw;
  }

  .section_basic.paddingsame {
    align-items: center;
  }

  .border_right {
    flex-direction: column;
  }

  .div-block-62 {
    width: 100%;
  }
}
@media screen and (max-width: 2477px) {
  .grey_big_bg.aboutus {
    height: 1400px;
  }
}

@media screen and (max-width: 1681px) {
  .grey_big_bg.aboutus {
    height: 1200px;
  }
}

@media screen and (max-width: 1200px) {
  .grey_big_bg.aboutus {
    height: 1000px;
  }
}

@media screen and (max-width: 991px) {
  .grey_big_bg.aboutus {
    height: 1100px;
  }

  .navigatie {
    display: none;
  }

  .ths08-header {
    height: 5rem;
  }

  .ths08-contact-info-wrapper {
    align-items: flex-start;
    margin-left: 0;
    padding-left: 0;
  }

  .ths08-menu-link {
    padding-top: 0;
    padding-bottom: 0.2rem;
    font-size: 3.5rem;
  }

  .container.bottom {
    padding-bottom: 8vh;
  }

  .heading_cta {
    font-size: 3.5rem;
  }

  .heading_h3 {
    text-align: left;
    font-size: 1.3rem;
  }

  .container-vertical {
    margin-bottom: 5rem;
  }

  .container-vertical.center {
    margin-bottom: 0;
  }

  .paragraph.mobilehome {
    display: none;
  }

  .image-11 {
    height: 40vh;
  }

  .footer {
    padding-top: 6vh;
  }

  .footer-inner {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

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

  .section_basic {
    padding-top: 6vh;
    padding-bottom: 2vh;
  }

  .section_basic.paddingsame {
    padding-bottom: 6vh;
  }

  .section_basic.grey_bg {
    margin-top: -4vh;
    padding-top: 2vh;
  }

  .section_basic.grey_bg.zero-margin-top {
    margin-top: -10vh;
    padding-top: 10vh;
  }

  .grid-8 {
    grid-template-columns: 1fr;
    grid-template-areas: "Area";
    display: block;
  }

  .div-block-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: grid;
  }

  .button-text-25-icon {
    display: none;
  }

  .button-block-31.align-right,
  .button-block-31.no-padding.w--current {
    justify-content: flex-start;
  }

  .button-text-wrap-31.last {
    margin-left: 0;
  }

  .span-avatar {
    border-radius: 0.35rem;
    width: 3rem;
    height: 3rem;
    line-height: 6;
  }

  .photo_item {
    width: 100%;
    height: auto;
    margin-right: 3vw;
  }

  .img-wrap.small {
    padding-top: 15rem;
  }

  .number_big {
    font-size: 12rem;
  }

  .number_big.smaller {
    letter-spacing: -7px;
    margin-left: 0;
    margin-right: 3rem;
    font-size: 6rem;
  }

  .green_lines._2rem_bottom {
    margin-top: 6vh;
  }

  .grid3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .projects {
    padding-top: 3rem;
  }

  .projects.paddingbottom {
    padding-bottom: 6vh;
  }

  .project-card {
    height: 70vh;
  }

  .project-card.smaller {
    height: 50vh;
  }

  .collections-info {
    padding-top: 12rem;
    padding-bottom: 2rem;
  }

  .text-size-large.text-weight-medium {
    padding-right: 1rem;
    font-size: 1.4rem;
  }

  .chapter.right {
    order: -1;
    margin-bottom: 1rem;
  }

  .stretch.bottom {
    flex-flow: column wrap-reverse;
  }

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

  .background-wrapper.products {
    padding-top: 17vh;
  }

  .background-wrapper.higher {
    padding-top: 40vh;
  }

  .background-wrapper.xs {
    padding-top: 8rem;
  }

  .background-wrapper.smaller {
    padding-top: 17vh;
  }

  .background-wrapper.ms {
    padding-top: 24vh;
  }

  .section-action {
    margin-top: 5rem;
  }

  .padding_vertical {
    height: 25vh;
  }

  .section-home {
    margin-top: 5rem;
  }

  .instagram-photo-link {
    border-width: 4px;
  }

  .instagram-hover-icon {
    display: none;
  }

  .tripple-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

  .ths08-menu-link-2 {
    padding-top: 0;
    padding-bottom: 0.2rem;
    font-family: Satoshi, sans-serif;
    font-size: 2rem;
    line-height: 1.2;
  }

  .ths08-menu-2 {
    padding: 10vh 5vw;
  }

  .ths08-menu-bars-wrapper-2 {
    margin-right: 3vw;
  }

  .div-block-21 {
    align-self: flex-start;
    display: none;
  }

  .div-block-22 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: grid;
  }

  .navbar_sticky {
    height: 5rem;
  }
  
  .mobile-cart {
    display: flex;
  }

  .section_intro {
    padding-top: 8vh;
    padding-bottom: 2vh;
  }

  .section_header,
  .section_header_collections {
    padding-top: 12vh;
    padding-bottom: 2vh;
  }

  .intro_collections {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .collection_image_header {
    height: 40vh;
  }

  .div-block-23.maxwidth_large {
    padding-top: 6vh;
    padding-bottom: 2vh;
    padding-left: 0;
  }

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

  .card-image {
    height: 70vw;
  }

  .card-image.extra-large {
    height: 50vh;
  }

  .left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .right {
    padding: 0;
  }

  .right.grey {
    margin-left: 0%;
    padding: 5vw;
  }

  .image_content.smaller {
    width: 100%;
  }

  .image_content.high.mobile {
    display: none;
  }

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

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

  .ths07-video-lighbox.smaller {
    height: 8rem;
  }

  .select {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .section-products {
    margin-top: 5rem;
  }

  .color_content {
    grid-template-columns: auto;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }

  .kruimelpad {
    display: none;
  }

  .kruimelpad.mobile {
    margin-bottom: 0;
    display: flex;
  }

  .products_content.maxwidth_large {
    padding-top: 6vh;
    padding-bottom: 2vh;
    padding-left: 0;
  }

  .paragraph-copy.mobilehome,
  .button_small.mobilehome,
  .number_text.mobilehome {
    display: none;
  }

  .faq-grid {
    grid-template-columns: 1fr 1fr;
    display: block;
  }

  .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-9 {
    display: block;
  }

  .play-button-wrapper.is-mobile {
    display: flex;
    transform: rotate(-17deg);
  }

  .cursor-area {
    display: none;
  }

  .section-2.videosmall {
    padding-right: 0;
  }

  .slider {
    padding-top: 0;
  }

  .big.colors {
    height: 30em;
  }

  .align_center {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .div-block-40 {
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .contact-tab-link {
    padding-bottom: 0.875rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .contact-tab-link.into-view-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .contact-tabs {
    padding-top: 2rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-40-vertical {
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 2rem;
  }

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

  .div-block-55._1 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-blue {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .div-block-60 {
    width: 100vw;
  }

  .image_background_half {
    width: 100%;
  }

  .greybackground_leftcorner_small {
    width: 100%;
    height: 30%;
  }

  .grey_big_bg {
    width: 100vw;
  }

  .greybackground_leftcorner_small_bottom {
    width: 100%;
    height: 30%;
  }

  .image_background_half_right {
    width: 100%;
    padding-right: 5vw;
  }

  .greytop {
    width: 100vw;
  }

  .grid-3-columns_image {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 3rem;
    margin-bottom: 1rem;
  }

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

  .right-copy {
    padding: 0;
  }

  .right-copy.grey {
    margin-top: -4rem;
    margin-left: 0%;
    padding: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .grey_big_bg.aboutus {
    height: 1000px;
  }
  .heading_cta {
    text-align: center;
  }

  .column {
    width: 100%;
  }

  .column.half {
    max-width: 40%;
  }

  .footer-inner {
    flex-flow: wrap;
    display: flex;
  }

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

  .grid-2-columns._4remtop {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .span-avatar {
    background-size: 2.5rem 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -2rem;
    bottom: -1.25rem;
  }

  .photo_item {
    width: 100%;
    margin-right: 4vw;
  }

  .grid3,
  .projects {
    grid-template-columns: 1fr;
  }

  .project-card {
    height: 120vw;
    padding: 3rem 0 3rem 2.5rem;
  }

  .collections-info {
    padding-top: 12rem;
    padding-bottom: 2rem;
  }

  .text-size-large {
    font-size: 1.5rem;
  }

  .stretch {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .content_collections_card {
    margin-right: 0;
  }

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

  .background-wrapper.smaller,
  .background-wrapper.higher,
  .background-wrapper.xs {
    position: -webkit-sticky;
    position: sticky;
  }

  .instagram-photo-link {
    width: 100%;
  }

  .tripple-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .ths08-menu-link-2 {
    line-height: 1.2;
  }

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

  .product_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card-image.extra-large {
    height: 100vw;
  }

  .image_content.smaller {
    width: 100%;
  }

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

  .grid-2-columns_image._4remtop {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .form_card.is-wider {
    max-width: 500px;
  }

  .link-block {
    display: inline-block;
  }

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

  .horizontal {
    flex-direction: row;
    display: flex;
  }

  .div-block-32._2rem_top {
    grid-template-columns: 1fr 1fr;
  }

  .content-h1 {
    font-size: 55px;
  }

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

  .play-button-wrapper.is-mobile {
    font-size: 2.2vw;
  }

  .slider {
    height: 80vh;
  }

  .div-block-37 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .div-block-40 {
    margin-top: 0;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-tab-menu {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .div-block-43 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-40-vertical {
    margin-top: 0;
  }

  .certifications {
    margin-left: 0%;
  }

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

  .grid-1-2-columns._4remtop {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .div-block-61 {
    flex-direction: column;
  }

  .image-38 {
    width: 100%;
    max-width: 100%;
  }

  .greybackground_leftcorner_small,
  .greybackground_leftcorner_small_bottom {
    width: 100%;
    height: 30%;
  }

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

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

@media screen and (max-width: 479px) {
  .grey_big_bg.aboutus {
    height: 800px;
  }
  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 2rem;
  }

  .ths08-menu-bars-wrapper {
    width: 40px;
    height: 40px;
  }

  .ths08-header {
    height: auto;
  }

  .ths08-contact-info-wrapper {
    margin-top: 30px;
  }

  .ths08-menu-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 3rem;
    line-height: 0.7;
  }

  .image-5 {
    width: 5em;
  }

  .heading_cta {
    margin-top: 1rem;
    font-size: 3rem;
  }

  .container-vertical.center {
    align-items: flex-start;
  }

  .paragraph._4rem_bottom {
    margin-bottom: 4rem;
  }

  .arrow-white-b10 {
    width: 1.5rem;
  }

  .text-button {
    margin-left: 20px;
    font-size: 13px;
  }

  .footer {
    padding-top: 10vh;
  }

  .submit-button {
    border-radius: 0 0 20px 20px;
  }

  .column.half {
    max-width: 100%;
  }

  .new-letter-form {
    flex-direction: column;
    display: flex;
  }

  .text-field {
    border-radius: 20px 20px 0 0;
  }

  .news-letter-form {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .footer-inner {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
  }

  .section_basic {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .section_basic.paddingsame {
    padding-bottom: 5vh;
  }

  .section_basic.grey_bg {
    margin-top: -10vh;
    padding-top: 5vh;
  }

  .section_basic.grey_bg.zero-margin-top {
    padding-top: 6vh;
  }

  .white {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .grid-8 {
    margin-top: 0;
  }

  .button-text-25 {
    font-size: 0.8rem;
  }

  .button-block-31.align-right {
    justify-content: flex-start;
  }

  .photo_item {
    width: 100%;
    margin-right: 6vw;
  }

  .img-wrap.small {
    padding-top: 8rem;
  }

  .number_big {
    letter-spacing: -9px;
    font-size: 9rem;
  }

  .number_big.smaller {
    margin-right: 2rem;
  }

  .div_2 {
    grid-template-columns: 1fr;
    justify-content: start;
    align-self: flex-start;
    justify-items: start;
    display: block;
  }

  .green_lines._2rem_bottom {
    margin-top: 10vh;
  }

  .div-stretch._4rem_top {
    flex-direction: column;
    align-items: flex-start;
  }

  .grid3 {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid3.collections {
    grid-template-columns: 1fr;
  }

  .image-20 {
    height: 2rem;
  }

  .div-block-17 {
    flex-direction: column;
  }

  .projects {
    padding-top: 3rem;
  }

  .projects.paddingbottom {
    padding-bottom: 5vh;
  }

  .project-card {
    padding: 2rem 0 2rem 1.5rem;
  }

  .project-card.smaller {
    padding-right: 0;
  }

  .sub_headings,
  .sub_headings.white {
    font-size: 0.6rem;
  }

  .green_line_chapter {
    width: 1.5rem;
  }

  .green_line_chapter.white {
    width: 1.5rem;
    height: 2px;
  }

  .content-stats {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content-stats.bottom {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content-stats.vertical {
    padding-bottom: 0;
  }

  .section-action {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .section-action.contact {
    order: 1;
  }

  .section-home {
    height: auto;
  }

  .image-23 {
    display: none;
  }

  .instagram-photo-link {
    width: 100%;
  }

  .tripple-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 36px;
  }

  .small {
    order: 1;
    margin-top: 2rem;
  }

  .button-text-25-2 {
    font-size: 0.875rem;
  }

  .ths08-menu-link-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 2rem;
    line-height: 0.2;
  }

  .ths08-menu-bars-wrapper-2 {
    width: 40px;
    height: 40px;
  }
  
  .mobile-cart-text {
    display: none;
  }

  .mobile-cart {
    height: 40px;
    padding-left: 10px;
    padding-right: 20px;
  }

  .bold-text-2 {
    display: none;
  }

  .bold-text-2.mobile {
    display: flex;
    margin-left: -5px;
  }

  .heading {
    font-size: 1.2rem;
  }

  .section_intro {
    padding-top: 10vh;
    padding-bottom: 5vh;
  }

  .section_header {
    padding-top: 15vh;
    padding-bottom: 4vh;
  }

  .section_header_collections {
    padding-top: 6vh;
    padding-bottom: 4vh;
  }

  .intro_collections {
    padding-top: 0;
  }

  .div-block-23.maxwidth_large {
    padding-top: 10vh;
    padding-bottom: 5vh;
  }

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

  .card-image.extra-large {
    height: 35vh;
  }

  .right.grey {
    margin-top: 30vh;
  }

  .right.grey.left {
    margin-top: 30vh;
    margin-right: 0%;
    position: relative;
  }

  .grid-2-columns_image {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }

  .select-input {
    width: 100%;
  }

  .input-2 {
    width: 100%;
    min-width: auto;
    font-size: 0.9rem;
  }

  ._2rem {
    height: 1rem;
  }

  .form_card {
    padding-left: 8%;
    padding-right: 8%;
    font-size: 0.8rem;
  }

  .form_card.is-wider {
    max-width: 90vw;
  }

  .select {
    flex-direction: column;
    margin-top: 1rem;
  }

  .link-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
    margin-right: auto;
    display: inline-block;
  }

  .div-block-27 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    justify-content: space-around;
    align-items: baseline;
    display: block;
  }

  .horizontal {
    display: flex;
  }

  .round {
    width: 100%;
  }

  .colors._1rem_top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: auto;
    display: grid;
  }

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

  .div-block-32._2rem_top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

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

  .div-block-33 {
    align-self: flex-start;
  }

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

  .content-h1 {
    text-align: center;
    font-size: 42px;
  }

  .question-title {
    flex: 1;
  }

  .slider {
    height: 70vh;
  }

  .big {
    width: 100%;
  }

  .div-block-37 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .small_color_image {
    width: 100%;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-43 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
    display: grid;
  }

  .div-block-44,
  .form-three-columns {
    grid-template-columns: 1fr;
  }

  .button-text-35 {
    font-size: 0.875rem;
  }

  .div-block-60.half {
    height: 25%;
  }

  ._30rem_height {
    height: 10rem;
    margin-top: 2rem;
  }

  .image-38 {
    width: 100%;
  }

  .image_background_half {
    height: 40%;
  }

  .image_background_half_right {
    height: 40%;
    padding-right: 0;
  }

  .grid-3-columns_image {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }

  ._20rem_height {
    height: 20rem;
  }

  .green_line_chapter-2 {
    width: 1.5rem;
  }
}

#w-node-_991e8d44-b3ab-d0b0-ec54-1f9d38327c97-7e63b911,
#w-node-f832b91e-dcb9-9ca8-bc89-5a1aab491326-7e63b911,
#w-node-_0bdfc260-b455-3d65-adb5-9e9b4730e142-7e63b911,
#w-node-a92cd8c1-96db-4c93-6064-61d180f674f6-7e63b911,
#w-node-a92cd8c1-96db-4c93-6064-61d180f674f7-7e63b911,
#w-node-cfc6f6b3-6ad1-ca49-783a-8e8dd09dc7fb-7e63b911,
#w-node-cfc6f6b3-6ad1-ca49-783a-8e8dd09dc7fc-7e63b911 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ef5551c-9178-a07e-4d1e-c33f2783895d-7e63b911 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1ef5551c-9178-a07e-4d1e-c33f2783895e-7e63b911,
#w-node-b7f4dbcd-479b-806f-999f-4657fbcc5758-7e63b911,
#w-node-e1909af3-3506-18e1-3f3e-f683d35c9aae-7e63b911,
#w-node-_747fb3cb-2423-ba2d-a9c4-143c6882c53f-7e63b911,
#w-node-_13b096bb-3225-7827-5a47-bb1abaa448ce-7e63b911,
#w-node-d31c3a81-084f-4053-8def-ea5b11f3b026-7e63b911,
#w-node-_5021b3c0-ded4-b7f0-e9e6-b0b1c553230a-7e63b911,
#w-node-_356a3ae7-dd3a-f9b9-3c64-dcb83ff5753e-7e63b911,
#w-node-_50aef450-4df5-62c7-627d-8638728555aa-7e63b911,
#w-node-_2fcde75b-d64b-0f1c-8718-2f93a524d571-7e63b911 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8a6a8ac-57ed-f97d-4e1d-1fb97a3a3731-7e63b911 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-a54b6acf-26b6-7a7b-de6c-5cae7280ede3-7280eddf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc0b14d8-7de4-fe29-3d9a-04dce0f53447-e0f53447,
#w-node-_2a84c6bd-ac68-d522-44c3-54025016ae29-e6480ea9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9646bd86-ffd1-c1e5-1de2-7b80958689aa-7bd07c51,
#w-node-_9646bd86-ffd1-c1e5-1de2-7b80958689ba-7bd07c51,
#w-node-_9646bd86-ffd1-c1e5-1de2-7b80958689ca-7bd07c51,
#w-node-_9646bd86-ffd1-c1e5-1de2-7b80958689da-7bd07c51,
#w-node-_3d6b1fbd-e6c3-0e71-9ea7-198f809c266e-440cbd1a,
#w-node-_18b93566-1300-49b6-2a30-952d6046d00b-440cbd1a,
#w-node-_228cde2e-c3f9-ca61-13f6-43439301abf3-440cbd1a,
#w-node-f1c1404e-da8a-27b0-da30-ea577509d3e5-440cbd1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49fd089e-afd6-62bb-8025-561c4ea622e5-440cbd1a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f0172c17-8777-a153-d61a-3287e183dd88-440cbd1a,
#w-node-eb34273c-b1ba-0fb6-435d-95c14fd51091-440cbd1a,
#w-node-eb34273c-b1ba-0fb6-435d-95c14fd510a2-440cbd1a,
#w-node-eb34273c-b1ba-0fb6-435d-95c14fd510b3-440cbd1a,
#w-node-eb34273c-b1ba-0fb6-435d-95c14fd510c4-440cbd1a,
#w-node-eb34273c-b1ba-0fb6-435d-95c14fd510d5-440cbd1a,
#w-node-eb34273c-b1ba-0fb6-435d-95c14fd510e6-440cbd1a,
#w-node-eb34273c-b1ba-0fb6-435d-95c14fd510f7-440cbd1a,
#w-node-eb34273c-b1ba-0fb6-435d-95c14fd51108-440cbd1a,
#w-node-eb34273c-b1ba-0fb6-435d-95c14fd51119-440cbd1a,
#w-node-eb34273c-b1ba-0fb6-435d-95c14fd5112a-440cbd1a,
#w-node-eb34273c-b1ba-0fb6-435d-95c14fd5113b-440cbd1a,
#w-node-eb34273c-b1ba-0fb6-435d-95c14fd5114c-440cbd1a,
#w-node-eb34273c-b1ba-0fb6-435d-95c14fd5115d-440cbd1a,
#w-node-eb34273c-b1ba-0fb6-435d-95c14fd5116e-440cbd1a,
#w-node-eb34273c-b1ba-0fb6-435d-95c14fd5117f-440cbd1a,
#w-node-eb34273c-b1ba-0fb6-435d-95c14fd51190-440cbd1a,
#w-node-eb34273c-b1ba-0fb6-435d-95c14fd511a1-440cbd1a,
#w-node-eb34273c-b1ba-0fb6-435d-95c14fd511b2-440cbd1a,
#w-node-cfef8664-57ca-919f-2382-afb1f64eb767-440cbd1a,
#w-node-cfef8664-57ca-919f-2382-afb1f64eb787-440cbd1a,
#w-node-cfef8664-57ca-919f-2382-afb1f64eb797-440cbd1a,
#w-node-_107a2444-28d7-db48-5361-b070c3dd8954-729f034e,
#w-node-_107a2444-28d7-db48-5361-b070c3dd8958-729f034e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_107a2444-28d7-db48-5361-b070c3dd895c-729f034e,
#w-node-d3507a30-2181-4341-8ad8-666d3a89c920-729f034e {
  align-self: center;
}

#w-node-b242c29e-405c-1738-444b-6c8b12f8508e-729f034e,
#w-node-_6bee2375-34ec-066b-7291-9cdbfedd1376-729f034e,
#w-node-_6bee2375-34ec-066b-7291-9cdbfedd137a-729f034e,
#w-node-_2fcde75b-d64b-0f1c-8718-2f93a524d571-729f034e,
#w-node-_1e6a5d48-1efa-d588-5d9a-d1a6d9eda623-1885373e,
#w-node-_1e6a5d48-1efa-d588-5d9a-d1a6d9eda627-1885373e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43f06cb3-6880-d50f-8e23-6a676da1573e-1885373e,
#w-node-_50aa9dab-94f3-6407-b741-16de6b19a0a8-1885373e {
  align-self: center;
}

#w-node-_50aa9dab-94f3-6407-b741-16de6b19a0a4-1885373e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2663672b-1a7c-29bc-1f8f-12242a84b022-1885373e,
#w-node-_2663672b-1a7c-29bc-1f8f-12242a84b027-1885373e,
#w-node-_2663672b-1a7c-29bc-1f8f-12242a84b02c-1885373e,
#w-node-_2663672b-1a7c-29bc-1f8f-12242a84b031-1885373e,
#w-node-_2663672b-1a7c-29bc-1f8f-12242a84b036-1885373e,
#w-node-_2663672b-1a7c-29bc-1f8f-12242a84b03b-1885373e,
#w-node-d4bf1273-8d80-16da-a408-9dda4a7072bd-1885373e,
#w-node-d4bf1273-8d80-16da-a408-9dda4a7072c1-1885373e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d36b2fa-f72e-9041-44bc-dea66eb9a951-1885373e {
  align-self: center;
}

#w-node-_2fcde75b-d64b-0f1c-8718-2f93a524d571-1885373e,
#w-node-_26d74736-8129-70db-d2b1-fdbfae9e1dda-5fa33485,
#w-node-f9014e3f-5d78-4dbf-1598-8c28ac318f88-5fa33485,
#w-node-_1549fa51-6768-4750-c180-fc84e5fcc42c-5fa33485,
#w-node-bcaaefc3-bec4-e4d4-1311-65108243d63e-5fa33485,
#w-node-ce01061b-b79d-b795-ec5a-929685565625-5fa33485,
#w-node-_7ffabb54-b803-369d-1dab-29fe34e18eae-5fa33485,
#w-node-_51d63aeb-d8c4-fbe7-49fd-5feb6c3b46e1-5fa33485,
#w-node-_6f991034-c77a-9bd1-bfd8-4d50349f985c-5fa33485,
#w-node-_89bba1af-e6cf-43f4-b52e-afe97b09af74-5fa33485,
#w-node-_65831f1f-a4f8-f480-fb02-2323c3a014dc-5fa33485,
#w-node-c8a1ffdf-5de0-1d5d-410e-dee82620954d-5fa33485,
#w-node-_98347235-0933-f00a-d384-c3ebbb0a3683-5fa33485,
#w-node-_91621f50-d607-2ffd-bacf-5b12be2cf4a4-5fa33485,
#w-node-e8631ba4-bc9a-6677-2844-82d24925c8d2-5fa33485,
#w-node-dca4a3b8-d9bd-d403-54e2-c6d917fd34d4-5fa33485,
#w-node-_2c8a6626-4672-95d7-e8c1-ff9ffee9782e-5fa33485,
#w-node-_399784c5-3f23-a581-6d5a-f295d64be9a8-5fa33485,
#w-node-_0e84d44e-fbf6-abd8-0527-30596a2d6f31-5fa33485,
#w-node-_443f3888-6012-d4a1-8316-2fe2ea5ff645-7b363eea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_443f3888-6012-d4a1-8316-2fe2ea5ff646-7b363eea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_443f3888-6012-d4a1-8316-2fe2ea5ff647-7b363eea,
#w-node-_443f3888-6012-d4a1-8316-2fe2ea5ff64e-7b363eea,
#w-node-_443f3888-6012-d4a1-8316-2fe2ea5ff655-7b363eea,
#w-node-_443f3888-6012-d4a1-8316-2fe2ea5ff65e-7b363eea,
#w-node-_443f3888-6012-d4a1-8316-2fe2ea5ff665-7b363eea,
#w-node-_443f3888-6012-d4a1-8316-2fe2ea5ff66c-7b363eea,
#w-node-_443f3888-6012-d4a1-8316-2fe2ea5ff673-7b363eea,
#w-node-_443f3888-6012-d4a1-8316-2fe2ea5ff67a-7b363eea,
#w-node-_443f3888-6012-d4a1-8316-2fe2ea5ff681-7b363eea,
#w-node-_443f3888-6012-d4a1-8316-2fe2ea5ff688-7b363eea,
#w-node-_443f3888-6012-d4a1-8316-2fe2ea5ff68f-7b363eea,
#w-node-_443f3888-6012-d4a1-8316-2fe2ea5ff696-7b363eea,
#w-node-_443f3888-6012-d4a1-8316-2fe2ea5ff69d-7b363eea,
#w-node-_443f3888-6012-d4a1-8316-2fe2ea5ff6a4-7b363eea,
#w-node-_443f3888-6012-d4a1-8316-2fe2ea5ff6ab-7b363eea,
#w-node-_443f3888-6012-d4a1-8316-2fe2ea5ff6b2-7b363eea,
#w-node-_443f3888-6012-d4a1-8316-2fe2ea5ff6b9-7b363eea,
#w-node-_443f3888-6012-d4a1-8316-2fe2ea5ff6c0-7b363eea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-f4a601a7-725f-c709-cc1e-5c25c837e6bf-7b363eea,
#w-node-f4a601a7-725f-c709-cc1e-5c25c837e6c4-7b363eea,
#w-node-f4a601a7-725f-c709-cc1e-5c25c837e6c9-7b363eea,
#w-node-f4a601a7-725f-c709-cc1e-5c25c837e6ce-7b363eea,
#w-node-f4a601a7-725f-c709-cc1e-5c25c837e6d3-7b363eea,
#w-node-f4a601a7-725f-c709-cc1e-5c25c837e6d8-7b363eea,
#w-node-f4a601a7-725f-c709-cc1e-5c25c837e6dd-7b363eea,
#w-node-f4a601a7-725f-c709-cc1e-5c25c837e6e2-7b363eea,
#w-node-_288695a7-9992-c810-6ed2-6a9b0d3653f5-7b363eea,
#w-node-_0a8dd169-185f-7ce6-3a0d-113974ba3f6b-c29f7c6c,
#w-node-_5cae718d-e9af-4838-23f7-5bbd206645d1-c29f7c6c,
#w-node-_5cae718d-e9af-4838-23f7-5bbd206645d3-c29f7c6c,
#w-node-_54a07f72-85ad-8cd8-f2ac-d619e8acc9ff-c29f7c6c,
#w-node-_54a07f72-85ad-8cd8-f2ac-d619e8acca01-c29f7c6c,
#w-node-_7faab78d-45e2-41b8-7583-1c6ea018d1c5-c29f7c6c,
#w-node-_7faab78d-45e2-41b8-7583-1c6ea018d1c7-c29f7c6c,
#w-node-_9a9b17da-09d3-c9ce-f94e-e02293712939-c29f7c6c,
#w-node-_9a9b17da-09d3-c9ce-f94e-e0229371293b-c29f7c6c,
#w-node-_8b9834b5-02d0-1b03-fa9a-a78c4bafd479-c29f7c6c,
#w-node-bc207afd-9bdc-b85c-97b8-dd7910ea4545-c29f7c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a8a6a8ac-57ed-f97d-4e1d-1fb97a3a372a-7e63b911 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a8a6a8ac-57ed-f97d-4e1d-1fb97a3a3731-7e63b911 {
    grid-column: 2 / 3;
  }

  #w-node-f0172c17-8777-a153-d61a-3287e183dd88-440cbd1a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d31c3a81-084f-4053-8def-ea5b11f3b026-7e63b911 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_599704c8-f51c-c37b-1056-011f4f877926-7e63b911 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a8a6a8ac-57ed-f97d-4e1d-1fb97a3a372a-7e63b911 {
    grid-column: span 1 / span 1;
  }

  #w-node-a8a6a8ac-57ed-f97d-4e1d-1fb97a3a3731-7e63b911 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-eb34273c-b1ba-0fb6-435d-95c14fd51080-440cbd1a {
    justify-self: start;
  }

  #w-node-_107a2444-28d7-db48-5361-b070c3dd8955-729f034e,
  #w-node-d3507a30-2181-4341-8ad8-666d3a89c92c-729f034e,
  #w-node-_6bee2375-34ec-066b-7291-9cdbfedd1377-729f034e,
  #w-node-_1e6a5d48-1efa-d588-5d9a-d1a6d9eda624-1885373e,
  #w-node-_7eba0925-f8ec-4cce-4368-926d9e0b79bb-1885373e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_50aa9dab-94f3-6407-b741-16de6b19a0a4-1885373e {
    justify-self: start;
  }

  #w-node-_50aa9dab-94f3-6407-b741-16de6b19a0a5-1885373e,
  #w-node-d4bf1273-8d80-16da-a408-9dda4a7072be-1885373e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ebef761c-2b4f-deca-3042-2591e9a66f55-1885373e {
    order: 9999;
  }
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.eot") format("embedded-opentype"),
    url("../fonts/Satoshi-Bold.eot") format("embedded-opentype"),
    url("../fonts/Satoshi-Bold.eot") format("embedded-opentype"),
    url("../fonts/Satoshi-Bold.eot") format("embedded-opentype"),
    url("../fonts/Satoshi-Bold.eot") format("embedded-opentype"),
    url("../fonts/Satoshi-Bold.eot") format("embedded-opentype"),
    url("../fonts/Satoshi-Bold.eot") format("embedded-opentype"),
    url("../fonts/Satoshi-Bold.eot") format("embedded-opentype"),
    url("../fonts/Satoshi-Bold.eot") format("embedded-opentype"),
    url("../fonts/Satoshi-Bold.eot") format("embedded-opentype"),
    url("../fonts/Satoshi-Bold.eot") format("embedded-opentype"),
    url("../fonts/Satoshi-Bold.eot") format("embedded-opentype"),
    url("../fonts/Satoshi-Bold.eot") format("embedded-opentype"),
    url("../fonts/Satoshi-Bold.eot") format("embedded-opentype"),
    url("../fonts/Satoshi-Bold.eot") format("embedded-opentype"),
    url("../fonts/Satoshi-Bold.eot") format("embedded-opentype"),
    url("../fonts/Satoshi-Bold.eot") format("embedded-opentype"),
    url("../fonts/Satoshi-Bold.eot") format("embedded-opentype"),
    url("../fonts/Satoshi-Bold.eot") format("embedded-opentype"),
    url("../fonts/Satoshi-Bold.eot") format("embedded-opentype"),
    url("../fonts/Satoshi-Bold.eot") format("embedded-opentype"),
    url("../fonts/Satoshi-Bold.eot") format("embedded-opentype"),
    url("../fonts/Satoshi-Bold.eot") format("embedded-opentype"),
    url("../fonts/Satoshi-Bold.eot") format("embedded-opentype"),
    url("../fonts/Satoshi-Bold.eot") format("embedded-opentype"),
    url("../fonts/Satoshi-Bold.eot") format("embedded-opentype"),
    url("../fonts/Satoshi-Bold.eot") format("embedded-opentype"),
    url("../fonts/Satoshi-Bold.woff") format("woff"),
    url("../fonts/Satoshi-Bold.ttf") format("truetype"),
    url("../fonts/Satoshi-Bold.ttf") format("truetype"),
    url("../fonts/Satoshi-Bold.ttf") format("truetype"),
    url("../fonts/Satoshi-Bold.ttf") format("truetype"),
    url("../fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2"),
    url("../fonts/Satoshi-VariableItalic.woff2") format("woff2"),
    url("../fonts/Satoshi-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-MediumItalic.eot") format("embedded-opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-BlackItalic.woff") format("woff"),
    url("../fonts/Satoshi-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi Variable";
  src: url("../fonts/Satoshi-Variable.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-BoldItalic.ttf") format("truetype"),
    url("../fonts/Satoshi-BoldItalic.ttf") format("truetype"),
    url("../fonts/Satoshi-BoldItalic.ttf") format("truetype"),
    url("../fonts/Satoshi-BoldItalic.ttf") format("truetype"),
    url("../fonts/Satoshi-BoldItalic.ttf") format("truetype"),
    url("../fonts/Satoshi-BoldItalic.ttf") format("truetype"),
    url("../fonts/Satoshi-BoldItalic.ttf") format("truetype"),
    url("../fonts/Satoshi-BoldItalic.ttf") format("truetype"),
    url("../fonts/Satoshi-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
