:root {
  --white: white;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

.header-section {
  width: 100vw;
  min-height: 100vh;
  position: relative;
}

.slider {
  z-index: -1;
  background-color: rgba(221, 221, 221, 0);
  min-height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-nav {
  display: none;
}

.navbar-no-shadow {
  background-color: #008952;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 10px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.nav-link {
  color: #fff;
  letter-spacing: .5px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

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

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

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

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

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

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

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

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.right-arrow {
  display: none;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #008952;
  border: 1px solid #008952;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s ease-in;
}

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

.button._1 {
  margin-top: 0;
}

.form {
  background-color: #f0f3f4;
  width: 80%;
  padding: 20px;
  display: block;
}

.select-field {
  background-color: rgba(243, 243, 243, 0);
  border: 1px #000;
  border-bottom: 2px solid #69777e;
  margin-top: 25px;
  margin-bottom: 15px;
  padding-left: 0;
  font-weight: 700;
}

.textfield {
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  border-bottom: 2px solid #69777e;
}

.textfield:focus {
  border-bottom-color: #008952;
}

.body {
  letter-spacing: .5px;
  font-family: Open Sans, sans-serif;
}

.adressen-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: "Area Area"
                 "Area-2 Area-3"
                 "Area-4 Area-5"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 10px;
  display: grid;
}

.field-label {
  display: block;
}

.heading {
  font-size: 32px;
  font-weight: 800;
}

.heading.big {
  font-size: 43px;
  font-weight: 800;
  line-height: 57px;
}

.heading-2 {
  margin-top: 10px;
  font-size: 25px;
  font-weight: 600;
}

.paragraph {
  font-weight: 400;
  line-height: 25px;
}

.div-block {
  background-color: #f1f3f4;
  margin-top: 40px;
  padding: 0 20px 20px;
}

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

.quick-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.heading-3 {
  font-size: 20px;
}

.left-arrow, .icon {
  display: none;
}

.checkbox-label, .checkbox-label-2 {
  font-size: 10px;
}

.link {
  color: #008952;
}

.link:hover {
  color: #005a36;
}

.quick-stack-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.form-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: "Area Area-3"
                 "Area-2 Area-4"
                 "Area-5 Area-6"
                 "Area-7 Area-7"
                 "Area-9 Area-9"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-slim {
  background-color: #f0f3f4;
  width: 60%;
  padding: 20px;
  display: none;
}

.form-slimst {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: "Area Area-3"
                 "Area-2 Area-4"
                 "Area-5 Area-6"
                 "Area-7 Area-7"
                 "Area-9 Area-9"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-container {
  display: none;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-block-two-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.paragraph-2 {
  text-align: left;
  font-weight: 600;
  line-height: 25px;
}

.div-block-2 {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  line-height: 22px;
}

.text-span {
  font-size: 16px;
  font-weight: 800;
}

.cell-2 {
  justify-content: flex-start;
  align-items: center;
}

.image-2 {
  min-width: 100vw;
}

.thankyou-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Panel-3_1.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.h1 {
  text-transform: uppercase;
}

.div-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: rgba(253, 252, 253, .94);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 134px;
  padding: 20px;
  display: flex;
  box-shadow: 2px 5px 5px rgba(0, 0, 0, .2);
}

.body-2 {
  letter-spacing: .5px;
  font-family: Open Sans, sans-serif;
}

.paragraph-3 {
  text-align: center;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

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

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .form {
    width: 100%;
  }

  .container {
    max-width: 728px;
  }

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

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .image {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .form {
    margin-top: 285px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .cell {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .slider {
    width: 100%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-menu {
    flex-direction: column;
  }

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

  .form {
    margin-top: -32px;
  }

  .heading.big {
    font-size: 30px;
    line-height: 45px;
  }

  .container {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

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

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-block-two-copy {
    margin-top: 40px;
  }

  .cell {
    display: block;
  }

  .cell-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 181px;
  }

  .image-2 {
    min-width: 100vw;
  }
}

#w-node-a3159b85-e37c-0c8d-ef82-144cd5eb1cc7-db90969d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f2c71f00-5bcc-84b7-7631-fec573d7d757-db90969d, #field.w-node-e9e86d44-e391-c3ce-ebbb-e2873aa8f4f4-db90969d {
  grid-area: Area;
}

#w-node-b61e54dc-a5a4-5c64-533f-88a51da69590-db90969d, #w-node-_7dae8502-e838-8a24-c47c-209bd40d4a3b-db90969d, #Surname.w-node-_7dae8502-e838-8a24-c47c-209bd40d4a3d-db90969d {
  grid-area: Area-3;
}

#w-node-_6fc574e4-7866-2c21-0f18-c8550a81f88a-db90969d, #w-node-_345a9741-aedd-b55b-0c79-4d1a1cf2fad5-db90969d, #Name-3.w-node-_5715bc4c-5f64-aa8e-5baf-9edc33f9b65d-db90969d {
  grid-area: Area-2;
}

#w-node-_12d93e99-5dd6-90fb-15b9-e2d8c71c801b-db90969d, #w-node-_37fe32f1-10cd-bc8f-d7de-1c30c4dad5ff-db90969d, #Email-4.w-node-f71adb4a-ba74-d8e5-0bb5-9211374fbedf-db90969d {
  grid-area: Area-4;
}

#w-node-b193ba37-2935-4656-1ad4-cd4afc255a18-db90969d, #w-node-_7dae8502-e838-8a24-c47c-209bd40d4a3e-db90969d {
  grid-area: Area-6;
}

#Company-Name.w-node-_7dae8502-e838-8a24-c47c-209bd40d4a40-db90969d, #w-node-_09498d9a-8e85-422e-415b-109cd355d676-db90969d {
  grid-area: Area-5;
}

#Phone.w-node-_140f29b9-f299-95e5-ce63-1513342c4cd5-db90969d {
  grid-area: Area-6;
}

#w-node-_3b42e46d-42ec-b1ed-7efd-00f0d9f488a8-db90969d {
  grid-area: Area-7;
}

#w-node-_9e3b370e-bedf-9e88-ea4f-87478a371436-db90969d, #w-node-_12746133-ddfc-a279-3cee-998d1054ce1e-db90969d, #Street.w-node-c59313e4-184f-4c10-cde0-ef871d498c60-db90969d {
  grid-area: Area;
}

#Streetnumber.w-node-cd087364-c0da-3233-f51b-d522ec6763f6-db90969d {
  grid-area: Area-2;
}

#w-node-c64f4c35-b242-b1a0-3c72-0d542d8adf17-db90969d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf2a9362-7f4a-56f5-49e3-ac668e26ee65-db90969d, #Place.w-node-_40c59961-f285-e8ab-ed8d-4b63a9c829e3-db90969d {
  grid-area: Area-3;
}

#w-node-e02dbc5c-14da-c773-f7a1-d44d6d9c97c8-db90969d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_450dd838-18bc-3b9f-5f6f-9afa61868785-db90969d, #Postcode.w-node-_5a474b32-814b-e4b3-cc28-1fadb6c40b89-db90969d {
  grid-area: Area-4;
}

#w-node-_24c7eec0-78c4-32bf-ce14-272ce03d9607-db90969d {
  grid-area: Area-9;
}

#w-node-_023e9669-9f89-931a-06af-6d9f629fd982-db90969d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-a3159b85-e37c-0c8d-ef82-144cd5eb1cc7-db90969d, #w-node-_023e9669-9f89-931a-06af-6d9f629fd982-db90969d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_023e9669-9f89-931a-06af-6d9f629fd984-db90969d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


