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

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

.background-video {
  background-image: linear-gradient(0deg, #00000094, #fff0 26%), linear-gradient(#000000ab, #fff0 19%), linear-gradient(#00000080, #00000080);
  height: 100vh;
}

.container {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  padding: 21px 2%;
}

.navbar {
  background-color: #ddd0;
  margin-top: 20px;
  padding-top: 1px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  border: 2px solid #0000;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.nav-link:hover {
  color: #64ffb0;
  border-left-color: #64ffb000;
}

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

.nav-link._2 {
  margin-right: 0;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
}

.nav-link._2:hover {
  border-left-color: #64ffb000;
}

.nav-link._2.w--current {
  color: #64ffb0;
}

.brand {
  padding-top: 0;
  top: -2px;
  left: 0;
}

.dropdown-toggle {
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #64b4ff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: neulis-sans;
  font-weight: 500;
}

.dropdown-toggle._2 {
  border-width: 1px;
  border-color: #64b4ff;
  padding-right: 20px;
}

.image {
  width: 250px;
}

.div-block {
  background-color: #fff;
  border-radius: 20px;
  width: 7px;
  height: 7px;
  margin-left: 5px;
  display: inline-block;
  position: relative;
  top: -2px;
}

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

.text-block._2 {
  margin-right: 3px;
  font-family: Montserrat, sans-serif;
}

.div-block-2 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  height: 50vh;
  padding-bottom: 4%;
  padding-right: 2%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-2._3 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 60%;
  padding-bottom: 3%;
  padding-left: 2%;
  padding-right: 0%;
  display: flex;
  inset: auto auto 0% 0%;
}

.heading {
  margin-bottom: 140px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: .85em;
}

.text-block-2 {
  letter-spacing: .5px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1em;
}

.text-span, .text-span-2 {
  color: #00b3df;
}

.dropdown-link {
  background-color: #fff;
  padding-left: 18px;
  padding-right: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.dropdown-link:hover {
  color: #313131;
  background-color: #64ffae;
}

.dropdown-link.w--current {
  color: gray;
}

.div-block-4 {
  background-color: #64ffae;
  width: 0%;
  height: 2px;
}

.div-block-5 {
  height: 800px;
  display: flex;
}

.div-block-6 {
  background-color: #fff;
  height: 700px;
  margin-top: 20px;
  padding: 2%;
  display: flex;
}

.div-block-7 {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
}

.div-block-7._2 {
  z-index: 1;
  background-image: linear-gradient(90deg, #1d1d1d, #242424a1 41%, #1b1b1b00 79%), url('../images/CoffeeCorner_imop-Lite-Pro_sfeerbeeld_800x500px_jpg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 2%;
  position: relative;
}

.image-2 {
  width: 85%;
}

.heading-2 {
  color: #fff;
  text-transform: none;
  margin-bottom: 3%;
  font-family: Montserrat, sans-serif;
  font-size: 3.3vw;
  font-weight: 700;
  line-height: 1em;
}

.heading-2.sdf {
  margin-bottom: 0;
}

.heading-2.sdf.sf {
  display: none;
}

.text-block-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1.8vw;
  font-weight: 300;
  line-height: 1.3em;
}

.button {
  color: #fff;
  text-transform: capitalize;
  background-color: #00b3df;
  border-radius: 4px;
  margin-top: 5%;
  padding: 26px 29px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.button.w--current {
  color: #fff;
  background-color: #00b3df;
  font-family: Montserrat, sans-serif;
}

.button.asdf {
  color: #000;
  background-color: #fff;
  border-radius: 2px;
}

.button-2 {
  color: #fff;
  background-color: #3898ec00;
  margin-left: 1%;
  padding-right: 37px;
  font-family: neulis-sans;
  font-size: 17px;
  font-weight: 500;
}

.button-2.a {
  color: #000;
  margin-top: 2%;
  margin-left: 0%;
  padding-left: 4px;
}

.button-2.a._5 {
  margin-left: 3%;
}

.image-3 {
  width: 40px;
}

.div-block-8 {
  background-color: #64ffb0;
  height: 500px;
}

.text-span-3 {
  color: #66ffad;
}

.div-block-9 {
  background-color: #66ffad00;
  height: auto;
  padding-top: 3%;
  padding-bottom: 6%;
  padding-left: 0%;
}

.heading-3 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2%;
  font-family: neulis-sans;
  font-size: 20px;
  font-weight: 500;
}

.section-logo {
  display: block;
  overflow: hidden;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  padding-top: 2em;
  padding-bottom: 2em;
}

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

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.logo_component-slider {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 2000px;
  display: flex;
}

.logo-slider-img {
  width: 200px;
}

.logo-slider-img._1 {
  width: 110px;
}

.logo-slider-img._2 {
  width: 90px;
}

.logo-slider-img._3 {
  width: 140px;
}

.logo-slider-img._5 {
  width: 164px;
}

.logo-slider-img.j {
  width: 150px;
  position: relative;
  top: 4px;
}

.logo-slider-img.k {
  width: 140px;
  position: relative;
  top: -2px;
}

.logo-slider-img.i {
  width: 110px;
  position: relative;
  top: 4px;
}

.div-block-10 {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-11 {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
}

.div-block-11._2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0%;
  padding-left: 2%;
}

.image-4 {
  width: 560px;
  margin-top: 100px;
  margin-bottom: 140px;
}

.text-block-4 {
  color: #000;
  text-transform: none;
  margin-bottom: 0%;
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  font-weight: 600;
  line-height: 1em;
}

.image-5 {
  width: 190px;
  margin-bottom: 36px;
}

.text-span-4 {
  color: #00b3df;
}

.div-block-12 {
  background-color: #fff;
  width: 40%;
  height: 100%;
  margin-top: 20px;
  margin-right: 2%;
  padding-top: 0%;
  padding-left: 2%;
  position: relative;
}

._50 {
  background-color: #00b3df;
  border-radius: 6px;
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  height: 80%;
  margin-top: 20px;
  padding: 2%;
  display: flex;
  position: relative;
}

._50.da {
  background-image: url('../images/Productdetaili-mopXXLCost-Of-Ownership_jpg.jpg');
  background-position: 0 0;
  background-size: cover;
}

.heading-4 {
  color: #000;
  text-transform: none;
  margin: 0 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1em;
}

.heading-4._5 {
  color: #fff;
  background-color: #00b3df;
  border-radius: 4px;
  width: 400px;
}

.div-block-13 {
  height: 250px;
  padding-left: 5%;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph {
  color: #000;
  margin-bottom: 60px;
  margin-left: 10px;
  padding-right: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.paragraph.a {
  background-color: #00b3df;
  width: 23vw;
  margin-bottom: -17px;
  font-size: 1.3vw;
}

.div-block-14 {
  background-color: #1110;
  height: auto;
}

.div-block-15 {
  height: auto;
}

.div-block-15.sdfgh {
  background-color: #66ffad;
  margin-top: 0%;
  padding-top: 31px;
}

.text {
  color: #000;
  border-top: 1px #f4f5f6;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.large-numbers {
  color: #66ffad;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.large-numbers.g {
  color: #fff;
}

.main-box {
  border-top: 1px #f4f5f6;
  padding: 0 90px 40px;
}

.heading-flex {
  grid-column-gap: 2px;
  color: #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

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

.counter-section {
  color: #fff;
  padding-top: 0;
  padding-bottom: 5rem;
}

.number-content {
  width: 195px;
}

.green-number {
  color: #000;
  text-align: center;
  margin-bottom: 8px;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.green-number.partners {
  font-family: Montserrat, sans-serif;
}

.number-wrap {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  font-family: neulis-sans;
  display: flex;
}

.background-video-2 {
  background-image: linear-gradient(#1b1b1bad, #1b1b1bad);
  border-top: 2px solid #64ffae;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80vh;
  padding-top: 0%;
  padding-left: 2%;
  display: flex;
}

.div-block-16 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.image-6 {
  width: 1113px;
}

.div-block-17 {
  background-color: #fff;
  border-top: 2px solid #64ffae;
  border-bottom: 2px solid #64ffae;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 10%;
  padding-bottom: 10%;
  padding-left: 2%;
  display: flex;
}

.div-block-18 {
  height: auto;
}

.text-span-5 {
  color: #00b3df;
}

.image-7 {
  width: 299px;
}

.div-block-19 {
  width: 300px;
  height: 100%;
  padding-top: 0;
  padding-left: 2%;
}

.button-3 {
  color: #000;
  background-color: #fff0;
  width: 190px;
  margin-left: auto;
  margin-right: 0;
  font-family: neulis-sans;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.button-3:hover, .button-3.w--current {
  color: #64ffb0;
}

.div-block-20 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 51px;
  padding-bottom: 45px;
  display: flex;
}

.text-block-5 {
  color: #000;
  letter-spacing: 1px;
  font-family: neulis-sans;
  font-weight: 300;
}

.link {
  color: #64ffb0;
  text-decoration: none;
}

.image-8 {
  width: 400px;
  height: 400px;
  max-height: 100%;
}

.div-block-21 {
  flex: 0 auto;
  width: 50%;
}

.dropdown-3, .button-4 {
  display: none;
}

.text-span-6 {
  color: #00b3df;
}

.text-span-7 {
  color: #66ffad;
}

.div-block-22 {
  background-image: linear-gradient(85deg, #242424, #1f1f1f9e), url('../images/Productdetaili-mopXXLCost-Of-Ownership_jpg.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-bottom: 2px solid #64ffb0;
  align-items: flex-end;
  height: 700px;
  padding-bottom: 3%;
  padding-left: 2%;
  display: flex;
}

.div-block-22._3 {
  background-image: linear-gradient(85deg, #242424, #1f1f1f30);
  height: 400px;
}

.text-block-6 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1em;
}

.text-span-8 {
  color: #64ffb0;
}

.div-block-23 {
  height: auto;
  padding-top: 36px;
  padding-bottom: 33px;
  display: flex;
}

.div-block-24 {
  background-color: #f5f5f500;
  justify-content: center;
  align-items: center;
  width: 34%;
  height: 100%;
  margin-left: 2%;
  display: flex;
}

.div-block-25 {
  width: 60%;
  padding-top: 3%;
  padding-left: 3%;
}

.text-block-7 {
  color: #000;
  font-family: neulis-sans;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
}

.text-block-7.dfg {
  color: #fff;
}

.text-block-7.dsfg, .text-block-7.erw {
  font-family: Montserrat, sans-serif;
}

.text-block-7.sdfg {
  color: #fff;
}

.text-block-8 {
  color: #000;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 2em;
}

.div-block-26 {
  background-color: #64aaff;
  height: 2px;
  margin-top: 5%;
}

.div-block-26.dsf {
  margin-left: 2%;
  margin-right: 2%;
}

.text-block-9 {
  color: #000;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 2em;
}

.sdgfg {
  margin-top: 5%;
}

.button-5 {
  color: var(--white);
  text-transform: uppercase;
  background-color: #64b9ff;
  margin-top: 3%;
  padding: 20px 32px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.div-block-27 {
  height: auto;
  margin-top: 0%;
  display: flex;
}

.div-block-28 {
  width: 30%;
  padding-left: 2%;
}

.div-block-29 {
  width: 70%;
  height: auto;
  display: flex;
}

.div-block-30 {
  width: 48%;
  height: auto;
  padding: 0 38px 60px;
}

.text-block-10 {
  color: #fff;
  font-family: neulis-sans;
  font-size: 18px;
  line-height: 1.3em;
}

.text-span-9 {
  color: #64ffb0;
  font-size: 20px;
  font-weight: 600;
}

.div-block-31 {
  background-color: #000;
  height: auto;
  margin-top: 50px;
  padding-top: 75px;
  padding-bottom: 50px;
  display: block;
}

.text-span-10 {
  color: #64ffb0;
}

.image-9 {
  width: 182px;
  margin-top: 34px;
}

.asdfg {
  width: 400px;
  margin-top: 5%;
}

.text-span-11 {
  color: #64ffb0;
}

.div-block-32 {
  height: 300px;
}

.background-video-3 {
  background-image: linear-gradient(92deg, #1f1f1f99, #1f1f1f70);
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 3%;
  padding-left: 2%;
  display: flex;
}

.background-video-3.dfgh {
  background-image: linear-gradient(92deg, #1f1f1f99, #1f1f1f70), url('../images/CoffeeCorner_imop-Lite-Pro_sfeerbeeld_800x500px_jpg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.background-video-3.dfgh.ertyhj {
  background-image: linear-gradient(92deg, #1f1f1f99, #1f1f1f70), url('../images/1234.jpg');
  background-position: 0 0, 50% 0;
}

.div-block-33 {
  height: auto;
  padding-top: 7%;
  padding-bottom: 5%;
  padding-left: 2%;
}

.div-block-33.kjhk {
  padding-bottom: 3%;
  padding-right: 2%;
}

.div-block-34 {
  padding-top: 33px;
  padding-bottom: 33px;
}

.div-block-34.sdfgh {
  border-bottom: 2px solid #66ffad;
  padding-bottom: 80px;
}

.text-block-11 {
  color: #000;
  text-transform: capitalize;
  font-family: neulis-sans;
  font-size: 50px;
  font-weight: 600;
  line-height: 1em;
}

.text-block-11.y {
  margin-bottom: -10px;
  font-family: Montserrat, sans-serif;
}

.text-span-12 {
  color: #64ffb0;
}

.text-block-12 {
  color: #000;
  margin-top: 2%;
  font-family: neulis-sans;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4em;
}

.text-block-12._3 {
  font-family: Montserrat, sans-serif;
}

.text-block-12._3.s {
  display: none;
}

.div-block-35 {
  flex-flow: row;
  justify-content: flex-start;
  height: 600px;
  display: flex;
}

.div-block-36 {
  background-image: url('../images/1111.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.div-block-36.sdf {
  background-image: url('../images/jh.jpg');
}

.div-block-36.sdf._22 {
  display: none;
}

.div-block-37 {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 53px;
  padding-right: 53px;
  display: flex;
}

.text-span-13 {
  color: #66ffad;
}

.div-block-38 {
  background-color: #64ffae00;
  height: auto;
  padding-top: 0%;
  padding-bottom: 8%;
  padding-left: 2%;
}

.div-block-39 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.heading-5 {
  color: #000;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
}

.column {
  padding-left: 0;
}

.text-block-13 {
  color: #000;
  width: 360px;
  max-width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.text-block-13.asertgh {
  width: auto;
  font-size: 20px;
}

.button-6 {
  color: #000;
  text-transform: uppercase;
  background-color: #00b3df;
  border: 2px solid #00b3df;
  margin-top: 5%;
  padding: 22px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.button-6:hover {
  background-color: #5cf1a1;
}

.button-6._3q {
  background-color: #66ffad00;
  margin-left: 0%;
}

.button-6.erthj {
  margin-top: 2%;
}

.image-10 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-40 {
  margin-left: 60px;
}

.text-span-14 {
  color: #64ffb0;
}

.div-block-42 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.form-block {
  color: #fff;
  background-color: #64646400;
  border: 2px solid #00b3df;
  padding: 44px 66px;
  font-family: neulis-sans;
}

.text-block-14 {
  margin-bottom: 12%;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.submit-button {
  color: #000;
  background-color: #00b3df;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.p, .p::placeholder {
  color: #000;
}

.form07_link {
  color: #5b3acc;
  font-size: 13px;
  font-weight: 700;
}

.text-counter {
  color: #000;
  font-family: neulis-sans;
  font-size: 14px;
}

.paragraph-2 {
  color: #000;
  text-align: left;
  width: 595px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-family: neulis-sans;
  font-size: 15px;
  line-height: 23px;
}

.error-message {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.next-button {
  color: #000;
  background-color: #64ffb0;
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-family: neulis-sans;
  font-size: 15px;
  font-weight: 400;
  transition: background-color .2s ease-in;
}

.field-title {
  color: #000037;
  background-color: #fff;
  margin-bottom: 5px;
  padding-left: 6px;
  font-family: neulis-sans;
  font-size: 16px;
  font-weight: 400;
}

.checkbox {
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.checkbox:hover {
  background-color: #6b6b6b;
  border-color: #64ffb0;
}

.checkbox:active {
  border: 4px solid #64ffb0;
}

.success-message {
  letter-spacing: 1px;
  padding: 50px;
}

.form12_checkbox_field {
  background-color: #fff;
  border: 1.2px solid #3e34c81a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  width: 140px;
  height: 120px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 35px 22px 22px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px #c6d3ff47;
}

.form12_checkbox_field:hover {
  border-color: #64ffb0;
}

.checkbox-title {
  opacity: 0;
  color: #5b3acc;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.slider {
  background-color: #0000;
  max-width: 700px;
  height: 100%;
  position: relative;
}

.mobile-nav-bottom {
  display: none;
}

.submit-button-2 {
  box-shadow: none;
  color: #000;
  letter-spacing: 1px;
  background-color: #64ffb0;
  border-radius: 5px;
  width: 130px;
  height: auto;
  margin-bottom: -36px;
  margin-left: auto;
  margin-right: 37px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: neulis-sans;
  font-weight: 400;
  transition: background-color .2s ease-in, box-shadow .2s ease-in;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.previous {
  opacity: .45;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin: auto auto 30px 30px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.previous:hover {
  opacity: 1;
}

.field-input {
  color: #000037bf;
  background-color: #0000;
  border: 1.5px solid #64ffb0;
  border-radius: 6px;
  width: 100%;
  min-height: 45px;
  font-size: 16px;
}

.field-input:focus {
  border-color: #0064fe;
}

.field-input::placeholder {
  color: #0000371a;
  font-family: Varela Round, sans-serif;
}

.next {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 159px;
  height: 47px;
  margin: auto auto 25px;
  display: block;
  position: absolute;
  right: 35px;
  overflow: visible;
}

.checkbox-field {
  box-shadow: none;
  border-width: 4px;
  border-color: #3e34c800;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  min-width: 150px;
  height: auto;
  margin-left: 6px;
  margin-right: 6px;
  padding: 0;
  display: flex;
}

.checkbox_wrap {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.checkbox_wrap.checkbox_centre {
  justify-content: center;
}

.title-left {
  margin-top: 15px;
  margin-left: 15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.form-wrapper {
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.form-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 601px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-section-title {
  color: #000;
  text-align: left;
  text-transform: capitalize;
  width: 600px;
  margin-bottom: 12px;
  font-family: neulis-sans;
  font-size: 50px;
  font-weight: 500;
  line-height: 1em;
}

.form-full {
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding: 90px 3%;
  display: flex;
}

.slide {
  border-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.previous-button {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-family: neulis-sans;
  font-size: 15px;
  transition: opacity .2s ease-in;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.form07_legal {
  color: #101c2e8a;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.slider-content-wrap {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 0 75px;
  display: flex;
  position: relative;
}

.line-bottom {
  background-color: #c5c7ca;
  height: 1px;
}

.arrow {
  width: 16px;
  margin-right: 8px;
}

.form-content {
  width: 100%;
  margin-bottom: -20px;
}

.form-content.final {
  margin-bottom: 0;
}

.text-block-15 {
  color: #000;
  font-family: neulis-sans;
  font-weight: 500;
}

.checkbox-image {
  border-radius: 0;
  width: auto;
}

.counter-image {
  width: 16px;
  margin-right: 5px;
}

.details-right {
  align-items: center;
  margin-top: 15px;
  margin-right: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-43 {
  background-image: linear-gradient(80deg, #000000d9, #181818b8), url('../images/in-the-beautiful-sunlight-man-is-standing-near-hi-2023-11-27-04-55-22-utc.JPG');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 700px;
  padding-bottom: 3%;
  padding-left: 2%;
  display: flex;
}

.div-block-44 {
  background-color: #f5f5f5;
  width: 300px;
  height: auto;
  padding: 22px;
}

.div-block-44:hover {
  background-color: #64ffb000;
}

.div-block-45 {
  background-image: linear-gradient(#2b2b2b82, #2b2b2b82), url('../images/1.jpg');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  height: 280px;
}

.div-block-45._5 {
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/jh.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.heading-6 {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-family: neulis-sans;
  font-size: 24px;
  font-weight: 600;
}

.text-block-16 {
  color: #000;
  text-align: left;
  font-family: neulis-sans;
  font-size: 15px;
  font-weight: 300;
}

.text-span-15, .text-span-16 {
  color: #64ffb0;
}

.select-field {
  color: #000;
  background-color: #fff;
  border: 2px solid #64ffb0;
  height: 50px;
  padding-bottom: 10px;
  font-family: neulis-sans;
}

.select-field:active, .select-field:focus, .select-field:focus-visible, .select-field[data-wf-focus-visible] {
  border-color: #64ffb0;
}

.service-button {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  text-shadow: 0 2px 2px #0003;
  background-color: #e6be8a00;
  border: 2px solid #59b6ec;
  border-radius: 10px;
  width: auto;
  min-width: 200px;
  margin-top: 22.5px;
  padding: 14px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 4px 6px 4px #0003;
}

.service-button:hover {
  color: #fff;
  background-color: #59b6ec;
  background-image: none;
}

.service-button.cu {
  background-color: #1f1964;
  border-color: #1f1964;
  margin-top: 12px;
}

.service-button.light-bg {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  margin-top: 0;
}

.service-button.light-bg:hover {
  background-color: #59b6ec;
}

.service-button.light-bg.em {
  margin-top: 16px;
}

.fd {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
}

.fd.light-left {
  color: #fff;
  text-align: left;
  text-shadow: none;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
}

.link-41 {
  color: #fff;
}

.form-legal {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6px;
  font-weight: 300;
  line-height: 12px;
}

.paragraph-white {
  color: #fff;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-white.left {
  text-align: left;
  line-height: 30px;
}

.section-3 {
  background-color: #fff0;
  border: 1px #000;
  padding: 10vh 10vw;
}

.section-3.dark {
  background-color: #00b3df;
}

.form-field {
  color: #000;
  margin-top: 0;
  margin-bottom: 16px;
}

.form-block-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #29292999;
  border-radius: 5px;
  min-width: 100%;
  margin: 0;
  padding: 24px;
}

.form-block-2.cu {
  background-color: #002c14;
  padding-top: 12px;
  padding-left: 0;
  padding-right: 0;
}

.form-block-2.cu.energieberatung {
  background-color: #00b3df;
}

.cenvvtre {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.qs-0space {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 0;
  padding: 0;
}

.section_home_cta {
  color: #fff;
  background-color: #002c14;
  border-bottom-right-radius: 5rem;
  border-bottom-left-radius: 5rem;
  position: relative;
}

.footer2_link {
  color: #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  text-decoration: none;
}

.footer2_social-link {
  color: #000;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer2_social-link:hover {
  color: #2e700c;
  border-radius: 50rem;
}

.footer2_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: none;
}

.error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.footer2_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.success-message-2 {
  color: #000;
  background-color: #c3f53d;
  border-radius: 6px;
  margin-top: .5rem;
  padding: 1.5rem;
  font-size: 1.1rem;
  font-weight: 900;
}

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

.heading-style-h5 {
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.footer2_credit-text {
  font-size: .875rem;
}

.footer2_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.text-weight-semibold {
  font-weight: 600;
}

.footer2_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.padding-global {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 60px;
  padding-left: 5%;
  padding-right: 5%;
}

.text-size-tiny {
  font-size: .75rem;
}

.footer2_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer2_logo-link {
  padding-left: 0;
}

.line-divider {
  background-color: #002c14;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-top: 0;
}

.form_input {
  color: #002c14;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.footer2_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.button-7 {
  color: #002c14;
  text-align: center;
  background-color: #c3f53d;
  border: 1px solid #002c14;
  border-radius: 50rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.button-7.w--current {
  background-color: #f89698;
}

.button-7.is-form {
  color: var(--white);
  -webkit-text-stroke-color: #fff;
  background-color: #00b3df;
  border-radius: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.button-7.is-shadow {
  background-color: #00b3df;
}

.button-7.is-shadow {
  border-color: #00b3df;
}

.button-7.is-shadow:hover {
  box-shadow: 0 1px #000;
}

.text-block-17 {
  font-size: 1rem;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

.footer2_right-wrapper {
  flex-direction: column;
  display: flex;
}

.text-size-small {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
}

.footer2_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

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

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

.margin-bottom.margin-small {
  margin: 0 0 1.5rem;
}

.heading-style-h3 {
  font-family: Montserrat, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.home_cta-2_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.home_cta-2_accordion {
  border: 1px solid #aaa;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.text-size-medium {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.faq_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.home_cta-2_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.home_cta-2_icon-wrapper {
  align-self: flex-start;
  width: 2.5rem;
  display: flex;
}

.icon-embed-custom-6 {
  color: #00b3df;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_faq {
  background-color: #fff;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.home_cta-2_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

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

.home_feature-3_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.home_feature-3_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.section_home_feature-app {
  background-color: #fff;
}

.home_feature-3_item {
  display: flex;
}

.home_feature-3_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.image-11 {
  border-radius: 6px;
}

.paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .field-label, .field-label-2 {
  font-family: Montserrat, sans-serif;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  height: 900px;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

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

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.image-12 {
  text-align: center;
  width: 1071px;
  height: 803px;
  margin-left: 100px;
  display: inline-block;
  position: static;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

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

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.heading-7 {
  font-family: Montserrat, sans-serif;
}

.contact-page-contact-section {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact-form-icon {
  flex: none;
  width: 40px;
  height: 40px;
}

.contact-input-box {
  position: relative;
}

.contact-flex-field {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  display: flex;
}

.contact-field-wrapper {
  width: 100%;
  margin-bottom: 24px;
}

.form-button {
  z-index: 11;
  background-color: #8fa59800;
  border: 1px solid #0000;
  border-radius: 6px;
  flex: 1;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 25.6px;
  transition: background-color .3s ease-in-out;
  position: relative;
}

.form-button.padding-copy {
  color: #fff;
  background-color: #00b3df;
  padding: 12px 30px;
}

.contact-box {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.contact-form-title {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.success-message-3 {
  background-color: #fff0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.submit-button-3 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #fff;
  text-transform: capitalize;
  background-color: #f8f8f8;
  border-radius: 10px;
  justify-content: center;
  align-self: baseline;
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.contact-input {
  color: #041613;
  background-color: #fff;
  border: 1px solid #ebf9f9;
  border-radius: 10px;
  width: 100%;
  height: 52px;
  margin-bottom: 0;
  padding: 11px 14px 11px 46px;
  font-weight: 500;
}

.contact-input:active, .contact-input:focus {
  border-color: #f8f8f8;
}

.contact-input::placeholder {
  color: #04161366;
}

.contact-input.ps {
  height: 140px;
  padding-left: 14px;
}

.contact-btn {
  display: flex;
}

.success-msg {
  color: #8fa598;
  font-size: 18px;
  line-height: 26px;
}

.contact-field-title {
  margin-bottom: 10px;
  font-weight: 800;
}

.section-description {
  color: #04161366;
  font-size: 18px;
  line-height: 30.6px;
}

.contact-page-form-block {
  border-radius: 10px;
  padding: 40px 30px;
  box-shadow: 0 4px 26px #42474c14;
}

.section-heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 44.8px;
  display: inline-block;
}

.contact-image-box {
  background-image: linear-gradient(-45deg, #fff 5%, #fff0 40%), linear-gradient(45deg, #fff0 60%, #fff 95%), linear-gradient(#fff0 60%, #fff 95%), linear-gradient(#fff 5%, #fff0 50%), linear-gradient(90deg, #fff0 50%, #fff 95%), url('../images/Img21316_REV1_vrijstaand_600x600px_png.png');
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 40%;
  background-size: auto, auto, auto, auto, auto, cover;
  width: 50%;
  position: relative;
}

.contact-wrapper {
  justify-content: space-between;
  display: flex;
}

.button-hover-circle {
  z-index: 5;
  background-color: #041613;
  border-radius: 100%;
  width: 200%;
  height: 459%;
  position: absolute;
  inset: auto auto -485% -60px;
}

.contact-input-icon {
  color: #f8f8f8;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translate(0, -50%);
}

.main-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-banner2_text {
  font-size: 1rem;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  border-width: 2px;
  border-color: #000;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  background-color: #0540f2;
  background-size: auto;
  border-color: #0540f2;
}

.fs-cc-prefs2_button {
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-color: #000;
  margin-bottom: .75rem;
}

.fs-cc-preferences2_close-icon {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs2_form-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_component {
  z-index: 9999999;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: #0006;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner2_container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner2_button {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  flex: 1;
  min-width: 7.5rem;
  margin-left: 0;
  margin-right: 1rem;
  padding: .5rem 1.25rem;
  font-weight: 700;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: #fff9;
  background-color: #9b9b9b66;
}

.cookie-banner {
  display: block;
}

.fs-cc-prefs2_close {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  padding: .75rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
  box-shadow: -1px 1px 4px #3333331a;
}

.fs-cc-prefs2_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid #c0c0c04d;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-banner2_component {
  z-index: 2147483647;
  color: #fff;
  background-color: #000;
  width: 28.125rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-prefs2_title {
  color: #010440;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs2_label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs2_submit {
  text-align: center;
  background-color: #005f03;
  margin-top: .75rem;
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.fs-cc-manager2_component {
  z-index: 99999999;
  display: block;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-prefs2_content {
  color: #000;
  background-color: #fff;
  height: 100%;
  padding: 2.5rem 2rem;
}

.fs-cc-prefs2_form {
  color: #fff;
  background-color: #333;
  width: 100%;
  max-width: 25rem;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-manager2_button {
  color: #0540f2;
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  width: 3rem;
  padding: .5rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager2_button:hover {
  color: #4353ff;
}

.hero-subscribe-left {
  background-color: #f5f7fa;
  background-image: linear-gradient(#00000080, #00000080), url('../images/CoffeeCorner_imop-Lite-Pro_sfeerbeeld_800x500px_jpg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 80px 10px;
  display: flex;
  position: relative;
}

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

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 60%;
  margin-left: 20px;
  display: block;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-3 {
  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-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.code-embed {
  border: 1px solid #000;
}

.code-embed-2 {
  border: 1px solid var(--black);
}

@media screen and (min-width: 1440px) {
  .div-block-7._2 {
    background-image: linear-gradient(88deg, #1d1d1d, #1b1b1b00), url('../images/1.jpg');
    background-position: 0 0, 100% 0;
    background-size: auto, cover;
  }

  .div-block-11._2 {
    margin-top: 0%;
  }

  .counter-section {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }
}

@media screen and (min-width: 1920px) {
  .form-button {
    font-size: 20px;
    line-height: 30px;
  }

  .contact-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    margin-top: 0;
    padding-top: 20px;
  }

  .brand {
    z-index: 10;
  }

  .section-logo {
    overflow: hidden;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .logo-slider-img {
    width: 174px;
  }

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

  .main-box {
    flex: 1;
    order: 0;
    align-self: auto;
    padding-top: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .number-wrap {
    justify-content: space-between;
  }

  .image-7 {
    width: 160px;
  }

  .menu-button {
    color: #fff;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .menu-button.w--open {
    z-index: 10;
    background-color: #c8c8c800;
  }

  .nav-menu {
    text-align: left;
    background-color: #1f1f1f;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    padding-top: 15vh;
    padding-right: 10%;
    inset: 0% 0% auto;
  }

  .dropdown, .dropdown-2 {
    display: none;
  }

  .dropdown-3 {
    color: #fff;
    border: 2px solid #64ffb0;
    margin-left: 2%;
    font-family: neulis-sans;
    display: block;
  }

  .dropdown-3.s {
    top: 2px;
  }

  .dropdown-3.s.g {
    top: 0;
  }

  .dropdown-toggle-2 {
    color: #fff;
  }

  .dropdown-link-2 {
    background-color: #fff;
    font-family: Montserrat, sans-serif;
  }

  .dropdown-link-2:hover {
    background-color: #64ffb0;
  }

  .button-4 {
    color: #000;
    background-color: #64ffb0;
    border-radius: 3px;
    width: 305px;
    margin-top: 5%;
    margin-left: 2%;
    padding: 28px;
    font-family: neulis-sans;
    font-weight: 500;
    display: block;
  }

  .div-block-23 {
    height: 360px;
  }

  .text-block-7 {
    font-size: 30px;
  }

  .text-block-8, .text-block-9 {
    font-size: 14px;
  }

  .text-block-12 {
    font-size: 20px;
  }

  .div-block-37 {
    padding: 26px;
  }

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

  .fd.light-left {
    margin-bottom: 4px;
    font-size: 30px;
    line-height: 38px;
  }

  .form-legal {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 7px;
  }

  .paragraph-white {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 16px;
  }

  .paragraph-white.left {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 16px;
  }

  .section-3 {
    padding: 7.5vh 5vw;
  }

  .qs-0space {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .footer2_left-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer2_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer2_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

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

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

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .text-size-medium {
    text-align: center;
    font-size: 1rem;
  }

  .faq_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .home_feature-3_component {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .container-2 {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .container-3 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .form-button {
    font-size: 14px;
    line-height: 20.2px;
  }

  .contact-box {
    width: 100%;
  }

  .submit-button-3 {
    margin-top: 18px;
    font-size: 14px;
    line-height: 20.2px;
  }

  .section-description {
    font-size: 16px;
    line-height: 24.8px;
  }

  .section-heading {
    font-size: 28px;
    line-height: 34.8px;
  }

  .contact-image-box {
    width: 100%;
    display: none;
  }

  .contact-wrapper {
    flex-wrap: wrap;
  }

  .main-container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-4, .container-5 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

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

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slider-img {
    width: 125px;
  }

  .main-box {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .green-number {
    font-size: 54px;
    line-height: 60px;
  }

  .number-wrap {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

  .dropdown, .dropdown-2 {
    display: none;
  }

  .form12_checkbox_field {
    width: 48%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .mobile-nav-bottom {
    z-index: 5;
    background-color: #fff;
    border-top: 1px solid #8395b126;
    height: 100px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .previous, .next {
    z-index: 6;
    position: fixed;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .form-wrapper {
    width: 100%;
  }

  .form-content {
    width: 90%;
  }

  .service-button {
    margin-top: 16px;
  }

  .fd {
    font-size: 32px;
    line-height: 52px;
  }

  .fd.light-left {
    margin-bottom: 4px;
    font-size: 30px;
    line-height: 38px;
  }

  .form-legal {
    margin-bottom: 0;
    font-size: 7px;
  }

  .paragraph-white {
    font-size: 14px;
  }

  .paragraph-white.left {
    font-size: 16px;
  }

  .section-3 {
    padding: 7.5vh 5vw;
  }

  .section_home_cta {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .footer2_left-wrapper {
    grid-column-gap: 1.5rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .footer2_credit-text {
    margin-top: 1rem;
  }

  .footer2_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer2_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer2_top-wrapper {
    grid-row-gap: 3rem;
  }

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

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

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

  .heading-style-h3 {
    font-size: 2rem;
  }

  .home_cta-2_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-size-medium {
    text-align: left;
    font-size: 1rem;
  }

  .faq_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .home_cta-2_icon-wrapper {
    width: 1.75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home_cta-2_question {
    padding: 1rem 1.25rem;
  }

  .home_feature-3_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_feature-3_image-wrapper {
    height: 380px;
  }

  .pricing-overview, .gallery-overview {
    padding: 60px 15px;
  }

  .contact-form-icon {
    display: none;
  }

  .contact-flex-field {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .contact-box {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-btn {
    justify-content: center;
  }

  .contact-page-form-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-image-box {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-subscribe-left {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .background-video {
    background-image: linear-gradient(0deg, #000000b0, #fff0 49%), linear-gradient(#000000ab, #fff0 19%), linear-gradient(#00000080, #00000080);
    height: 100vh;
  }

  .navbar {
    margin-top: 0;
    padding-top: 20px;
  }

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

  .dropdown-toggle {
    float: left;
    width: 119.063px;
    margin-left: 0;
    margin-right: auto;
    top: 0;
    left: 0;
  }

  .dropdown-toggle._2 {
    top: 0;
  }

  .image {
    width: 200px;
  }

  .div-block-2 {
    width: 100%;
    height: auto;
    padding-bottom: 16vh;
    display: block;
    inset: auto auto 0% 0%;
  }

  .div-block-2._3 {
    width: auto;
    height: auto;
    padding-bottom: 15vh;
    padding-left: 4%;
    display: inline-block;
    position: absolute;
    bottom: 70px;
  }

  .heading {
    font-size: 20px;
  }

  .text-block-2 {
    padding-left: 5%;
  }

  .dropdown-link {
    width: 439px;
  }

  .div-block-5 {
    height: 590px;
  }

  .div-block-6 {
    flex-flow: column;
    height: auto;
    padding: 5%;
    display: block;
  }

  .div-block-6.dsa {
    margin-top: 20px;
  }

  .div-block-7._2 {
    background-image: linear-gradient(92deg, #202020, #20202078), url('../images/CoffeeCorner_imop-Lite-Pro_sfeerbeeld_800x500px_jpg.jpg');
    background-position: 0 0, 86% 0;
    background-size: auto, cover;
  }

  .heading-2 {
    font-size: 10vw;
  }

  .heading-2.sdf {
    font-size: 8vw;
    display: none;
  }

  .heading-2.sdf.sf {
    font-size: 10vw;
    display: block;
  }

  .text-block-3 {
    font-size: 3.3vw;
  }

  .button {
    padding: 16px;
    font-size: 14px;
  }

  .button.asdf {
    margin-top: 8%;
  }

  .button-2 {
    font-size: 14px;
  }

  .button-2.a._5 {
    font-size: 14px;
    display: inline-block;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .logo-slider-img {
    width: 100px;
  }

  .div-block-10 {
    padding-top: 5vh;
    display: block;
  }

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

  .div-block-11._2 {
    width: 100%;
    padding-left: 4%;
  }

  .image-4 {
    margin-top: 0%;
  }

  .text-block-4 {
    font-size: 8vw;
  }

  .div-block-12 {
    width: 100%;
    height: 360px;
    margin-bottom: 5%;
    padding-top: 5%;
    padding-left: 4%;
  }

  ._50 {
    width: 100%;
    height: 430px;
    padding-top: 5%;
    padding-left: 4%;
    display: block;
  }

  .heading-4 {
    font-size: 7vw;
    font-weight: 700;
  }

  .heading-4._5 {
    width: auto;
  }

  .div-block-13 {
    height: auto;
    padding-bottom: 20px;
    padding-left: 4%;
  }

  .div-block-13.sdfg, .div-block-13.sdfg-copy {
    height: auto;
    padding-bottom: 32px;
  }

  .paragraph {
    padding-right: 20px;
    font-size: 4vw;
    display: none;
  }

  .paragraph.a {
    width: auto;
    margin-bottom: -11px;
    font-size: 4vw;
  }

  .div-block-15.sdfgh {
    padding-top: 20px;
  }

  .main-box {
    padding-bottom: 78px;
    padding-left: 0;
  }

  .heading-flex {
    justify-content: flex-start;
  }

  .counter-section {
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .number-content {
    text-align: left;
    width: auto;
  }

  .green-number {
    font-size: 40px;
  }

  .number-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    padding-left: 7%;
    display: flex;
  }

  .background-video-2 {
    height: 49vh;
    padding-bottom: 10px;
  }

  .div-block-17 {
    flex-flow: column;
    height: auto;
    padding-top: 17%;
  }

  .div-block-18 {
    padding-left: 2%;
  }

  .image-7 {
    width: 250px;
    margin-bottom: 14%;
    padding-left: 13px;
  }

  .div-block-19 {
    margin-bottom: 15%;
    padding-left: 0%;
  }

  .button-3 {
    margin-left: 0;
  }

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

  .text-block-5 {
    margin-left: 0;
    margin-right: auto;
    padding-left: 4%;
    padding-right: 4%;
    font-size: 3vw;
    line-height: 1.7em;
  }

  .menu-button {
    padding-top: 5px;
    padding-bottom: 0;
  }

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

  .icon {
    color: #fff;
  }

  .image-8 {
    width: 200px;
    height: 200px;
    margin-top: 1vh;
  }

  .nav-menu {
    text-align: left;
    background-color: #1b1b1b;
    width: 100%;
    height: 100vh;
    padding-top: 14vh;
  }

  .dropdown {
    display: none;
    position: relative;
  }

  .dropdown-list {
    top: 3px;
  }

  .dropdown-list.w--open {
    background-color: #ddd0;
    flex-flow: column;
    display: flex;
    top: 65px;
  }

  .dropdown-2 {
    display: none;
  }

  .div-block-21 {
    padding-left: 2%;
  }

  .dropdown-3 {
    margin-left: 5%;
  }

  .dropdown-toggle-2 {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-link-2.w--current {
    color: #000;
  }

  .button-4 {
    text-transform: uppercase;
    width: 188px;
    margin-top: 10%;
    margin-left: 5%;
    padding: 22px 17px;
    font-size: 13px;
  }

  .div-block-22 {
    background-position: 0 0, 88% 0;
    height: 70vh;
    padding-bottom: 8%;
  }

  .div-block-23 {
    flex-flow: column;
    height: auto;
    padding-top: 0;
  }

  .div-block-24 {
    justify-content: flex-start;
    width: 96%;
    margin-left: 2%;
    padding-top: 31px;
    padding-bottom: 31px;
    padding-left: 2%;
  }

  .div-block-25 {
    width: 100%;
    height: auto;
  }

  .text-block-7 {
    color: #fff;
    margin-bottom: 4%;
    font-size: 30px;
    line-height: 1.1em;
  }

  .text-block-7.dfg {
    margin-bottom: 10%;
  }

  .text-block-7.dsfg, .text-block-7.erw {
    color: #000;
  }

  .text-block-7.sdfg {
    margin-bottom: 10%;
  }

  .text-block-8 {
    margin-bottom: 10%;
    padding-right: 5%;
    font-size: 19px;
    line-height: 1.2em;
  }

  .div-block-26 {
    width: 97%;
  }

  .div-block-26.dsf {
    margin-bottom: 10%;
  }

  .text-block-9 {
    padding-right: 5%;
    font-size: 19px;
    line-height: 1.6em;
  }

  .sdgfg {
    margin-top: 8%;
  }

  .button-5 {
    margin-top: 7%;
  }

  .div-block-27 {
    flex-flow: column;
    margin-top: 0%;
  }

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

  .div-block-29 {
    flex-flow: column;
    width: 100%;
    height: auto;
  }

  .div-block-30 {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 0%;
    padding-left: 3%;
  }

  .text-span-9 {
    color: #62ffb0;
  }

  .div-block-31 {
    margin-top: 30px;
    padding-top: 56px;
    padding-bottom: 0;
  }

  .image-9 {
    width: 167px;
    margin-top: 0;
  }

  .asdfg {
    width: 140px;
    margin-top: 0%;
  }

  .text-span-11 {
    color: #64ffb0;
  }

  .div-block-32 {
    height: 80vh;
  }

  .background-video-3 {
    padding-bottom: 8%;
    padding-left: 6%;
  }

  .background-video-3.dfgh {
    padding-bottom: 2vh;
  }

  .div-block-33.kjhk {
    background-image: none;
  }

  .div-block-34.sdfgh {
    border-bottom-width: 0;
    border-bottom-color: #66ffad00;
    padding-bottom: 41px;
  }

  .text-block-11 {
    font-size: 8.3vw;
  }

  .text-block-11.y {
    font-size: 8vw;
  }

  .text-block-12 {
    margin-top: 6%;
    margin-bottom: -5%;
    font-size: 5vw;
  }

  .text-block-12.d {
    margin-bottom: 10%;
  }

  .text-block-12.s {
    margin-bottom: 0%;
  }

  .text-block-12._3 {
    font-size: 6vw;
    display: none;
  }

  .text-block-12._3.s {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    display: block;
  }

  .div-block-35 {
    flex-flow: column;
    height: auto;
    padding-left: 2%;
    padding-right: 2%;
  }

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

  .div-block-36.sdf._22 {
    margin-top: 10%;
    display: block;
  }

  .div-block-36.sdf.d {
    display: none;
  }

  .div-block-37 {
    width: 100%;
    padding-left: 0%;
    padding-right: 0;
  }

  .div-block-38 {
    background-color: #64ffae00;
    padding-bottom: 20%;
  }

  .div-block-38.dfg {
    padding-bottom: 5%;
  }

  .div-block-39 {
    border-top: 2px solid #66ffae;
  }

  .heading-5 {
    font-size: 7.5vw;
    font-weight: 600;
  }

  .heading-5.erth {
    font-size: 30px;
    line-height: 36px;
  }

  .text-block-13 {
    width: 92.256%;
    font-size: 16px;
  }

  .text-block-13.asertgh._4ty {
    margin-top: 20px;
  }

  .button-6 {
    background-color: #00b3df;
    border-radius: 2px;
    padding: 14px;
    font-size: 13px;
  }

  .button-6._3q {
    color: #000;
    background-color: #42424200;
    border: 2px solid #00b3df;
    border-radius: 0 3px 3px 0;
    width: 222px;
    margin-left: 0%;
    display: inline-block;
  }

  .button-6.l {
    border: 2px solid #00b3df;
    border-radius: 3px 0 0 3px;
  }

  .button-6.erthj {
    margin-top: 4%;
  }

  .div-block-40, .div-block-41 {
    margin-bottom: 10%;
  }

  .column-2, .column-3 {
    padding-left: 0;
  }

  .form-block {
    padding-left: 35px;
    padding-right: 35px;
  }

  .paragraph-2 {
    width: auto;
  }

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

  .form12_checkbox_field {
    width: auto;
    min-width: auto;
    height: auto;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .slider {
    height: auto;
  }

  .submit-button-2 {
    margin-bottom: 90px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .previous {
    max-width: 110px;
    display: flex;
  }

  .mask {
    height: auto;
    min-height: auto;
    position: static;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
  }

  .form-section-title {
    width: 416px;
    max-width: 100%;
    font-size: 2.2em;
    line-height: 1.3em;
  }

  .form-full {
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .slide {
    height: auto;
    min-height: auto;
  }

  .slider-content-wrap {
    justify-content: center;
    width: 100%;
    margin-bottom: 140px;
    padding: 50px 10px;
  }

  .form-content {
    width: 100%;
  }

  .div-block-43 {
    height: 490px;
  }

  .div-block-44 {
    width: auto;
  }

  .heading-6 {
    font-family: neulis-sans;
    font-size: 25px;
    font-weight: 500;
  }

  .text-block-16 {
    font-size: 14px;
    font-weight: 400;
  }

  .service-button {
    width: auto;
    min-width: 240px;
    margin-top: 20px;
    font-size: 18px;
  }

  .service-button.cu {
    position: static;
  }

  .fd {
    font-size: 28px;
    line-height: 38px;
  }

  .fd.light-left {
    margin-bottom: 4px;
    font-size: 26px;
    line-height: 34px;
  }

  .form-legal {
    margin-bottom: 0;
    line-height: 12px;
  }

  .paragraph-white {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
  }

  .paragraph-white.left {
    font-size: 16px;
    font-weight: 300;
  }

  .section-3 {
    padding: 5vh 5vw 7.5vh;
  }

  .section-3.dark {
    padding-top: 7.5vh;
  }

  .form-block-2.cu {
    margin-bottom: 12px;
  }

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

  .footer2_top-wrapper {
    grid-row-gap: 48px;
  }

  .icon-embed-xsmall {
    display: block;
  }

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

  .footer2_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

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

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

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

  .section_faq {
    margin-top: 400px;
  }

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

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .image-12 {
    width: 535px;
    height: 401px;
    margin-left: 0;
  }

  .container-3 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

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

  .form-button {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
    line-height: 18.8px;
  }

  .form-button.padding-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .submit-button-3 {
    background-color: #00b3df;
    margin-top: 8px;
    padding: 8px 14px;
    font-size: 12px;
    line-height: 18.8px;
  }

  .section-description {
    font-size: 14px;
    line-height: 22.4px;
  }

  .contact-page-form-block {
    padding: 30px 15px;
  }

  .section-heading {
    font-size: 24px;
    line-height: 30.4px;
  }

  .container-4 {
    max-width: none;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: .5rem;
  }

  .fs-cc-prefs2_component {
    padding: 1.5rem;
  }

  .cookie-banner {
    display: none;
  }

  .fs-cc-prefs2_close {
    padding: .5rem;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .fs-cc-prefs2_title {
    font-size: 1.125rem;
  }

  .fs-cc-prefs2_label {
    font-size: .875rem;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-prefs2_content {
    padding: 1.5rem;
  }

  .container-5 {
    max-width: none;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }
}

#w-node-_468d59db-ba06-faef-d22d-fb80cbff9e28-70d1b406, #w-node-_468d59db-ba06-faef-d22d-fb80cbff9e32-70d1b406, #w-node-_468d59db-ba06-faef-d22d-fb80cbff9e3c-70d1b406, #w-node-_468d59db-ba06-faef-d22d-fb80cbff9e46-70d1b406, #w-node-_468d59db-ba06-faef-d22d-fb80cbff9e50-70d1b406 {
  align-self: start;
}

#w-node-_70e1de37-086c-067f-762d-6b37eb862c78-70d1b406 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-_6097779e-24b1-1a3b-0e05-726611335489-70d1b43a, #w-node-_6097779e-24b1-1a3b-0e05-72661133549b-70d1b43a, #w-node-_6097779e-24b1-1a3b-0e05-72661133549c-70d1b43a, #w-node-_6097779e-24b1-1a3b-0e05-72661133549d-70d1b43a, #w-node-_6097779e-24b1-1a3b-0e05-7266113354a0-70d1b43a, #w-node-_6097779e-24b1-1a3b-0e05-7266113354a1-70d1b43a, #w-node-_6097779e-24b1-1a3b-0e05-7266113354a2-70d1b43a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_70e1de37-086c-067f-762d-6b37eb862c78-70d1b406 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-c4ad4723-0413-e8ae-d86c-1ea96fa3d5f8-70d1b406, #w-node-f0285f14-6168-6a3e-4278-431af48c15d9-70d1b42b {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_6097779e-24b1-1a3b-0e05-726611335489-70d1b43a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a6855f00-4cc5-9f3a-a290-378329936d62-70d1b43a, #w-node-_486dd8d8-ed1c-5b76-fefd-e296b4612339-70d1b43c, #w-node-fd1ba713-4b73-a57b-66cb-6c4867516c0c-70d1b43e, #w-node-_5e87a13a-c794-f4a6-373a-c1adb92ce8ab-97c07a9b, #w-node-_15f791d4-152a-6554-41d9-3d95ccdd9d53-c5785537, #w-node-fd1ba713-4b73-a57b-66cb-6c4867516c0c-6897e99b {
    grid-area: 1 / 1 / 2 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c4ad4723-0413-e8ae-d86c-1ea96fa3d5f8-70d1b406 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-c4ad4723-0413-e8ae-d86c-1ea96fa3d632-70d1b406 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f0285f14-6168-6a3e-4278-431af48c15d9-70d1b42b {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-f0285f14-6168-6a3e-4278-431af48c1605-70d1b42b {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a6855f00-4cc5-9f3a-a290-378329936d62-70d1b43a {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-a6855f00-4cc5-9f3a-a290-378329936d8e-70d1b43a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_486dd8d8-ed1c-5b76-fefd-e296b4612339-70d1b43c {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_486dd8d8-ed1c-5b76-fefd-e296b4612365-70d1b43c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-fd1ba713-4b73-a57b-66cb-6c4867516c0c-70d1b43e {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-fd1ba713-4b73-a57b-66cb-6c4867516c38-70d1b43e {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_5e87a13a-c794-f4a6-373a-c1adb92ce8ab-97c07a9b {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_5e87a13a-c794-f4a6-373a-c1adb92ce8d7-97c07a9b {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_15f791d4-152a-6554-41d9-3d95ccdd9d53-c5785537 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_15f791d4-152a-6554-41d9-3d95ccdd9d7f-c5785537 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-fd1ba713-4b73-a57b-66cb-6c4867516c0c-6897e99b {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-fd1ba713-4b73-a57b-66cb-6c4867516c38-6897e99b {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c4ad4723-0413-e8ae-d86c-1ea96fa3d5f8-70d1b406, #w-node-f0285f14-6168-6a3e-4278-431af48c15d9-70d1b42b, #w-node-_6097779e-24b1-1a3b-0e05-726611335489-70d1b43a, #w-node-a6855f00-4cc5-9f3a-a290-378329936d62-70d1b43a, #w-node-_486dd8d8-ed1c-5b76-fefd-e296b4612339-70d1b43c, #w-node-fd1ba713-4b73-a57b-66cb-6c4867516c0c-70d1b43e, #w-node-_5e87a13a-c794-f4a6-373a-c1adb92ce8ab-97c07a9b, #w-node-_15f791d4-152a-6554-41d9-3d95ccdd9d53-c5785537, #w-node-fd1ba713-4b73-a57b-66cb-6c4867516c0c-6897e99b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


