@font-face {
  font-family: Inter-Lokal;
  src: url('../fonts/inter-v13-latin-500.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter-Lokal;
  src: url('../fonts/inter-v13-latin-regular.woff2') format("woff2"), url('../fonts/inter-v13-latin.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter-Lokal;
  src: url('../fonts/inter-v13-latin-900.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter-Lokal;
  src: url('../fonts/inter-v13-latin-700.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter-Lokal;
  src: url('../fonts/inter-v13-latin-300.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter-Lokal;
  src: url('../fonts/inter-v13-latin-800.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter-Lokal;
  src: url('../fonts/inter-v13-latin-600.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta Sans \- Lokal;
  src: url('../fonts/plus-jakarta-sans-v8-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta Sans \- Lokal;
  src: url('../fonts/plus-jakarta-sans-v8-latin-500.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta Sans \- Lokal;
  src: url('../fonts/plus-jakarta-sans-v8-latin-800.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta Sans \- Lokal;
  src: url('../fonts/plus-jakarta-sans-v8-latin-700.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta Sans \- Lokal;
  src: url('../fonts/plus-jakarta-sans-v8-latin-300.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta Sans \- Lokal;
  src: url('../fonts/plus-jakarta-sans-v8-latin-600.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --background: #606060;
  --white: white;
  --green: #6bbe45;
  --orange: #f5821f;
  --grey: #4b4b4b;
}

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

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

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

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

body {
  color: var(--black);
  font-family: Inter-Lokal, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans \- Lokal, Arial, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans \- Lokal, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

.navbar-no-shadow {
  background-color: var(--background);
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

.navbar-brand.w--current {
  transition: all .4s;
}

.navbar-brand.w--current:hover {
  transform: scale(.95);
}

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

.nav-link {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all .4s;
}

.nav-link:hover {
  color: var(--green);
}

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

.nav-link.w--current {
  transition: all .4s;
}

.nav-link.w--current:hover {
  color: var(--green);
}

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

.image {
  width: 5rem;
  max-width: none;
  transition: all .4s;
}

.image:hover {
  transform: scale(.95);
}

.div-block {
  background-color: var(--orange);
  align-self: stretch;
  width: .1rem;
}

.start-startsection {
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
}

.wrapper-normal {
  max-width: 1000px;
  position: relative;
}

.wrapper-normal.flex-vertical {
  flex-flow: column;
  display: flex;
}

.wrapper-normal.flex-vertical.center {
  justify-content: flex-start;
  align-items: center;
}

.wrapper-normal.flex-vertical.center.gap-2rem {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.wrapper-normal.flex-horizontal {
  display: flex;
}

.wrapper-normal.white {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  padding: 0 3rem;
  display: flex;
}

.wrapper-normal.buttom-margin-4rem {
  margin-bottom: 4rem;
}

.bg-image-tessmann {
  display: none;
  position: absolute;
  inset: 0%;
}

.h2-overheading {
  color: var(--orange);
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.h1 {
  text-align: center;
  font-size: 3rem;
  line-height: 4rem;
}

.h1.green {
  color: var(--green);
}

.link-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--orange);
  color: var(--white);
  text-transform: uppercase;
  border-radius: .2rem;
  justify-content: flex-start;
  align-items: center;
  padding: .8rem 1.5rem;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.link-block.green {
  background-color: var(--green);
}

.image-2 {
  width: 1rem;
  max-width: none;
}

.section {
  background-color: var(--background);
  padding: 6rem 1rem;
}

.section.relative {
  background-color: var(--background);
  position: relative;
}

.image-3 {
  width: 12rem;
  max-width: none;
  display: none;
  position: absolute;
  inset: 4rem auto auto 0%;
}

.container {
  display: flex;
}

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

.image-4 {
  width: 20rem;
  max-width: none;
}

.div-block-3 {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--orange);
  flex-flow: column;
  width: 10rem;
  margin-bottom: -6rem;
  margin-right: -3rem;
  padding: 2rem 3rem 2rem 2rem;
  display: flex;
  position: relative;
}

.div-block-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-left: 3rem;
  display: flex;
}

.heading {
  color: var(--green);
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.5rem;
}

.heading.orange {
  color: var(--orange);
  font-size: 1.2rem;
}

.div-block-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-5.center {
  justify-content: center;
  align-items: center;
}

.paragraph {
  color: var(--white);
}

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

.image-5 {
  width: 1.3rem;
  max-width: none;
}

.div-block-7 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--white);
  flex-flow: column;
  padding: 1.7rem;
  display: flex;
}

.text-block {
  color: var(--orange);
  font-size: 2rem;
  font-weight: 500;
  line-height: 2rem;
}

.div-block-9 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  display: flex;
}

.div-block-10 {
  background-color: #d1d1d1;
  width: 100%;
  height: .15rem;
}

.text-block-copy {
  color: var(--green);
  font-size: 2rem;
  font-weight: 500;
  line-height: 2rem;
}

.div-block-11 {
  background-color: var(--white);
  width: 100%;
  height: .15rem;
}

.link {
  color: var(--black);
  font-weight: 600;
  text-decoration: none;
}

.heading-2 {
  font-family: Plus Jakarta Sans \- Lokal, Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.4rem;
}

.image-6 {
  width: 2rem;
  max-width: none;
}

.text-block-2 {
  color: var(--white);
  margin-bottom: .2rem;
}

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

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

.text-block-3 {
  color: var(--white);
  font-family: Plus Jakarta Sans \- Lokal, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}

.text-block-4 {
  color: var(--white);
}

.text-block-5 {
  font-weight: 500;
}

.heading-3 {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.footer-dark {
  background-color: var(--grey);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.image-17 {
  width: 35px;
  max-width: none;
}

.footer-copyright-center-2 {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  margin-left: 100px;
  display: grid;
}

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

.image-18 {
  width: 50px;
  max-width: none;
}

.title-small {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.link-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-block-3:hover {
  color: var(--orange);
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
}

.footer-link:hover {
  color: var(--green);
}

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

.footer-link.w--current:hover {
  color: var(--green);
}

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

.div-block-19 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  margin-left: 1rem;
  display: flex;
}

.image-15 {
  width: 150px;
  max-width: none;
  position: static;
  inset: auto 10% 1% auto;
}

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

.div-block-20 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

.footer-brand {
  width: 8rem;
  transition: all .3s;
}

.footer-brand:hover {
  transform: scale(.95);
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-19 {
  width: 100%;
  max-width: none;
}

.link-block-2 {
  transition: all .2s;
  position: absolute;
  inset: auto 15% 1% auto;
}

.link-block-2:hover {
  transform: scale(.95);
}

.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 12rem;
  display: flex;
}

.wrapper-service {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.image-20 {
  width: 20.1rem;
  max-width: none;
}

.service {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  height: 16rem;
  color: var(--black);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 1rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% -60%;
}

.service-image {
  background-color: var(--orange);
  border-radius: .4rem;
  width: 3.9rem;
  max-width: none;
  padding: .5rem;
}

.div-block-21 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-22 {
  background-color: #d1d1d1;
  width: 100%;
  height: .1rem;
}

.heading-4 {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.text-block-7 {
  font-weight: 600;
}

.div-block-24 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.section-2 {
  background-color: var(--background);
  align-items: center;
  padding: 4rem 1rem;
  display: block;
  overflow: hidden;
}

.startsection {
  background-image: url('../images/BG_1.webp');
  background-position: 50% 100%;
  background-size: cover;
  padding: 5rem 1rem;
}

.startsection.leistungen {
  background-image: url('../images/BG_2.webp');
}

.startsection.referenzen {
  background-image: url('../images/BG_3.webp');
}

.startsection.kontakt {
  background-image: url('../images/BG_4.webp');
}

.heading-5 {
  color: var(--white);
  margin-top: .5rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6rem;
}

.heading-6 {
  color: var(--white);
  font-size: 2rem;
  line-height: 2rem;
}

.div-block-25 {
  justify-content: flex-start;
  align-items: center;
  height: 30rem;
  display: flex;
  position: relative;
}

.image-22 {
  z-index: 2;
  max-width: none;
  height: 60%;
  margin-left: -5rem;
  position: relative;
}

.image-23 {
  z-index: 2;
  max-width: none;
  height: 100%;
  position: relative;
}

.image-22-copy {
  z-index: 1;
  max-width: none;
  height: 90%;
  margin-left: -3rem;
  position: absolute;
  inset: 0% 2rem 0% auto;
}

.div-block-26 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  margin-left: 3rem;
  display: flex;
}

.image-24 {
  width: 2rem;
  max-width: none;
}

.section-3 {
  background-image: url('../images/CTA_1.webp');
  background-position: 50% 0;
  background-size: cover;
  padding: 5rem 1rem;
}

.heading-7 {
  color: var(--white);
  text-align: center;
  margin-bottom: 2rem;
  font-size: 3rem;
  line-height: 3.6rem;
}

.container-12 {
  width: 100%;
  max-width: 1000px;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.arrow-left {
  color: #323232;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  inset: auto 4rem 0% auto;
}

.image-10 {
  width: 45px;
  max-width: none;
  transform: rotate(0);
}

.carousel-mask {
  width: 30%;
  overflow: visible;
}

.carousel {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.carousel.is_contained {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 80px;
}

.image-11 {
  width: 45px;
  max-width: none;
}

.card {
  color: #b8b9c2;
  border-radius: 5px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.arrow-right {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  inset: auto 0% 0% auto;
}

.carousel-slider._2 {
  right: -21%;
}

.carousel-slider._4 {
  right: -63%;
}

.carousel-slider._3 {
  right: -42%;
}

.carousel-slider._5 {
  right: -84%;
}

.image-9 {
  align-self: center;
  width: 100%;
  max-width: none;
}

.heading-8 {
  width: 60%;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 2.3rem;
}

.div-block-27 {
  z-index: 1;
  background-color: #777;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.section-5 {
  height: 50vh;
  display: flex;
  position: relative;
}

.div-block-28 {
  z-index: 1;
  background-image: url('../images/Rectangle-494_1.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button {
  background-color: var(--orange);
  color: var(--white);
  text-transform: uppercase;
  border-radius: .2rem;
  padding: .8rem 1rem;
  font-size: .8rem;
  font-weight: 500;
  line-height: .8rem;
  transition: all .4s;
}

.button:hover {
  transform: scale(1.05)translate(0, -3px);
  box-shadow: 0 2px 5px #0003;
}

.button.green {
  background-color: var(--green);
}

.div-block-29 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-30 {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: column;
  width: 30%;
  margin-left: 10%;
  display: flex;
}

.container-13 {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  display: flex;
  position: relative;
}

.text-block-8 {
  font-weight: 600;
}

.paragraph-2 {
  line-height: 1.5rem;
}

.div-block-31 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: .15rem;
  display: flex;
}

.text-block-9 {
  background-color: var(--background);
  color: var(--green);
  padding-left: 2rem;
  padding-right: 2rem;
}

.div-block-32 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.partner {
  width: 12rem;
  max-width: none;
}

.section-bg-img {
  background-image: url('../images/BG-1_1.webp');
  background-position: 50%;
  background-size: cover;
  height: 50vh;
}

.div-block-33 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.heading-9 {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.heading-10 {
  font-size: 1.8rem;
  line-height: 2.6rem;
}

.div-block-33-copy {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  width: 40%;
  margin-left: 10%;
  display: flex;
}

.image-25 {
  max-width: none;
}

.paragraph-3 {
  line-height: 1.6rem;
}

.div-block-34 {
  flex-flow: row;
  display: flex;
}

.spacer {
  background-color: var(--background);
  height: 12vh;
}

.service-txt-left {
  background-image: url('../images/BG-1_2.webp');
  background-position: 50%;
  background-size: cover;
  margin-bottom: -3rem;
  padding-top: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.service-txt-left.tapeten {
  background-image: url('../images/BG-5_1.webp');
}

.service-txt-left.malerarbeiten {
  background-image: url('../images/BG-1_3.webp');
  background-size: cover;
}

.div-block-35 {
  z-index: 2;
  background-color: var(--white);
  text-align: center;
  width: 35%;
  padding: 2rem;
  line-height: 1.8rem;
  position: relative;
}

.div-block-36 {
  width: 55%;
  margin-left: 10%;
}

.paragraph-5 {
  color: var(--white);
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6rem;
}

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

.service-txt-right {
  background-image: url('../images/BG-2_1.webp');
  background-position: 50%;
  background-size: cover;
  margin-bottom: -3rem;
  padding-top: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.service-txt-right.trockenbau {
  background-image: url('../images/BG-4_1.webp');
}

.div-block-36-copy {
  width: 55%;
  margin-right: 10%;
}

.background-video {
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  position: absolute;
  inset: 0%;
}

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

.container-20 {
  max-width: 1000px;
  padding: 60px 40px;
  box-shadow: 0 0 12px #0003;
}

.div-block-38 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-left: 20px;
  display: flex;
}

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

.text-field {
  background-color: var(--grey);
  color: var(--white);
  border: 2px solid #0000;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.text-field:focus {
  border: 2px solid var(--green);
}

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

.link-block-6 {
  color: #152e3a;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px 10px 10px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.link-block-6:hover {
  background-color: #f1f6f6;
}

.heading-11 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 42px;
}

.text-block-13 {
  color: var(--black);
  font-size: 18px;
  font-weight: 800;
}

.div-block-42 {
  flex: 1;
  margin-left: 60px;
}

.text-block-14 {
  color: var(--black);
}

.submit-button {
  background-color: var(--green);
  letter-spacing: .5px;
  align-self: center;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  transition: all .3s;
}

.submit-button:hover {
  transform: scale(1.02)translate(0, -4px);
  box-shadow: 0 2px 5px #0003;
}

.form {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--background);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 2rem;
  display: flex;
}

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

.image-33 {
  width: 60px;
  max-width: none;
}

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

.slider-right-arrow {
  color: #444;
  justify-content: center;
  align-items: center;
  margin-right: 3rem;
  display: flex;
}

.slider-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-content-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.mask-2 {
  position: static;
  overflow: visible;
}

.slider-left-arrow {
  color: #444;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.slider-2 {
  background-color: #0000;
  width: 400px;
  height: 400px;
  position: static;
}

.image-34 {
  width: 3rem;
  max-width: none;
}

.heading-12 {
  font-size: 2rem;
  line-height: 2.4rem;
}

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

.wave {
  width: 6.3rem;
  color: var(--orange);
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  line-height: 1rem;
  display: flex;
}

.arrow {
  width: 1.2rem;
  color: var(--orange);
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  line-height: 1rem;
  display: flex;
}

.link-block-transparent {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-transform: uppercase;
  background-color: #f5821f00;
  border-radius: .2rem;
  justify-content: flex-start;
  align-items: center;
  padding: .8rem 1.5rem;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

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

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

.code-embed {
  color: var(--white);
}

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

  .nav-menu {
    background-color: var(--background);
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    display: flex;
  }

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

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

  .menu-button {
    color: var(--green);
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--green);
    color: var(--orange);
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
  }

  .div-block-4 {
    margin-left: 1rem;
  }

  .heading.orange {
    font-size: 1.2rem;
  }

  .footer-content {
    grid-column-gap: 60px;
    margin-left: 20px;
  }

  .link-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-19 {
    margin-left: 0;
  }

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

  .footer-brand {
    width: 12rem;
  }

  .link-block-2 {
    right: 8%;
  }

  .container-12 {
    margin-top: 2rem;
  }

  .section-5 {
    height: 30vh;
  }

  .section-bg-img {
    height: 40vh;
  }

  .div-block-33-copy {
    width: 45%;
    margin-left: 5%;
  }

  .div-block-34 {
    align-self: stretch;
  }

  .div-block-35 {
    width: 40%;
  }

  .div-block-36 {
    margin-left: 5%;
  }

  .div-block-36-copy {
    margin-right: 5%;
  }

  .grid-4 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .div-block-42 {
    margin-left: 0;
  }

  .icon {
    font-size: 3rem;
    line-height: 3rem;
  }
}

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

  .nav-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

  .start-startsection {
    height: 60vh;
  }

  .wrapper-normal.white {
    padding-left: 2rem;
    padding-right: 2rem;
    position: static;
  }

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

  .section.relative {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
  }

  .div-block-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
  }

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

  .footer-dark {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .image-17 {
    width: 25px;
  }

  .footer-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-left: 0;
  }

  .footer-block {
    align-items: center;
  }

  .text-block-6 {
    font-size: 14px;
  }

  .image-18 {
    width: 40px;
  }

  .link-block-3 {
    justify-content: center;
    align-items: center;
  }

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

  .image-15 {
    margin-top: 10px;
  }

  .footer-divider {
    margin-top: 1rem;
    margin-bottom: .8rem;
  }

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

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

  .link-block-2 {
    position: static;
  }

  .grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
  }

  .image-20 {
    width: 15rem;
  }

  .service {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    height: 14rem;
    margin-left: .6rem;
    margin-right: .6rem;
    padding: .6rem;
  }

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

  .div-block-25 {
    height: 21rem;
  }

  .div-block-26 {
    margin-left: 1rem;
  }

  .section-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-7 {
    margin-bottom: 1rem;
  }

  .container-12 {
    margin-top: 2rem;
  }

  .carousel-mask {
    width: 60%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .heading-8 {
    width: 70%;
  }

  .section-5 {
    height: 32vh;
  }

  .div-block-30 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .section-bg-img {
    height: 30vh;
  }

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

  .div-block-33-copy {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 2rem;
    margin-left: 0%;
  }

  .image-25 {
    width: 50%;
  }

  .div-block-34 {
    flex-flow: column;
    align-self: stretch;
  }

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

  .div-block-36, .div-block-36-copy {
    width: 50%;
  }

  .grid-4 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .container-20 {
    padding: 40px 20px;
  }

  .div-block-40 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .slider-right-arrow {
    margin-right: 0;
  }

  .slider-left-arrow {
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

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

  .start-startsection {
    height: 50vh;
  }

  .wrapper-normal.flex-vertical.center.gap-2rem {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .wrapper-normal.flex-horizontal {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .wrapper-normal.buttom-margin-4rem {
    margin-bottom: 1rem;
  }

  .h1.green {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }

  .link-block.green {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section, .section.relative {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .image-4 {
    width: 16rem;
  }

  .div-block-3 {
    padding-right: 1rem;
  }

  .heading.orange {
    font-size: 1.2rem;
  }

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

  .div-block-13 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .heading-3 {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .footer-dark {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 1rem;
    display: flex;
  }

  .image-17 {
    width: 25px;
  }

  .footer-content {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    margin-top: 20px;
    margin-left: 0;
  }

  .text-block-6 {
    font-size: 14px;
  }

  .image-18 {
    width: 35px;
  }

  .title-small {
    margin-bottom: 10px;
  }

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

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

  .image-15 {
    width: 120px;
  }

  .footer-divider {
    margin-top: 1rem;
  }

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

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

  .footer-brand {
    justify-content: center;
    align-items: center;
    width: 40vw;
    display: flex;
  }

  .footer-brand.w--current {
    width: 35vw;
  }

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

  .grid {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 10rem;
  }

  .image-20 {
    width: 18rem;
  }

  .service {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }

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

  .div-block-25 {
    justify-content: center;
    align-items: center;
    width: 15rem;
    height: 20rem;
    margin-left: 10%;
  }

  .image-22-copy {
    right: -1.2rem;
  }

  .section-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .heading-7 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .container-12 {
    margin-top: 0;
  }

  .carousel-mask {
    width: 100%;
  }

  .carousel-slider {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .carousel-slider._2, .carousel-slider._4, .carousel-slider._3, .carousel-slider._5 {
    right: 0%;
  }

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

  .div-block-27 {
    display: none;
    position: static;
  }

  .section-5 {
    background-color: #777;
    flex-flow: column;
    height: auto;
    padding: 4rem 1rem;
  }

  .div-block-28 {
    width: auto;
    height: 20vh;
    margin-top: 2rem;
    position: static;
  }

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

  .div-block-29 {
    justify-content: center;
    align-items: center;
  }

  .div-block-30 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
    margin-left: 0%;
  }

  .text-block-8 {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

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

  .div-block-32 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .partner {
    width: 10rem;
  }

  .section-bg-img {
    height: 15vh;
  }

  .image-25 {
    width: 75%;
  }

  .spacer {
    height: 10vh;
  }

  .service-txt-left {
    padding-top: 2rem;
  }

  .paragraph-4 {
    line-height: 1.4rem;
  }

  .div-block-35 {
    order: 1;
    width: 100%;
    padding: 1rem;
  }

  .div-block-36 {
    width: 100%;
    margin-left: 0%;
  }

  .div-block-36-copy {
    width: 100%;
    margin-right: 0%;
  }

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

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

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

  .div-block-37 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .slider-right-arrow {
    margin-right: 0;
  }

  .slider-left-arrow {
    margin-left: 0;
  }
}

#w-node-_7700f5ec-8b65-932c-8fcf-f2e8a5471408-a54713fc, #w-node-_7700f5ec-8b65-932c-8fcf-f2e8a5471415-a54713fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db6bd194-72e7-db65-80ef-db6d198d31bd-89d78d51 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: stretch stretch;
}

#w-node-e70eb127-8852-b614-31c6-863266414e87-89d78d51, #w-node-_92248241-9f1c-33cd-58c5-05b900a0408d-89d78d51, #w-node-_4524d6e6-a407-cc0a-b9f3-db1bd72b129e-89d78d51, #w-node-_3ba891f5-a49f-2931-27d0-5d5655053273-89d78d51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_87bf8082-9c2c-2d94-8110-cfc6665ecba2-89d78d51 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: stretch stretch;
}

#w-node-_3100f41c-3b38-279a-2b6a-80d69204c46f-89d78d51, #w-node-_8838a990-8ef9-a767-7933-96268799894a-89d78d51, #w-node-_4d7f50e8-10ea-1319-0956-f74fc6ff9077-89d78d51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-f826d037-53ad-3c91-e87c-459720436d93-89d78d51 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: stretch stretch;
}

#w-node-_4f67051b-cab7-83bb-bf49-669c6bef063e-89d78d51 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: stretch stretch;
}

#w-node-_10db2c6d-cb9b-3459-5871-5617261a1c09-89d78d51, #w-node-d9fb6c2b-db10-4783-6e5a-9c543e19bd7d-89d78d51, #w-node-_3cc1fe8e-bf65-7950-7a04-2d5ee7d925a3-89d78d51, #w-node-c59770eb-73c7-4844-cbd7-bb56466fb357-89d78d51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_49ccc1d3-1a6a-c487-5919-1dcc0469d3fa-89d78d51 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: stretch stretch;
}


@font-face {
  font-family: 'Inter-Lokal';
  src: url('../fonts/inter-v13-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter-Lokal';
  src: url('../fonts/inter-v13-latin-regular.woff2') format('woff2'), url('../fonts/inter-v13-latin.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter-Lokal';
  src: url('../fonts/inter-v13-latin-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter-Lokal';
  src: url('../fonts/inter-v13-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter-Lokal';
  src: url('../fonts/inter-v13-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter-Lokal';
  src: url('../fonts/inter-v13-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter-Lokal';
  src: url('../fonts/inter-v13-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans - Lokal';
  src: url('../fonts/plus-jakarta-sans-v8-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans - Lokal';
  src: url('../fonts/plus-jakarta-sans-v8-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans - Lokal';
  src: url('../fonts/plus-jakarta-sans-v8-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans - Lokal';
  src: url('../fonts/plus-jakarta-sans-v8-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans - Lokal';
  src: url('../fonts/plus-jakarta-sans-v8-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans - Lokal';
  src: url('../fonts/plus-jakarta-sans-v8-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}