@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 100";
  src: url('../fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp 300";
  src: url('../fonts/fa-sharp-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp 400";
  src: url('../fonts/fa-sharp-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp Solid 900";
  src: url('../fonts/fa-sharp-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 300";
  src: url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Fa Duotone 900";
  src: url('../fonts/fa-duotone-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.link-block-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  text-align: center;
  background-color: #ed6d29;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .15s;
  display: flex;
}

.link-block-3:hover {
  background-color: #f68d54;
}

.link-block-3.menu {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
}

.link-block-3.menu.open-modal {
  background-color: #02b172;
  font-family: Poppins, sans-serif;
}

.link-block-3.menu.open-modal:hover {
  background-color: #0c8ac7;
}

.image-8 {
  background-color: #fff;
  border-radius: 6px;
  width: 200px;
  padding: 11px 16px;
}

.image-8.logo {
  border-radius: 0;
  width: 185px;
  padding: 0;
}

.container {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 8px 2px #00000024;
}

.nav-menu {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  border-radius: 4px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .175s;
}

.nav-link:hover {
  background-color: #f5f5f5;
}

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

.div-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-4 {
  font-family: "Fa 400", Arial, sans-serif;
  font-size: 16px;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.4em;
}

.text-span-3 {
  font-size: 14px;
}

.text-block-7 {
  color: #fcbe03;
  font-family: "Fa Sharp Solid 900", Arial, sans-serif;
  font-size: 18px;
}

.div-block-40 {
  background-image: linear-gradient(90deg, #0c8ac7, #f6ba9947 31%, #fff0 59%), url('../images/prokozijn-werkbus.png');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.link-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #151515;
  border: 1px solid #151515;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .175s;
  display: flex;
}

.link-block:hover {
  background-color: #333;
  border-color: #333;
}

.link-block._2 {
  color: #fff;
  background-color: #15151500;
  border: 1px solid #fff;
  font-family: Poppins, sans-serif;
}

.link-block._2:hover {
  color: #fff;
  background-color: #10103a;
}

.link-block.open-modal {
  background-color: #10103a;
  border-color: #10103a;
  font-family: Poppins, sans-serif;
}

.text-block-8 {
  margin-top: 0;
  margin-bottom: -2px;
  font-size: 16px;
  font-weight: 600;
}

.div-block-3 {
  z-index: 1;
  width: 60%;
  position: relative;
}

.section {
  background-color: #0c8ac7;
  margin-top: 68px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.div-block-25 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 16px;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 14px;
  display: flex;
}

.section-2 {
  background-color: #f5f5f5;
  padding-top: 14px;
  padding-bottom: 14px;
}

.div-block-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.text-block-2 {
  color: #02b172;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  font-family: "Fa Sharp 400", Arial, sans-serif;
  font-size: 18px;
  display: flex;
}

.text-block {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}

.div-block-42 {
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 32px;
  display: flex;
}

.div-block-8 {
  height: 175px;
}

.text-block-3 {
  color: #151515;
  text-align: center;
  margin-bottom: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
}

.section-3 {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-9 {
  background-color: #fff;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  height: auto;
  padding: 12px;
  display: flex;
}

.heading-2 {
  color: #000;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4em;
}

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

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

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

.link-block-2 {
  color: #fff;
  text-align: center;
  background-color: #00b272;
  border-radius: 4px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .15s;
}

.link-block-2:hover {
  background-color: #f68d54;
}

.div-block-10 {
  border-radius: 6px;
  flex-flow: column;
  height: auto;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 8px 2px #0000001f;
}

.div-block-45 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.section-9 {
  background-color: #10103a;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

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

.div-block-46 {
  border-radius: 6px;
  width: 175px;
  min-width: 175px;
  height: 175px;
  overflow: hidden;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 34px;
  line-height: 1.4em;
}

.heading-4.wit {
  color: #fff;
}

.heading-4.wit._2 {
  text-align: center;
  font-family: Poppins, sans-serif;
}

.div-block-44 {
  margin-bottom: 60px;
}

.div-block-43 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 16px;
  display: flex;
}

.div-block-13 {
  background-image: url('../images/team-folieman_1team-folieman.avif');
  background-position: 50% 0;
  background-size: cover;
  flex: 1;
  height: 50%;
}

.link-block-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  text-align: center;
  background-color: #ed6d29;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .15s;
  display: flex;
}

.link-block-4:hover {
  background-color: #f68d54;
}

.link-block-4.open-modal {
  background-color: #00b272;
}

.link-block-4.open-modal:hover {
  background-color: #0c8ac7;
}

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

.paragraph {
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

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

.div-block-12 {
  background-image: url('../images/prokozijn-werkbus.png');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  height: 50%;
}

.div-block-14 {
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.section-4 {
  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-span {
  color: #151515;
  font-weight: 500;
}

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

.text-block-9 {
  font-family: "Fa Sharp 400", Arial, sans-serif;
  font-size: 16px;
}

.text-block-5 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.link-block-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  text-align: center;
  background-color: #ed6d29;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .15s;
  display: flex;
}

.link-block-5:hover {
  background-color: #f68d54;
}

.link-block-5.open-modal {
  background-color: #00b272;
}

.link-block-5.open-modal:hover {
  background-color: #0c8ac7;
}

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

.text-block-6 {
  color: #02b172;
  margin-top: 3px;
  font-family: "Fa Sharp Solid 900", Arial, sans-serif;
  font-size: 24px;
}

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

.div-block-16 {
  background-color: #fcd0d0;
  border-radius: 6px;
  overflow: hidden;
}

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

.image-4 {
  box-sizing: border-box;
  aspect-ratio: 2.39;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.div-block-19.margin-bottom {
  margin-bottom: 24px;
}

.section-10 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-15 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: none;
}

.text-block-10 {
  font-family: "Fa Sharp 400", Arial, sans-serif;
  font-size: 16px;
}

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

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

.section-6 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-49 {
  background-color: #fcd0d0;
  border-radius: 6px;
  overflow: hidden;
}

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

.div-block-51 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: none;
}

.text-block-11 {
  font-family: "Fa Sharp 400", Arial, sans-serif;
  font-size: 16px;
}

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

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

.div-block-54 {
  background-color: #fcd0d0;
  border-radius: 6px;
  overflow: hidden;
}

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

.section-7 {
  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-56 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: none;
}

.youtube {
  object-fit: cover;
  height: 100%;
}

.text-block-12 {
  font-family: "Fa Sharp 400", Arial, sans-serif;
  font-size: 16px;
}

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

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

.section-11 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-59 {
  background-color: #fcd0d0;
  border-radius: 6px;
  overflow: hidden;
}

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

.div-block-61 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: none;
}

.text-block-13 {
  font-family: "Fa Sharp 400", Arial, sans-serif;
  font-size: 16px;
}

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

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

.div-block-64 {
  background-color: #fcd0d0;
  border-radius: 6px;
  overflow: hidden;
}

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

.section-12 {
  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-66 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: none;
}

.text-block-14 {
  font-family: "Fa Sharp 400", Arial, sans-serif;
  font-size: 16px;
}

.section-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-24 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-15 {
  font-family: "Fa Sharp 400", Arial, sans-serif;
  font-size: 16px;
}

.section-13 {
  background-color: #10103a;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-67 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

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

.text-block-17 {
  color: #fff;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.text-block-18 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

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

.text-span-4 {
  color: #000;
  font-weight: 600;
}

.text-span-5 {
  font-size: 14px;
}

.text-block-19 {
  color: #fcbe03;
  font-family: "Fa Sharp Solid 900", Arial, sans-serif;
  font-size: 18px;
}

.div-block-36 {
  margin-bottom: 24px;
}

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

.radio-button-label {
  border: 2px solid #d7d7d7;
  border-radius: 6px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-38 {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  text-align: center;
  background-color: #088ac79c;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 58px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-20 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-field {
  color: #151515;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  height: 46px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-33 {
  justify-content: center;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.div-block-32 {
  height: 150px;
  position: relative;
  overflow: visible;
}

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

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

.submit-button {
  background-color: #02b172;
  border-radius: 6px;
  height: 52px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

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

.div-block-28 {
  background-color: #fff;
  border-radius: 6px;
  width: 700px;
  max-width: 700px;
  height: 90vh;
  max-height: 90vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
  box-shadow: 0 2px 8px 2px #0003;
}

.div-block-35 {
  height: 100%;
}

.div-block-34 {
  margin-bottom: 16px;
}

.div-block-30 {
  background-color: #fff;
  border: 1px #d7d7d7;
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 20px;
  box-shadow: 0 2px 5px 2px #0000000f;
}

.heading-3 {
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100px;
}

.radio-button-field {
  border: 1px #d7d7d7;
  border-radius: 6px;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  overflow: hidden;
}

.text-block-22, .text-block-23 {
  text-align: center;
}

.text-block-24 {
  margin-top: 0;
  margin-bottom: -2px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-bottom: 12px;
  display: flex;
}

.radio-button {
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: none;
}

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

.div-block-27 {
  z-index: 999999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000003b;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.paragraph-2 {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 1.6em;
}

.div-block-37 {
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  font-size: 18px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-26 {
  font-family: "Fa Sharp 400", Arial, sans-serif;
}

.tab-link-tab-2 {
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 100px;
  padding: 12px 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.tab-link-tab-2.w--current {
  color: #fff;
  background-color: #ed6d29;
  border-color: #ed6d29;
}

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

.div-block-29 {
  height: 100%;
  padding: 30px;
  overflow: scroll;
}

.div-block-71 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 14px;
  display: flex;
}

.div-block-71._2 {
  padding-top: 0;
  padding-bottom: 16px;
  padding-left: 0;
}

.section-14 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-72 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-5 {
  color: #000;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4em;
}

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

.text-block-28 {
  font-family: "Fa Sharp 400", Arial, sans-serif;
  font-size: 16px;
}

.section-15 {
  background-image: url('../images/prokozijn-werkbus.png');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.div-block-73 {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #00000038;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-74 {
  background-color: #fff;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 700px;
  padding: 30px;
  display: flex;
  box-shadow: 0 2px 8px 2px #0000001a;
}

.text-block-29 {
  font-family: "Fa Sharp 400", Arial, sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    border-top: 1px solid #dedede;
  }

  .div-block-3 {
    width: 80%;
  }

  .section {
    height: auto;
  }

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

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

  .div-block-11 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row-reverse wrap-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .div-block-14 {
    width: 100%;
    min-height: 400px;
  }

  .div-block-47, .div-block-48 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row-reverse wrap-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .div-block-48._2 {
    flex-flow: row-reverse wrap;
  }

  .div-block-52, .div-block-57 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row-reverse wrap-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .div-block-57._2 {
    flex-flow: row-reverse wrap;
  }

  .div-block-62 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row-reverse wrap-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 90%;
  }

  .heading {
    font-size: 35px;
  }

  .div-block-5 {
    flex-flow: column;
  }

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

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

  .div-block-11 {
    flex-flow: column;
  }

  .div-block-16 {
    min-height: 150px;
  }

  .div-block-19 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-21 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-49 {
    min-height: 150px;
  }

  .div-block-53 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-54 {
    min-height: 150px;
  }

  .div-block-58 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-59 {
    min-height: 150px;
  }

  .div-block-63 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-64 {
    min-height: 150px;
  }

  .div-block-28 {
    height: 95vh;
    max-height: 100%;
  }

  .div-block-27 {
    padding: 16px;
  }

  .div-block-29 {
    overflow: scroll;
  }

  .div-block-73 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .image-8.logo {
    width: 150px;
  }

  .heading {
    font-size: 25px;
  }

  .div-block-40 {
    background-image: linear-gradient(#0c8ac7, #f6ba9947 54%, #fff0 80%), url('../images/prokozijn-werkbus.png');
    background-position: 0 0, 50% 70%;
    background-size: auto, cover;
    width: 100%;
    height: 50%;
    inset: auto 0% 0%;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 235px;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .section-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-2 {
    white-space: normal;
    word-break: break-all;
    font-size: 28px;
  }

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

  .heading-4.wit._2 {
    font-size: 26px;
  }

  .section-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-21 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-53 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-7 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-58 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-11 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-63 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-12 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

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

  .div-block-33 {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 15px;
  }

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

  .div-block-28 {
    max-width: 95vw;
  }

  .tabs-menu {
    flex-flow: column;
    display: flex;
  }

  .div-block-27 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-29 {
    padding-left: 12px;
    padding-right: 12px;
    overflow: scroll;
  }

  .section-15 {
    height: auto;
    min-height: 150vh;
  }

  .div-block-73 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

#w-node-f500b58c-b93c-e0db-0ae6-0e0979896700-dee20544, #w-node-f500b58c-b93c-e0db-0ae6-0e0979896704-dee20544, #w-node-f500b58c-b93c-e0db-0ae6-0e0979896738-dee20544, #w-node-_9e0afe24-a01e-0384-2024-fef2c3722548-dee20544, #w-node-b17fd901-2ac6-1046-1995-3e1c8097b03d-dee20544 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-f500b58c-b93c-e0db-0ae6-0e0979896700-dee20544, #w-node-f500b58c-b93c-e0db-0ae6-0e0979896738-dee20544 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 400';
  src: url('../fonts/fa-sharp-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp Solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}