@font-face {
  font-family: Futura t;
  src: url('../fonts/futura-t-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Exo 2";
  src: url('../fonts/exo-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --slate-blue-2: #4845fd;
  --black-2: #303030;
  --black: #181818;
  --slate-blue: #514fff;
  --tomato: #fd4548;
  --red: #fe2020;
}

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

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

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

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

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

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

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

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

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

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

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

.menu {
  object-fit: fill;
  align-items: stretch;
  max-width: none;
  margin-right: 0;
  display: block;
  position: static;
  overflow: hidden;
}

.grid {
  z-index: 1000;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr .25fr;
  position: static;
  inset: 0% 0% auto;
}

.logo {
  z-index: 1000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14vw;
  padding: 40px 0 0 40px;
  display: block;
  position: relative;
}

.logo.w--current {
  background-color: #0000;
  padding: 40px 0 0 40px;
  display: block;
}

.lottie-animation {
  background-color: var(--slate-blue-2);
  cursor: pointer;
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0%;
  display: flex;
}

.menu-background {
  z-index: 999;
  background-color: var(--slate-blue-2);
  justify-content: center;
  align-items: center;
  width: 14vw;
  height: 14vw;
  padding: 20px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.burger {
  z-index: 1000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  margin-top: 40px;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.body {
  color: #0000;
  background-color: #fdfdfd;
  background-image: url('../images/white-textured-concrete.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.menu-links {
  z-index: 1000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-bottom: 2.5%;
  margin-left: 2.5%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.outlinewrap {
  height: auto;
  text-decoration: none;
}

.text-mask {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  height: auto;
  font-family: Futura t, sans-serif;
  font-weight: 300;
  line-height: 20px;
}

.outline-heading {
  -webkit-text-stroke-width: 2.5px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  font-weight: 700;
  line-height: 80px;
  transition: background-color .2s;
  display: block;
}

.outline-heading:hover {
  -webkit-text-fill-color: transparent;
  background-color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
}

.paragraph {
  color: #333;
  text-align: left;
  min-height: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.paragraph.white {
  color: #fff;
  text-align: left;
  width: auto;
  margin-bottom: 0;
}

.paragraph._0 {
  margin-bottom: 0;
  line-height: 14px;
}

.project-item {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  color: #fdfdfd;
  background-color: #e4e4e4;
  background-image: url('../images/eva.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: auto;
  height: 225px;
  min-height: auto;
  max-height: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #f3f6fc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.leistung-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fdfdfd;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  place-items: flex-start center;
  width: auto;
  height: 100%;
  min-height: 310px;
  max-height: none;
  padding: 22px 22px 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-10-copy {
  z-index: 0;
  background-color: var(--slate-blue-2);
  height: auto;
  margin-top: 0%;
  margin-right: 0;
  padding: 5% 10%;
  font-family: "Exo 2", sans-serif;
  font-size: 12px;
  position: static;
  inset: auto 0% 0%;
}

._2-questions-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-spacer {
  flex: 0 auto;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.checkbox-field {
  margin-top: 20px;
}

.checkbox-label {
  color: var(--black-2);
  margin-top: auto;
  font-family: "Exo 2", sans-serif;
}

.text-field-inform {
  color: #999;
  background-color: #fff;
  border: 1px #dbdbdb;
  border-radius: 0;
  height: 48px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  line-height: 22px;
  box-shadow: 0 10px 20px #0000001a;
}

.text-field-inform:active {
  color: #3b2ae5;
  border-color: #dbdbdb;
}

.text-field-inform.bigger {
  height: auto;
  min-height: 120px;
}

.form-block-03 {
  border: 1px #dbdbdb;
  margin-bottom: 0;
  padding: 0 0 20px;
}

.jda-container-1 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.jda-b-wrap-1 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.jda-wrap-1 {
  border-bottom: 1px solid #dddbdb;
  justify-content: space-between;
  padding-bottom: 4em;
  display: flex;
}

.jda-link-4 {
  color: #fff;
  font-family: "Exo 2", sans-serif;
  font-size: 1.1em;
  line-height: 1.3em;
  text-decoration: none;
  display: inline-block;
}

.jda-link-4:hover {
  text-decoration: underline;
}

.jda-a-wrap-2 {
  flex-direction: column;
  display: flex;
}

.jda-a-heading-1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .8em;
  font-family: Futura t, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.3em;
  position: static;
}

.jda-wrap-2 {
  justify-content: space-between;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.jda-a-grid-1 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.jda-link-4-1 {
  color: #fff;
  margin-left: 1em;
  font-family: "Exo 2", sans-serif;
  font-size: 1.1em;
  line-height: 1.3em;
  text-decoration: none;
  display: inline-block;
}

.jda-link-4-1:hover {
  text-decoration: underline;
}

.jda-link-3 {
  color: #fff;
  font-family: "Exo 2", sans-serif;
  font-size: 1.1em;
  line-height: 1.3em;
  text-decoration: none;
  display: inline-block;
}

.jda-link-3:hover {
  text-decoration: underline;
}

.jda-a-wrap-1 {
  flex: 0 48%;
}

.jda-b-pic-1 {
  width: 10em;
}

.jda-a-link-1 {
  color: #fff;
  margin-top: 1em;
  font-family: "Exo 2", sans-serif;
  font-size: 1.2em;
  line-height: 1.3em;
  text-decoration: none;
  display: inline-block;
}

.jda-a-link-1:hover {
  text-decoration: underline;
}

.mousewrapper {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  outline-offset: 0px;
  background-color: #ffffff14;
  border: 1px solid #fff;
  border-radius: 50px;
  outline: 3px #fff;
  width: 50px;
  height: 50px;
}

.section {
  background-image: url('../images/autohauspeter_big.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 80vh;
}

.project-heading {
  color: var(--slate-blue-2);
  text-align: left;
  text-transform: uppercase;
  height: auto;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 20px;
  font-family: Futura t, sans-serif;
  font-size: 5vw;
  line-height: 5vw;
}

.project-heading.white {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 60%;
  margin-bottom: 0;
}

.project-subline {
  color: #0000;
  text-align: right;
  -webkit-text-stroke-width: 1.25px;
  -webkit-text-stroke-color: var(--slate-blue-2);
  text-transform: uppercase;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Futura t, sans-serif;
  font-size: 26px;
  font-style: normal;
  line-height: 28px;
}

.column-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 0;
  padding-right: 50px;
  display: block;
}

.list {
  padding-left: 15px;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  line-height: 22px;
  position: static;
}

.column-5 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  padding-left: 0;
  display: block;
}

.header-maxfin {
  background-image: url('../images/maxfin_big.jpg');
  background-position: 50%;
  background-size: cover;
  height: 78vh;
}

.header-wre {
  background-image: url('../images/wre_big.jpg');
  background-position: 50%;
  background-size: cover;
  height: 78vh;
}

.header-eva {
  background-image: url('../images/eva.jpg');
  background-position: 50%;
  background-size: cover;
  height: 78vh;
}

.link {
  color: var(--slate-blue-2);
  text-decoration: none;
}

.bold-text {
  font-size: 20px;
}

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

.grid-6 {
  grid-template: "."
  / 1fr 1fr 1fr;
  place-items: center stretch;
}

.heading-2 {
  color: var(--black-2);
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Futura t, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.header-wsmn {
  background-color: #dfdfdf;
  background-image: url('../images/sergey-zolkin-_uey8ati6d0-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  height: 50vh;
  margin-left: 0%;
}

.project-heading-copy {
  color: var(--slate-blue-2);
  text-align: left;
  height: auto;
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 20px;
  font-family: Futura t, sans-serif;
  font-size: 5vw;
  line-height: 5vw;
}

.columns-2-copy {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 1% 15% 0;
  padding-left: 0;
  display: block;
}

.name {
  color: var(--slate-blue-2);
  text-align: left;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Futura t, sans-serif;
  font-size: 2vw;
  font-style: normal;
  line-height: 2vw;
}

.bold-text-2 {
  color: var(--slate-blue-2);
  font-size: 24px;
  line-height: 26px;
}

.titel {
  color: var(--black-2);
  text-align: left;
  min-height: 0;
  margin-right: 0;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 15px;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.headerwebsite {
  background-color: #dfdfdf;
  background-image: url('../images/header_websites.jpg');
  background-position: 50%;
  background-size: cover;
  height: 75vh;
  margin-left: 0%;
}

.section-white {
  align-items: center;
  max-width: 100rem;
  height: auto;
  padding: 10vw 10% 0;
  display: flex;
  position: static;
  inset: 0%;
}

.section-white.projektseite {
  flex-flow: column;
  padding-top: 2vw;
}

.section-white.header {
  max-width: 100rem;
  margin-top: 4vw;
  margin-bottom: -5vw;
  padding-top: 0;
  padding-bottom: 0;
}

.section-white.bottom {
  padding-bottom: 10vw;
}

.heading-big {
  color: var(--black-2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura t, sans-serif;
  font-size: 4.3vw;
  line-height: 4.1vw;
}

.heading-big.white {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 85px;
  line-height: 88px;
}

.heading-big.projects {
  text-align: center;
  margin-top: 0;
  padding-bottom: 1vw;
}

.heading-big.cent {
  text-align: center;
}

.grid-2-1 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  width: 100%;
}

.text {
  color: var(--black-2);
  padding-top: 0;
  padding-left: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text.projects {
  text-align: center;
  width: 70%;
  padding-bottom: 4vw;
}

.button-container {
  z-index: 998;
  position: relative;
}

.button-container.mobile {
  display: none;
}

.button-4 {
  z-index: 5;
  border: 2px solid var(--slate-blue-2);
  background-color: var(--slate-blue-2);
  color: #fff;
  width: auto;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 15px;
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  transition: transform .2s;
  position: relative;
}

.button-4:hover {
  background-color: #000;
  border-color: #000;
  transform: translate(0, 2px);
}

.button-4.secondary {
  border: 2px solid var(--slate-blue-2);
  color: #454545;
  background-color: #0000;
}

.button-4.secondary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.button-4.contact {
  margin-top: 0;
}

.section-3 {
  width: 20vw;
  height: 100%;
}

.services-top {
  background-color: var(--slate-blue-2);
  align-items: flex-start;
  max-width: 100rem;
  height: auto;
  padding: 0 10%;
  display: flex;
  position: static;
  inset: 0%;
}

.div-block-14 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-left: 5px;
  display: flex;
}

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

.div-block-14-copy {
  padding-left: 0;
  padding-right: 20px;
}

.services-bottom {
  background-color: var(--slate-blue-2);
  align-items: center;
  max-width: 100rem;
  height: auto;
  padding: 10vw 10% 5vw;
  display: flex;
  position: static;
  inset: 0%;
}

.section-blue {
  background-color: var(--slate-blue-2);
  margin-top: 10vw;
  padding-top: 10vw;
  padding-bottom: 5vw;
}

.div-block-15 {
  padding-right: 50px;
}

.image-6 {
  width: 60%;
  padding-top: 5px;
}

.image-7 {
  filter: brightness(111%);
  margin-top: -10px;
}

.image-8 {
  filter: brightness(97%);
  margin-top: -10px;
}

.image-9 {
  filter: brightness(107%);
  margin-top: -10px;
  padding-top: 0;
}

.overlay {
  background-color: var(--slate-blue-2);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  background-clip: border-box;
  align-items: flex-end;
  padding-bottom: 30px;
  padding-left: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-4 {
  color: #fff;
  margin-bottom: 0;
  font-family: Futura t, sans-serif;
}

.overlay-text {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0000;
  background-clip: border-box;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-3 {
  font-family: "Exo 2", sans-serif;
}

.header-wildcamper {
  background-image: url('../images/wcamper_big.jpg');
  background-position: 50%;
  background-size: cover;
  height: 78vh;
}

.grid-2-1-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  width: 100%;
}

.image-10 {
  width: 150px;
}

.grid-1-1 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr;
  width: 100%;
}

.section-white-copy {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1920px;
  height: auto;
  margin-top: 5vw;
  padding: 0 14vw 5vw;
  display: flex;
  position: static;
  inset: 0%;
}

.contactperson {
  background-color: #fff;
  flex-direction: row;
  padding-right: 0;
  display: flex;
}

.section-blue-copy {
  background-color: var(--slate-blue-2);
  margin-top: 10vw;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

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

.image-11 {
  width: 50%;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  color: var(--slate-blue-2);
}

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

.header-dgn {
  background-image: url('../images/dgn_big.jpg');
  background-position: 50%;
  background-size: cover;
  height: 78vh;
}

.h2 {
  color: #0000;
  text-align: left;
  -webkit-text-stroke-width: 1.25px;
  -webkit-text-stroke-color: var(--slate-blue-2);
  text-transform: uppercase;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 20px;
  font-family: Futura t, sans-serif;
  font-size: 26px;
  font-style: normal;
  line-height: 28px;
}

.headerlogo {
  background-color: #dfdfdf;
  background-image: url('../images/dose-media-gxgtqg5ul2g-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  height: 35vh;
  margin-left: 0%;
}

.headerlogo.werbung {
  background-color: var(--slate-blue-2);
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  width: 60%;
  margin-top: 20px;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
}

.grid-7 {
  grid-template-rows: auto;
  width: 100%;
}

.headline-small {
  color: var(--black-2);
  padding-bottom: 20px;
  font-family: Futura t, sans-serif;
  font-size: 32px;
}

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

.image-13 {
  width: 200px;
}

.form {
  font-family: "Exo 2", sans-serif;
}

.header-ds {
  background-image: url('../images/danielschwarz.jpg');
  background-position: 50%;
  background-size: cover;
  height: 78vh;
}

.header-volk {
  background-image: url('../images/volks.jpg');
  background-position: 50%;
  background-size: cover;
  height: 78vh;
}

.header-iff {
  background-image: url('../images/iff.jpg');
  background-position: 50%;
  background-size: cover;
  height: 78vh;
}

.header-erbsmart {
  background-color: #d6d6d6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: auto;
  display: flex;
}

.image-14 {
  object-fit: cover;
  width: 80%;
  max-width: 100rem;
  height: 600px;
  position: static;
}

.header-projects {
  background-color: #d6d6d6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: auto;
  display: flex;
}

.image-15 {
  object-fit: contain;
  height: auto;
  margin-top: 0;
  position: static;
}

.toggle-text {
  z-index: 2;
  font-family: "Exo 2", sans-serif;
  position: relative;
}

.faq-p {
  background-color: #f0f0f0;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq {
  background-color: var(--slate-blue-2);
  color: #fff;
  white-space: break-spaces;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-answer-img {
  width: 100%;
}

.faq-body-cont {
  border-top: 1px #000;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq-img {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.faq-container {
  width: 100%;
  min-width: 0;
  max-width: none;
  margin-bottom: 0;
}

.faq-body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-answer {
  color: var(--black);
  margin-bottom: 24px;
  font-family: "Exo 2", sans-serif;
  line-height: 24px;
}

.text-block-5 {
  font-family: "Exo 2", sans-serif;
}

.section-4 {
  margin-bottom: -10vw;
}

.form-spacer-copy {
  flex: 0 auto;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.text-span {
  color: var(--slate-blue-2);
  font-family: Futura t, sans-serif;
}

.bold-text-8 {
  font-size: 22px;
}

.heading-5 {
  color: var(--slate-blue-2);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Futura t, sans-serif;
  font-size: 24px;
}

.bold-text-9, .bold-text-10 {
  color: var(--slate-blue-2);
}

.checkbox-field-2 {
  cursor: pointer;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 32px;
  display: flex;
  position: static;
}

.form-block {
  width: 100%;
}

.checkbox-label-2 {
  color: #141414;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.label {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.label.blue {
  color: #4745fd;
  font-family: Futura t, sans-serif;
}

.question-wrapper {
  position: relative;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-2 {
  font-family: "Exo 2", sans-serif;
  font-size: 22px;
}

.input-box {
  margin-bottom: 25px;
}

.text-field {
  color: #000;
  background-color: #fff;
  border: 2px solid #4745fd;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  transition: border-color .2s;
}

.text-field:active, .text-field:focus {
  border-color: #4745fd;
}

.text-block {
  color: #999;
  min-height: 150px;
  margin-bottom: 20px;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.section-5 {
  margin-bottom: -10vw;
  padding-top: 0;
  padding-bottom: 0;
}

.question-center-box {
  z-index: 10;
  width: 100%;
  max-width: 400px;
  margin-top: 0;
  position: relative;
}

.question {
  flex-direction: column;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  inset: 0%;
}

.section-header {
  margin-bottom: 32px;
}

.section-header.medium-header {
  margin-bottom: 40px;
}

.section-header.small-header {
  margin-bottom: 16px;
}

.radio-button {
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 290px;
  margin-bottom: 0;
  padding-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.radio-sub-text {
  color: #949494;
  max-width: 220px;
  font-family: "Exo 2", sans-serif;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}

.heading {
  color: #141414;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.radio-input {
  background-color: #fff0;
  border: 2px solid #4745fd;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: background-color .2s, border-color .2s;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 #0000;
}

.radio-input:active {
  background-color: #ebebfa;
  box-shadow: 0 0 #0000;
}

.radio-input.w--redirected-checked {
  background-color: #ebebfa;
  border-width: 2px;
  border-color: #4745fd;
}

.form-2 {
  background-color: #0000;
}

.success-message {
  background-color: #0000;
  border: 1px solid #fff;
  width: 100%;
  padding-top: 68px;
  padding-bottom: 68px;
}

.question-center-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 80px;
  display: flex;
}

.radio-main-text {
  color: #4745fd;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: Futura t, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  position: relative;
}

.submit-button {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #4745fd;
  border: 2px solid #4745fd;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  margin-top: 20px;
  padding-left: 45px;
  padding-right: 45px;
  font-family: Futura t, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.submit-button:hover {
  color: #4745fd;
  background-color: #fffc;
}

.question-box {
  flex: 1;
}

.radio-buttons {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
}

.radio-circle-box {
  border: 1px solid #ccc;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  transition: border-color .2s, background-color .2s;
  position: absolute;
  bottom: 40px;
}

.checkbox {
  background-color: #fff0;
  border: 2px solid #4745fd;
  border-radius: 0;
  width: 32px;
  height: 32px;
  margin-top: 0;
  margin-left: -32px;
  margin-right: 24px;
  transition: border-color .2s, background-color .2s;
}

.checkbox:hover {
  background-color: #3898ec12;
}

.checkbox.w--redirected-checked {
  background-color: #c4c3ff;
  background-image: none;
  border: 2px solid #4745fd;
}

.div-block-20 {
  height: 2rem;
}

.paragraph-2 {
  margin-top: 30px;
  font-family: "Exo 2", sans-serif;
}

.price-box {
  background-color: #4745fd;
  border: 1px solid #fff;
  flex-flow: column;
  width: 250px;
  padding: 32px 40px 40px;
  display: none;
  position: fixed;
  inset: auto 40px 40px auto;
}

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

.price {
  color: #fff;
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}

.rich-text-block {
  color: #181818;
  width: 100%;
  margin-bottom: 4rem;
  font-family: "Exo 2", sans-serif;
}

.paragraph-7 {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .project-item {
    height: 150px;
    min-height: 0;
    max-height: 225px;
  }

  .hover-link {
    border-style: none;
    border-radius: 0%;
  }

  .leistung-item {
    min-height: 375px;
    max-height: 550px;
  }

  .form-block-03 {
    margin-top: 20px;
  }

  .jda-a-wrap-1 {
    flex-basis: 70%;
  }

  .faq-img {
    width: 50px;
    height: 50px;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
  }
}

@media screen and (max-width: 767px) {
  .project-item, .leistung-item {
    width: 100%;
    height: auto;
  }

  .jda-b-wrap-1 {
    flex-direction: row;
    order: -1;
    align-items: flex-start;
    margin-bottom: 3em;
  }

  .jda-wrap-1 {
    flex-direction: column;
  }

  .faq-img {
    min-width: 50px;
    min-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .grid {
    grid-template-columns: .5fr .25fr .25fr;
  }

  .logo {
    height: 45vw;
    padding-top: 20px;
    padding-left: 25px;
    display: block;
  }

  .logo.w--current {
    justify-content: flex-start;
    align-items: flex-start;
    height: 30vw;
    margin-top: 0%;
    margin-left: 0%;
    padding: 20px 0 0 25px;
  }

  .menu-background {
    display: none;
  }

  .burger {
    width: 10vw;
    margin-top: 20%;
    margin-right: 20%;
  }

  .body {
    background-color: #f1f1f191;
    background-image: none;
  }

  .menu-links {
    justify-content: flex-end;
    margin-bottom: 5%;
    margin-left: 5%;
    display: none;
  }

  .outline-heading {
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #fff;
    font-size: 50px;
    line-height: 50px;
  }

  .paragraph {
    margin-bottom: 5px;
  }

  .project-item {
    min-height: 160px;
  }

  .project-item.mobile {
    display: block;
  }

  .div-block-10-copy {
    flex-direction: row;
    padding-top: 15vw;
    display: flex;
  }

  ._2-questions-wrap {
    flex-direction: column;
  }

  .text-field-inform {
    box-shadow: 0 10px 20px #0000004a;
  }

  .form-block-03 {
    width: 100%;
    max-width: 100%;
  }

  .jda-b-wrap-1 {
    flex-direction: column;
  }

  .jda-wrap-1, .jda-a-wrap-2 {
    align-items: center;
  }

  .jda-a-heading-1 {
    margin-top: .5em;
    margin-bottom: .3em;
  }

  .jda-wrap-2 {
    flex-direction: column;
  }

  .jda-a-grid-1 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .mousewrapper {
    display: none;
  }

  .section {
    height: 25vh;
  }

  .project-heading {
    width: auto;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 38px;
    overflow: visible;
  }

  .project-heading.white {
    text-align: left;
    width: 100%;
  }

  .project-subline {
    text-align: left;
    -webkit-text-stroke-width: 1px;
    margin-bottom: 30px;
    padding-top: 0;
    padding-left: 0;
    font-size: 20px;
    line-height: 22px;
  }

  .header-maxfin {
    background-size: cover;
    height: 25vh;
  }

  .header-wre, .header-eva {
    height: 25vh;
  }

  .grid-5, .grid-6 {
    grid-template-columns: 1fr;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 26px;
  }

  .header-wsmn {
    height: 25vh;
    margin-left: 0%;
    overflow: visible;
  }

  .project-heading-copy {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 28px;
  }

  .bold-text-2 {
    font-size: 26px;
    line-height: 28px;
  }

  .headerwebsite {
    height: 25vh;
  }

  .section-white {
    padding-top: 15vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .section-white.header {
    margin-top: 0;
    padding-top: 10vw;
  }

  .section-white.form {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-big {
    text-align: left;
    font-size: 32px;
    line-height: 32px;
  }

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

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

  .button-container {
    display: none;
  }

  .button-container.mobile {
    display: block;
  }

  .button-4 {
    margin-left: 0;
    margin-right: 15px;
  }

  .button-4.off {
    display: none;
  }

  .services-top {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .div-block-14 {
    padding-left: 0;
  }

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

  .services-bottom {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .section-blue {
    padding-top: 7vw;
  }

  .div-block-15 {
    margin-bottom: 0;
    padding-right: 0;
  }

  .image-6 {
    width: 70%;
  }

  .header-wildcamper {
    height: 25vh;
  }

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

  .image-10 {
    width: 100px;
  }

  .grid-1-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 2fr;
  }

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

  .section-white-copy {
    margin-top: 0;
    padding-top: 15vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .contactperson {
    flex-direction: column;
    padding-right: 0;
  }

  .section-blue-copy {
    padding-top: 7vw;
    padding-bottom: 7vw;
  }

  .image-11 {
    width: 100%;
  }

  .header-dgn {
    height: 25vh;
  }

  .h2 {
    text-align: left;
    -webkit-text-stroke-width: 1px;
    margin-bottom: 30px;
    padding-top: 0;
    padding-left: 0;
    font-size: 24px;
    line-height: 26px;
  }

  .headerlogo {
    height: 25vh;
  }

  .headerlogo.werbung {
    padding-left: 7vw;
    padding-right: 2vw;
  }

  .text-block-4 {
    text-align: left;
    width: 100%;
  }

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

  .header-ds, .header-volk, .header-iff, .header-erbsmart {
    background-size: cover;
    height: 25vh;
  }

  .image-14 {
    height: 25vh;
  }

  .header-projects {
    background-size: cover;
    height: 25vh;
  }

  .image-15 {
    object-fit: fill;
  }

  .faq-img {
    display: none;
  }

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

  .label.blue {
    color: #4745fd;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.form {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block {
    min-height: 0;
    margin-bottom: 40px;
  }

  .section-5 {
    padding-top: 0;
  }

  .question-center-box {
    margin-top: 0;
    position: static;
  }

  .question {
    margin-bottom: 80px;
  }

  .radio-button {
    height: 250px;
  }

  .heading {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 30px;
  }

  .radio-buttons {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .radio-buttons._2 {
    grid-row-gap: 0px;
  }

  .div-block-20 {
    height: 1rem;
  }

  .price-box {
    z-index: 20;
    width: auto;
    margin-left: 13px;
    margin-right: 13px;
    left: 0;
    right: 0;
  }

  .rich-text-block {
    width: 100%;
  }
}

#w-node-d19ad6c3-bdac-17b6-4767-b95d94ee6687-6fcd7908 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2af0453-c69c-4be1-6399-f304641999de-6fcd7908 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-c2af0453-c69c-4be1-6399-f304641999df-6fcd7908 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0646288b-d7eb-f67a-454b-efdc2b35a7b2-6fcd7908, #w-node-_0646288b-d7eb-f67a-454b-efdc2b35a7b3-6fcd7908, #w-node-_0646288b-d7eb-f67a-454b-efdc2b35a7b4-6fcd7908, #w-node-_18410369-ed29-6129-84ea-c26f6d53ce92-6fcd7908, #w-node-fca971ae-9fc9-ea6a-8ac1-c46d23662986-6fcd7908, #w-node-_8ee2f102-5463-3856-cec5-938d2fb802fc-6fcd7908, #w-node-ff5ee36d-cc2b-1fe3-dc20-4662c353bc7c-6fcd7908, #w-node-fb8a6072-9fcf-aada-4a3d-52fa7ffa8ebe-6fcd7908, #w-node-_5b5014f7-2a67-f8c1-741f-3cd58e2983b5-6fcd7908, #w-node-_6e9b94a1-dfef-91ca-c60b-69b8affa80e4-6fcd7908, #w-node-d0f624f0-cd17-530c-803b-fa6ba732995a-6fcd7908 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e9b94a1-dfef-91ca-c60b-69b8affa80f1-6fcd7908 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_90d77a1d-d05a-fa0a-e816-0dcd33518c24-6fcd7908 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90d77a1d-d05a-fa0a-e816-0dcd33518c25-6fcd7908 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_336281de-32c9-866a-6b84-eef24b53f43f-6fcd7908 {
  align-self: auto;
}

#w-node-_336281de-32c9-866a-6b84-eef24b53f441-6fcd7908 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_336281de-32c9-866a-6b84-eef24b53f449-6fcd7908 {
  align-self: auto;
}

#w-node-_336281de-32c9-866a-6b84-eef24b53f44b-6fcd7908 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_336281de-32c9-866a-6b84-eef24b53f453-6fcd7908 {
  align-self: auto;
}

#w-node-_336281de-32c9-866a-6b84-eef24b53f455-6fcd7908 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_7293ad29-75ee-3674-8e65-29b83ed71687-6fcd7908, #w-node-_886e81e4-535b-3097-e3df-ca83b935b127-6fcd7908 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_886e81e4-535b-3097-e3df-ca83b935b12b-6fcd7908 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_886e81e4-535b-3097-e3df-ca83b935b130-6fcd7908, #w-node-_8952e2cd-1ce5-7e6f-348d-532a3041dae7-3041dae2, #w-node-_8952e2cd-1ce5-7e6f-348d-532a3041daf2-3041dae2, #w-node-_8952e2cd-1ce5-7e6f-348d-532a3041daff-3041dae2, #w-node-_74d3a184-0a27-fd09-9509-107ed4809652-d4809651, #w-node-_74d3a184-0a27-fd09-9509-107ed4809653-d4809651, #w-node-_74d3a184-0a27-fd09-9509-107ed4809658-d4809651, #w-node-_9c6e7d8d-fa25-e18d-a618-acd1f4c63423-f4c63422, #w-node-_9c6e7d8d-fa25-e18d-a618-acd1f4c63424-f4c63422, #w-node-_9c6e7d8d-fa25-e18d-a618-acd1f4c63429-f4c63422, #w-node-_0d1b7270-2bbb-af1e-6736-cb81e22510cb-e22510ca, #w-node-_0d1b7270-2bbb-af1e-6736-cb81e22510cc-e22510ca, #w-node-_0d1b7270-2bbb-af1e-6736-cb81e22510d1-e22510ca, #w-node-_15f1a381-a937-8fae-5587-90b922d5fbdb-22d5fbd8, #w-node-_15f1a381-a937-8fae-5587-90b922d5fbdc-22d5fbd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15f1a381-a937-8fae-5587-90b922d5fbdd-22d5fbd8, #w-node-_15f1a381-a937-8fae-5587-90b922d5fbde-22d5fbd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-df92f61c-ca8c-34d9-9d67-a9878ba3bf4f-a8cd790a, #w-node-df92f61c-ca8c-34d9-9d67-a9878ba3bf59-a8cd790a, #w-node-c3a4ca49-4c0d-6261-3c6a-8b096bd444ef-a8cd790a, #w-node-c3a4ca49-4c0d-6261-3c6a-8b096bd4450d-a8cd790a, #w-node-_5f82158a-5234-114d-d78c-ba2f0a48340d-ebcd7911, #w-node-_5f82158a-5234-114d-d78c-ba2f0a48341b-ebcd7911, #w-node-_5f82158a-5234-114d-d78c-ba2f0a483439-ebcd7911, #w-node-_57179dee-acc5-e6ae-aad5-fbffb6852a2a-ebcd7911 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57179dee-acc5-e6ae-aad5-fbffb6852a2e-ebcd7911 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_57179dee-acc5-e6ae-aad5-fbffb6852a33-ebcd7911, #w-node-_1da9e0ed-5191-f3c3-1033-26616dbf99f2-6dbf99ef, #w-node-_1da9e0ed-5191-f3c3-1033-26616dbf9a0d-6dbf99ef, #w-node-a20aae10-f168-322e-d733-e24fb81d9c89-c2cd7914, #w-node-a20aae10-f168-322e-d733-e24fb81d9c92-c2cd7914, #w-node-c5499877-28c7-c646-1694-fa9f132a291c-c2cd7914 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5499877-28c7-c646-1694-fa9f132a2920-c2cd7914 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c5499877-28c7-c646-1694-fa9f132a2925-c2cd7914, #w-node-df92f61c-ca8c-34d9-9d67-a9878ba3bf4f-04274f69, #w-node-df92f61c-ca8c-34d9-9d67-a9878ba3bf59-04274f69, #w-node-c3a4ca49-4c0d-6261-3c6a-8b096bd444ef-04274f69, #w-node-c3a4ca49-4c0d-6261-3c6a-8b096bd4450d-04274f69, #w-node-df92f61c-ca8c-34d9-9d67-a9878ba3bf4f-49904e0a, #w-node-df92f61c-ca8c-34d9-9d67-a9878ba3bf59-49904e0a, #w-node-c3a4ca49-4c0d-6261-3c6a-8b096bd444ef-49904e0a, #w-node-b0b0e8a5-c0ae-29a0-0395-22b39d10c76a-49904e0a, #w-node-df92f61c-ca8c-34d9-9d67-a9878ba3bf4f-85abd1fd, #w-node-df92f61c-ca8c-34d9-9d67-a9878ba3bf59-85abd1fd, #w-node-c3a4ca49-4c0d-6261-3c6a-8b096bd444ef-85abd1fd, #w-node-b0b0e8a5-c0ae-29a0-0395-22b39d10c76a-85abd1fd, #w-node-df92f61c-ca8c-34d9-9d67-a9878ba3bf4f-79e9c41c, #w-node-df92f61c-ca8c-34d9-9d67-a9878ba3bf59-79e9c41c, #w-node-c3a4ca49-4c0d-6261-3c6a-8b096bd444ef-79e9c41c, #w-node-b0b0e8a5-c0ae-29a0-0395-22b39d10c76a-79e9c41c, #w-node-df92f61c-ca8c-34d9-9d67-a9878ba3bf4f-8298cda2, #w-node-df92f61c-ca8c-34d9-9d67-a9878ba3bf59-8298cda2, #w-node-c3a4ca49-4c0d-6261-3c6a-8b096bd444ef-8298cda2, #w-node-b0b0e8a5-c0ae-29a0-0395-22b39d10c76a-8298cda2, #w-node-f90f0d3c-140d-35cf-c5c6-815ce144cae9-34fb22cb, #w-node-f90f0d3c-140d-35cf-c5c6-815ce144caea-34fb22cb, #w-node-f90f0d3c-140d-35cf-c5c6-815ce144caeb-34fb22cb, #w-node-_18410369-ed29-6129-84ea-c26f6d53ce92-34fb22cb, #w-node-fca971ae-9fc9-ea6a-8ac1-c46d23662986-34fb22cb, #w-node-_8ee2f102-5463-3856-cec5-938d2fb802fc-34fb22cb, #w-node-e34ebf4e-f129-a029-d9ff-6b90e75ed0d4-34fb22cb, #w-node-e34ebf4e-f129-a029-d9ff-6b90e75ed0d5-34fb22cb, #w-node-e34ebf4e-f129-a029-d9ff-6b90e75ed0d6-34fb22cb, #w-node-_91dde96e-94c5-a364-b6b4-4daeb184889e-34fb22cb, #w-node-_91dde96e-94c5-a364-b6b4-4daeb184889f-34fb22cb, #w-node-_91dde96e-94c5-a364-b6b4-4daeb18488a4-34fb22cb, #w-node-_976723c6-980d-d760-2492-6467b6e25667-34fb22cb, #w-node-_976723c6-980d-d760-2492-6467b6e25668-34fb22cb, #w-node-_976723c6-980d-d760-2492-6467b6e2566d-34fb22cb, #w-node-_29e9c1d1-1552-3210-aefb-ea517f7f0aa9-34fb22cb, #w-node-_29e9c1d1-1552-3210-aefb-ea517f7f0aaa-34fb22cb, #w-node-_29e9c1d1-1552-3210-aefb-ea517f7f0aaf-34fb22cb, #w-node-_83d166af-462b-9f3a-27a1-7912a360811b-34fb22cb, #w-node-_83d166af-462b-9f3a-27a1-7912a3608115-34fb22cb, #w-node-_83d166af-462b-9f3a-27a1-7912a3608116-34fb22cb, #w-node-_6614e409-b251-5716-d4a9-8d0b41fb1cb1-34fb22cb, #w-node-_6614e409-b251-5716-d4a9-8d0b41fb1cb2-34fb22cb, #w-node-_6614e409-b251-5716-d4a9-8d0b41fb1cb7-34fb22cb, #w-node-a83543df-574c-c3ae-c159-d16149e9940e-34fb22cb, #w-node-a83543df-574c-c3ae-c159-d16149e9940f-34fb22cb, #w-node-a83543df-574c-c3ae-c159-d16149e99410-34fb22cb, #w-node-_18410369-ed29-6129-84ea-c26f6d53ce94-34fb22cb, #w-node-b65575b8-f265-df13-c410-95b6a3d66e8c-34fb22cb, #w-node-_9abf6893-1845-e7cf-16aa-c83ac83a7348-34fb22cb, #w-node-_103676db-f46d-3f38-514c-a6fd4cc13fb0-34fb22cb, #w-node-_24c876fb-8490-b210-52f8-0a0a88c12bfd-34fb22cb, #w-node-_5f35a0ba-e870-f3be-3b6b-f78ea2770a63-34fb22cb, #w-node-ff5ee36d-cc2b-1fe3-dc20-4662c353bc7c-34fb22cb, #w-node-fb8a6072-9fcf-aada-4a3d-52fa7ffa8ebe-34fb22cb, #w-node-_5b5014f7-2a67-f8c1-741f-3cd58e2983b5-34fb22cb, #w-node-_8a1363c7-e891-491a-af88-0061b525a8f3-34fb22cb, #w-node-c21e253a-eba7-98eb-d1fa-cb228b689491-34fb22cb, #w-node-_4372bae0-d1e7-b8e7-5029-d16478fab5de-34fb22cb, #w-node-dc1fa2a8-3a92-870f-3cec-57f65a85f392-34fb22cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc1fa2a8-3a92-870f-3cec-57f65a85f39b-34fb22cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_13dd99d1-61fc-c0d7-e6b9-37117ec6ca6c-34fb22cb, #w-node-_5f82158a-5234-114d-d78c-ba2f0a48340d-62628ff8, #w-node-_5f82158a-5234-114d-d78c-ba2f0a48341b-62628ff8, #w-node-_5f82158a-5234-114d-d78c-ba2f0a483439-62628ff8, #w-node-_57179dee-acc5-e6ae-aad5-fbffb6852a2a-62628ff8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57179dee-acc5-e6ae-aad5-fbffb6852a2e-62628ff8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_57179dee-acc5-e6ae-aad5-fbffb6852a33-62628ff8, #w-node-_5f82158a-5234-114d-d78c-ba2f0a48340d-d255ca8a, #w-node-_5f82158a-5234-114d-d78c-ba2f0a48341b-d255ca8a, #w-node-_5f82158a-5234-114d-d78c-ba2f0a483439-d255ca8a, #w-node-_57179dee-acc5-e6ae-aad5-fbffb6852a2a-d255ca8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57179dee-acc5-e6ae-aad5-fbffb6852a2e-d255ca8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_57179dee-acc5-e6ae-aad5-fbffb6852a33-d255ca8a, #w-node-_9ab073cb-a03d-2cd4-41b9-2beba54f94db-f6907626, #w-node-ea89a0fa-bca0-e361-10cd-459d7cce7368-f6907626, #w-node-a66c80fd-fcc6-6186-03aa-06e5b7dd528b-f6907626, #w-node-a66c80fd-fcc6-6186-03aa-06e5b7dd528e-f6907626, #w-node-df92f61c-ca8c-34d9-9d67-a9878ba3bf4f-70710a54, #w-node-df92f61c-ca8c-34d9-9d67-a9878ba3bf59-70710a54, #w-node-c3a4ca49-4c0d-6261-3c6a-8b096bd444ef-70710a54, #w-node-c3a4ca49-4c0d-6261-3c6a-8b096bd4450d-70710a54, #w-node-df92f61c-ca8c-34d9-9d67-a9878ba3bf4f-77dd914e, #w-node-df92f61c-ca8c-34d9-9d67-a9878ba3bf59-77dd914e, #w-node-c3a4ca49-4c0d-6261-3c6a-8b096bd444ef-77dd914e, #w-node-c3a4ca49-4c0d-6261-3c6a-8b096bd4450d-77dd914e, #w-node-df92f61c-ca8c-34d9-9d67-a9878ba3bf4f-f542a393, #w-node-df92f61c-ca8c-34d9-9d67-a9878ba3bf59-f542a393, #w-node-c3a4ca49-4c0d-6261-3c6a-8b096bd444ef-f542a393, #w-node-c3a4ca49-4c0d-6261-3c6a-8b096bd4450d-f542a393, #w-node-df92f61c-ca8c-34d9-9d67-a9878ba3bf4f-d1204c27, #w-node-df92f61c-ca8c-34d9-9d67-a9878ba3bf59-d1204c27, #w-node-c3a4ca49-4c0d-6261-3c6a-8b096bd444ef-d1204c27, #w-node-c3a4ca49-4c0d-6261-3c6a-8b096bd4450d-d1204c27, #w-node-df92f61c-ca8c-34d9-9d67-a9878ba3bf4f-abdbf442, #w-node-df92f61c-ca8c-34d9-9d67-a9878ba3bf59-abdbf442, #w-node-c3a4ca49-4c0d-6261-3c6a-8b096bd444ef-abdbf442, #w-node-c3a4ca49-4c0d-6261-3c6a-8b096bd4450d-abdbf442, #w-node-df92f61c-ca8c-34d9-9d67-a9878ba3bf4f-5c6d7c77, #w-node-df92f61c-ca8c-34d9-9d67-a9878ba3bf59-5c6d7c77, #w-node-c3a4ca49-4c0d-6261-3c6a-8b096bd444ef-5c6d7c77, #w-node-c3a4ca49-4c0d-6261-3c6a-8b096bd4450d-5c6d7c77, #w-node-d19ad6c3-bdac-17b6-4767-b95d94ee6687-82421a21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2af0453-c69c-4be1-6399-f304641999de-82421a21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-c2af0453-c69c-4be1-6399-f304641999df-82421a21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-df92f61c-ca8c-34d9-9d67-a9878ba3bf4f-0439c20f, #w-node-df92f61c-ca8c-34d9-9d67-a9878ba3bf59-0439c20f, #w-node-c3a4ca49-4c0d-6261-3c6a-8b096bd444ef-0439c20f, #w-node-c3a4ca49-4c0d-6261-3c6a-8b096bd4450d-0439c20f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Futura t';
  src: url('../fonts/futura-t-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/exo-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/exo-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}