@font-face {
  font-family: Poppins;
  src: url('../fonts/poppins-regular-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/poppins-semibold-webfont.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/poppins-bold-webfont.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/poppins-medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.w-dyn-empty {
  display: none !important;
}

:root {
  --fonts--font-body-poppins: Poppins, sans-serif;
  --colors--blue-dark: #1d4266;
  --font-size-text--regular: 1rem;
  --letterspacing--ls-small: .045em;
  --font-size-headings--h1: 2.986rem;
  --1-35\<deleted\|variable-61e6cce0-6487-06ad-0fdc-affa3ba236f1\>: 1.35em;
  --font-size-headings--h2: 2.488rem;
  --font-size-headings--h6: 1.25rem;
  --font-size-text--small: .875rem;
  --font-size-text--large: 1.5em;
  --colors--white: white;
  --colors--blue-light-ultra: #f5fafe;
  --colors--blue-nice: #eef7fa;
  --colors--orange: #f2a779;
  --1-045\<deleted\|variable-6d785522-97e8-4267-f051-ba355c4b391d\>: 1.045rem;
  --font-size-text--medium: 1.15rem;
  --71-25\<deleted\|variable-51d5b106-a273-69cf-37e1-e3cc0c3e2329\>: 71.25em;
  --45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>: 45em;
  --font-size-headings--h4: 1.728rem;
  --38-75\<deleted\|variable-f3ab27fd-29ec-8faa-a57a-421414b02d87\>: 38.75em;
  --colors--blue-light: #2e5072;
  --font-size-headings--h3: 2.074rem;
  --747\<deleted\|variable-6da3328e-fe4d-9fac-6ee4-94cd8672c78d\>: 46.67em;
  --54-0\<deleted\|variable-e2402f42-26bb-72a9-5220-1d600cfb18cd\>: 54em;
  --colors--blue-gray-text: #a1a4b3;
  --font-size-text--xsmall: .75rem;
  --colors--nav-blue: #c8d0df;
  --1280\<deleted\|variable-8c07a95f-cc32-69d4-d328-277db3f9de2c\>: 80em;
  --colors--nav-blue-accent: #58b4ff;
  --colors--green-light: #4caf50;
  --22-0\<deleted\|variable-e83d34a1-1dea-cdd8-44d8-6de1fe6b601a\>: 22em;
  --colors--black: black;
  --font-size-headings--h5: 1.44rem;
  --1173\<deleted\|variable-63776ac2-7dc2-bd62-066e-2f32fb0170b9\>: 73.33em;
  --1440\<deleted\|variable-8db69bbb-a9f9-b59a-0093-5bd20c0f30cc\>: 90em;
  --640\<deleted\|variable-647ff6b0-03b8-3b89-a3f6-fb9656197b42\>: 40em;
  --colors--grey-blue-light: #c8d0df;
  --colors--red-error: #e41616;
  --colors--white-transparent: #ffffff80;
  --letterspacing--ls-regular: .05em;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

@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 {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--blue-dark);
  font-size: var(--font-size-text--regular);
  letter-spacing: var(--letterspacing--ls-small);
  line-height: 1.2;
}

h1 {
  font-size: var(--font-size-headings--h1);
  line-height: var(--1-35\<deleted\|variable-61e6cce0-6487-06ad-0fdc-affa3ba236f1\>);
  text-align: left;
  margin-top: 0;
  margin-bottom: .55em;
  font-weight: 700;
}

h2 {
  font-size: var(--font-size-headings--h2);
  line-height: var(--1-35\<deleted\|variable-61e6cce0-6487-06ad-0fdc-affa3ba236f1\>);
  margin-top: 0;
  margin-bottom: .55em;
  font-weight: 700;
}

h3 {
  font-size: var(--font-size-headings--h6);
  line-height: var(--1-35\<deleted\|variable-61e6cce0-6487-06ad-0fdc-affa3ba236f1\>);
  margin-top: 0;
  margin-bottom: .55em;
  font-weight: 700;
}

h5 {
  font-size: var(--font-size-text--small);
  line-height: var(--1-35\<deleted\|variable-61e6cce0-6487-06ad-0fdc-affa3ba236f1\>);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

p {
  font-size: var(--font-size-text--regular);
  line-height: var(--font-size-text--large);
  margin-bottom: 1.35em;
}

a {
  padding: 0;
}

img {
  max-width: 100%;
  display: inline-block;
}

.hero_section__img {
  align-self: flex-start;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.hero_section__heading-xl {
  color: #1d4266;
  text-align: justify;
  letter-spacing: .025em;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.75rem;
  text-decoration: none;
}

.hero_section__content {
  margin-bottom: 0;
}

.hero_section__btn-ctn {
  align-self: center;
}

.hero_section__ing-ctn {
  align-self: center;
  margin-top: -.8em;
  margin-bottom: 0;
}

.hero_section__wrapper {
  background-color: #ffffff26;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 34.375em;
  display: flex;
}

.hero_section {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: url('../images/phil-5i0GnoTTjSE-unsplash.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 34.375em;
  display: block;
}

.hero_section__heading-xs {
  color: #1d4266;
  text-align: left;
  letter-spacing: .035em;
  -webkit-text-stroke-color: transparent;
  text-transform: none;
  margin-top: .175em;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.25rem;
}

.hero_section__text {
  color: #344054;
  text-align: left;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  max-width: 32em;
  margin-top: 1em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .925rem;
  font-weight: 300;
  line-height: 1.35rem;
}

.hero_section__cta-button {
  color: #fff;
  text-align: center;
  letter-spacing: .03em;
  background-color: #f2a779;
  border-radius: 3px;
  align-self: flex-start;
  margin-top: 0;
  padding: .55em 1.65em;
  font-size: 1rem;
  transition: box-shadow .35s cubic-bezier(.77, 0, .175, 1);
}

.hero_section__cta-button:hover {
  border: 1px #000;
  border-radius: 3px;
  box-shadow: 0 0 0 3px #f2a779;
}

.hero_section__container {
  clear: none;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #ffffffbf;
  border-radius: 12px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  min-height: 24em;
  margin-bottom: 2.5em;
  margin-left: 9em;
  margin-right: 9em;
  padding: 1.1em 2em 1em;
  display: flex;
  position: static;
  top: 140px;
  box-shadow: inset 1px 1px 11px -5px #ffffff59;
}

.partner_section__container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 920px;
  max-height: 8em;
  margin-left: auto;
  margin-right: auto;
  padding-top: .75em;
  padding-bottom: .75em;
  display: flex;
  overflow: visible;
}

.partner_section__heading-ctn {
  flex: 0 auto;
  align-self: center;
  margin-bottom: .35em;
}

.partner_section__marquee-track {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 5em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  display: flex;
}

.partner_section__heading {
  opacity: .65;
  color: #a1a4b3;
  text-align: center;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .35em;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .75rem;
  line-height: 1rem;
  transition: opacity .5s cubic-bezier(.55, .085, .68, .53);
}

.partner_section__marquee-ctn {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-height: 5em;
  display: block;
}

.partner-section {
  background-color: #0000;
  background-image: none;
  padding-bottom: 1em;
}

.intro-section {
  background-color: #0000;
  background-image: linear-gradient(180deg, var(--colors--blue-light-ultra), var(--colors--white) 60%);
  margin-top: -1.2em;
}

.intro_section__container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 820px;
  height: 100%;
  padding-bottom: .55em;
  display: flex;
}

.intro_section__content-ctn {
  width: 100%;
}

.intro_section__heading-xl {
  color: #1d4266;
  text-align: center;
  letter-spacing: .0215em;
  margin: 0;
  padding-left: .55em;
  padding-right: .55em;
  font-family: Open Sans, sans-serif;
  font-size: 1.85rem;
  font-weight: 800;
  line-height: 2.395rem;
}

.intro_section__heading-xs {
  color: #1d4266;
  text-align: center;
  margin-top: .25em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: .99rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.intro_section__content-p {
  color: #2e5072;
  text-align: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: .975rem;
  font-weight: 400;
  line-height: 1.35rem;
}

.intro_section__img-ctn {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.intro_section__img {
  border-radius: 6px;
}

.question_section__heading-xl {
  color: #1d4266;
  text-align: center;
  letter-spacing: .0115em;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: .55em;
  padding-right: .55em;
  font-family: Open Sans, sans-serif;
  font-size: 2em;
  font-weight: 800;
  line-height: 1.285em;
}

.question_section__link-box {
  color: #f9fafb;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  transition: opacity .5s cubic-bezier(.55, .055, .675, .19);
}

.question_section__link-box:hover {
  color: #f9fafb;
  background-color: #f9fafb;
  border-radius: 12px;
  transform: translate(0, -6px);
}

.question-section {
  background-color: var(--colors--blue-nice);
  padding-top: 3.5em;
  padding-bottom: 4em;
}

.qeustion_section__heading {
  color: #1d4266;
  letter-spacing: .0115em;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
}

.qeustion_section__heading:hover {
  color: #1d4266;
}

.question_section__container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.question_section__content-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.5em;
  padding-bottom: 2em;
  display: grid;
}

.question_section__h-ctn {
  color: #fff;
  text-decoration: none;
}

.question_section__link-flex {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 2em;
  display: flex;
  box-shadow: 0 1px 1px 1px #0000000d;
}

.question_section__heading-ctn {
  width: 100%;
}

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

.workflow_section__heading-xl {
  color: #1d4266;
  text-align: left;
  letter-spacing: .0215em;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.85rem;
  font-weight: 800;
  line-height: 2.395rem;
}

.worflow_section__content-flex {
  background-color: #fff;
  border-radius: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1em 2em;
  display: flex;
  box-shadow: 0 2px 5px -3px #2e5072;
}

.workflow_section__content-heading-ctn {
  order: 0;
  align-self: flex-start;
}

.workflow_section__content-img {
  text-align: left;
  vertical-align: baseline;
  flex: 0 auto;
  align-self: auto;
  display: inline-block;
}

.workflow_section__container {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  height: 100%;
  display: flex;
}

.workflow-section {
  background-color: var(--colors--blue-light-ultra);
  padding-top: 3em;
  padding-bottom: 4.5em;
}

.worflow_section__content-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.workflow_section__heading-container {
  flex: 0 auto;
  order: -1;
  align-self: auto;
  margin-bottom: .55em;
}

.workflow_section__heading-xs {
  color: #1d4266;
  text-align: center;
  letter-spacing: .0215em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.5em;
}

.workflow_section__content-h4 {
  color: #1d4266;
  text-align: left;
  letter-spacing: .0115em;
  font-family: Open Sans, sans-serif;
  font-size: 1.75em;
  font-weight: 800;
  line-height: 2em;
}

.workflow_section__content-img-ctn {
  flex: 1;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  display: flex;
}

.workflow_section__content-p {
  color: #2e5072;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  display: block;
}

.procedure_section__brand-text-flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
}

.procedure_section__container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 3.5em;
  display: flex;
}

.procedure_section__brand-logo-ctn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.procedure_section__content-heading-container {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 2.55px;
  display: flex;
}

.procedure_section__grid-item {
  background-color: #fff;
  border-radius: 3px;
  padding: .55em 1em;
  box-shadow: 0 1px 3px 1px #7070701a;
}

.procedure_section__p {
  color: #1d4266;
  text-align: center;
  letter-spacing: .0111em;
  align-self: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.5em;
}

.procedure_section__heading-xl {
  color: #1d4266;
  text-align: center;
  margin-top: -.55em;
  margin-bottom: 2.5em;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1em;
}

.procedure_section__brand-p {
  color: #1d4266;
  letter-spacing: .0115em;
  font-family: Open Sans, sans-serif;
  font-size: .855rem;
  line-height: 1.557em;
}

.procedure_section__brand-grid-ctn-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  width: 100%;
  max-width: 940px;
  height: 100%;
  margin-top: 4.2em;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.procedure_section__brand-text-ctn-3 {
  margin-bottom: 8em;
}

.procedure_section__content-ctn-3 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.procedure_section__container-brand-3 {
  background-color: #0000;
  max-width: 100%;
  height: 460px;
}

.procedure_section__brand {
  width: 100%;
  display: none;
}

.cta-button {
  background-color: var(--colors--orange);
  color: var(--colors--white);
  font-size: 1.175rem;
  line-height: var(--font-size-text--large);
  text-align: center;
  letter-spacing: var(--letterspacing--ls-small);
  text-transform: uppercase;
  border-radius: 6px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: .75em;
  padding-bottom: .75em;
  font-weight: 700;
  transition: box-shadow .2s cubic-bezier(.77, 0, .175, 1);
}

.cta-button:hover {
  box-shadow: 0 0 0 4px #f2a77980;
}

.cta-button.is--cta-btn-header {
  width: auto;
  padding: .45em 1.25em;
  transition-duration: .35s;
}

.cta-button.is--cta-btn-header:hover {
  background-color: var(--colors--orange);
  box-shadow: 0 0 0 4px #f2a77980;
}

.cta-button.is--section {
  letter-spacing: var(--letterspacing--ls-small);
  text-transform: uppercase;
  text-transform: uppercase;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25em 4.35em 1.35em;
}

.cta-button.is--section.is--mobile-section-cta {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--white);
  font-size: var(--1-045\<deleted\|variable-6d785522-97e8-4267-f051-ba355c4b391d\>);
  line-height: var(--font-size-text--small);
  letter-spacing: var(--letterspacing--ls-small);
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
}

.cta-button.is--cta-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}

.step-section-container {
  width: var(--71-25\<deleted\|variable-51d5b106-a273-69cf-37e1-e3cc0c3e2329\>);
  max-width: var(--71-25\<deleted\|variable-51d5b106-a273-69cf-37e1-e3cc0c3e2329\>);
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-main {
  z-index: 9999;
  background-color: var(--colors--blue-dark);
  font-family: var(--fonts--font-body-poppins);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: stretch stretch;
}

.question-container {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: var(--colors--white);
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 52em;
  height: 100%;
  padding-top: .35em;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  box-shadow: 0 1px 3px 1px #0003;
}

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

.h3--large {
  color: #1d4266;
  text-align: center;
  letter-spacing: .0115em;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.h3--large.is--section {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--blue-dark);
  font-size: var(--font-size-headings--h6);
  line-height: var(--font-size-text--large);
  text-align: left;
  letter-spacing: var(--letterspacing--ls-small);
  margin-top: 0;
  margin-bottom: .55em;
  font-weight: 600;
}

.h3--large.is--section.is--reference-section {
  font-size: var(--font-size-headings--h6);
  text-align: center;
  margin-bottom: 1em;
  font-weight: 600;
}

.h3--large.is--section.is--white {
  color: var(--colors--white);
  font-size: var(--font-size-headings--h6);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .55em;
  padding-bottom: 0;
}

.step_section__icon {
  clear: none;
  align-self: flex-start;
  width: 54px;
  height: 54px;
  padding-left: .55em;
  position: static;
  bottom: 12px;
  right: 148px;
}

.h1-hero {
  text-align: center;
}

.hero-flex-item {
  flex-flow: column wrap;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 50vw;
  padding: 2em 1em;
}

.hero-flex-item.is--w-medium {
  width: var(--38-75\<deleted\|variable-f3ab27fd-29ec-8faa-a57a-421414b02d87\>);
}

.h2-hero {
  text-align: center;
  margin-bottom: .75em;
  font-weight: 400;
}

.h2-hero.is--section {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--blue-dark);
  text-align: center;
  letter-spacing: var(--letterspacing--ls-small);
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0;
  font-size: 2em;
  font-weight: 800;
  line-height: 1.2em;
}

.h2-hero.is--section.is--left {
  text-align: left;
  width: 100%;
  display: block;
}

.h2-hero.is--section.is--left.is--mobile {
  display: none;
}

.step-section {
  background-color: #f5fafe;
  padding-top: 3em;
  padding-bottom: 4.5em;
}

.question-icon {
  width: 3rem;
}

.question-grid-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.nav-item {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 100%;
  padding: .75em 0;
  display: flex;
}

.nav-item:hover {
  background-color: #0000;
}

.step-grid-item {
  background-color: #1d4266;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: center;
  width: 22em;
  height: 26em;
  display: grid;
}

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

.question-grid-item {
  text-decoration: none;
  transition: opacity .5s cubic-bezier(.55, .055, .675, .19);
}

.question-grid-item:hover {
  color: #f9fafb;
  background-color: #f9fafb;
  border-radius: 12px;
  transform: translate(0, -6px);
}

.custom-code-step {
  text-align: center;
}

.intro-flex-container {
  grid-column-gap: var(--font-size-headings--h6);
  grid-row-gap: var(--font-size-headings--h6);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.p-hero {
  font-size: 1.158rem;
  line-height: var(--font-size-text--large);
  background-image: url('../images/arrow-right-solid-red.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 21px;
  margin-bottom: .75em;
  padding-left: 1.55em;
}

.p-hero.is--check {
  background-image: url('../images/check-solid-green.svg');
  background-position: 0 10%;
}

.load-more-img-grid-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.load-more-img-grid-content.is--grid-small {
  grid-template-columns: 1fr 1fr;
  width: 720px;
  display: none;
}

.intro-container {
  max-width: var(--747\<deleted\|variable-6da3328e-fe4d-9fac-6ee4-94cd8672c78d\>);
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-image: linear-gradient(#1d426608, #0000 50%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 100%;
  padding: 1em 2em 1.5em;
  display: flex;
}

.reference-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--colors--blue-nice);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  display: none;
}

.reference-container {
  width: var(--71-25\<deleted\|variable-51d5b106-a273-69cf-37e1-e3cc0c3e2329\>);
  max-width: var(--71-25\<deleted\|variable-51d5b106-a273-69cf-37e1-e3cc0c3e2329\>);
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#7aabd378, #fff0), url('../images/mauer-weiss-bg-tiny-comp-1920.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
}

.workflow-container {
  width: var(--54-0\<deleted\|variable-e2402f42-26bb-72a9-5220-1d600cfb18cd\>);
  max-width: var(--54-0\<deleted\|variable-e2402f42-26bb-72a9-5220-1d600cfb18cd\>);
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.load-more-flex-item {
  align-self: center;
  width: 100%;
  margin-top: -4rem;
  margin-bottom: 1em;
}

.item-flex-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px solid var(--colors--orange);
  background-color: var(--colors--orange);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: .55em 1.5em;
  display: flex;
  box-shadow: 0 1px 1px 1px #0000000d;
}

.h5-partner {
  color: #a1a4b3;
  text-align: center;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .35em;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .75rem;
  line-height: 1rem;
}

.h5-partner.is--opacity {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--blue-gray-text);
  font-size: var(--font-size-text--xsmall);
  line-height: var(--font-size-text--large);
  letter-spacing: var(--letterspacing--ls-small);
  padding-top: 0;
  font-weight: 700;
}

.intro-image-verified {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 110px;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 1px 3px 1px #0003;
}

.p-section {
  font-size: var(--font-size-text--medium);
  line-height: var(--font-size-text--large);
  text-align: center;
}

.p-section.is--section {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--blue-dark);
  font-size: var(--font-size-text--medium);
  line-height: var(--1-35\<deleted\|variable-61e6cce0-6487-06ad-0fdc-affa3ba236f1\>);
  text-align: center;
  letter-spacing: var(--letterspacing--ls-small);
  font-weight: 400;
}

.p-section.is--section.is--left, .p-section.is--section.is--left.is--team {
  text-align: justify;
}

.p-section.is--section.is--left.is--mobile-center {
  text-align: left;
}

.p-section.is--section.is--semi-bold {
  margin-bottom: 1em;
  font-weight: 600;
}

.p-section.is--section.is--semi-bold.is--no-margin {
  margin-bottom: 0;
  font-weight: 400;
}

.p-section.is--section.is--workflow-card-p {
  color: var(--colors--blue-dark);
  font-size: var(--font-size-text--regular);
  text-align: left;
}

.p-section.is--section.is--white {
  color: var(--colors--white);
}

.p-section.is--section.is--semi-bold, .p-section.is--section.is--intro-p-sbold {
  font-weight: 600;
}

.p-section.is--section.is--intro-p-sbold.is--intro-p-padidng {
  border: 1px solid var(--colors--blue-dark);
  border-radius: 6px;
  padding: .9em 1em 1em;
  font-weight: 400;
  box-shadow: 0 1px 3px 1px #0003;
}

.p-section.is--sub {
  max-width: var(--38-75\<deleted\|variable-f3ab27fd-29ec-8faa-a57a-421414b02d87\>);
  font-size: var(--font-size-text--regular);
  line-height: var(--font-size-text--large);
  text-align: justify;
  margin-bottom: 0;
}

.header-nav-link {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--nav-blue);
  font-size: var(--font-size-text--regular);
  line-height: var(--font-size-text--large);
  text-align: center;
  letter-spacing: var(--letterspacing--ls-small);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
}

.header-nav-link:hover {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-color: #58b4ff;
  -webkit-background-clip: text;
  background-clip: text;
}

.header-nav-link:visited {
  color: #c8d0df;
  text-decoration: none;
}

.header-nav-link.w--current {
  font-family: var(--fonts--font-body-poppins);
  font-size: var(--font-size-text--regular);
  line-height: var(--font-size-text--large);
  letter-spacing: var(--letterspacing--ls-small);
  align-self: flex-start;
  font-weight: 400;
}

.step-grid-content {
  width: 100%;
  margin-top: 0;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.step-grid-content.is--cutom-code-ctn {
  text-align: center;
  margin-top: 0;
  margin-bottom: 3.5em;
  padding-top: 0;
  padding-left: 2em;
  padding-right: 2em;
}

.partner-container {
  grid-column-gap: .35em;
  grid-row-gap: .35em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 46.67em;
  margin: 0 auto;
  display: flex;
}

.step-p {
  font-family: var(--fonts--font-body-poppins);
  color: #fff;
  text-align: center;
  padding-top: 1em;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.2em;
}

.step-p.is--light {
  color: var(--colors--white);
  font-size: var(--font-size-text--small);
  line-height: var(--font-size-text--large);
  letter-spacing: var(--letterspacing--ls-small);
  width: 100%;
  padding-top: 1.5em;
  font-weight: 300;
}

.collection-list-2 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-item-2 {
  width: 550px;
  height: 100%;
  box-shadow: 1px 1px 3px 1px #0000001a;
}

.review-section {
  background-image: linear-gradient(180deg, var(--colors--blue-light-ultra), var(--colors--white) 75%);
  padding-top: 1.5em;
  padding-bottom: 3em;
}

.review-container {
  max-width: var(--1280\<deleted\|variable-8c07a95f-cc32-69d4-d328-277db3f9de2c\>);
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.team-section {
  background-color: var(--colors--white);
  padding-top: 1em;
  padding-bottom: 4.5em;
}

.team-section-container {
  width: var(--54-0\<deleted\|variable-e2402f42-26bb-72a9-5220-1d600cfb18cd\>);
  max-width: var(--54-0\<deleted\|variable-e2402f42-26bb-72a9-5220-1d600cfb18cd\>);
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.team-img-content {
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  display: block;
}

.footer-main {
  background-color: var(--colors--blue-dark);
  padding-top: 2em;
  padding-bottom: 2em;
}

.footer-container {
  border-bottom: 1px solid #c8d0df;
}

.footer-container.is--footer-image-ctn {
  width: var(--71-25\<deleted\|variable-51d5b106-a273-69cf-37e1-e3cc0c3e2329\>);
  max-width: var(--71-25\<deleted\|variable-51d5b106-a273-69cf-37e1-e3cc0c3e2329\>);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: none;
  border-width: 1px 1px 0;
  border-color: black black var(--colors--white);
  flex-flow: column;
  display: flex;
}

.footer-link {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--white);
  letter-spacing: var(--letterspacing--ls-small);
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
}

.footer-link.is-footer-link-left {
  font-size: var(--font-size-text--regular);
  line-height: var(--font-size-text--large);
  cursor: pointer;
  align-self: center;
  margin-bottom: .25em;
  font-weight: 700;
}

.footer-link.is-footer-link-left:hover {
  color: var(--colors--nav-blue-accent);
}

.content-load-more {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70.5em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.load-more-btn {
  background-color: var(--colors--blue-light);
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--white);
  font-size: var(--font-size-text--regular);
  line-height: var(--font-size-text--large);
  text-align: center;
  letter-spacing: var(--letterspacing--ls-small);
  border-radius: 3px;
  padding: .75em 2em;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.load-more-img-content {
  opacity: 0;
  background-color: #0000;
  border-radius: 6px;
  width: 100%;
  padding: 2em;
  display: none;
}

.load-more-btn-close {
  background-color: var(--colors--blue-light);
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--white);
  font-size: var(--font-size-text--regular);
  line-height: var(--font-size-text--large);
  text-align: center;
  letter-spacing: var(--letterspacing--ls-small);
  border-radius: 3px;
  padding: .75em 2em;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.load-more-img-container-first {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.procedure-arrow-icon {
  color: #1d4266;
  text-align: right;
  font-size: 1.15rem;
  display: block;
  position: static;
}

.procedure-accordion {
  background-color: var(--colors--blue-light-ultra);
  cursor: auto;
  width: 100%;
  display: block;
  position: static;
  inset: 0%;
  overflow: visible;
}

.procedure-section {
  background-color: var(--colors--blue-light-ultra);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 38em;
  padding-top: 3em;
  padding-bottom: 4.5em;
  display: none;
}

.procedure-brand-p {
  opacity: 0;
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--blue-dark);
  font-size: var(--font-size-text--regular);
  line-height: var(--font-size-text--large);
  text-align: left;
  letter-spacing: var(--letterspacing--ls-small);
  font-weight: 300;
  overflow: visible;
}

.procedure-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 44em;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3em;
  display: flex;
  position: static;
}

.prodedure-flex-container {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.procedure-brand-img-second {
  width: 180px;
}

.procedure-droplist-down {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 540px;
  height: 0;
  padding: 1.5em 2em 2em;
  display: none;
  position: static;
  overflow: hidden;
  box-shadow: 0 1px 3px -1px #0003;
}

.procedure-accordion-button {
  cursor: pointer;
  background-color: #dfe5f0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 540px;
  height: 4.75em;
  padding: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.procedure-flex-content {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.procedure-flex-item {
  text-align: center;
  flex: 0 auto;
  justify-content: flex-end;
  width: 100%;
  margin-right: 1em;
  display: flex;
}

.procedure-flex-item.is--flex-item-icon {
  width: 50%;
  display: flex;
}

.procedure-flex-item.is--mobile {
  display: none;
}

.button {
  background-color: var(--colors--orange);
  color: var(--colors--white);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 3px;
  padding: .75em 2em;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
}

.button.prev-button {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--colors--blue-dark);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--colors--blue-dark);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--colors--blue-dark);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--colors--blue-dark);
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--blue-dark);
  font-size: var(--font-size-text--small);
  line-height: var(--1-35\<deleted\|variable-61e6cce0-6487-06ad-0fdc-affa3ba236f1\>);
  text-align: center;
  letter-spacing: var(--letterspacing--ls-small);
  text-transform: none;
  cursor: pointer;
  z-index: 9999;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: .35em 1em;
  font-weight: 400;
  transition-property: opacity;
  transition-duration: .35s;
  transition-timing-function: cubic-bezier(.23, .149, .58, 1);
}

.button.prev-button:hover {
  background-color: var(--colors--blue-dark);
  color: var(--colors--white);
}

.button.submit-button {
  background-color: var(--colors--green-light);
  letter-spacing: -.015em;
}

.button.is-navbar4-button {
  z-index: 1;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button.is-secondary {
  color: #fff;
  background-color: #2e5072;
  font-size: 1.25rem;
}

.button.is-secondary.is-small {
  background-color: #2e5072;
  font-size: 1rem;
}

.button.is-secondary.is-small.is-tertiary {
  background-color: #58b4ff;
}

.button.is-small {
  background-color: #f2a779;
  padding: .5rem 1.25rem;
}

.button.is-small.is-icon {
  font-size: 1rem;
}

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-tertiary {
  color: #fff;
  background-color: #58b4ff;
  border-color: #0000;
  font-size: 1.25rem;
}

.button.is-tertiary.is-small {
  font-size: 1rem;
}

.button.is-link {
  color: #1d4266;
  background-color: #0000;
  border: 1px solid #1d4266;
  padding: .5rem 1.25rem;
  line-height: 1.5;
  text-decoration: none;
}

.button.is-link.is-alternate {
  border-color: var(--colors--white);
  color: #fff;
  background-color: #0000;
  font-size: 1rem;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #1d4266;
  background-color: #fff;
  border-color: #1d4266;
  font-size: 1rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #f2a779;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  display: flex;
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button.is-header {
  letter-spacing: normal;
  cursor: pointer;
  transform-style: preserve-3d;
  padding: .75rem 1.5em;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.button.is-header:hover {
  transform: scale3d(1.004, 1, 1);
}

.button.cta_btn__section {
  padding-left: 2rem;
  padding-right: 2rem;
}

.button.cta_btn__section.btn_full_width {
  width: 100%;
}

.team-img-card-content {
  background-color: #1d4266;
  height: 120px;
  padding: 2em 2em 0;
  position: relative;
  top: -120px;
  overflow: visible;
}

.team-img-card-p--name {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--white);
  font-size: var(--font-size-text--medium);
  line-height: var(--font-size-text--medium);
  text-align: left;
  letter-spacing: var(--letterspacing--ls-small);
  margin-bottom: .35em;
  font-weight: 600;
}

.team-img-card-p--job {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--white);
  font-size: var(--font-size-text--small);
  line-height: var(--font-size-headings--h6);
  text-align: left;
  letter-spacing: .0115em;
  font-weight: 300;
}

.team-flex-img-item {
  width: 24em;
  max-height: 36em;
  box-shadow: 0 1px 3px 1px #0000001a;
}

.faq-section {
  background-color: var(--colors--white);
  color: #1d4266;
  padding-top: 3em;
  padding-bottom: 4.5em;
}

.faq-section-container {
  width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
  max-width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 48em;
  display: flex;
}

.content-box-item {
  background-color: var(--colors--white);
  border-radius: 12px;
  width: 610px;
  max-width: 610px;
  padding: 1.5em 2.5em;
  overflow: visible;
  box-shadow: 0 8px 12px 8px #55557c0f;
}

.icon-faq {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 1rem;
  line-height: 1.2em;
  position: static;
}

.content-box-item-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.faq-p {
  opacity: 0;
  color: var(--colors--blue-dark);
  font-size: var(--font-size-text--regular);
  line-height: var(--font-size-text--large);
  letter-spacing: var(--letterspacing--ls-small);
  flex-flow: column;
  width: 510px;
  max-width: 620px;
  height: 0;
  margin-bottom: 0;
  padding-top: .55em;
  font-weight: 400;
  display: none;
  overflow: hidden;
}

.content-box-answer {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.faq-content-box {
  justify-content: center;
  margin-bottom: 1.5em;
  display: flex;
}

.faq-link {
  font-family: var(--fonts--font-body-poppins);
  color: #1d4266;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  display: block;
}

.content-box-flex-item {
  justify-content: center;
  align-items: center;
}

.content-box-flex-item.is--cb-flex-item-icon {
  margin-left: auto;
}

.header-image-link.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 30vw;
  margin-top: .55em;
}

.content-heading.is--partner {
  margin-bottom: 0;
}

.content-heading.is--intro {
  padding-left: 1em;
  padding-right: 1em;
}

.content-heading.is--question {
  padding: .55em 1em;
}

.content-heading.is--description {
  width: 100%;
  padding-bottom: 0;
}

.content-heading.is--cta-section.is--cta-section-p {
  width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
  max-width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
}

.content-heading.is--cta-section.is--cta-section-card {
  border: 1px solid var(--colors--blue-dark);
  background-color: var(--colors--white);
  border-radius: 6px;
  width: 34em;
  max-width: none;
  padding: .5em .5em .7em;
  box-shadow: 0 1px 3px 1px #0003;
}

.content-heading.is--workflow {
  width: 100%;
}

.content-heading.is--workflow.is--workflow-card {
  background-color: var(--colors--white);
  border-radius: 12px;
  width: 42em;
  margin-top: 1em;
  margin-bottom: 0;
  padding-top: 1.5em;
  padding-bottom: 2em;
  padding-right: 1.5em;
  box-shadow: 0 1px 3px 1px #0003;
}

.content-heading.is--workflow.is--workflow-p {
  width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
  max-width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
}

.content-heading.is--workflow.is--cta-btn {
  margin-top: 1.5em;
}

.content-heading.is--procedure {
  width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
  max-width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
}

.content-heading.is--procedure.is--procedure-ctn-third {
  margin-top: 1.5em;
}

.content-heading.is--reference.is--ref-p {
  width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
  max-width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
}

.content-heading.is--step.is--step-grid {
  width: var(--71-25\<deleted\|variable-51d5b106-a273-69cf-37e1-e3cc0c3e2329\>);
  max-width: var(--71-25\<deleted\|variable-51d5b106-a273-69cf-37e1-e3cc0c3e2329\>);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-heading.is--step.is--cta-button {
  margin-top: 1.5em;
}

.content-heading.is--team.is--flex-h {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  align-items: center;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  display: flex;
}

.content-heading.is--team.is--team-content-list {
  border: 1px solid var(--colors--blue-dark);
  background-color: var(--colors--white);
  border-radius: 12px;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-bottom: 2.5em;
  padding-left: 2em;
  padding-right: 2em;
  box-shadow: 0 1px 3px 1px #0000000d;
}

.content-heading.is--team.is--team-p {
  width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
  max-width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
  margin-bottom: 0;
}

.content-heading.is--team.is--team-heading {
  margin-bottom: 1.5em;
}

.content-heading.is--faq {
  width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
  max-width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
}

.content-heading.is--footer {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.header-nav.bg--blue-light {
  background-color: var(--colors--blue-light);
  z-index: 9999;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 3.23em;
  display: block;
  box-shadow: 0 0 2px 2px #bbbbbb2e;
}

.description-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 70.5em;
  max-width: 70.5em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.description-section {
  border-top: 1px solid var(--colors--blue-light-ultra);
  background-color: var(--colors--blue-light-ultra);
  padding-top: 3.5em;
  padding-bottom: 0;
  display: block;
}

.description-section.is-blue-light-ultra {
  background-color: var(--colors--white);
  background-image: none;
  border-top-width: 0;
  padding-top: 3.5rem;
}

.intro-custom-code {
  width: 320px;
  margin-bottom: 0;
}

.intro-img-container {
  max-width: 320px;
}

.partner-flex-container {
  grid-column-gap: 3.5em;
  grid-row-gap: 3.5em;
  justify-content: center;
  align-items: center;
  margin-left: 3em;
  display: flex;
}

.intro-flex-item.is-cta-intro {
  margin-top: 1.5em;
}

.intro-flex-item.is--intro-p-last {
  background-color: var(--colors--white);
  margin-top: 1.25em;
}

.intro-flex-item.is--intro-img {
  margin-top: .55em;
}

.intro-img-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.intro-img-container.is--image-verfied {
  max-width: 220px;
  margin-top: -.55em;
}

.question-flex-container {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.question-flex-item.is--qeustion-p {
  width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
  max-width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
}

.h3--question {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--blue-dark);
  font-size: var(--font-size-text--regular);
  line-height: var(--font-size-text--large);
  letter-spacing: var(--letterspacing--ls-small);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.h3--question.is--white {
  color: var(--colors--white);
  font-size: var(--font-size-text--regular);
  text-transform: uppercase;
}

.h3--question.is--white:hover {
  color: var(--colors--white);
}

.description-grid-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.description-content-item {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.description-content-item.is--mobile {
  display: none;
}

.flex-item-wrapper {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 1em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.flex-item-wrapper.is--left {
  align-self: flex-start;
}

.flex-item-wrapper.is--cta-btn.is--cta-button {
  display: none;
}

.description-list-item {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--blue-dark);
  font-size: 1.05rem;
  line-height: var(--font-size-text--large);
  text-align: left;
  letter-spacing: var(--letterspacing--ls-small);
  background-image: url('../images/arrow-right-solid-green.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: .9rem;
  background-attachment: scroll;
  margin-bottom: .55em;
  padding-left: 1.5rem;
  font-weight: 600;
  list-style-type: none;
}

.description-list-item-second {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--blue-dark);
  font-size: var(--font-size-text--regular);
  line-height: var(--font-size-text--large);
  text-align: left;
  letter-spacing: var(--letterspacing--ls-small);
  background-image: url('../images/arrow-right-solid-green.svg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-bottom: 12px;
  padding-left: 26px;
}

.description-list-second {
  align-self: flex-start;
  margin-top: .55em;
}

.description-list {
  width: 100%;
  margin-top: .55em;
}

.list-item-bold {
  font-size: .955rem;
  font-weight: 600;
}

.main-beratung {
  background-color: var(--colors--blue-nice);
}

.form-container {
  background-color: #fdfeff;
  border-radius: 0 0 12px 12px;
  width: 54rem;
  padding: 1rem 2em 2em;
  box-shadow: 0 3px 3px 1px #0003;
}

.mstep_form___header {
  background-color: var(--colors--blue-dark);
  border-radius: 12px 12px 0 0;
  width: 54rem;
  padding-top: 2em;
  padding-bottom: .5rem;
}

.mstep_form__headline.mstep_form__headline--js {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--white);
  font-size: var(--font-size-headings--h3);
  line-height: var(--1-35\<deleted\|variable-61e6cce0-6487-06ad-0fdc-affa3ba236f1\>);
  text-align: center;
  letter-spacing: var(--letterspacing--ls-small);
}

.mstep_form__subheadline.mstep_form__subheadline--js {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--white);
  font-size: var(--font-size-text--medium);
  line-height: var(--1-35\<deleted\|variable-61e6cce0-6487-06ad-0fdc-affa3ba236f1\>);
  text-align: center;
  letter-spacing: var(--letterspacing--ls-small);
  font-weight: 400;
}

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

.step-active {
  width: 100%;
}

.content-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: .55em;
  margin-bottom: .55em;
  display: flex;
}

.question {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--blue-dark);
  font-size: 1.275rem;
  line-height: var(--1-35\<deleted\|variable-61e6cce0-6487-06ad-0fdc-affa3ba236f1\>);
  text-align: center;
  letter-spacing: var(--letterspacing--ls-small);
  padding-top: 1em;
  padding-bottom: .5rem;
  font-weight: 600;
}

.answers-wrapper {
  grid-column-gap: .55em;
  grid-row-gap: .55em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: block;
}

.answer-item {
  border: 1px solid var(--colors--blue-dark);
  background-color: var(--colors--white);
  cursor: pointer;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: .75em;
  padding: .75em 1.2em;
  display: flex;
}

.answer-item:hover {
  background-color: var(--colors--nav-blue);
  color: var(--colors--white);
}

.ms_form__answer.ms_form__answer--js {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.ms_form__answer-input {
  opacity: 0;
}

.radio-label {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--blue-dark);
  font-size: var(--font-size-text--regular);
  letter-spacing: var(--letterspacing--ls-small);
  align-self: center;
  font-weight: 600;
  line-height: 1.2;
}

.step {
  width: 100%;
  transition: opacity .35s;
}

.multi-step-form-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 3em;
  display: flex;
}

.button-container {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 2em;
  display: flex;
}

.button-container.is--prev-btn {
  z-index: 9999;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin: 0 auto 1.5em;
  display: flex;
}

.progress-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 2em 0;
}

.progress-percent {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--blue-light);
  text-align: center;
  letter-spacing: var(--letterspacing--ls-small);
  font-size: .95em;
  font-weight: 700;
  line-height: 1.5em;
}

.h3-step6 {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--blue-dark);
  text-align: center;
  letter-spacing: var(--letterspacing--ls-small);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25em;
}

.h4-step6 {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--green-light);
  letter-spacing: var(--letterspacing--ls-small);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25em;
}

.input-group {
  justify-content: center;
  align-items: center;
}

.input-group.is--agb {
  display: none;
}

.h3-step7 {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--blue-dark);
  text-align: center;
  letter-spacing: var(--letterspacing--ls-small);
  padding-top: 1rem;
  padding-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25em;
}

.input-label {
  display: none;
}

.input-field-container {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.input-field {
  font-family: var(--fonts--font-body-poppins);
  font-size: var(--font-size-text--regular);
  letter-spacing: var(--letterspacing--ls-small);
  border-radius: 4px;
  height: 54px;
  font-weight: 400;
  line-height: 1.25em;
  overflow: hidden;
}

.checkbox-field-container {
  margin-top: .25em;
}

.agb-label {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--blue-dark);
  letter-spacing: var(--letterspacing--ls-small);
  font-size: .7rem;
  font-weight: 400;
}

.data-p {
  font-family: var(--fonts--font-body-poppins);
  color: #196619;
  margin-bottom: 0;
  padding-top: .45em;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5em;
}

.image-14 {
  width: 12px;
}

.h1-sub {
  color: var(--colors--nav-blue-accent);
  font-size: var(--font-size-headings--h3);
  letter-spacing: var(--letterspacing--ls-small);
  font-weight: 600;
}

.h1-sub.is--green {
  color: var(--colors--green-light);
}

.form-icon-arrow {
  float: right;
  vertical-align: baseline;
  width: .875em;
}

.icon-container {
  flex: 1;
}

.agb-label-italic {
  font-size: .57rem;
}

.progress-content {
  margin-top: .35em;
}

.header-content {
  display: block;
}

.header-content-step7 {
  display: none;
}

.success-popup {
  background-color: #0000;
  padding: 1.25em 2.5em;
}

.popup-p {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--white);
  text-align: center;
  letter-spacing: var(--letterspacing--ls-small);
  font-size: .925rem;
  font-weight: 300;
  line-height: 1.25rem;
}

.popup-p.is-error-p {
  margin-top: .35rem;
  font-size: .9rem;
  font-weight: 600;
}

.close-button {
  background-color: var(--colors--green-light);
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--white);
  letter-spacing: var(--letterspacing--ls-small);
  cursor: pointer;
  border-radius: 6px;
  margin-top: 20px;
  padding: 10px 32px;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.25em;
}

.h2-form {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--white);
  text-align: center;
  font-size: 2.25rem;
  line-height: 1.25em;
}

.input-error-icon {
  z-index: 1000;
  width: 16px;
  display: none;
  position: absolute;
  inset: 33% 1rem 0% auto;
  overflow: hidden;
}

.input-check-icon {
  width: 16px;
  display: none;
  position: absolute;
  inset: 33% 1rem 0% auto;
}

.error-popup {
  opacity: 1;
  z-index: 1000;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 1.25em 1em;
  transition-property: opacity;
  transition-duration: .3s;
  transition-timing-function: ease;
  position: fixed;
  inset: 0%;
}

.review-flex-item {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.cta-section {
  background-color: var(--colors--blue-nice);
  padding-top: 3em;
  padding-bottom: 4.5em;
}

.cta-container {
  width: var(--54-0\<deleted\|variable-e2402f42-26bb-72a9-5220-1d600cfb18cd\>);
  max-width: var(--54-0\<deleted\|variable-e2402f42-26bb-72a9-5220-1d600cfb18cd\>);
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.workflow-list {
  padding-left: 0;
  list-style-type: none;
}

.workflow-list-item {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--blue-dark);
  background-image: url('../images/check-solid-green.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px;
  background-attachment: scroll;
  margin-bottom: 3px;
  padding-left: 26px;
  font-size: .95rem;
  line-height: 2em;
}

.workflow-list-item.is--semi-bold {
  margin-bottom: .75rem;
  padding-left: 1.5rem;
  font-size: 1.075rem;
  font-weight: 600;
  line-height: 1.5em;
}

.procedure-brand-img {
  width: 160px;
}

.reference-container {
  justify-content: flex-start;
  align-items: center;
}

.reference-container.container-small {
  padding-bottom: 3rem;
}

.team-content-list {
  text-align: left;
  margin-top: 1.5rem;
  padding-left: .5rem;
  list-style-type: none;
}

.team-content-list-item {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--blue-dark);
  letter-spacing: var(--letterspacing--ls-small);
  background-image: url('../images/check-solid-green.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-bottom: 3px;
  padding-left: 26px;
  font-size: .95rem;
  line-height: 2em;
}

.team-content-list-item.is--medium {
  font-size: var(--font-size-text--regular);
  background-position: 0%;
  background-size: 1rem;
  margin-top: 6px;
  font-weight: 500;
  line-height: 1.5rem;
}

.content-box-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h4-faq-question {
  color: var(--colors--blue-dark);
  font-size: var(--font-size-text--regular);
  text-align: left;
  letter-spacing: var(--letterspacing--ls-small);
  width: 100%;
  font-weight: 700;
  line-height: 1.2em;
}

.footer-flex-item {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: .05em;
  margin-bottom: 2em;
  display: flex;
}

.footer-flex-item.is--links {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
}

.footer-logo-img {
  width: 420px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.2em;
}

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

.h3-hero {
  font-size: var(--font-size-headings--h6);
  text-align: center;
  text-shadow: 0 1px #a1a4b380;
  width: 100%;
  margin-bottom: .35em;
  padding-top: .35em;
  font-weight: 700;
}

.nav-container {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: var(--colors--blue-light);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: block;
}

.h2-section {
  text-align: center;
  margin-bottom: 0;
}

.h2-section.is--left {
  text-align: left;
  align-self: flex-start;
}

.h2-section.is--mobile {
  display: none;
}

.h2-section.is--white {
  color: var(--colors--white);
}

.workflow-linkbox {
  color: var(--colors--green-light);
  text-decoration: none;
}

.workflow-linkbox:active, .workflow-linkbox:focus {
  text-decoration: none;
}

.workflow-card-p {
  width: 32.5em;
  max-width: 32.5em;
  margin-left: auto;
  margin-right: auto;
}

.collection-list-wrapper.container-medium {
  overflow: hidden;
}

.team-linkbox {
  text-decoration: none;
}

.nav-content {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: center;
  align-items: center;
  margin-top: .05em;
  display: flex;
}

.check-section {
  margin-bottom: 1.5em;
  padding-top: 1.5em;
}

.body {
  background-color: var(--colors--blue-nice);
}

.check-header {
  width: var(--54-0\<deleted\|variable-e2402f42-26bb-72a9-5220-1d600cfb18cd\>);
  background-color: var(--colors--blue-dark);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 1em .5em 1.2em;
}

.h1-check {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--white);
  font-size: var(--font-size-headings--h3);
  line-height: var(--1-35\<deleted\|variable-61e6cce0-6487-06ad-0fdc-affa3ba236f1\>);
  text-align: center;
  letter-spacing: var(--letterspacing--ls-small);
}

.text-span-2 {
  color: var(--colors--green-light);
  font-size: var(--font-size-headings--h4);
  line-height: var(--1-35\<deleted\|variable-61e6cce0-6487-06ad-0fdc-affa3ba236f1\>);
  letter-spacing: var(--letterspacing--ls-small);
  font-weight: 600;
}

.h2-check-subheader {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--white);
  font-size: var(--font-size-text--regular);
  line-height: var(--1-35\<deleted\|variable-61e6cce0-6487-06ad-0fdc-affa3ba236f1\>);
  text-align: center;
  letter-spacing: var(--letterspacing--ls-small);
  font-weight: 400;
}

.check-box-content {
  width: var(--54-0\<deleted\|variable-e2402f42-26bb-72a9-5220-1d600cfb18cd\>);
  background-color: #ffffff4d;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  height: 100vh;
  padding: 2em;
  box-shadow: 0 3px 3px 1px #0003;
}

.check-content-item {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.check-content-item.is--form-data {
  width: var(--38-75\<deleted\|variable-f3ab27fd-29ec-8faa-a57a-421414b02d87\>);
  border: 1px solid var(--colors--blue-dark);
  background-color: var(--colors--white);
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--blue-dark);
  font-size: var(--font-size-text--regular);
  line-height: var(--1-35\<deleted\|variable-61e6cce0-6487-06ad-0fdc-affa3ba236f1\>);
  letter-spacing: var(--letterspacing--ls-small);
  border-radius: 6px;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
}

.check-content-item.is--form-data {
  color: #1d4266;
  letter-spacing: .045em;
  background-color: #fff;
  border: 1px solid #1d4266;
  border-radius: 6px;
  width: 38.75em;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.35em;
}

.check-content-item.is--heading {
  width: 38.75em;
  margin-left: auto;
  margin-right: auto;
}

.check-content-item.is--button {
  margin-top: .5em;
}

.custom-code-check-icon {
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.check-content-flex-item {
  justify-content: center;
  align-items: center;
}

.h3-check {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--blue-dark);
  font-size: var(--font-size-headings--h3);
  line-height: var(--1-35\<deleted\|variable-61e6cce0-6487-06ad-0fdc-affa3ba236f1\>);
  text-align: center;
  letter-spacing: var(--letterspacing--ls-small);
  font-weight: 700;
}

.check-back-btn {
  background-color: var(--colors--blue-dark);
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--white);
  font-size: var(--font-size-text--regular);
  line-height: var(--1-35\<deleted\|variable-61e6cce0-6487-06ad-0fdc-affa3ba236f1\>);
  text-align: center;
  letter-spacing: var(--letterspacing--ls-small);
  cursor: pointer;
  border-radius: 3px;
}

.check-back-btn.w--current:hover {
  background-color: var(--colors--blue-dark);
  color: var(--colors--blue-nice);
}

.check-content-p {
  width: var(--22-0\<deleted\|variable-e83d34a1-1dea-cdd8-44d8-6de1fe6b601a\>);
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--blue-dark);
  font-size: var(--font-size-text--small);
  line-height: var(--1-35\<deleted\|variable-61e6cce0-6487-06ad-0fdc-affa3ba236f1\>);
  text-align: center;
  font-weight: 300;
}

.paragraph-7 {
  margin-bottom: 0;
  padding-top: .55em;
  padding-bottom: 1.5em;
}

.h1-datenschutz {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--white);
  font-size: var(--font-size-headings--h3);
  line-height: var(--font-size-text--large);
  text-align: center;
  letter-spacing: var(--letterspacing--ls-small);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .75em;
  padding-bottom: .75em;
  font-weight: 700;
}

.h2-content {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--blue-dark);
  font-size: var(--font-size-headings--h2);
  line-height: var(--font-size-text--large);
  letter-spacing: var(--letterspacing--ls-small);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: .35em;
  font-weight: 600;
}

.h3-content {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--blue-dark);
  font-size: var(--font-size-headings--h6);
  line-height: var(--font-size-text--large);
  letter-spacing: var(--letterspacing--ls-small);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: .35em;
  font-weight: 600;
}

.h3-content.is--impressum {
  font-size: var(--font-size-text--regular);
  padding-bottom: 0;
}

.p-content {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--blue-dark);
  font-size: var(--font-size-text--small);
  line-height: var(--font-size-text--large);
  margin-bottom: 0;
}

.content-heading {
  margin-bottom: 1.5em;
}

.content-heading.is--ds-subheader {
  background-color: var(--colors--blue-light);
}

.content {
  margin-bottom: 1.5em;
}

.content.is--btn {
  font-family: var(--fonts--font-body-poppins);
  font-size: var(--font-size-text--small);
  line-height: var(--1-35\<deleted\|variable-61e6cce0-6487-06ad-0fdc-affa3ba236f1\>);
  justify-content: center;
  width: 100%;
  height: 6em;
  margin-top: 1.5em;
  margin-bottom: 5.2em;
  display: flex;
}

.list {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.p-content-list-item {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--blue-dark);
  font-size: var(--font-size-text--small);
  line-height: var(--font-size-text--large);
  letter-spacing: var(--letterspacing--ls-small);
  margin-bottom: .55em;
}

.datenschutz-back-button {
  background-color: var(--colors--blue-dark);
  color: var(--colors--white);
  letter-spacing: var(--letterspacing--ls-small);
  border-radius: 3px;
}

.datenschutz-back-button.w--current {
  font-size: var(--font-size-text--small);
}

.p-footer--tele {
  font-family: var(--fonts--font-body-poppins);
  color: var(--colors--white);
  font-size: var(--font-size-text--regular);
  line-height: var(--1-35\<deleted\|variable-61e6cce0-6487-06ad-0fdc-affa3ba236f1\>);
  text-align: center;
  letter-spacing: var(--letterspacing--ls-small);
  margin-bottom: .35em;
}

.content-btn-container {
  margin-top: 3em;
}

.impressum-container {
  width: 100%;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
}

.hero-container {
  max-width: var(--54-0\<deleted\|variable-e2402f42-26bb-72a9-5220-1d600cfb18cd\>);
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #ffffff17;
  border-radius: 12px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: .5em 2em;
  display: flex;
  position: relative;
  box-shadow: 0 1px 3px 1px #80808033;
}

.image-hero {
  align-self: center;
  width: 200px;
  height: 90px;
  margin-top: 1em;
}

.image-header {
  width: 380px;
  height: 95px;
}

.image-15 {
  width: 550px;
  height: 550px;
}

.image__problem_bauarbeiter_b {
  width: 80vh;
  height: 100%;
}

.image-17, .image-18, .image-19, .image-20, .image-21, .image-22, .image-23, .image-24, .image-25, .image-26 {
  width: 550px;
  height: 450px;
}

.image-27, .image-28 {
  width: 600px;
  height: 600px;
}

.header-mobile {
  max-width: var(--1173\<deleted\|variable-63776ac2-7dc2-bd62-066e-2f32fb0170b9\>);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-height: 4.5em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.header-button {
  text-align: right;
  flex: 1;
}

.hero-image-absolute {
  width: auto;
  height: auto;
  position: relative;
  left: auto;
}

.hero-image-absolute.is--mobile {
  display: none;
}

.img-footer {
  border-radius: 12px;
  width: 160px;
  height: 100px;
  margin-bottom: 1em;
  box-shadow: 0 0 3px 2px #ffffff40;
}

.h5-footer {
  color: var(--colors--white);
  margin-bottom: .35em;
}

.partner-flex-item {
  width: 100%;
  margin-top: .35rem;
}

.partner-flex-item.is--partner-img-logo {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: -1rem;
  padding-bottom: .35rem;
  display: flex;
}

.flex-h-wrapper.is--bss {
  background-image: url('../images/partner-logo-bss-150-tparent.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 150px;
  height: 60px;
}

.flex-h-wrapper.is--izonil {
  background-image: url('../images/izonil-logo-transparent.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 60px;
}

.flex-h-wrapper.is--pbuilder {
  background-image: url('../images/partner-logo-professional-builer-150-tparent.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 60px;
}

.flex-h-wrapper.is--ifa {
  background-image: url('../images/partner-logo-IAF-150-tparent.png');
  background-position: 50%;
  background-size: auto;
  width: 150px;
  height: 60px;
}

.flex-h-wrapper.is--wta {
  background-image: url('../images/partner-logo-WTA-150-tparent.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 150px;
  height: 60px;
}

.cta_service_card_container {
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 1.1rem;
  padding: 1.5rem 2rem .5rem;
  display: flex;
  box-shadow: 0 3px 6px #2e5072bf;
}

.image-29 {
  width: 64px;
  height: 64px;
}

.verified-content {
  grid-column-gap: .55em;
  grid-row-gap: .55em;
  flex-flow: column;
  justify-content: center;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  display: flex;
}

.section {
  background-color: var(--colors--black);
  margin-top: 3.5em;
  margin-bottom: 4em;
}

.container {
  max-width: var(--1280\<deleted\|variable-8c07a95f-cc32-69d4-d328-277db3f9de2c\>);
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  flex-flow: row;
  grid-template: "Area Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-69 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
}

.hero-wrapper {
  background-color: #ffffff80;
}

.h2-sub {
  color: var(--colors--nav-blue-accent);
  font-family: Merriweather, serif;
  font-size: var(--font-size-headings--h3);
  background-image: url('../images/check-solid-green.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 36px;
  margin-left: 12px;
  padding-left: 46px;
  font-weight: 900;
}

.hero-flex-item-cta {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  margin-top: 2.55em;
  display: flex;
}

.hero-flex-item-img {
  align-self: flex-end;
  width: 50vw;
}

.hero-image.is--relative {
  width: 100%;
  height: 100%;
  position: relative;
  top: -47px;
}

.h2--sbold {
  font-weight: 600;
}

.style-item {
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #1d4266bd 40%, var(--colors--nav-blue-accent) 55%);
  z-index: 9999;
  width: 100%;
  height: 3px;
  max-height: 3px;
}

.style-item.is--small {
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #1d4266bd 10%, var(--colors--nav-blue-accent) 55%);
}

.div-block-72 {
  text-align: center;
  width: 100%;
}

.hero-image-large {
  width: 506px;
  height: 732px;
}

.hero-flex-item-check {
  margin-top: 1.5em;
}

.p-partner {
  color: var(--colors--blue-gray-text);
  font-size: var(--font-size-text--xsmall);
  text-align: center;
  font-weight: 700;
}

.p-partner.is--opacity {
  margin-bottom: .5rem;
}

.cta_service_card_p__span {
  color: var(--colors--green-light);
  background-image: url('../images/check-solid-green.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1rem;
  padding-left: 1.2rem;
  font-weight: 700;
}

.border {
  background-image: linear-gradient(180deg, var(--colors--nav-blue), var(--colors--blue-light-ultra) 25%);
  height: 1.5em;
}

.border.is--white {
  background-image: linear-gradient(180deg, var(--colors--blue-gray-text), var(--colors--white) 20%);
  margin-bottom: -2.5rem;
}

.border.is--blue {
  background-image: linear-gradient(180deg, var(--colors--nav-blue), var(--colors--blue-light-ultra) 25%);
}

.div-block-75 {
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.for--responisve {
  width: 100%;
}

.container-xxl-large {
  max-width: var(--1280\<deleted\|variable-8c07a95f-cc32-69d4-d328-277db3f9de2c\>);
  justify-content: center;
  width: 100vw;
}

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

.div-block-79 {
  display: flex;
}

.hero-flex-container {
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.container-2 {
  width: var(--1280\<deleted\|variable-8c07a95f-cc32-69d4-d328-277db3f9de2c\>);
  max-width: 100%;
}

.image-hero-logo {
  width: 120px;
  height: 120px;
}

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

.image-32 {
  justify-content: center;
  width: 250px;
  height: 250px;
  margin-bottom: 6em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-80 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.hero-headings {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-81 {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.google-tag-manager {
  display: none;
}

.permanent-landscape-notification {
  color: var(--colors--white);
  text-align: center;
  z-index: 1000;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.navbar4_component {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar4_container {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.navbar4_wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.navbar4_menu {
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  padding-left: 5%;
  padding-right: 5%;
  transition: height .5s;
  display: flex;
  position: absolute;
  overflow: auto;
}

.navbar4_menu-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: -4.5rem;
  display: flex;
}

.navbar4_link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: 0;
  padding: .5rem 0;
  font-size: 24px;
  display: inline-block;
  position: static;
}

.navbar4_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar4_menu-dropdown {
  margin-left: 0;
  font-size: 24px;
}

.navbar4_dropdown-toggle {
  grid-column-gap: 1rem;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .5rem 0;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.dropdown-chevron.is-navbar4 {
  width: 1.5rem;
  height: 1.5rem;
}

.navbar4_dropdown-list {
  position: static;
  overflow: hidden;
}

.navbar4_dropdown-list.w--open {
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  position: static;
}

.navbar4_dropdown-link {
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: 1.5rem;
  padding: .5rem 0;
  font-size: 24px;
}

.navbar4_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar4_menu-button {
  padding: 0;
}

.navbar4_menu-button.w--open {
  background-color: #0000;
}

.menu-icon4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.menu-icon4_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-icon4_line-top {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.menu-icon4_line-middle {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.menu-icon_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  inset: 0;
}

.menu-icon_line-middle-base {
  background-color: #000;
  width: 24px;
  height: 2px;
  position: absolute;
}

.menu-icon4_line-bottom {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 24px;
  height: 2px;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

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

.container-large.margin-top {
  margin-left: auto;
  margin-right: auto;
}

.rl-styleguide_nav {
  z-index: 1000;
  background-color: #f5fafe;
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: #a1a4b3;
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  color: #1d4266;
  background-color: #fff;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.benefits_content_text.margin-small, .benefits_content_text.margin-0, .benefits_content_text.margin-tiny, .benefits_content_text.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.benefits_content_text.margin-xxsmall.is--team {
  margin-top: .5rem;
}

.benefits_content_text.margin-xsmall {
  margin: 0 0 .5rem;
}

.benefits_content_text.margin-medium, .benefits_content_text.margin-large, .benefits_content_text.margin-xlarge, .benefits_content_text.margin-xxlarge, .benefits_content_text.margin-huge, .benefits_content_text.margin-xhuge, .benefits_content_text.margin-xxhuge, .benefits_content_text.margin-custom1, .benefits_content_text.margin-custom2, .benefits_content_text.margin-custom3, .benefits_content_text.margin-small, .benefits_content_text.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.image {
  background-color: #1d4266;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

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

.rl-styleguide_heading {
  z-index: 4;
  color: #1d4266;
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
}

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

.rl-styleguide_subheading {
  z-index: 3;
  color: #fff;
  background-color: #1d4266;
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.rl-styleguide_subheading-small {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

.rl-styleguide_label.unused {
  text-decoration: line-through;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.heading-style-h5.is--white {
  color: var(--colors--white);
  text-align: center;
}

.heading-style-h5.text-color-white.text-align-center {
  font-size: 1.25rem;
}

.heading-style-h1--mobile {
  font-size: 2.5em;
}

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

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

.heading-style-h4--mobile {
  font-size: 1.5rem;
  line-height: 1.4;
}

.heading-style-h5--mobile {
  font-size: 1.25rem;
  line-height: 1.4;
}

.heading-style-h6--mobile {
  font-size: 1.125rem;
  line-height: 1.4;
}

.hero_list_problem_item_p {
  white-space: nowrap;
  word-break: normal;
  background-image: url('../images/arrow-right-solid-red.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1rem;
  width: 100%;
  margin-bottom: .55rem;
  padding-left: 1.75rem;
  font-size: 1.255rem;
}

.hero_list_problem_item_p.is-hero {
  background-image: none;
  margin-bottom: .35rem;
  padding-left: .5rem;
  font-size: 1.25rem;
}

.hero_list_problem_item_p.is-hero.is--twolines {
  background-position: 0 10%;
}

.hero_list_value_item_p {
  white-space: nowrap;
  word-break: normal;
  background-image: url('../images/check-solid-green.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1.2rem;
  margin-bottom: .55em;
  padding-left: 1.75rem;
  font-size: 1.255rem;
}

.hero_list_value_item_p.is--hero {
  white-space: normal;
  background-image: none;
  margin-bottom: .35rem;
  padding-left: .5rem;
  font-size: 1.25rem;
}

.hero_list_value_item_p.is--hero.is--twolines {
  background-position: 0 10%;
}

.text-size-large {
  font-size: 1.25rem;
}

.text-size-large.text-weight-semibold {
  background-image: url('../images/arrow-right-solid-red.svg');
  background-position: 6%;
  background-repeat: no-repeat;
  background-size: 16px;
}

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

.text-size-medium.text-size-large.text-weight-semibold {
  background-image: url('../images/arrow-right-solid-red.svg');
  background-position: 6%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.text-size-medium.is--text-justify {
  text-align: left;
}

.text-size-regular {
  font-size: 1rem;
}

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

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

.text-weight-xbold {
  font-weight: 800;
}

.text-weight-xbold.unused {
  text-decoration: line-through;
}

.text-weight-bold {
  font-weight: 700;
}

.text-weight-semibold {
  font-size: 2em;
  font-weight: 600;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-medium.unused {
  text-decoration: line-through;
}

.text-weight-normal {
  font-weight: 400;
}

.text-weight-light {
  font-weight: 300;
}

.text-weight-light.unused {
  text-decoration: line-through;
}

.text-style-italic {
  font-style: italic;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-style-quote {
  border-left: .1875rem solid #1d4266;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-link {
  color: #1d4266;
  text-decoration: underline;
}

.text-style-muted {
  opacity: .6;
}

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

.text-align-right {
  text-align: right;
}

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.background-color-black {
  background-color: #000;
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.background-color-white, .background-color-primary {
  background-color: #fff;
}

.background-color-secondary {
  background-color: #1d4266;
}

.background-color-tertiary {
  background-color: #2e5072;
}

.background-color-alternative--ultra {
  background-color: #f5fafe;
}

.background-color-alternative--soft {
  background-color: #eef7fa;
}

.background-color-success-light {
  background-color: #ecfdf3;
}

.background-color-error-light {
  background-color: #fef3f2;
}

.text-color-white {
  color: #fff;
  background-color: #1d4266;
}

.text-color-black {
  color: #000;
}

.text-color-primary {
  color: #1d4266;
}

.text-color-secondary {
  color: #2e5072;
}

.text-color-alternate {
  color: #58b4ff;
  background-color: #eef7fa;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_button-list.background-color-black {
  background-color: #1d4266;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.hero_cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.hero_cta.is-center {
  justify-content: center;
}

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

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_input {
  color: #1d4266;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  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;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: none;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form_checkbox-icon {
  cursor: pointer;
  border: 1px solid #666;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #1d4266;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form_radio-icon {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #1d4266;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #222;
  margin-top: 0;
}

.form_radio-label {
  margin-bottom: 0;
}

.form_message-success-wrapper {
  padding: 0;
}

.form_message-success {
  color: #fff;
  background-color: #eef7fa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-error {
  color: #027a48;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-height-xxsmall {
  height: 1rem;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-medium {
  height: 3rem;
}

.icon-height-large {
  height: 5rem;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.icon__cta_steps_card {
  width: 2.5rem;
  height: 2.5rem;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

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

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

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-embed-medium.is--download {
  color: #37cf8d;
  width: 2rem;
}

.icon-embed-medium.is--check {
  color: var(--colors--green-light);
}

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #1d4266;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.container-small.flex-block-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  height: 4rem;
  display: flex;
}

.container-medium {
  align-items: center;
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-styleguide_spacing {
  border: 1px dashed #000;
}

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

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

.max-width-full {
  width: 100%;
  max-width: none;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

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

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-medium.align-center.is--medium-large {
  max-width: 40rem;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.padding-bottom, .padding-bottom.padding-0, .padding-bottom.padding-tiny, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xsmall, .padding-bottom.padding-small, .padding-bottom.padding-medium, .padding-bottom.padding-large, .padding-bottom.padding-xlarge, .padding-bottom.padding-xxlarge, .padding-bottom.padding-huge, .padding-bottom.padding-xhuge, .padding-bottom.padding-xxhuge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

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

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

.padding-top, .padding-top.padding-0, .padding-top.padding-tiny, .padding-top.padding-xxsmall, .padding-top.padding-xsmall, .padding-top.padding-small, .padding-top.padding-medium, .padding-top.padding-large, .padding-top.padding-xlarge, .padding-top.padding-xxlarge, .padding-top.padding-huge, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-custom1, .padding-top.padding-custom2, .padding-top.padding-custom3 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-tiny, .padding-vertical.padding-xxsmall, .padding-vertical.padding-xsmall, .padding-vertical.padding-small, .padding-vertical.padding-medium, .padding-vertical.padding-large, .padding-vertical.padding-xlarge, .padding-vertical.padding-xxlarge, .padding-vertical.padding-huge, .padding-vertical.padding-xhuge, .padding-vertical.padding-xxhuge, .padding-vertical.padding-custom1, .padding-vertical.padding-custom2, .padding-vertical.padding-custom3 {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-0, .padding-horizontal.padding-tiny, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-small, .padding-horizontal.padding-medium, .padding-horizontal.padding-large, .padding-horizontal.padding-xlarge, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-huge, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-custom2, .padding-horizontal.padding-custom3 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-left, .padding-left.padding-0, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-xsmall, .padding-left.padding-small, .padding-left.padding-medium, .padding-left.padding-large, .padding-left.padding-xlarge, .padding-left.padding-xxlarge, .padding-left.padding-huge, .padding-left.padding-xhuge, .padding-left.padding-xxhuge, .padding-left.padding-custom1, .padding-left.padding-custom2, .padding-left.padding-custom3 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-0, .padding-right.padding-tiny, .padding-right.padding-xxsmall, .padding-right.padding-xsmall, .padding-right.padding-small, .padding-right.padding-medium, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-xxlarge, .padding-right.padding-huge, .padding-right.padding-xhuge, .padding-right.padding-xxhuge, .padding-right.padding-custom1, .padding-right.padding-custom2, .padding-right.padding-custom3 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-0, .margin-top.margin-tiny, .margin-top.margin-xxsmall, .margin-top.margin-xsmall, .margin-top.margin-small, .margin-top.margin-medium, .margin-top.margin-large, .margin-top.margin-xlarge, .margin-top.margin-xxlarge, .margin-top.margin-huge, .margin-top.margin-xhuge, .margin-top.margin-xxhuge, .margin-top.margin-custom1, .margin-top.margin-custom2, .margin-top.margin-custom3 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical, .margin-vertical.margin-0, .margin-vertical.margin-tiny, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xsmall, .margin-vertical.margin-small, .margin-vertical.margin-medium, .margin-vertical.margin-large, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-xhuge, .margin-vertical.margin-xxhuge, .margin-vertical.margin-custom1, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-0, .margin-horizontal.margin-tiny, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-small, .margin-horizontal.margin-medium, .margin-horizontal.margin-large, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-xxhuge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-custom2, .margin-horizontal.margin-custom3 {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-left, .margin-left.margin-0, .margin-left.margin-tiny, .margin-left.margin-xxsmall, .margin-left.margin-xsmall, .margin-left.margin-small, .margin-left.margin-medium, .margin-left.margin-large, .margin-left.margin-xlarge, .margin-left.margin-xxlarge, .margin-left.margin-huge, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-custom3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-0, .margin-right.margin-tiny, .margin-right.margin-xxsmall, .margin-right.margin-xsmall, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-large, .margin-right.margin-xlarge, .margin-right.margin-xxlarge, .margin-right.margin-huge, .margin-right.margin-xhuge, .margin-right.margin-xxhuge, .margin-right.margin-custom1, .margin-right.margin-custom2, .margin-right.margin-custom3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-0 {
  margin: 0;
}

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-large.is--flex-center {
  justify-content: center;
  padding-bottom: 2rem;
  display: flex;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.rl-styleguide_spacing-all, .hide {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

.pointer-events-auto {
  pointer-events: auto;
}

.pointer-events-none {
  pointer-events: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.margin-top-auto {
  margin-top: auto;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: #1d4266;
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.header_main, .header_wrapper.is-subpage {
  background-color: var(--colors--blue-dark);
}

.header_container {
  justify-content: space-around;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.header_logo {
  flex: 1;
}

.header_logo.hide-tablet {
  padding-top: .55rem;
}

.logo_link.w--current {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -1.5rem;
  display: flex;
  position: static;
}

.logo_image {
  flex: none;
  align-self: center;
  width: 68px;
}

.header_cta.hide-tablet {
  margin-right: 1rem;
}

.header_cta.hide-tablet.is-section-btn {
  cursor: pointer;
  transform-style: preserve-3d;
  margin-right: 0;
}

.header_cta.hide-tablet.is-section-btn:hover {
  transform: scale3d(1.004, 1, 1);
}

.navbar_mobile_component {
  background-color: #0000;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
}

.navbar_mobile_menu_button {
  padding: 0;
}

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

.navbar_mobile_menu_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
}

.navbar_mobile_icon_lines {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar_mobile_icon_line__top {
  background-color: #fff;
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.navbar_mobile_icon_line__middle {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.navbar_mobile_icon_line_middle__top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  inset: 0;
}

.navbar_mobile_icon_line_middle__mid {
  background-color: #fff;
  width: 24px;
  height: 2px;
  position: absolute;
}

.navbar_mobile_icon_line__bottom {
  background-color: #fff;
  width: 24px;
  height: 2px;
}

.navbar_mobile_menu {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  transition: height .5s;
  position: absolute;
  inset: auto;
  overflow: auto;
}

.navbar_link__mobile {
  color: #1d4266;
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: 0;
  padding: .5rem 0;
  font-size: 24px;
  display: inline-block;
  position: static;
}

.navbar_link__mobile.w--current {
  color: #000;
}

.navbar_component_v1_mobile_logo_image {
  width: 350px;
  height: 80px;
}

.navbar_desktop {
  z-index: 9999;
  background-color: #2e5072;
  padding-top: .25rem;
  position: sticky;
  top: 0;
  left: auto;
  right: auto;
}

.navbar_desktop_component {
  background-color: #2e5072;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar_desktop_component.container-medium {
  min-height: 3rem;
}

.navbar_desktop_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar_desktop_menu.is-page-height-tablet {
  width: 100%;
}

.navbar_link {
  color: var(--colors--grey-blue-light);
  text-align: center;
  min-width: 5rem;
  padding: .5rem 1rem;
  font-size: 1.13rem;
}

.navbar_link:hover {
  color: var(--colors--nav-blue-accent);
}

.navbar_link.w--current {
  color: var(--colors--nav-blue-accent);
  font-size: 1.13rem;
}

.style_component {
  background-color: #fff;
  background-image: linear-gradient(103deg, #58b4ff80 80%, #ffffff40);
  height: .215rem;
  display: none;
}

.style_component.hide-tablet {
  display: block;
}

.section__hero {
  background-image: linear-gradient(#58b4ff26 25%, #ffffffa6), url('../images/mauer-weiss-bg-tiny-comp-1024.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-bottom: 1.5rem;
}

.hero_content__logo {
  margin-bottom: -4rem;
}

.hero_logo_wrapper {
  width: 9.375rem;
  height: 9.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .5rem;
  padding-right: .9rem;
}

.hero_logo_image {
  width: 150px;
  height: 150px;
}

.p-subheading {
  font-size: 1.75rem;
}

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

.subheading-semibold.is-check-icon {
  color: #58b4ff;
  font-size: var(--font-size-headings--h3);
}

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

.hero_content_box__left {
  width: 100%;
  max-width: 38rem;
  margin-bottom: auto;
  margin-right: -3.5rem;
  padding-top: 1rem;
  padding-left: 6rem;
}

.hero_cta_button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #f2a779;
  border-radius: 6px;
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
}

.hero_cta_button:hover {
  color: #fff;
  transform: scale3d(1.004, 1, 1);
}

.hero_cta_image_container {
  width: 100%;
  margin-top: .75em;
  margin-left: auto;
  margin-right: auto;
}

.hero_cta_image_wrapper {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}

.hero_content_box__right.hide-mobile-landscape {
  flex: none;
  align-self: flex-end;
  margin-right: -1rem;
}

.hero_image__bauarbeiter {
  aspect-ratio: auto;
  object-fit: cover;
  width: 400px;
}

.section__partner_brands.hide-mobile-landscape {
  align-self: flex-end;
}

.section__cta_service {
  background-color: var(--colors--blue-light-ultra);
  background-image: linear-gradient(180deg, var(--colors--blue-light-ultra), white 50%);
}

.cta_service_content_wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 6rem;
  display: flex;
}

.hero_h2 {
  font-size: var(--font-size-headings--h4);
  text-align: center;
  flex: 0 auto;
  font-weight: 400;
}

.hero_h2.is-hero {
  font-weight: 400;
}

.section__reviews {
  background-image: linear-gradient(180deg, var(--colors--blue-light-ultra), white 50%);
}

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

.text-size-medium-2 {
  font-size: 1.125rem;
}

.testimonial18_component {
  column-count: 3;
  column-gap: 2rem;
}

.testimonial18_card {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem;
  display: inline-block;
}

.testimonial18_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial18_rating-icon {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial18_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial18_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.div-block-82 {
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section__probem.bg_blue {
  background-color: var(--colors--blue-light-ultra);
}

.problem_content_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.problem_content__left {
  align-self: flex-end;
  margin-bottom: -5rem;
}

.problem_content__left.problem_content__left_mobile {
  display: flex;
}

.image__problem_bauarbeiter_a {
  width: 60vh;
  height: 100%;
}

.problem_content__right {
  width: 100%;
  max-width: 32rem;
}

.p__problem {
  font-size: 1.125rem;
}

.p__problem.p_problem_bold {
  margin-bottom: 1.35em;
  font-size: 1.175rem;
  font-weight: 700;
  line-height: 1.4;
}

.problem_content__list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: grid;
}

.problem_content_list_wrapper {
  display: flex;
}

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

.heading-3 {
  display: none;
}

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

.section_timeline6 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
}

.timeline-6-instructions-delete {
  z-index: 1;
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  text-align: left;
  padding: 2rem;
  position: relative;
}

.text-size-medium-4 {
  font-size: 1.125rem;
}

.timeline1_instructions-list {
  padding-left: 1.25rem;
}

.timeline1_instructions-list-item {
  padding-left: .5rem;
}

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

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

.button-4 {
  background-color: var(--colors--orange);
  color: var(--colors--white);
  letter-spacing: -.035em;
  text-transform: uppercase;
  border-radius: 3px;
  padding: .75em 2em;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
}

.button-4.is-secondary {
  color: #fff;
  background-color: #2e5072;
  font-size: 1.25rem;
}

.button-4.is-link {
  color: #1d4266;
  background-color: #0000;
  border: 1px solid #1d4266;
  padding: .5rem 1.25rem;
  line-height: 1.5;
  text-decoration: none;
}

.button-4.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #1d4266;
  background-color: #fff;
  border-color: #1d4266;
  font-size: 1rem;
}

.timeline6_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  max-width: 48rem;
  display: grid;
}

.timeline6_progress {
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: relative;
}

.timeline6_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--\<unknown\|relume-variable-background-color-1\>), #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.timeline6_progress-line {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.timeline6_line {
  background-color: var(--\<unknown\|relume-variable-color-neutral-4\>);
  width: 3px;
  height: 100%;
}

.timeline6_fade-overlay-bottom {
  z-index: 0;
  background-image: linear-gradient(180deg, #fff0, var(--\<unknown\|relume-variable-background-color-1\>));
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.timeline6_progress-line-cover {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.timeline6_content-right {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline6_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.timeline6_circle-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 2rem;
  height: 100%;
  margin-left: -2rem;
  display: flex;
  position: absolute;
}

.timeline6_circle {
  z-index: 2;
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  box-shadow: 0 0 0 8px var(--\<unknown\|relume-variable-background-color-1\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 3rem;
}

.timeline6_item {
  z-index: 2;
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  margin-left: 3rem;
  padding: 2rem;
  display: flex;
}

.section__benefits {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.layout486_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.layout486_content-left {
  align-items: flex-start;
  height: 14rem;
  display: flex;
  position: sticky;
  top: 20%;
  overflow: hidden;
}

.layout486_number {
  font-size: 14rem;
  font-weight: 700;
  line-height: 1;
}

.layout486_number.show-mobile-landscape {
  display: none;
}

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

.layout486_content-right {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: -1rem;
  display: grid;
}

.layout486_content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.layout486_progress-wrapper {
  background-color: var(--\<unknown\|relume-variable-color-neutral-4\>);
  width: 100%;
  height: 2px;
  margin-bottom: 0;
}

.layout486_progress-bar {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 2rem;
  height: 2px;
}

.text-size-medium-5 {
  font-size: 1.125rem;
}

.button-5 {
  background-color: var(--colors--orange);
  color: var(--colors--white);
  letter-spacing: -.035em;
  text-transform: uppercase;
  border-radius: 3px;
  padding: .75em 2em;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
}

.button-5.is-secondary {
  color: #fff;
  background-color: #2e5072;
  font-size: 1.25rem;
}

.button-5.is-link {
  color: #1d4266;
  background-color: #0000;
  border: 1px solid #1d4266;
  padding: .5rem 1.25rem;
  line-height: 1.5;
  text-decoration: none;
}

.button-5.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #1d4266;
  background-color: #fff;
  border-color: #1d4266;
  font-size: 1rem;
}

.benefits_content_heading, .heading-6, .heading-7, .heading-8, .heading-9 {
  font-size: var(--font-size-headings--h3);
}

.section__references {
  background-image: linear-gradient(180deg, var(--colors--blue-light-ultra), #fdfeff 50%, white);
}

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

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

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

.gallery2_lightbox-link {
  width: 100%;
  height: 100%;
}

.gallery2_image-wrapper {
  width: 100%;
}

.gallery2_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image_ref {
  width: 400px;
}

.cta_steps_card_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cta_steps_card {
  border: 1px solid var(--colors--blue-dark);
  background-color: var(--colors--blue-dark);
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  height: 100%;
  max-height: 25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta_steps_card_wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  display: flex;
}

.section__cta_steps {
  background-color: var(--colors--blue-light-ultra);
}

.p-white {
  color: var(--colors--white);
}

.card-row4_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.card-row4_card {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-row4_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.card-row4_image {
  width: 15rem;
  box-shadow: 0 1px 3px 1px #0003;
}

.card-row4_card-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15rem;
  margin-top: -6rem;
  padding: 0 4rem;
  display: flex;
}

.card-row4_card-content-top {
  background-color: var(--colors--blue-dark);
  z-index: 1000;
  width: 15rem;
  padding: .5rem 1rem;
}

.team2_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.team2_item {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.team2_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.team2_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team2_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: center;
  margin-top: 1.5rem;
  display: grid;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.is--white {
  color: var(--colors--white);
  font-size: var(--font-size-text--xsmall);
}

.h3-team {
  color: var(--colors--white);
  font-size: var(--font-size-text--regular);
}

.text-algin-justify {
  text-align: justify;
}

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

.faq_content__component {
  margin-top: 3rem;
}

.faq4_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq4_accordion {
  background-color: var(--colors--white);
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  box-shadow: 0 6px 12px -3px #0003;
}

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

.faq4_icon-wrappper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq4_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.section__cert {
  background-color: var(--colors--blue-light-ultra);
}

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

.layout237_component {
  flex-flow: column;
  align-items: center;
  display: flex;
}

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

.layout237_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  background-color: var(--colors--white);
  border-radius: 12px;
  grid-template-columns: 1fr;
  grid-template-areas: ". Area";
  grid-auto-columns: 1fr;
  place-items: start center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: grid;
  box-shadow: 0 1px 3px 1px #0003;
}

.layout237_item {
  border: 1px solid var(--colors--blue-dark);
  background-color: var(--colors--white);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 20rem;
  padding-top: 2rem;
  display: flex;
}

.p-zertifikat-link {
  font-size: var(--font-size-text--small);
}

.link-block {
  color: var(--colors--blue-dark);
  margin-top: -1rem;
  font-weight: 600;
  text-decoration: none;
}

.link-block:active {
  color: var(--colors--blue-light);
}

.footer_legal_link {
  color: var(--colors--white);
  font-size: .875rem;
  text-decoration: underline;
}

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

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

.footer_credit_text {
  color: var(--colors--white);
  font-size: .875rem;
}

.footer_main {
  border-top: 1px solid var(--colors--nav-blue-accent);
  background-color: var(--colors--blue-dark);
}

.footer_link {
  margin-bottom: 2rem;
  padding-left: 0;
}

.footer_content_bottom_wrapper {
  justify-content: space-between;
  margin-top: .55rem;
  display: flex;
}

.footer_contact_link_tele {
  color: var(--colors--white);
  text-align: center;
  margin-top: -.1rem;
  margin-left: -1rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer_contact_link_tele_m {
  color: var(--colors--white);
  margin-top: -.1rem;
  margin-left: -1rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer_contact_link_tele:hover {
  color: var(--colors--nav-blue-accent);
}

.footer_contact_link_tele_m:hover {
  color: var(--colors--nav-blue-accent);
}

.line-divider {
  background-color: var(--colors--blue-gray-text);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
}

.footer_contact_link {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center start;
  margin-top: -1rem;
  display: flex;
}

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

.image-33 {
  width: 450px;
  height: 120px;
}

.footer_contact_p {
  color: var(--colors--white);
  margin-bottom: .3em;
  font-weight: 400;
}

.p-footer-tele {
  color: var(--colors--white);
  margin-bottom: .1em;
}

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

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

.header2_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

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

.button-6 {
  background-color: var(--colors--orange);
  color: var(--colors--white);
  letter-spacing: -.035em;
  text-transform: uppercase;
  border-radius: 3px;
  padding: .75em 2em;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
}

.success-message {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 1.5rem;
}

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

.header2_image {
  width: 100%;
  height: 100%;
}

.div-block-83 {
  margin-bottom: -4rem;
}

.div-block-84 {
  width: 9.375rem;
  height: 9.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .5rem;
  padding-right: .9rem;
}

.image-34 {
  width: 150px;
  height: 150px;
}

.div-block-86 {
  margin-top: .75em;
}

.div-block-87 {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.image-35 {
  width: 150px;
  height: 80px;
}

.navbar_mobile {
  z-index: 9999;
  position: sticky;
  top: 0;
  left: auto;
  right: auto;
}

.image-36 {
  align-self: flex-start;
  width: 36px;
}

.hero_heading_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-13 {
  display: inline-block;
}

.paragraph-14 {
  color: var(--colors--nav-blue-accent);
  font-size: var(--font-size-headings--h3);
  margin-bottom: .5em;
  font-weight: 700;
}

.div-block-88, .div-block-89, .div-block-90 {
  flex: none;
}

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

.hero_heading_container {
  margin-top: -2rem;
}

.body_form {
  background-color: var(--colors--blue-nice);
}

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

.hero_list_problem_item {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.icon__red_arrow {
  width: 1rem;
  margin-bottom: .5rem;
}

.hero_list_value_item {
  display: flex;
}

.icon__check {
  width: 1rem;
  margin-bottom: .5rem;
  display: none;
}

.icon__check.icon_check__custom {
  margin-bottom: 2.4rem;
}

.code-embed-3 {
  display: none;
}

.custom_code__trustindex_hero {
  opacity: .95;
  width: 100%;
  max-width: 20rem;
  margin-left: auto;
  margin-right: -12rem;
  margin-bottom: 1.5rem;
}

.logo_name {
  color: var(--colors--white);
  font-size: var(--font-size-text--small);
  margin-top: -1.2rem;
  padding-bottom: .55rem;
  font-weight: 600;
}

.hero_list_problem {
  width: 100%;
  margin-top: 1rem;
}

.hero_list_value {
  margin-top: 1rem;
}

.hero_h1 {
  text-align: center;
  font-size: 3.35rem;
}

.icon__arrow_red {
  display: none;
}

.hero_content__trustindex {
  width: 100%;
  margin-top: -5.5rem;
  margin-bottom: -1.5rem;
  margin-left: 22.5rem;
}

.hero_content__trustindex_mobile {
  display: none;
}

.intro_content_text_box {
  width: 100%;
  max-width: 48rem;
  margin-bottom: 2rem;
}

.h2__section {
  text-align: center;
}

.h2__section.h2_section_left {
  text-align: left;
}

.h2__section.h2_section_left.destop_center {
  text-align: center;
}

.section__subheading {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}

.intro_content__text {
  margin-top: 2rem;
}

.p__section {
  text-align: center;
  font-size: 1.125rem;
}

.p__section.p_setion_left {
  text-align: left;
}

.p__section.p_setion_left.destop_center {
  text-align: center;
}

.cta_service_card_p {
  font-size: var(--font-size-text--medium);
  text-align: center;
  font-weight: 600;
  line-height: 1.35em;
}

.reviews_wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 2rem;
}

.review_content__custom_code {
  margin-top: 3rem;
  padding-bottom: 4rem;
}

.h2__reviews {
  text-align: center;
}

.reviews_subheading {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}

.section__cta_question {
  background-color: var(--colors--blue-light-ultra);
  padding-top: 6rem;
  padding-bottom: 8rem;
}

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

.problem_container.container-large {
  max-width: 68rem;
}

.problem_content_box {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  margin-left: 2.5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.problem_content_box.padding_small {
  padding-top: 4rem;
}

.h2__problem {
  text-align: center;
}

.problem_content__sub {
  margin-top: 1.5rem;
}

.h2__cta_q {
  font-size: var(--font-size-headings--h3);
  text-align: center;
}

.p__cta_q {
  text-align: center;
  font-size: 1.175rem;
}

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-7 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  color: #fff;
  background-color: #fff0;
  background-image: linear-gradient(90deg, #fff6, #ffffff1a);
  border-radius: 1rem;
  padding: .75rem 1.25rem;
  font-weight: 400;
  text-decoration: none;
}

.button-7.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  padding-right: .75rem;
  display: flex;
}

.text-size-medium-6 {
  letter-spacing: -.04em;
  font-size: 1.25rem;
  line-height: 1.4em;
}

.icon-animated {
  justify-content: flex-end;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
}

.problem_content__cta_button {
  text-align: center;
  margin-top: 3rem;
}

.benefits_content__animation {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.benefits_content__cta_button.container-small {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 4rem;
  display: flex;
}

.benefits_content_animation_wrapper {
  padding-top: 4rem;
  padding-bottom: 2rem;
  padding-left: 8rem;
}

.reference_content_wrapper {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.cta_steps_wrapper.padding-global {
  background-color: var(--colors--blue-light-ultra);
}

.cta_steps_content_wrapper {
  padding-top: 5rem;
  padding-bottom: 6rem;
}

.cta_steps_link_block {
  width: 100%;
  max-width: 19.55rem;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.link-block-3, .link-block-4 {
  text-decoration: none;
}

.cta_steps_content__cta_card {
  width: 100%;
  max-width: 72rem;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.card_content__custom_code {
  margin-top: -1rem;
}

.card_content__heading {
  margin-top: 1.5rem;
}

.card_content__text {
  margin-top: 1rem;
}

.heading-10 {
  font-size: 5rem;
}

.hero_content__mobile_image {
  display: none;
}

.paragraph-19 {
  font-size: 1.15rem;
}

.problem_content_text_wrapper {
  margin-top: 1rem;
}

.team_content_wrapper {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  padding: 6.5rem 5rem 6rem;
}

.pre_heading {
  text-align: center;
  margin-bottom: .35rem;
  font-size: 1.15rem;
  font-weight: 600;
}

.div-block-99 {
  width: 100%;
  max-width: 40rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

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

.team_content__text {
  margin-top: 3rem;
}

.team_content__cta {
  margin-top: 3rem;
  display: none;
}

.team_card_cta_button {
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
}

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

.gallery16_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start stretch;
}

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

.gallery16_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
  overflow: hidden;
}

.gallery16_mask {
  width: 50%;
  overflow: visible;
}

.gallery16_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

.gallery16_lightbox-link, .gallery16_image-wrapper {
  width: 100%;
}

.gallery16_image-wrapper:focus {
  opacity: .5;
}

.gallery16_image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery16_arrow {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  bottom: 4rem;
}

.gallery16_arrow.hide-mobile-landscape {
  align-self: flex-end;
}

.gallery16_arrow-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.gallery16_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.section_gallery18 {
  overflow: hidden;
}

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

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

.gallery18_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 4rem;
  position: relative;
}

.gallery18_mask {
  width: 33.33%;
  overflow: visible;
}

.gallery18_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

.gallery18_lightbox-link, .gallery18_image-wrapper {
  width: 100%;
}

.gallery18_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery18_arrow {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.gallery18_arrow.hide-mobile-landscape {
  align-self: flex-end;
}

.gallery18_arrow-icon {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.gallery18_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.slider2_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 3rem;
  overflow: hidden;
}

.slider2_mask {
  width: 35vw;
  padding-right: 8rem;
  overflow: visible;
}

.slider2_slide {
  padding-left: .5rem;
  padding-right: .5rem;
}

.slider-content-replace-this-div {
  text-align: center;
  border: 2px dashed #0000001a;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 20rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider2_arrow {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  color: var(--colors--blue-dark);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 11rem;
  margin-bottom: 11rem;
  display: flex;
}

.slider2_arrow-icon {
  color: var(--colors--white);
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.slider2_arrow-2.hide-mobile-landscape {
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.slider2_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.image-37 {
  border: 1px solid var(--colors--blue-light);
  width: 300px;
  height: 100%;
  margin-left: 1rem;
  box-shadow: 0 3px 3px 1px #0003;
}

.left-arrow {
  background-color: var(--colors--blue-light);
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 12.5rem;
  margin-bottom: 12.5rem;
  display: flex;
}

.slider_right_arrow, .slider_left_arrow {
  background-color: var(--colors--blue-light);
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 12rem;
  margin-bottom: 12rem;
  display: flex;
}

.div-block-100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section_gallery13 {
  overflow: hidden;
}

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

.cert_content__cert_gallery {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start stretch;
  margin-bottom: 1rem;
}

.cert_gallery_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 28rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.gallery13_image-wrapper {
  width: 100%;
  height: 500px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.gallery13_image {
  border: 1px solid var(--colors--blue-gray-text);
  object-fit: contain;
  width: 320px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
  box-shadow: 0 6px 12px 6px #0003;
}

.gallery13_arrow {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.gallery13_arrow.hide-mobile-landscape {
  align-self: flex-end;
}

.cert_gallery_icon_arrow {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.cert_gallery_slide_nav {
  height: 1.75rem;
  margin-bottom: 1rem;
  font-size: .5rem;
  display: none;
}

.cert_gallery_left_arrow {
  background-color: var(--colors--blue-light);
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: 15.5rem;
  margin-bottom: 15.5rem;
  margin-left: 2.75rem;
  display: flex;
}

.cert_gallery_right_arrow {
  background-color: var(--colors--blue-light);
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2.75rem;
  display: flex;
}

.cert_content_wrapper {
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.cert_content__cta_button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta_service_image_wrapper {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 1.65rem;
  margin-bottom: .55rem;
  margin-right: 1.5rem;
  display: flex;
}

.cta_service_custom_code {
  flex: 0 auto;
  width: 100%;
  max-width: 20rem;
}

.image-38, .cta_service_trustindex_image {
  width: 250px;
  margin-top: -2rem;
}

.cta_service_cta_button {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  display: flex;
}

.benefits_content_sub {
  font-size: 1.25rem;
  font-weight: 500;
}

.cta_steps_card_heading {
  color: var(--colors--white);
  text-align: center;
  font-size: 1.15rem;
  font-weight: 600;
}

.cta_steps_content__cta_button {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.faq_content_wrapper {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.faq_question {
  font-size: 1.125rem;
  font-weight: 700;
}

.footer_url {
  color: var(--colors--white);
  font-size: 1.55rem;
}

.footer_logo_image {
  width: 150px;
  height: 100%;
}

.footer_link_img {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_link_brand {
  font-size: var(--font-size-headings--h4);
  margin-top: -2.9rem;
  font-weight: 600;
}

.footer_container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer_content__bottom {
  width: 100%;
}

.div-block-102 {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-104 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo_link_content_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 20rem;
  display: flex;
}

.left-arrow-2 {
  background-color: var(--colors--blue-light);
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-left: -1.3rem;
  display: flex;
}

.code-embed-4 {
  color: var(--colors--white);
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.right-arrow {
  background-color: var(--colors--blue-light);
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: -1.3rem;
  display: flex;
}

.code-embed-5 {
  color: var(--colors--white);
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.reference_slider_wrapper {
  margin-top: 2rem;
}

.slider {
  width: 100%;
  max-width: 24rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.step7-p {
  font-size: 1.075rem;
  font-weight: 500;
  line-height: 1.35;
}

.step7-text-wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.image-39 {
  width: 168px;
}

.div-block-107 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: .15rem;
  display: flex;
}

.problem_content__image_mobile {
  display: none;
}

.link_kellersanierung {
  color: var(--colors--white);
}

.link_kellersanierung:hover {
  color: var(--colors--nav-blue-accent);
}

.footer_kellersanierung_links {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  margin-top: 2rem;
  display: flex;
}

.check-back-btn-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .045em;
  cursor: pointer;
  background-color: #1d4266;
  border-radius: 3px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.35em;
}

.check-back-btn-2.w--current:hover {
  color: #eef7fa;
  background-color: #1d4266;
}

.check-header-2 {
  background-color: #1d4266;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 1em .5em 1.2em;
}

.paragraph-20 {
  margin-bottom: 0;
  padding-top: .55em;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.h2-check-subheader-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .045em;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35em;
}

.check-content-2 {
  width: 100%;
}

.h3-check-2 {
  color: #1d4266;
  text-align: center;
  letter-spacing: .045em;
  margin-bottom: .25em;
  font-family: Poppins, sans-serif;
  font-size: 2.074rem;
  font-weight: 700;
  line-height: 1.35em;
}

.check-content-p-2 {
  color: #1d4266;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.35em;
}

.check-page-container {
  width: 54rem;
  margin: 1.5rem auto;
}

.h1-check-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .045em;
  margin-top: .55rem;
  margin-bottom: .35em;
  font-family: Poppins, sans-serif;
  font-size: 2.074rem;
  line-height: 1.35em;
}

.check-box-content-2 {
  background-color: #ffffff4d;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 100%;
  padding: 2em;
  box-shadow: 0 3px 3px 1px #0003;
}

.section-component_hero_v1_p_subheading {
  font-size: 1.75rem;
}

.section-component_hero_v1_container--content {
  justify-content: center;
  align-items: flex-start;
}

.section-component_hero_v1_content_left {
  flex: 1;
  max-width: 38rem;
  margin-bottom: auto;
  margin-right: 2rem;
  padding-top: 1.5rem;
  padding-left: 5.2rem;
}

.p_ul--red_arrow {
  background-image: url('../images/arrow-right-solid-red.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 1.2rem;
}

.p_ul--red_arrow.is-hero {
  margin-bottom: .35rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.p_ul--red_arrow.is-hero.is-2lines {
  background-image: url('../images/arrow-right-solid-red.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.section-component_hero--v1 {
  background-image: linear-gradient(#58b4ff26 25%, #ffffffa6), url('../images/Placeholder-Image.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-component_hero_v1_content_right.hide-mobile-landscape {
  align-self: flex-end;
  margin-top: -1.75rem;
}

.section-component_hero_v1_container--logo_image {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}

.section-component_hero_v1_container--logo_image.margin-bottom.margin-xsmall.is-center {
  margin-left: auto;
  margin-right: auto;
}

.p_ul--green_check {
  background-image: url('../images/check-solid-green.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 1.2rem;
}

.p_ul--green_check.is-hero {
  margin-bottom: .35rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.p_ul--green_check.is-hero.is-xblod {
  font-weight: 700;
}

.p_ul--xbold {
  font-weight: 800;
}

.section-component_hero_v1_content_image {
  margin-top: .75em;
}

.section-component_hero_v1_image_person {
  object-fit: cover;
  width: 100%;
  max-height: 60vh;
  display: block;
}

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

.p_subheading--semibold.is-check-icon {
  color: #67bbff;
  background-image: url('../images/check-solid-green.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 28px;
  padding-left: 2rem;
  font-weight: 800;
}

.section-component_hero_v1_content_image_container {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.button-8 {
  color: #fff;
  text-align: center;
  letter-spacing: -.0115rem;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f69e66;
  border-radius: 6px;
  width: 100%;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
}

.button-8:hover {
  outline-offset: 0px;
  color: #fff;
  outline: .5px solid #f69e66;
}

.button-8.is-hero {
  width: 100%;
  font-size: 1.2rem;
}

.section-component_hero_v1_text_image {
  width: 100%;
  height: 75px;
}

@media screen and (min-width: 1280px) {
  .custom-code-step {
    text-align: center;
  }

  .header-image-link.w--current {
    width: 30vw;
  }

  .image-header {
    width: 380px;
    height: 95px;
  }

  .header-mobile {
    max-width: var(--1173\<deleted\|variable-63776ac2-7dc2-bd62-066e-2f32fb0170b9\>);
    max-height: 4.5em;
  }

  .hero-image.is--relative {
    width: 550px;
    height: 350px;
  }

  .hero-headings {
    width: 100%;
  }

  .container-large.margin-top {
    margin-left: auto;
    margin-right: auto;
  }

  .header_cta.hide-tablet {
    margin-right: 1rem;
  }

  .header_cta.hide-tablet.is-section-btn {
    margin-right: 0;
  }

  .problem_content_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
  }
}

@media screen and (min-width: 1440px) {
  .custom-code-step {
    text-align: center;
  }

  .header-nav-link.w--current {
    padding: .35em;
  }

  .header-image-link.w--current {
    width: 30vw;
  }

  .nav-container {
    height: 100%;
  }

  .nav-content {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    height: 100%;
  }

  .image-header {
    width: 380px;
    height: 95px;
  }

  .header-mobile {
    max-width: var(--1280\<deleted\|variable-8c07a95f-cc32-69d4-d328-277db3f9de2c\>);
    max-height: 4.5em;
  }

  .div-block-69 {
    display: none;
  }

  .hero-image.is--relative {
    width: 100%;
  }

  .image-31 {
    margin-top: 3.5em;
  }

  .container-large.margin-top {
    margin-left: auto;
    margin-right: auto;
  }

  .header_container {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .header_cta.hide-tablet.is-section-btn {
    margin-right: 0;
  }

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

@media screen and (min-width: 1920px) {
  .partner-section {
    background-color: #0000;
    padding-bottom: 1em;
  }

  .cta-button {
    margin-left: 0;
    margin-right: 0;
  }

  .h1-hero {
    margin-bottom: .35em;
  }

  .nav-item {
    padding-top: 0;
    padding-bottom: 0;
  }

  .custom-code-step {
    text-align: center;
  }

  .p-section.is--p-card {
    line-height: var(--font-size-text--large);
    text-align: center;
  }

  .header-nav-link.w--current {
    padding: .35em;
  }

  .header-image-link.w--current {
    width: 30vw;
    height: 95px;
    padding-top: 0;
  }

  .h3-hero {
    text-align: left;
  }

  .nav-container {
    height: 100%;
  }

  .nav-content {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    height: 100%;
  }

  .image-hero {
    margin-right: 5.5em;
  }

  .image-header {
    width: 380px;
    height: 95px;
  }

  .header-mobile {
    max-width: var(--1440\<deleted\|variable-8db69bbb-a9f9-b59a-0093-5bd20c0f30cc\>);
    max-height: 4.5em;
  }

  .cta_service_card_container {
    flex-flow: column;
    margin-top: 0;
  }

  .image-29 {
    margin-bottom: 12px;
    padding-right: 0;
  }

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

  .hero-flex-item-img {
    width: 100%;
  }

  .image-31 {
    margin-top: 0;
  }

  .style-item {
    background-image: radial-gradient(circle farthest-corner at 50% 0%, #1d4266bd 40%, var(--colors--nav-blue-accent) 55%);
    z-index: 9999;
  }

  .style-item.is--small.is--header {
    background-color: #c8d0df80;
    background-image: none;
    height: 1px;
  }

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

  .div-block-73 {
    background-image: linear-gradient(0deg, #e9f5ff 33%, var(--colors--blue-light-ultra) 59%);
    width: 95%;
    height: 25vh;
    margin-bottom: -290px;
  }

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

  .hero-image-large {
    width: 100%;
    height: 100%;
  }

  .container-large.margin-top {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-style-h5.is--white {
    text-align: center;
  }

  .container-medium.is--flex {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .header_cta.hide-tablet {
    margin-right: 3rem;
  }

  .header_cta.hide-tablet.is-section-btn {
    margin-right: 0;
  }

  .style_component.is--header, .style_component.is--header-copy {
    background-color: #c8d0df80;
    background-image: none;
    height: 1px;
  }
}

@media screen and (max-width: 991px) {
  .step-section-container {
    width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
    max-width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
  }

  .header-main {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: center start;
    display: flex;
    position: sticky;
    inset: 0;
  }

  .question-container {
    width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
    max-width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
  }

  .h1-hero {
    text-align: center;
  }

  .hero-flex-item {
    background-image: none;
    width: 90vw;
    padding-top: 0;
  }

  .h2-hero {
    color: var(--colors--blue-light);
    font-size: var(--font-size-headings--h4);
    text-align: center;
  }

  .h2-hero.is--section.is--left {
    text-align: center;
    display: none;
  }

  .h2-hero.is--section.is--left.is--mobile {
    display: block;
  }

  .question-icon {
    height: 58px;
  }

  .step-grid-item {
    width: 24em;
  }

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

  .custom-code-step {
    text-align: center;
  }

  .p-hero {
    font-size: var(--font-size-text--medium);
  }

  .load-more-img-grid-content {
    width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
    max-width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
  }

  .load-more-img-grid-content.is--grid-small {
    width: 100%;
    max-width: 100%;
  }

  .intro-container {
    width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
    max-width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
    padding-top: 2em;
  }

  .reference-container {
    width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
    max-width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
  }

  .hero-section {
    background-image: url('../images/mauer-weiss-bg-tiny-comp-1024.webp');
    background-position: 50%;
    background-size: cover;
  }

  .workflow-container {
    width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
    max-width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
  }

  .item-flex-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .intro-image-verified {
    width: 200px;
    height: 100px;
  }

  .p-section.is--section {
    font-size: var(--1-045\<deleted\|variable-6d785522-97e8-4267-f051-ba355c4b391d\>);
  }

  .p-section.is--section.is--left {
    text-align: left;
    padding-top: 0;
  }

  .p-section.is--section.is--left.is--team {
    text-align: justify;
  }

  .p-section.is--section.is--left.is--mobile-center {
    text-align: center;
  }

  .p-section.is--section.is--left.is--mobile-center.is--tablet {
    text-align: left;
  }

  .collection-list-2 {
    width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
    max-width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }

  .team-section-container {
    width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
    max-width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
  }

  .footer-main {
    padding-bottom: 0;
  }

  .footer-container.is--footer-image-ctn {
    width: var(--54-0\<deleted\|variable-e2402f42-26bb-72a9-5220-1d600cfb18cd\>);
    max-width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
    margin-bottom: 1.5em;
  }

  .footer-link.is-footer-link-left {
    align-self: center;
  }

  .load-more-img-content.container-small {
    width: 45em;
  }

  .load-more-img-container-first {
    margin-left: 0;
    margin-right: 0;
  }

  .procedure-container {
    width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
    max-width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
  }

  .team-flex-img-item {
    width: 21em;
    max-height: 31em;
  }

  .faq-section-container {
    max-width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
  }

  .header-image-link.w--current {
    width: 50vw;
    height: 100%;
    display: flex;
  }

  .content-heading.is--review {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .content-heading.is--step.is--step-grid {
    width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
    max-width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .content-heading.is--team.is--flex-h {
    width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
    max-width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
  }

  .header-nav.bg--blue-light {
    display: none;
  }

  .description-container {
    width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
    max-width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
  }

  .description-section {
    padding-top: 3em;
  }

  .description-grid-container {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .description-content-item.is--mobile {
    display: block;
  }

  .description-content-item.is--desktop {
    display: none;
  }

  .flex-item-wrapper {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    margin-top: .25em;
  }

  .flex-item-wrapper.is--left {
    align-self: center;
  }

  .description-list-item {
    text-align: left;
    background-image: url('../images/arrow-right-solid-green.svg');
    background-repeat: no-repeat;
    background-size: 16px;
    background-attachment: scroll;
    padding-left: 26px;
    font-size: 1.075rem;
    display: block;
  }

  .description-list-item-second {
    text-align: left;
    background-image: url('../images/arrow-right-solid-green.svg');
    background-repeat: no-repeat;
    background-size: 16px;
    flex-flow: column;
    align-items: center;
    display: block;
  }

  .description-list-second {
    width: 100%;
    margin-top: 1.5em;
    padding-left: 0;
  }

  .description-list {
    text-align: center;
    flex-flow: column;
    width: 100%;
    margin-top: 1.5em;
  }

  .list-item-bold {
    font-size: 1.075rem;
  }

  .form-container, .mstep_form___header {
    width: 100%;
  }

  .h3-step7 {
    margin-top: 0;
    padding-top: .5rem;
  }

  .cta-section {
    padding-bottom: 2em;
  }

  .cta-container {
    width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
    max-width: var(--45\<deleted\|variable-86d485fa-1f28-adef-9b15-d82e66d1a937\>);
  }

  .description-image-second {
    width: 320px;
    height: 320px;
    margin-top: 1.5em;
    margin-bottom: 1em;
    margin-left: 3.45em;
  }

  .workflow-list-item.is--semi-bold {
    background-position: 0 10%;
  }

  .reference-container {
    width: 45em;
    max-width: 45em;
    margin-top: -2rem;
  }

  .footer-container {
    border-bottom: 0 #0000;
  }

  .footer-flex-item {
    grid-column-gap: .55em;
    grid-row-gap: .55em;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    margin-top: 0;
    margin-bottom: 1.5em;
    display: flex;
  }

  .footer-logo-img {
    height: 120px;
    padding-left: 1.2em;
  }

  .header-nav-mobile {
    background-color: #0000;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: .65em;
    padding-right: 1em;
    display: block;
    position: absolute;
    inset: .15em auto auto;
  }

  .nav-mobile-menu {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    background-color: var(--colors--blue-dark);
    flex-flow: column;
    width: 100%;
    padding-top: .75em;
    padding-bottom: .75em;
    position: absolute;
  }

  .nav-link-mobile {
    font-family: var(--fonts--font-body-poppins);
    color: var(--colors--white);
    font-size: var(--font-size-text--medium);
    line-height: var(--font-size-text--large);
    text-align: center;
    letter-spacing: var(--letterspacing--ls-small);
    text-transform: uppercase;
    margin-left: 0;
    margin-right: 0;
    padding: 1em;
    font-weight: 400;
  }

  .nav-link-mobile.w--current {
    background-color: var(--colors--blue-light);
    font-size: var(--font-size-text--medium);
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
  }

  .nav-mobile-icon {
    color: var(--colors--white);
    font-size: var(--font-size-headings--h3);
  }

  .nav-mobile-button {
    padding: 0 0 0 0;
  }

  .nav-mobile-button.w--open {
    padding: 0;
  }

  .h3-hero {
    font-size: var(--font-size-text--regular);
    text-align: center;
    margin-bottom: .55em;
    display: none;
  }

  .h2-section {
    font-size: var(--font-size-headings--h2);
  }

  .h2-section.is--left {
    display: none;
  }

  .h2-section.is--mobile {
    display: block;
  }

  .check-container {
    max-width: var(--54-0\<deleted\|variable-e2402f42-26bb-72a9-5220-1d600cfb18cd\>);
  }

  .check-box-content {
    height: auto;
    padding-bottom: 3em;
  }

  .h1-datenschutz {
    display: none;
  }

  .h2-content {
    font-size: var(--font-size-headings--h5);
  }

  .hero-container {
    width: 95%;
  }

  .image-header {
    height: 85px;
    padding-left: 0;
    position: absolute;
    top: -.75em;
    left: 0%;
    right: auto;
  }

  .image-15 {
    width: 350px;
    height: 350px;
  }

  .image__problem_bauarbeiter_b {
    width: 320px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-17, .image-18 {
    width: 90%;
    height: auto;
  }

  .image-19, .image-20, .image-21, .image-22, .image-23, .image-24, .image-25, .image-26 {
    width: 450px;
  }

  .image-27, .image-28 {
    width: 500px;
    height: 500px;
  }

  .header-mobile {
    flex-flow: row;
    justify-content: flex-start;
    align-self: center;
    width: 100%;
    max-width: 100%;
    height: 3.5em;
    display: block;
    position: sticky;
    inset: 0 auto;
  }

  .header-button {
    display: none;
  }

  .hero-image-absolute {
    width: 250px;
    height: 250px;
    top: 412px;
    right: -73px;
  }

  .container {
    flex-flow: column;
  }

  .h2-sub {
    font-size: var(--font-size-headings--h4);
  }

  .hero-flex-item-cta {
    margin-top: 2.55em;
  }

  .hero-flex-item-img {
    display: none;
    position: relative;
    inset: auto;
  }

  .hero-image.is--relative {
    width: 250px;
    height: 250px;
    position: static;
    top: 0;
    bottom: auto;
    right: -308px;
  }

  .h2--sbold {
    font-weight: 600;
  }

  .div-block-76, .div-block-77 {
    position: relative;
  }

  .sticky-header {
    width: 100%;
    position: relative;
  }

  .for--responisve {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-xxl-large {
    flex-flow: column;
    align-items: center;
    width: 90vw;
    padding-top: 2em;
    padding-bottom: .55em;
  }

  .hero-flex-item-logo {
    margin-bottom: -1.5em;
    display: block;
  }

  .image-hero-logo {
    width: 100px;
    height: 100px;
  }

  .hero-flex-item-bullet-content {
    max-width: var(--640\<deleted\|variable-647ff6b0-03b8-3b89-a3f6-fb9656197b42\>);
    width: 100%;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
  }

  .navbar4_container {
    grid-auto-columns: 1fr;
  }

  .navbar4_menu {
    z-index: 1;
    background-color: var(--\<unknown\|relume-variable-background-color-1\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    display: block;
  }

  .navbar4_link {
    margin-top: 0;
    margin-bottom: 0;
    padding: .75rem 0;
    font-size: 1.25rem;
    position: static;
  }

  .navbar4_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    display: block;
    position: relative;
  }

  .navbar4_dropdown-toggle {
    align-items: center;
    width: 100%;
    margin: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
    position: relative;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .dropdown-chevron.is-navbar4 {
    width: 1.25rem;
    height: 1.25rem;
  }

  .navbar4_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar4_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar4_dropdown-link {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 0;
    font-size: 20px;
  }

  .navbar4_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar4_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .menu-icon4_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .menu-icon4_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon4_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .menu-icon_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .menu-icon_line-middle-base {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .menu-icon4_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .benefits_content_text.margin-xxlarge {
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h1.margin-bottom.text-align-center {
    font-size: 3rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

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

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h5.is--white {
    text-align: center;
  }

  .hero_list_problem_item_p {
    white-space: normal;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: .55rem;
    font-size: 1.275rem;
  }

  .hero_list_problem_item_p.is-hero {
    background-position: 0%;
  }

  .hero_list_value_item_p {
    text-align: center;
    white-space: nowrap;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    padding-left: .55rem;
    font-size: 1.275rem;
  }

  .hero_list_value_item_p.is--hero {
    background-position: 0%;
  }

  .text-size-large.text-weight-semibold, .text-size-medium.text-size-large.text-weight-semibold {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .container-small.flex-block-2 {
    justify-content: center;
    align-items: center;
  }

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

  .cta_service_wrapper {
    padding-top: 6rem;
  }

  .cta_service_wrapper.padding-global {
    padding-top: 0;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .hide-tablet, .header_main {
    display: none;
  }

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

  .header_logo.hide-tablet.is-subpage {
    justify-content: center;
    display: flex;
  }

  .logo_link.w--current {
    margin-top: 0;
  }

  .header_cta.hide-tablet.is-section-btn {
    display: block;
  }

  .navbar_mobile_component {
    background-color: #1d4266;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 4rem;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    position: sticky;
    top: 0;
    left: auto;
    right: auto;
  }

  .navbar_mobile_menu_button {
    height: 100%;
    padding-right: .5rem;
  }

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

  .navbar_mobile_menu_icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    top: .75rem;
  }

  .navbar_mobile_icon_lines {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navbar_mobile_icon_line__top {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_mobile_icon_line__middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .navbar_mobile_icon_line_middle__top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .navbar_mobile_icon_line_middle__mid {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .navbar_mobile_icon_line__bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_mobile_menu {
    z-index: 1000;
    background-color: #2e5072;
    flex-flow: column;
    justify-content: center;
    padding-top: .55rem;
    position: absolute;
    inset: 0% 0% auto;
  }

  .navbar_link__mobile {
    color: var(--colors--white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0;
    font-size: 1.15rem;
    font-weight: 400;
    display: flex;
    position: relative;
    inset: 0% 0% auto;
  }

  .navbar_link__mobile.w--current {
    color: var(--colors--nav-blue-accent);
  }

  .navbar_mobile_logo {
    justify-content: flex-start;
    align-items: center;
    min-height: 4rem;
    display: flex;
  }

  .navbar_component_v1_mobile_logo_image {
    width: 350px;
    height: 75px;
  }

  .navbar_desktop, .navbar_desktop_component {
    display: none;
  }

  .navbar_desktop_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar_desktop_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .style_component {
    display: block;
  }

  .hero_content__logo {
    margin-top: -1.5rem;
  }

  .hero_content__box {
    flex-flow: column;
    width: 100%;
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }

  .hero_content_box__left {
    margin-right: 0;
    padding-left: 0;
  }

  .hero_list {
    padding-left: .55rem;
  }

  .hero_cta_button {
    font-size: 1.25rem;
  }

  .hero_cta_image_container {
    display: none;
  }

  .hero_cta_image_wrapper {
    width: 200px;
  }

  .hero_content_box__right.hide-mobile-landscape {
    align-self: center;
    margin-bottom: -2rem;
    margin-right: 0;
    display: none;
  }

  .hero_image__bauarbeiter {
    height: auto;
    display: none;
  }

  .section__partner_brands.hide-mobile-landscape {
    padding-top: 0;
    display: block;
    overflow: hidden;
  }

  .hero_h2 {
    font-size: var(--font-size-headings--h4);
    text-align: center;
  }

  .hero_h2.is-hero {
    text-align: center;
  }

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

  .testimonial18_component {
    column-count: 2;
  }

  .problem_content_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
  }

  .problem_content__left {
    display: none;
  }

  .problem_content__left.problem_content__left_mobile {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: none;
  }

  .image__problem_bauarbeiter_a {
    width: 280px;
    height: 100%;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .p__problem {
    text-align: left;
    font-size: 1.15rem;
  }

  .p__problem.p_problem_bold.p_problem_mobile_center {
    text-align: center;
  }

  .problem_content__list {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-3 {
    display: block;
  }

  .padding-section-large-3 {
    padding-top: 2.5rem;
  }

  .timeline6_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

  .layout486_component {
    grid-column-gap: 0rem;
    grid-template-columns: .75fr 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 40rem;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .layout486_content {
    width: 100%;
  }

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

  .cta_steps_card_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    max-width: 23rem;
    margin-left: auto;
    margin-right: auto;
  }

  .card-row4_card-content {
    padding: 2rem;
  }

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

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

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

  .layout237_list {
    grid-column-gap: 2rem;
  }

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

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

  .navbar_mobile {
    min-height: 4rem;
  }

  .image-36 {
    display: none;
  }

  .paragraph-14 {
    font-size: var(--font-size-headings--h4);
  }

  .hero_heading_container {
    margin-top: -1.5rem;
  }

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

  .hero_list_problem_item {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .icon__check {
    width: 1.2rem;
    margin-bottom: .75rem;
    display: block;
  }

  .custom_code__trustindex_hero {
    margin-top: -7.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .logo_name {
    display: none;
  }

  .hero_list_problem {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .hero_list_value {
    margin-top: 2rem;
  }

  .hero_h1 {
    font-size: 2.95rem;
  }

  .icon__arrow_red {
    align-self: center;
    width: 1rem;
    margin-top: -.55rem;
    display: block;
  }

  .hero_list_problem_item_wrapper, .hero_list_value_item_wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero_content__trustindex {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    display: none;
  }

  .hero_content__trustindex_mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h2__section {
    font-size: var(--font-size-headings--h3);
  }

  .h2__section.h2_section_left {
    text-align: left;
  }

  .section__subheading {
    margin-top: 2rem;
  }

  .review_content__custom_code {
    padding-bottom: 2rem;
  }

  .h2__reviews {
    font-size: var(--font-size-headings--h3);
  }

  .problem_wrapper.padding-global {
    width: 100%;
  }

  .problem_content_box {
    flex-flow: column;
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .problem_content__sub {
    margin-top: 2rem;
  }

  .h2__cta_q {
    font-size: var(--font-size-headings--h4);
  }

  .p__cta_q {
    font-size: 1.075rem;
  }

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

  .benefits_content__cta_button.container-small {
    width: 100%;
  }

  .benefits_content_animation_wrapper {
    padding-left: 1.2rem;
  }

  .hero_container.container-large {
    padding-left: 0;
    padding-right: 0;
  }

  .hero_image_mobile_bauarbeiter {
    width: 280px;
  }

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

  .team_content_wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .team_content__text {
    margin-top: 1rem;
  }

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

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

  .margin-bottom.margin-xxlarge {
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gallery16_arrow.hide-mobile-landscape {
    padding-top: 0;
    display: block;
    overflow: hidden;
  }

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

  .gallery18_arrow.hide-mobile-landscape {
    padding-top: 0;
    display: block;
    overflow: hidden;
  }

  .slider2_component {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .slider2_mask {
    width: 100%;
  }

  .slider2_slide {
    vertical-align: baseline;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .slider2_arrow-2.hide-mobile-landscape {
    padding-top: 0;
    display: block;
    overflow: hidden;
  }

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

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

  .gallery13_image {
    width: 280px;
  }

  .gallery13_arrow.hide-mobile-landscape {
    padding-top: 0;
    display: block;
    overflow: hidden;
  }

  .cert_gallery_left_arrow, .cert_gallery_right_arrow {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .cert_content_wrapper {
    padding-top: 5rem;
  }

  .cert_content_text_wrapper {
    margin-top: -3rem;
  }

  .cta_steps_content__cta_button {
    width: 75%;
  }

  .ref_container_slider.container-small {
    width: 100%;
  }

  .slider {
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
  }

  .step7-p {
    text-align: center;
  }

  .step7-text-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: .5rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .image-40 {
    width: 280px;
  }

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

  .image-41 {
    width: 280px;
  }

  .navbar_mobile_cta_button {
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    display: flex;
  }

  .kellersanierung_stuttgart, .kellersanierung_sinsheim, .kellersanierung_heilbronn {
    font-size: .955rem;
  }

  .footer_kellersanierung_links {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    margin-top: 1.3rem;
  }

  .h3-check-2 {
    margin-bottom: .05em;
    font-size: 1.44rem;
  }

  .check-page-container {
    width: 45.5rem;
  }

  .check-box-content-2 {
    height: auto;
    padding-bottom: 3em;
  }

  .section-component_hero_v1_container--content {
    width: 100%;
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }

  .section-component_hero_v1_content_left {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2rem;
  }

  .p_ul--red_arrow {
    background-position: 0 10%;
  }

  .p_ul--red_arrow.is-hero {
    background-position: 0%;
  }

  .section-component_hero_v1_content_right.hide-mobile-landscape {
    padding-top: 2rem;
  }

  .p_ul--green_check {
    background-position: 0 10%;
  }

  .p_ul--green_check.is-hero {
    background-position: 0%;
  }

  .section-component_hero_v1_image_person {
    height: auto;
    max-height: 60vh;
    padding-bottom: .05rem;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.5rem;
  }

  .partner-section {
    display: none;
  }

  .intro-section {
    padding-top: 1em;
    padding-bottom: 2em;
  }

  .question-section {
    padding-bottom: 2rem;
  }

  .workflow-section {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-button {
    font-size: .955rem;
  }

  .cta-button.is--section {
    letter-spacing: var(--letterspacing--ls-small);
    font-size: .955rem;
  }

  .step-section-container {
    width: 100%;
  }

  .header-main {
    height: 100%;
    display: flex;
  }

  .question-container {
    box-shadow: none;
    background-color: #0000;
    border-radius: 0;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .h3--large.is--section {
    font-size: 1.15rem;
  }

  .h3--large.is--section.is--reference-section {
    font-size: 1.075rem;
  }

  .h3--large.is--section.is--white {
    text-align: center;
  }

  .step_section__icon {
    width: 48px;
    height: 48px;
  }

  .h1-hero {
    font-size: var(--font-size-headings--h2);
    margin-bottom: .75em;
  }

  .hero-flex-item {
    width: 100%;
    margin-bottom: 1em;
  }

  .h2-hero {
    font-size: var(--font-size-headings--h3);
    text-align: left;
  }

  .h2-hero.is--section {
    font-size: 1.5em;
  }

  .question-icon {
    width: 42px;
    height: 42px;
  }

  .question-grid-wrapper {
    flex-flow: column;
    display: flex;
  }

  .p-hero {
    font-size: var(--font-size-text--regular);
    background-position: 0 10%;
    background-size: 16px;
  }

  .load-more-img-grid-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .load-more-img-grid-content.is--grid-small {
    flex-flow: column;
    justify-content: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .intro-container {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .reference-section {
    padding-left: 0;
    padding-right: 0;
  }

  .reference-container {
    width: 100%;
  }

  .hero-section {
    background-image: url('../images/mauer-weiss-bg-tiny-comp-480.webp');
    background-position: 50%;
    background-size: cover;
  }

  .workflow-container {
    width: 100%;
  }

  .load-more-flex-item {
    width: 95%;
    max-width: none;
  }

  .intro-image-verified {
    width: 150px;
    height: 75px;
  }

  .p-section {
    font-size: var(--font-size-text--regular);
  }

  .p-section.is--section {
    font-size: .855rem;
  }

  .p-section.is--section.is--semi-bold {
    font-size: var(--font-size-text--regular);
  }

  .p-section.is--p-card {
    padding-right: 24px;
  }

  .collection-list-2 {
    width: 95%;
    max-width: none;
  }

  .collection-item-2 {
    width: 100%;
  }

  .team-section {
    padding-left: 0;
    padding-right: 0;
  }

  .team-section-container {
    width: 100%;
  }

  .footer-container.is--footer-image-ctn {
    width: 100%;
    max-width: none;
  }

  .footer-link.is-footer-link-left {
    font-size: var(--font-size-text--regular);
    font-weight: 700;
  }

  .content-load-more {
    width: 95%;
    max-width: none;
  }

  .load-more-img-content {
    width: 100%;
    max-width: none;
  }

  .load-more-img-content.container-small, .load-more-img-container-first {
    width: 100%;
  }

  .procedure-section {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .procedure-accordion-button {
    min-width: 380px;
  }

  .button {
    letter-spacing: 0;
    padding-left: .5em;
    padding-right: .5rem;
    font-size: 1.075rem;
  }

  .button.submit-button {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
  }

  .button.is-navbar4-button {
    padding: .25rem 1rem;
  }

  .team-img-card-p--name {
    font-size: .955rem;
  }

  .team-img-card-p--job {
    font-size: .65rem;
  }

  .team-flex-img-item {
    width: 18em;
    height: 26em;
    max-height: 100%;
  }

  .faq-section {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-section-container, .content-box-item {
    width: 100%;
  }

  .faq-p {
    width: 350px;
  }

  .content-heading.is--intro {
    width: 95%;
    max-width: none;
  }

  .content-heading.is--question, .content-heading.is--description, .content-heading.is--cta-section {
    width: 95%;
  }

  .content-heading.is--cta-section.is--cta-section-p {
    width: 95%;
    max-width: none;
  }

  .content-heading.is--workflow {
    width: 95%;
  }

  .content-heading.is--workflow.is--workflow-card {
    flex-flow: column;
    width: 100%;
    max-width: none;
  }

  .content-heading.is--workflow.is--workflow-p {
    width: 95%;
    max-width: none;
  }

  .content-heading.is--reference {
    width: 95%;
  }

  .content-heading.is--reference.is--ref-p {
    width: 95%;
    max-width: none;
  }

  .content-heading.is--step.is--step-grid {
    width: 100%;
    max-width: none;
  }

  .content-heading.is--team {
    width: 95%;
  }

  .content-heading.is--team.is--flex-h {
    grid-column-gap: 3.5em;
    grid-row-gap: 3.5em;
    flex-flow: column;
    width: 95%;
    max-width: none;
  }

  .content-heading.is--team.is--team-content-list {
    background-color: var(--colors--blue-nice);
    box-shadow: none;
    border-style: none;
    border-width: 0;
    border-radius: 12px;
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .content-heading.is--team.is--team-p, .content-heading.is--faq {
    width: 95%;
    max-width: none;
  }

  .content-heading.is--footer {
    width: 100%;
  }

  .header-nav.bg--blue-light {
    display: none;
  }

  .description-container {
    width: 100%;
  }

  .question-flex-item.is--qeustion-p {
    width: 100%;
    max-width: 100%;
  }

  .h3--question {
    font-size: .955rem;
  }

  .description-list-item {
    background-image: url('../images/arrow-right-solid-green.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 14px;
    background-attachment: scroll;
    justify-content: center;
    display: block;
  }

  .description-list-item-second {
    background-image: url('../images/arrow-right-solid-green.svg');
    background-position: 0 2px;
    background-repeat: no-repeat;
    background-size: 14px;
    display: block;
  }

  .description-list {
    padding-left: 0;
  }

  .list-item-bold {
    font-size: 1.075rem;
  }

  .mstep_form___header {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .mstep_form__headline.mstep_form__headline--js {
    font-size: var(--font-size-headings--h4);
  }

  .mstep_form__subheadline.mstep_form__subheadline--js {
    font-size: var(--font-size-text--small);
  }

  .question {
    font-size: var(--font-size-text--regular);
  }

  .radio-label {
    font-size: var(--font-size-text--small);
  }

  .multi-step-form-container {
    height: 100%;
    padding-top: 1.25em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .h3-step6, .h4-step6 {
    font-size: var(--font-size-text--medium);
  }

  .input-group {
    width: 100%;
    margin-left: .35em;
  }

  .h3-step7 {
    font-size: 1.075rem;
  }

  .input-field-container {
    width: 100%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .input-field {
    width: 100%;
    min-width: 100%;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-14 {
    display: block;
  }

  .h1-sub {
    font-size: var(--font-size-headings--h6);
  }

  .popup-p.is-error-p {
    padding-bottom: .25rem;
  }

  .input-error-icon {
    top: 28%;
  }

  .input-check-icon {
    top: 25%;
  }

  .error-popup {
    width: 100%;
    padding-left: .5em;
    padding-right: .5em;
  }

  .cta-section {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-container {
    width: 100%;
  }

  .description-image-second {
    width: 250px;
    height: 250px;
  }

  .workflow-list-item.is--semi-bold {
    font-size: var(--font-size-text--regular);
    background-position: 0%;
    margin-bottom: 8px;
    line-height: 1.5rem;
  }

  .team-content-list {
    padding-left: 0;
  }

  .team-content-list-item.is--medium {
    font-size: var(--font-size-text--small);
    font-weight: 400;
  }

  .footer-flex-item {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .footer-logo-img {
    width: 360px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-nav-mobile {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .nav-link-mobile {
    font-family: var(--fonts--font-body-poppins);
    color: var(--colors--white);
    font-size: var(--font-size-text--regular);
    line-height: var(--font-size-text--large);
    text-align: center;
    letter-spacing: var(--letterspacing--ls-small);
    text-transform: uppercase;
    font-weight: 400;
  }

  .nav-link-mobile.w--current {
    font-size: var(--font-size-text--regular);
    letter-spacing: var(--letterspacing--ls-small);
  }

  .nav-mobile-button {
    padding: 0 0 0 0;
    top: 0;
  }

  .h3-hero {
    font-size: var(--font-size-text--regular);
    margin-bottom: .55em;
  }

  .h2-section.is--mobile {
    display: block;
  }

  .workflow-linkbox {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-list-wrapper {
    width: 100%;
    max-width: none;
  }

  .team-linkbox {
    width: 100%;
  }

  .check-container {
    width: 95%;
    max-width: none;
  }

  .check-header {
    width: 100%;
  }

  .h1-check {
    font-size: var(--font-size-headings--h2);
  }

  .text-span-2 {
    font-size: var(--font-size-headings--h6);
  }

  .check-box-content {
    width: 100%;
    height: auto;
  }

  .check-content-item.is--form-data {
    line-height: var(--font-size-headings--h6);
    width: 100%;
  }

  .check-content-item.is--form-data {
    width: 100%;
    line-height: 1.25rem;
  }

  .check-content-item.is--heading {
    width: 100%;
  }

  .h3-check {
    font-size: var(--font-size-headings--h6);
  }

  .datenschutz-main {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .p-footer--tele {
    font-size: var(--font-size-text--small);
    margin-bottom: .35em;
  }

  .impressum-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-container {
    width: 95%;
  }

  .image-hero {
    width: 180px;
    height: 80px;
  }

  .image-header {
    width: 320px;
    height: 80px;
    top: -.55em;
  }

  .image-15 {
    width: 250px;
    height: 250px;
  }

  .image__problem_bauarbeiter_b {
    width: 250px;
  }

  .image-17, .image-18, .image-19, .image-20, .image-21, .image-22, .image-23, .image-24, .image-25, .image-26 {
    width: 300px;
    height: 400px;
  }

  .image-27 {
    width: 300px;
    height: 450px;
  }

  .image-28 {
    width: 450px;
    height: 450px;
  }

  .header-mobile {
    max-width: 100%;
  }

  .hero-image-absolute {
    width: 200px;
    height: 200px;
    top: 500px;
    right: -56px;
  }

  .img-footer {
    width: 120px;
    height: 75px;
  }

  .image-29 {
    width: 38px;
    height: 38px;
  }

  .h2-sub {
    font-size: var(--font-size-headings--h4);
    background-image: url('../images/check-solid-green.svg');
    background-repeat: no-repeat;
    background-size: 28px;
    margin-left: 6px;
    padding-left: 36px;
  }

  .hero-flex-item-cta {
    margin-top: 2.25em;
  }

  .hero-flex-item-check {
    margin-top: 1.5em;
  }

  .border {
    display: none;
  }

  .border.is--white {
    display: block;
  }

  .container-xxl-large {
    width: 100vw;
  }

  .navbar4_component {
    min-height: 4rem;
  }

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

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

  .benefits_content_text.margin-small {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .heading-style-h6.is-small {
    font-size: 1rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

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

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

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

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

  .hero_list_problem_item_p {
    background-image: linear-gradient(#0000, #0000);
    margin-bottom: .5rem;
    font-size: 1.15rem;
  }

  .hero_list_problem_item_p.is-hero {
    background-position: 0 10%;
    font-size: 1rem;
  }

  .hero_list_value_item_p {
    font-size: var(--font-size-text--medium);
    text-align: left;
    white-space: normal;
    background-image: linear-gradient(#0000, #0000);
  }

  .hero_list_value_item_p.is--hero {
    background-position: 0 8%;
    margin-bottom: .35rem;
    font-size: 1rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .text-size-large.text-weight-semibold {
    background-position: 2% 10%;
  }

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

  .text-size-medium.text-size-large.text-weight-semibold {
    background-position: 2% 10%;
  }

  .text-size-medium.is--text-justify, .text-size-medium.text-weight-bold {
    text-align: left;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .hero_cta {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .cta_service_wrapper {
    padding-top: 4rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .navbar_mobile_menu {
    left: auto;
  }

  .navbar_link__mobile {
    font-size: 1rem;
  }

  .navbar_desktop_component {
    min-height: 4rem;
  }

  .navbar_desktop_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .hero_content__logo {
    margin-bottom: -3.5rem;
  }

  .hero_content__box {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero_content_box__left {
    padding-top: .5rem;
    padding-left: 0;
  }

  .hero_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .hero_cta_button {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .section__partner_brands.hide-mobile-landscape {
    display: none;
  }

  .hero_h2 {
    padding-top: 1rem;
    font-size: 1.35rem;
  }

  .hero_h2.is-hero {
    margin-top: 1rem;
  }

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

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

  .testimonial18_component {
    column-count: 1;
  }

  .testimonial18_card {
    padding: 1.5rem;
  }

  .testimonial18_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial18_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .problem_content_component {
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .problem_content__left {
    margin-bottom: 1rem;
  }

  .image__problem_bauarbeiter_a {
    width: 220px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .p__problem {
    font-size: 1.075rem;
  }

  .heading-3, .heading-4 {
    text-align: center;
  }

  .section-component_question__v1 {
    padding-bottom: 0;
  }

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

  .padding-section-large-3 {
    padding-top: 0;
  }

  .timeline6_progress {
    left: 0;
  }

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

  .timeline6_circle {
    margin-top: 2.25rem;
  }

  .timeline6_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    margin-left: 1rem;
    padding: 1.5rem;
  }

  .section__benefits {
    padding-top: 5.5rem;
    padding-bottom: 3.5rem;
  }

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

  .layout486_content-left {
    display: none;
    position: static;
  }

  .layout486_number {
    font-size: 6rem;
  }

  .layout486_number.show-mobile-landscape {
    margin-top: 0;
    font-size: 5rem;
    display: flex;
  }

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

  .layout486_content {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .layout486_progress-wrapper {
    margin-top: 0;
  }

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

  .benefits_content_heading {
    font-size: var(--font-size-headings--h6);
    text-align: left;
  }

  .heading-6, .heading-7, .heading-8, .heading-9 {
    font-size: var(--font-size-headings--h5);
    text-align: left;
  }

  .padding-section-large-4 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 4rem;
  }

  .reference_gallery_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .i {
    width: 50vw;
  }

  .cta_steps_card_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .cta_steps_card_wrapper {
    padding: 1.5rem;
  }

  .card-row4_component {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

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

  .card-row4_image {
    width: 12rem;
  }

  .card-row4_card-content {
    width: 12rem;
    padding: 1.5rem;
  }

  .card-row4_card-content-top {
    width: 12rem;
    padding-bottom: 0;
  }

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

  .team2_image-wrapper {
    height: 100%;
  }

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

  .faq4_question {
    padding: 1rem 1.25rem;
  }

  .faq4_icon-wrappper {
    width: 1.75rem;
  }

  .faq4_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .paragraph-9 {
    text-align: left;
  }

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

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

  .footer_legal_list {
    grid-auto-flow: row;
    justify-items: center;
    padding-top: .55rem;
    display: flex;
  }

  .footer_credit_text {
    margin-top: 2rem;
  }

  .footer_content_bottom_wrapper {
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 1rem;
  }

  .footer_contact_link_tele {
    margin-left: 0.5rem;
  }
  .footer_contact_link_tele_m {
    margin-left: 0.5rem;
    margin-right: -1rem ;
  }

  .footer_contact_link {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
    margin-top: -1.5rem;
  }

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

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

  .div-block-83 {
    margin-bottom: -3.5rem;
  }

  .div-block-85 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .hero_heading_wrapper {
    padding-left: 3%;
    padding-right: 3%;
  }

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

  .icon__red_arrow {
    margin-bottom: .5rem;
  }

  .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18 {
    font-size: var(--font-size-text--small);
  }

  .logo_name {
    display: none;
  }

  .hero_list_problem {
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .hero_list_value {
    width: 100%;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .hero_h1 {
    font-size: 2.5rem;
  }

  .hero_content__trustindex {
    top: 66.25rem;
  }

  .h2__section {
    font-size: var(--font-size-headings--h4);
  }

  .h2__section.h2_section_left {
    text-align: left;
  }

  .section__subheading {
    font-size: 1.15rem;
  }

  .p__section, .cta_service_card_p {
    font-size: 1.075rem;
  }

  .reviews_wrapper {
    padding-top: 5.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .h2__reviews {
    font-size: var(--font-size-headings--h4);
  }

  .reviews_subheading {
    font-size: 1.15rem;
  }

  .section__cta_question {
    padding-bottom: 2rem;
  }

  .problem_container {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .problem_container.container-large {
    padding-left: 0;
    padding-right: 0;
  }

  .problem_content__heading {
    margin-bottom: 1.5rem;
  }

  .problem_content__sub {
    margin-top: 0;
  }

  .h2__cta_q {
    font-size: var(--font-size-headings--h5);
  }

  .p__cta_q, .text-size-medium-6 {
    font-size: 1rem;
  }

  .benefits_content__animation {
    padding-left: 2rem;
  }

  .benefits_content__cta_button.container-small {
    margin-top: 0;
  }

  .benefits_content_animation_wrapper {
    padding-top: 1.5rem;
    padding-left: 0;
  }

  .reference_wrapper.padding-global {
    padding-left: 3%;
    padding-right: 3%;
  }

  .reference_content_wrapper {
    padding-top: 8rem;
  }

  .hero_image_mobile_bauarbeiter {
    width: 280px;
  }

  .div-block-98 {
    margin-top: 38px;
    margin-bottom: -67px;
  }

  .team_content_wrapper {
    padding: 6rem 0 3rem;
  }

  .team_content__sub {
    margin-top: 1.55rem;
  }

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

  .team_content__text {
    padding-left: 0;
  }

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

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

  .gallery16_slider {
    padding-bottom: 3rem;
  }

  .gallery16_mask {
    width: 100%;
  }

  .gallery16_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .gallery16_arrow.hide-mobile-landscape {
    display: none;
  }

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

  .gallery18_slider {
    padding-bottom: 3rem;
  }

  .gallery18_mask {
    width: 50%;
  }

  .gallery18_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .gallery18_arrow.hide-mobile-landscape {
    display: none;
  }

  .slider2_component {
    padding-bottom: 3rem;
  }

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

  .slider2_arrow-2.hide-mobile-landscape {
    display: none;
  }

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

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

  .gallery13_image {
    width: 250px;
  }

  .gallery13_arrow.hide-mobile-landscape {
    display: none;
  }

  .cert_gallery_left_arrow {
    width: 1.75rem;
    height: 1.75rem;
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
    margin-left: 3.45rem;
  }

  .cert_gallery_right_arrow {
    width: 1.75rem;
    height: 1.75rem;
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
    margin-right: 3.45rem;
  }

  .cert_content_wrapper {
    padding-top: 4rem;
  }

  .cert_content__cta_button {
    margin-top: 2rem;
  }

  .cert_content_text_wrapper {
    margin-top: -6rem;
  }

  .benefits_content_sub {
    padding-top: .55rem;
    font-size: 1.075rem;
  }

  .faq_question {
    font-size: 1rem;
  }

  .faq_answer {
    text-align: left;
    font-size: .855rem;
  }

  .footer_url {
    font-size: 1.075rem;
  }

  .footer_logo_image {
    width: 100px;
  }

  .footer_link_brand {
    margin-top: -2rem;
  }

  .left-arrow-2, .right-arrow {
    width: 2rem;
    height: 2rem;
  }

  .slider {
    width: 100%;
    max-width: 18rem;
  }

  .step7-p {
    font-size: var(--font-size-text--regular);
  }

  .step7-text-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image-39 {
    width: 154px;
  }

  .image-40, .image-41 {
    width: 220px;
  }

  .kellersanierung_stuttgart, .kellersanierung_sinsheim, .kellersanierung_heilbronn {
    font-size: .9rem;
  }

  .check-header-2 {
    width: 100%;
  }

  .h2-check-subheader-2 {
    font-size: 1rem;
  }

  .h3-check-2 {
    font-size: 1.15rem;
  }

  .check-page-container {
    width: 90%;
  }

  .h1-check-2 {
    font-size: 1.728rem;
  }

  .check-box-content-2 {
    width: 100%;
    height: auto;
    padding-left: 1em;
    padding-right: 1em;
  }

  .section-component_hero_v1_container--logo {
    margin-bottom: -3.5rem;
  }

  .section-component_hero_v1_container--logo.padding-top.padding-xsmall {
    margin-bottom: 0;
  }

  .section-component_hero_v1_content_left {
    padding-top: .5rem;
    padding-left: 0;
  }

  .section-component_hero_v1_custom_text--solutions.margin-top.margin-xsmall.is-mobile-no-margin {
    margin-top: 0;
  }

  .p_ul--red_arrow {
    background-position: 0 10%;
  }

  .p_ul--red_arrow.is-hero {
    background-position: 0 10%;
    font-size: 1rem;
  }

  .p_ul--red_arrow.is-hero.is-2lines {
    background-position: 0 10%;
  }

  .section-component_hero--v1 {
    padding-bottom: 2rem;
  }

  .p_ul--green_check {
    background-position: 0 10%;
    margin-bottom: 0;
  }

  .p_ul--green_check.is-hero {
    background-position: 0 10%;
    margin-bottom: .35rem;
    font-size: 1rem;
  }

  .section-component_hero_v1_content_custom_text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .button-8.is-hero {
    width: 95%;
  }

  .button-8.is-hero.align-center {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .question-section {
    padding-left: 0;
    padding-right: 0;
  }

  .workflow-section {
    padding-top: 1.5em;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-button {
    font-size: var(--font-size-text--small);
    line-height: var(--1-35\<deleted\|variable-61e6cce0-6487-06ad-0fdc-affa3ba236f1\>);
    text-align: center;
    letter-spacing: var(--letterspacing--ls-small);
    white-space: nowrap;
    word-break: normal;
    width: 100%;
    padding: 1.05em 1.35em 1.05em 1.25em;
  }

  .cta-button.is--section {
    padding: .55em 1.5em;
    font-size: .9rem;
    line-height: 1.2em;
  }

  .cta-button.is--section.is--mobile-section-cta {
    font-size: var(--font-size-text--regular);
    line-height: var(--font-size-text--medium);
    white-space: normal;
    padding-bottom: .55em;
    display: block;
  }

  .cta-button.is--section.is--mobile-section-cta.is--dp-none {
    display: none;
  }

  .step-section-container {
    width: 100%;
  }

  .header-main {
    grid-template-rows: auto auto;
    display: flex;
  }

  .question-container {
    width: 100%;
    max-width: 100%;
  }

  .h3--large.is--section {
    font-size: var(--font-size-text--medium);
    line-height: var(--1-35\<deleted\|variable-61e6cce0-6487-06ad-0fdc-affa3ba236f1\>);
  }

  .h3--large.is--section.is--reference-section {
    font-size: 1.075rem;
  }

  .h3--large.is--section.is--white {
    font-size: 1.1rem;
  }

  .step_section__icon {
    width: 48px;
    height: 48px;
  }

  .h1-hero {
    font-family: var(--fonts--font-body-poppins);
    color: var(--colors--blue-dark);
    font-size: var(--font-size-headings--h4);
    line-height: var(--1-35\<deleted\|variable-61e6cce0-6487-06ad-0fdc-affa3ba236f1\>);
    letter-spacing: var(--letterspacing--ls-small);
  }

  .hero-flex-item.is--w-medium {
    width: 100%;
  }

  .h2-hero {
    font-size: var(--font-size-headings--h6);
    text-align: center;
  }

  .h2-hero.is--section {
    font-size: 1.35em;
  }

  .step-section {
    padding-top: 1.5em;
    padding-left: 0;
    padding-right: 0;
  }

  .question-icon {
    width: 34px;
    height: 34px;
  }

  .question-grid-wrapper {
    width: 100%;
    max-width: 24rem;
  }

  .step-grid-item {
    width: 20em;
    height: 26em;
  }

  .p-hero {
    font-size: var(--font-size-text--regular);
    line-height: var(--font-size-text--large);
    background-position: 0 8%;
    background-size: 14px;
    margin-bottom: .55em;
  }

  .p-hero.is--check {
    margin-bottom: .85em;
  }

  .p-hero.is--check.is--last {
    padding-top: .55em;
  }

  .load-more-img-grid-content {
    width: 100%;
    max-width: none;
  }

  .load-more-img-grid-content.is--grid-small {
    max-width: none;
  }

  .intro-container {
    width: 100%;
    padding-top: 1.5em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .reference-section {
    padding: 1.5em 0 2em;
  }

  .reference-container {
    width: 100%;
  }

  .hero-section {
    background-position: 50% 0;
    background-size: cover;
  }

  .workflow-container {
    width: 100%;
    max-width: 100%;
  }

  .load-more-flex-item {
    width: 100%;
    max-width: none;
  }

  .intro-image-verified {
    width: 150px;
    height: 75px;
    margin-bottom: 0;
  }

  .p-section.is--section {
    font-size: var(--font-size-text--regular);
    line-height: var(--1-35\<deleted\|variable-61e6cce0-6487-06ad-0fdc-affa3ba236f1\>);
  }

  .p-section.is--section.is--left, .p-section.is--section.is--left.is--team {
    text-align: left;
  }

  .p-section.is--section.is--left.is--mobile-center, .p-section.is--section.is--left.is--mobile-center.is--tablet {
    text-align: center;
  }

  .p-section.is--section.is--semi-bold {
    text-align: left;
  }

  .p-section.is--section.is--semi-bold.is--no-margin {
    padding-left: .25em;
    padding-right: .25em;
  }

  .p-section.is--section.is--workflow-card-p {
    font-size: var(--font-size-text--small);
  }

  .p-section.is--section.is--intro-p-sbold.is--intro-p-padidng {
    font-weight: 400;
  }

  .p-section.is--p-card {
    font-size: var(--font-size-text--small);
    padding-right: 0;
  }

  .step-p.is--light {
    font-size: .725rem;
  }

  .collection-list-2 {
    width: 100%;
    max-width: 100%;
    justify-content: center !important;
    align-items: center !important;
  }

  .collection-item-2 {
    width: 300px;
  }

  .team-section {
    padding-top: .5em;
    padding-left: 0;
    padding-right: 0;
  }

  .team-section-container, .footer-container.is--footer-image-ctn {
    width: 100%;
    max-width: none;
  }

  .footer-link.is-footer-link-left {
    font-size: var(--font-size-text--small);
    line-height: var(--1-35\<deleted\|variable-61e6cce0-6487-06ad-0fdc-affa3ba236f1\>);
  }

  .content-load-more {
    width: 100%;
    max-width: 100%;
  }

  .load-more-btn {
    font-size: var(--font-size-text--small);
    line-height: var(--1-35\<deleted\|variable-61e6cce0-6487-06ad-0fdc-affa3ba236f1\>);
  }

  .load-more-img-content {
    width: 95%;
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .load-more-btn-close {
    font-size: var(--font-size-text--small);
    line-height: var(--1-35\<deleted\|variable-61e6cce0-6487-06ad-0fdc-affa3ba236f1\>);
  }

  .load-more-img-container-first {
    width: 100%;
    max-width: 100%;
  }

  .procedure-arrow-icon {
    padding-left: 20px;
  }

  .procedure-section {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .procedure-brand-p {
    font-size: .8rem;
  }

  .procedure-container {
    width: 100%;
    max-width: none;
  }

  .prodedure-flex-container {
    margin-top: 1em;
  }

  .procedure-brand-img-second {
    padding-left: 0;
    position: static;
    left: 80px;
  }

  .procedure-accordion-button {
    flex-flow: column;
    min-width: 280px;
    height: 60px;
    display: flex;
  }

  .procedure-flex-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .procedure-flex-item {
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    min-width: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .procedure-flex-item.is--flex-item-icon {
    padding-right: 4.2em;
  }

  .procedure-flex-item.is--desktop {
    opacity: 0;
    padding-left: 0;
  }

  .procedure-flex-item.is--mobile {
    min-width: 120px;
    display: block;
  }

  .button {
    letter-spacing: 0;
    width: 100%;
    padding: .75rem .5em;
    font-size: .955rem;
  }

  .button.prev-button {
    width: 65%;
    padding: .25em 1em;
  }

  .button.submit-button {
    font-family: var(--fonts--font-body-poppins);
    font-size: .85rem;
    line-height: var(--1-35\<deleted\|variable-61e6cce0-6487-06ad-0fdc-affa3ba236f1\>);
    text-align: center;
    letter-spacing: 0;
    white-space: normal;
    margin-left: auto;
    margin-right: auto;
    padding-left: .3em;
    padding-right: .3em;
  }

  .button.cta_btn__section {
    white-space: normal;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .team-img-card-content {
    height: 80px;
    padding-top: .5em;
    top: -81px;
  }

  .team-img-card-p--name {
    font-size: var(--font-size-text--small);
    text-align: center;
    margin-bottom: 0;
  }

  .team-img-card-p--job {
    font-size: var(--font-size-text--xsmall);
    line-height: var(--font-size-text--small);
    text-align: center;
    margin-top: 3px;
    margin-bottom: 0;
  }

  .team-flex-img-item {
    width: 14em;
    height: 21em;
  }

  .faq-section {
    padding: 1em 0 2em;
  }

  .faq-section-container {
    width: 100%;
    max-width: none;
  }

  .content-box-item-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    display: block;
  }

  .faq-p {
    font-size: var(--font-size-text--small);
    line-height: var(--1-35\<deleted\|variable-61e6cce0-6487-06ad-0fdc-affa3ba236f1\>);
    text-align: left;
    width: 95%;
    position: static;
    overflow: visible;
  }

  .content-box-wrapper, .faq-content-box {
    width: 100%;
  }

  .header-image-link.w--current {
    flex-flow: column;
    width: 85vw;
    height: 100%;
    margin-top: -.15em;
    display: flex;
  }

  .content-heading.is--intro, .content-heading.is--question {
    width: 95%;
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .content-heading.is--description {
    width: 100%;
  }

  .content-heading.is--cta-section {
    width: 75%;
  }

  .content-heading.is--cta-section.is--cta-section-p {
    width: var(--22-0\<deleted\|variable-e83d34a1-1dea-cdd8-44d8-6de1fe6b601a\>);
    max-width: var(--22-0\<deleted\|variable-e83d34a1-1dea-cdd8-44d8-6de1fe6b601a\>);
  }

  .content-heading.is--cta-section.is--cta-section-card {
    width: 95%;
  }

  .content-heading.is--cta-section.is--cta-button {
    width: var(--22-0\<deleted\|variable-e83d34a1-1dea-cdd8-44d8-6de1fe6b601a\>);
    max-width: var(--22-0\<deleted\|variable-e83d34a1-1dea-cdd8-44d8-6de1fe6b601a\>);
  }

  .content-heading.is--workflow {
    width: 95%;
  }

  .content-heading.is--workflow.is--workflow-card {
    border: 1px solid var(--colors--blue-dark);
    width: 95%;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .content-heading.is--workflow.is--workflow-p {
    width: 95%;
    max-width: 95%;
  }

  .content-heading.is--procedure {
    width: 95%;
    max-width: none;
  }

  .content-heading.is--procedure.is--procedure-ctn-third {
    margin-top: 0;
  }

  .content-heading.is--reference {
    width: 95%;
  }

  .content-heading.is--reference.is--ref-p {
    width: var(--22-0\<deleted\|variable-e83d34a1-1dea-cdd8-44d8-6de1fe6b601a\>);
    max-width: var(--22-0\<deleted\|variable-e83d34a1-1dea-cdd8-44d8-6de1fe6b601a\>);
  }

  .content-heading.is--step {
    width: 75%;
  }

  .content-heading.is--step.is--step-grid, .content-heading.is--step.is--cta-button {
    width: var(--22-0\<deleted\|variable-e83d34a1-1dea-cdd8-44d8-6de1fe6b601a\>);
    max-width: var(--22-0\<deleted\|variable-e83d34a1-1dea-cdd8-44d8-6de1fe6b601a\>);
  }

  .content-heading.is--team {
    align-self: center;
    width: 95%;
  }

  .content-heading.is--team.is--flex-h {
    width: 95%;
    max-width: none;
  }

  .content-heading.is--team.is--team-content-list {
    border: 0px none var(--colors--blue-dark);
    background-color: #0000;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: .5em;
    padding-right: .5em;
  }

  .content-heading.is--team.is--team-p {
    width: 95%;
    max-width: none;
  }

  .content-heading.is--team.is--cta-button {
    width: var(--22-0\<deleted\|variable-e83d34a1-1dea-cdd8-44d8-6de1fe6b601a\>);
    max-width: var(--22-0\<deleted\|variable-e83d34a1-1dea-cdd8-44d8-6de1fe6b601a\>);
  }

  .content-heading.is--faq {
    width: 95%;
    max-width: none;
  }

  .content-heading.is--faq.is--contentbox-faq-mobile {
    padding-left: .55em;
    padding-right: .55em;
  }

  .content-heading.is--footer {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .header-nav.bg--blue-light {
    display: none;
  }

  .description-container {
    width: 100%;
  }

  .description-section, .description-section.is-blue-light-ultra {
    padding-top: 1.5em;
  }

  .intro-custom-code {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .intro-flex-item.is-cta-intro, .intro-flex-item.is--intro-img {
    width: var(--22-0\<deleted\|variable-e83d34a1-1dea-cdd8-44d8-6de1fe6b601a\>);
    max-width: var(--22-0\<deleted\|variable-e83d34a1-1dea-cdd8-44d8-6de1fe6b601a\>);
  }

  .question-flex-item.is--qeustion-p {
    width: 95%;
    max-width: 95em;
  }

  .h3--question {
    font-size: var(--font-size-text--regular);
  }

  .description-grid-container {
    width: 100%;
  }

  .description-content-item {
    width: 95%;
  }

  .description-content-item.is--mobile {
    margin-left: auto;
    margin-right: auto;
  }

  .flex-item-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-item-wrapper.is--left.is--cta-button {
    width: var(--22-0\<deleted\|variable-e83d34a1-1dea-cdd8-44d8-6de1fe6b601a\>);
    max-width: var(--22-0\<deleted\|variable-e83d34a1-1dea-cdd8-44d8-6de1fe6b601a\>);
  }

  .flex-item-wrapper.is--cta-btn {
    width: 95%;
  }

  .flex-item-wrapper.is--cta-btn.is--cta-button {
    width: var(--22-0\<deleted\|variable-e83d34a1-1dea-cdd8-44d8-6de1fe6b601a\>);
    max-width: var(--22-0\<deleted\|variable-e83d34a1-1dea-cdd8-44d8-6de1fe6b601a\>);
  }

  .description-list-item {
    font-size: 1.055rem;
    line-height: var(--font-size-text--large);
    background-image: url('../images/arrow-right-solid-green.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 14px;
    background-attachment: scroll;
    margin-bottom: .55em;
    padding-left: 26px;
    display: block;
  }

  .description-list-item-second {
    background-image: url('../images/arrow-right-solid-green.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 14px;
    display: block;
  }

  .list-item-bold {
    font-size: var(--font-size-text--regular);
    line-height: var(--1-35\<deleted\|variable-61e6cce0-6487-06ad-0fdc-affa3ba236f1\>);
  }

  .form-container {
    padding: 1em .75em;
  }

  .mstep_form___header {
    width: 100%;
    padding-top: 1em;
    padding-bottom: .2rem;
  }

  .mstep_form__headline.mstep_form__headline--js {
    font-size: 1.15rem;
  }

  .mstep_form__subheadline.mstep_form__subheadline--js {
    width: 95%;
    margin: .35em auto .25em;
  }

  .form {
    max-height: 660px;
  }

  .content-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .content-wrapper.is-flex-v {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .answers-wrapper {
    margin-bottom: .35em;
  }

  .answer-item {
    padding-top: .55em;
    padding-bottom: .55em;
  }

  .radio-label {
    font-weight: 600;
  }

  .multi-step-form-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .button-container.is--prev-btn {
    margin-bottom: .5em;
  }

  .progress-container {
    padding-bottom: .15em;
  }

  .progress-percent {
    font-size: var(--font-size-text--small);
    line-height: var(--1-35\<deleted\|variable-61e6cce0-6487-06ad-0fdc-affa3ba236f1\>);
  }

  .h3-step6, .h4-step6 {
    font-size: var(--font-size-text--medium);
    text-align: center;
    line-height: 1.2;
  }

  .input-group {
    margin-bottom: 1.35em;
    margin-left: .55em;
  }

  .h3-step7 {
    line-height: var(--font-size-headings--h6);
    margin-bottom: .25rem;
    padding-top: .5rem;
  }

  .input-field-container {
    width: 100%;
    height: 36px;
  }

  .input-field {
    color: var(--colors--black);
    font-size: var(--font-size-text--small);
    width: 100%;
    margin-left: -11px;
    line-height: 1.25rem;
  }

  .agb-label {
    font-size: var(--font-size-text--xsmall);
    line-height: var(--font-size-headings--h6);
  }

  .data-p {
    font-size: .7rem;
    line-height: var(--font-size-text--medium);
    letter-spacing: 0;
    white-space: nowrap;
    margin-left: -6px;
  }

  .image-14 {
    padding-top: .125rem;
    display: block;
  }

  .h1-sub {
    font-size: var(--font-size-text--regular);
  }

  .form-icon-arrow {
    width: .55rem;
    max-width: .55rem;
  }

  .header-content, .header-content-step7 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .input-error-icon, .input-check-icon {
    width: 14px;
    top: 15%;
  }

  .error-popup {
    position: fixed;
    inset: 0%;
  }

  .cta-section {
    padding-top: .5em;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-container {
    width: 100%;
    max-width: none;
  }

  .description-image-second {
    width: 280px;
    margin-left: 2.55em;
  }

  .workflow-list {
    padding-left: 0;
    padding-right: 0;
  }

  .workflow-list-item.is--semi-bold {
    text-align: left;
    background-position: 0 10%;
    margin-bottom: .75em;
    font-size: .955rem;
    line-height: 1.5rem;
  }

  .procedure-brand-img {
    padding-left: 0;
  }

  .procedure-brand-img.is--desktop {
    opacity: 0;
  }

  .team-content-list {
    padding-left: .5em;
    padding-right: .5em;
  }

  .team-content-list-item.is--medium {
    font-size: var(--font-size-text--small);
    line-height: var(--1-35\<deleted\|variable-61e6cce0-6487-06ad-0fdc-affa3ba236f1\>);
    background-position: 0 10%;
    margin-bottom: 12px;
    font-weight: 400;
  }

  .content-box-flex {
    justify-content: space-between;
  }

  .h4-faq-question {
    font-size: var(--font-size-text--regular);
  }

  .footer-flex-item {
    flex-flow: column;
  }

  .footer-logo-img {
    width: 320px;
    height: 100px;
  }

  .header-nav-mobile {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 6px;
    padding-top: 0;
    position: static;
    top: 1.35em;
    bottom: auto;
  }

  .nav-mobile-menu {
    flex-flow: row;
    justify-content: center;
  }

  .nav-link-mobile {
    width: 100%;
  }

  .nav-mobile-icon {
    font-size: var(--font-size-headings--h4);
  }

  .nav-mobile-button {
    color: var(--colors--white);
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    top: 0;
  }

  .nav-mobile-button.w--open {
    margin-top: 0;
    top: 0;
  }

  .h3-hero {
    font-size: var(--font-size-text--small);
    line-height: var(--1-35\<deleted\|variable-61e6cce0-6487-06ad-0fdc-affa3ba236f1\>);
  }

  .h2-section {
    font-size: var(--font-size-headings--h6);
    line-height: var(--1-35\<deleted\|variable-61e6cce0-6487-06ad-0fdc-affa3ba236f1\>);
    text-align: center;
  }

  .h2-section.is--mobile {
    display: block;
  }

  .workflow-card-p {
    width: var(--22-0\<deleted\|variable-e83d34a1-1dea-cdd8-44d8-6de1fe6b601a\>);
    max-width: var(--22-0\<deleted\|variable-e83d34a1-1dea-cdd8-44d8-6de1fe6b601a\>);
    padding-left: .55em;
    padding-right: .55em;
  }

  .collection-list-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .team-linkbox {
    width: 100%;
  }

  .div-block-68 {
    width: 100%;
    min-width: 100%;
  }

  .description-img-container {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .check-container {
    width: 95%;
    max-width: none;
  }

  .h1-check {
    font-size: var(--font-size-headings--h6);
  }

  .text-span-2, .h3-check {
    font-size: var(--font-size-text--medium);
  }

  .check-back-btn.w--current {
    font-size: var(--font-size-text--small);
  }

  .h2-content {
    font-size: var(--font-size-headings--h5);
  }

  .hero-container {
    width: 95%;
    padding-top: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .image-hero {
    display: none;
  }

  .image-header {
    width: 280px;
    height: 75px;
    margin-top: -.35em;
    padding-left: .55em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .image__problem_bauarbeiter_b {
    width: 220px;
    height: 100%;
  }

  .image-18 {
    width: 300px;
    height: 400px;
  }

  .image-27, .image-28 {
    width: 300px;
    height: 340px;
  }

  .header-mobile {
    display: flex;
  }

  .hero-image-absolute {
    width: 200px;
    height: 200px;
    display: none;
    position: absolute;
    top: 690px;
    right: 57px;
  }

  .hero-image-absolute.is--mobile {
    margin-top: -2.5em;
    margin-bottom: -2.4em;
    display: block;
    position: static;
  }

  .img-footer {
    width: 120px;
    height: 75px;
  }

  .h5-footer {
    color: var(--colors--white);
    margin-bottom: .35em;
  }

  .cta_service_card_container {
    padding: 1rem .5rem 1.5rem;
  }

  .image-29 {
    width: 32px;
    height: 32px;
    display: none;
  }

  .flex-item-cta-button, .wrapper {
    width: 100%;
  }

  .h2-sub {
    font-size: var(--font-size-headings--h6);
    background-size: 24px;
    margin-left: 0;
    padding-left: 30px;
  }

  .hero-flex-item-cta {
    margin-top: 1.55em;
  }

  .border {
    display: block;
  }

  .container-xxl-large {
    padding-bottom: 1.5em;
  }

  .container-large {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-large.margin-top {
    padding-top: 1rem;
  }

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

  .heading-style-h6 {
    font-size: var(--font-size-text--medium);
  }

  .heading-style-h1.margin-bottom.text-align-center {
    font-size: 2.25rem;
  }

  .hero_list_value_item_p {
    background-position: 0 10%;
  }

  .text-size-large.text-weight-semibold {
    background-repeat: repeat;
    background-size: auto;
  }

  .text-size-medium {
    text-align: left;
  }

  .text-size-medium.text-size-large.text-weight-semibold {
    text-align: left;
    background-repeat: repeat;
    background-size: auto;
  }

  .text-size-medium.text-align-center, .text-size-medium.text-weight-semibold {
    text-align: center;
  }

  .hero_cta {
    margin-top: 1.35rem;
  }

  .cta_service_wrapper {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }

  .cta_service_wrapper.padding-global {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .margin-top.margin-xsmall {
    margin-top: 0;
  }

  .margin-top.margin-medium {
    margin-top: 2.5rem;
  }

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

  .hide-mobile-portrait {
    display: none;
  }

  .header_wrapper {
    height: 4rem;
  }

  .navbar_link__mobile.w--current {
    color: var(--colors--nav-blue-accent);
  }

  .navbar_component_v1_mobile_logo_image {
    width: 300px;
    height: 65px;
  }

  .section__hero {
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero_logo_wrapper {
    padding-left: 1.5rem;
  }

  .hero_logo_image {
    width: 100px;
  }

  .hero_content_box__left {
    max-width: 100%;
  }

  .hero_list {
    flex-flow: column;
    padding-left: 0;
  }

  .hero_cta_button {
    padding-left: .25rem;
    padding-right: .25rem;
    font-size: 1rem;
  }

  .hero_cta_image_wrapper {
    width: 180px;
  }

  .cta_service_container.container-large {
    padding-left: 0;
    padding-right: 0;
  }

  .cta_service_content_wrapper {
    padding-bottom: 2rem;
  }

  .hero_h2 {
    font-size: 1.25rem;
  }

  .hero_h2.is-hero {
    font-size: 1.35rem;
  }

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

  .text-size-medium-2 {
    text-align: left;
  }

  .text-size-medium-2.text-align-center {
    text-align: center;
  }

  .text-size-medium-2.text-align-center.padding-global {
    text-align: left;
    padding-top: 1rem;
  }

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

  .image__problem_bauarbeiter_a {
    width: 200px;
  }

  .p__problem {
    text-align: left;
    font-size: 1.055rem;
  }

  .text-size-medium-4 {
    text-align: left;
  }

  .padding-section-large-3 {
    padding-top: 1rem;
  }

  .button-4 {
    font-size: var(--font-size-text--regular);
    padding: .75rem 1rem;
  }

  .timeline6_content-right {
    grid-row-gap: 2rem;
  }

  .timeline6_row {
    grid-column-gap: 1rem;
  }

  .timeline6_item {
    grid-template-columns: 3rem 1fr;
  }

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

  .layout486_content {
    height: auto;
  }

  .text-size-medium-5 {
    text-align: left;
  }

  .button-5 {
    font-size: var(--font-size-text--regular);
    padding: .75rem 1rem;
  }

  .benefits_content_heading, .heading-6, .heading-7, .heading-8, .heading-9 {
    text-align: left;
  }

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

  .image_ref {
    width: 75vw;
  }

  .section__cta_steps {
    background-color: var(--colors--blue-light-ultra);
  }

  .card-row4_component, .team2_list {
    grid-template-columns: 1fr;
  }

  .padding-section-large-5 {
    padding-top: 5rem;
  }

  .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12 {
    text-align: left;
  }

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

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

  .quick-stack {
    width: 100%;
  }

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

  .footer_contact_link {
    margin-top: -1rem;
  }

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

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

  .header2_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .button-6 {
    font-size: var(--font-size-text--regular);
    white-space: nowrap;
    padding: .75rem .75em;
  }

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

  .hero_heading_wrapper {
    padding-left: 3%;
    padding-right: 3%;
  }

  .hero_heading_container {
    margin-top: -1.5rem;
  }

  .div-block-93 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .link {
    white-space: pre-wrap;
    word-break: break-all;
  }

  .link-datenschutz {
    word-break: break-all;
  }

  .custom_code__trustindex_hero {
    margin-top: -13.4rem;
    margin-left: -10rem;
    width: 115px !important;
  }

  .hero_h1 {
    font-size: 2.15rem;
  }

  .h2__section {
    font-size: var(--font-size-headings--h5);
    text-align: left;
  }

  .h2__section.h2_section_mobile_center {
    font-size: var(--font-size-headings--h4);
    text-align: center;
  }

  .h2__section.h2_section_left.destop_center {
    text-align: left;
  }

  .section__subheading {
    text-align: left;
    font-size: 1.075rem;
  }

  .p__section {
    text-align: left;
  }

  .p__section.p_section_mobile_center {
    text-align: center;
  }

  .p__section.p_setion_left.destop_center {
    text-align: left;
  }

  .cta_service_card_p {
    padding-left: .25rem;
    padding-right: .25rem;
    font-size: 1rem;
  }

  .reviews_subheading {
    font-size: 1.075rem;
  }

  .section__cta_question {
    padding-top: 5rem;
  }

  .problem_container.container-large {
    padding-left: 0;
    padding-right: 0;
  }

  .problem_content__sub {
    margin-top: 0;
  }

  .h2__cta_q {
    font-size: var(--font-size-headings--h4);
  }

  .p__cta_q {
    font-size: 1.025rem;
  }

  .benefits_container.container-large {
    padding-left: 0;
    padding-right: 0;
  }

  .benefits_content__animation {
    padding-left: 1rem;
  }

  .reference_content_wrapper {
    padding-top: 4rem;
  }

  .cta_steps_wrapper.padding-global.no-padding {
    padding-left: 0%;
    padding-right: 0%;
  }

  .cta_steps_container.container-large {
    padding-left: 0;
    padding-right: 0;
  }

  .cta_steps_link_block {
    max-width: 18rem;
  }

  .hero_wrapper.padding-global {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-98 {
    margin-top: 51px;
    margin-bottom: -50px;
  }

  .team_container.container-large, .team_content_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .cert_content__cert_gallery {
    margin-bottom: 0;
  }

  .gallery13_image {
    width: 220px;
  }

  .cert_gallery_left_arrow {
    margin-left: -.05rem;
  }

  .cert_gallery_right_arrow {
    margin-right: -.05rem;
  }

  .cert_container.container-large {
    padding-left: 0;
    padding-right: 0;
  }

  .cert_content__cta_button {
    width: 100%;
    margin-top: 3rem;
  }

  .cert_content__text.container-small {
    margin-top: 2rem;
  }

  .cert_content_text_wrapper {
    margin-top: -10rem;
  }

  .cta_service_image_wrapper {
    margin-bottom: 0;
    margin-right: 0;
  }

  .cta_service_trustindex_image {
    width: 212px;
  }

  .cta_service_cta_button {
    margin-top: 3rem;
  }

  .cta_steps_content__cta_button {
    width: 100%;
  }

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

  .footer_logo_image {
    width: 80px;
  }

  .footer_link_brand {
    margin-top: -1.5rem;
  }

  .slider {
    max-width: 14rem;
  }

  .step7-p {
    font-size: var(--font-size-text--small);
  }

  .step7-text-wrapper {
    padding: .25rem .25rem 1.5rem;
  }

  .image-39 {
    width: 135px;
  }

  .div-block-107 {
    padding-top: .35rem;
  }

  .image-40, .image-41 {
    width: 200px;
  }

  .navbar_mobile_cta_button {
    padding-left: 5%;
    padding-right: 5%;
  }

  .check-back-btn-2.w--current, .paragraph-20 {
    font-size: .75rem;
  }

  .h2-check-subheader-2 {
    padding-left: .35rem;
    padding-right: .35rem;
    font-size: .875rem;
  }

  .h3-check-2 {
    font-size: 1.015rem;
  }

  .check-page-container {
    width: 90%;
  }

  .h1-check-2 {
    font-size: 1.35em;
  }

  .check-box-content-2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .section-component_hero_v1_content_left {
    max-width: 100%;
  }

  .p_ul--green_check {
    background-position: 0 10%;
  }

  .section-component_hero_v1_content_custom_text {
    flex-flow: column;
  }
}

#w-node-_3a02d834-508f-4ad7-bf90-9b3fa56b5fa2-0e88eeda {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b27d0572-fa79-252a-0cb9-ed96ce35f4a9-0e88eeda, #w-node-_1cba742e-d519-d932-8dd4-a33026f78305-0e88eeda {
  align-self: start;
}

#w-node-_9fc7d620-3376-6b40-d1f6-185c47dfee34-0e88eeda {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9fc7d620-3376-6b40-d1f6-185c47dfee35-0e88eeda, #w-node-_4220197f-170a-bc5b-c795-0337220b1e58-0e88eeda, #w-node-_8547a519-6f8a-ec00-67d4-9ddf34d877b9-0e88eeda {
  align-self: start;
}

#w-node-_3bc3b60f-05ef-eee0-f312-79350c77172f-0e88eeda, #w-node-_0e9e5c70-42e6-d1a5-c64a-669baea15725-0e88eeda, #w-node-b933715b-8710-69a4-4eb2-e022fec89025-0e88eeda, #w-node-_256a61b9-cfd3-8e38-761a-0de9284d799a-0e88eeda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fdd2faf-62cc-533b-623d-993b2a882d42-2a882d40 {
  justify-self: center;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299d50-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299d66-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299d67-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299d6b-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299d6c-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299d70-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299d71-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299d75-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299d76-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299d7a-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299d7b-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299d7f-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299d80-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299d8a-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299d8b-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299d8f-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299d90-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299d94-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299d95-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299d99-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299d9a-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299d9e-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299d9f-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299da3-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299da4-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299dae-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299daf-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299db3-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299db4-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299db8-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299db9-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299dbd-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299dbe-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299dc2-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299dc3-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299dc7-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299dc8-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299dd2-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299dd3-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299dd7-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299dd8-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299dda-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299ddc-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299ddd-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299de1-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299de2-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299deb-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299dec-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299df5-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299df6-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e08-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e09-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e0d-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e0e-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e12-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e13-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e17-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e18-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e1c-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e1d-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e27-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e28-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e2c-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e2d-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e31-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e32-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e36-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e37-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e3b-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e3c-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e40-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e41-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e4c-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e4d-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e51-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e52-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e56-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e57-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e5b-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e5c-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e60-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e61-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e65-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e66-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e6a-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e6b-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e6f-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e70-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e74-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e75-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e7f-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e80-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e84-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e85-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e89-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e8a-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e91-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299e92-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299ed3-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299ed6-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299ed7-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299eda-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299edb-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299ede-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299ee2-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299ee3-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299ee6-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299ee7-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299eea-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299eeb-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299eee-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299eef-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299ef2-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299ef3-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299ef6-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299efd-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299efe-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299f03-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299f04-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299f08-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299f09-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299f0d-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299f0e-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299f12-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299f13-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299f23-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299f26-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299f27-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299f2a-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299f2b-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299f2e-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299f2f-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299f33-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299f36-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299f37-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299f3a-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299f3b-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299f3e-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299f46-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299f47-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299f48-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299f4a-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299f4d-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299f4e-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299f4f-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299f53-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299f56-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299f57-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299f58-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299f5c-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299f60-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299f61-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299f67-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299f6a-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299f6b-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299f6c-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299f70-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299f73-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299f74-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299f75-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299f7b-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299f7f-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299f80-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299f84-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299f87-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299f8c-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299f8d-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299f8e-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299f90-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299f93-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299f94-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299f95-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299f99-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299f9c-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299f9d-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299f9e-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299fa2-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299fa5-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299fa6-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299fa7-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299fad-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299fb0-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299fb1-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299fb2-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299fb8-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299fbb-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299fbc-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299fbd-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299fc5-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299fc8-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299fc9-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299fca-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299fd6-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299fd7-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299fd8-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299fdc-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299fe1-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299fe2-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299fe3-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299fe9-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299fee-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299fef-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299ff0-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299ff6-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299ffb-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c299ffc-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c299ffd-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a005-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a00a-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a00b-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a00c-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a014-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a019-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a01a-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a01b-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a025-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a02b-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a02c-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a032-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a037-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a038-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a039-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a03d-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a040-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a041-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a042-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a048-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a04b-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a04c-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a04d-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a053-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a056-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a057-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a058-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a060-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a063-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a064-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a065-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a06b-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a06e-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a06f-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a070-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a078-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a07c-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a07d-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a083-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a08b-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a08c-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a08d-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a08e-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a090-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a093-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a097-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a098-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a099-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a0a2-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a0a3-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a0a4-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a0ad-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a0ae-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a0af-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a0b0-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a0b6-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a0b7-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a0b8-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a0b9-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a0bb-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a0bf-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a0c0-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a0c1-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a0c2-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a0c4-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a126-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a12a-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a12b-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a12d-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a12f-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a130-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a132-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a134-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a135-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a137-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a139-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a13a-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a13c-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a13e-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a13f-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a141-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a143-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a144-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a146-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a148-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a14a-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a14c-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a14e-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a14f-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a151-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a152-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a154-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a155-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a157-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a158-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a15a-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a15b-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a15d-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a15e-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a160-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a161-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a163-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a169-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a16d-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a16e-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a170-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a172-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a173-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a175-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a177-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a178-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a17a-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a17c-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a17d-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a17f-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a181-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a182-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a184-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a186-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a187-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a189-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a18b-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a18c-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a18e-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a190-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a191-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a193-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a195-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a196-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a198-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a19a-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a19b-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a19d-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a19f-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1a0-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1a2-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1a7-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1ab-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1ad-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1b0-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1b5-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1ba-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1bf-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1c4-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1cb-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1cc-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1ce-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1cf-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1d1-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1d2-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1d4-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1d5-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1d7-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1d8-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1da-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1db-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1dd-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1de-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1e0-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1e1-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1e3-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1e4-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1e6-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1e7-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1e9-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1ea-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1ec-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1ed-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1ef-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1f0-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1f2-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1f3-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1f5-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1f6-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1f8-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1f9-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1fb-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1fc-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1fe-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a1ff-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a201-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a202-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a204-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a205-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a207-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a208-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a20a-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a20b-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a20d-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a20e-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a210-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a211-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a213-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a214-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a216-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a217-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a219-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a21a-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a21c-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a21d-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a21f-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a220-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a222-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a223-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a228-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a22c-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a22e-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a231-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a236-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a23b-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a240-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a245-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a24c-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a24d-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a24f-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a250-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a252-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a253-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a255-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a256-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a258-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a259-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a25b-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a25c-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a25e-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a25f-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a261-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a262-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a264-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a265-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a267-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a268-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a26a-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a26b-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a26d-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a26e-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a270-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a271-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a273-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a274-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a276-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a277-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a279-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a27a-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a27c-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a27d-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a27f-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a280-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a282-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a283-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a285-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a286-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a288-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a289-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a28b-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a28c-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a28e-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a28f-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a291-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a292-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a294-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a295-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a297-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a298-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a29a-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a29b-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a29d-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a29e-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2a0-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2a1-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2a3-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2a4-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2a9-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2ac-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2ad-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2af-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2b0-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2b2-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2b3-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2b5-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2b6-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2b8-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2b9-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2bb-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2bc-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2be-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2bf-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2c1-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2c2-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2c4-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2c5-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2c7-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2c8-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2ca-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2cb-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2cd-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2ce-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2d0-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2d1-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2d3-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2d4-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2d6-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2d7-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2d9-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2da-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2dc-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2dd-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2df-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2e0-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2e2-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2e3-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2e5-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2e6-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2e8-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2e9-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2eb-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a2ec-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a3de-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a3e2-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a3e3-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a3e7-547d8d01, #w-node-dbaf37c8-48c6-f6f8-0040-64485c29a3e9-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a3ea-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a3ee-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a3ef-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a3f3-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a3f4-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a3f8-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a3f9-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a3fd-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a3fe-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a402-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a403-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a407-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a408-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a40c-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a40d-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a411-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a412-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a416-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a417-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a41a-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a41b-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a41f-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a420-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a424-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a425-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a429-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a42a-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a42e-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a42f-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a433-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a434-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a438-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a439-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a43d-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a43e-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a442-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a443-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a447-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a448-547d8d01 {
  justify-self: start;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a44c-547d8d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf37c8-48c6-f6f8-0040-64485c29a44d-547d8d01 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_3a02d834-508f-4ad7-bf90-9b3fa56b5fa2-0e88eeda {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fe2d4425-f1b5-3ffa-fe48-a0d2b5e12db2-0e88eeda, #w-node-b27d0572-fa79-252a-0cb9-ed96ce35f49d-0e88eeda, #w-node-_54380b2a-8ca5-e59f-0727-505f5ddf2a47-0e88eeda {
    order: -9999;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}