:root {
  --text-color--text-primary: var(--_bintec---black);
  --_responsive---small: calc(var(--_responsive---medium) * .75);
  --_responsive---xsmall: calc(var(--_responsive---medium) * .5);
  --_responsive---xxsmall: calc(var(--_responsive---medium) * .375);
  --link-color--link-primary: var(--_bintec---black);
  --_bintec---black: black;
  --_responsive---corner-small: calc(var(--_responsive---corner) / 2);
  --_bintec---white: white;
  --text-color--text-alternate: var(--_bintec---white);
  --text-color--text-secondary: var(--base-color-neutral--neutral);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --_bintec---dark-green: #1d4221;
  --background-color--background-secondary: var(--_bintec---green-yellow-light);
  --background-color--background-primary: var(--_bintec---white);
  --background-color--background-alternate: var(--_bintec---dark-green);
  --background-color--background-tertiary: var(--_bintec---green-yellow-mid);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --_responsive---medium: 2rem;
  --_bintec---green-yellow: #7ce300;
  --_bintec---button-hover: color-mix(in srgb, var(--_bintec---green-yellow) 50%, black 50%);
  --_responsive---xxlarge: calc(var(--_responsive---medium) * 2.5);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --_responsive---xxxsmall: calc(var(--_responsive---medium) * .25);
  --base-color-neutral--black: var(--_bintec---black);
  --_bintec---text-primary\<deleted\|variable-2e4a1f4f-8b47-d315-f835-3a150ebc003e\>: var(--_bintec---black);
  --_bintec---grid-gutter: 3rem;
  --_responsive---border: 1px;
  --_responsive---corner: .5rem;
  --_bintec---green-yellow-mid: color-mix(in srgb, var(--_bintec---green-yellow) 55%, var(--_bintec---white) 45%);
  --_bintec---red: #be0000;
  --base-color-neutral--neutral: #666;
  --_responsive---large: calc(var(--_responsive---medium) * 1.5);
  --base-color-neutral--white: var(--_bintec---white);
  --_responsive---xlarge: calc(var(--_responsive---medium) * 2);
  --link-color--link-alternate: var(--_bintec---white);
  --_bintec---green-yellow-light: color-mix(in srgb, var(--_bintec---green-yellow) 15%, var(--_bintec---white) 85%);
  --timeline-height: calc(100% - 6rem);
  --timeline-height-inkl-runner: calc(100% - 6rem);
  --_bintec---transp: transparent;
  --_bintec---green-yellow-light-static: #ebfad8;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-secondary: var(--base-color-brand--blue\<deleted\|variable-de000a4d-0fee-1f9e-af85-624658122d10\>);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --base-color-brand--blue\<deleted\|variable-de000a4d-0fee-1f9e-af85-624658122d10\>: #2d62ff;
}

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--text-color--text-primary);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: var(--_responsive---small);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: var(--_responsive---xsmall);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: var(--_responsive---xsmall);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: var(--_responsive---xxsmall);
}

a {
  color: var(--link-color--link-primary);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .5rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.3;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

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

.form_checkbox {
  margin-bottom: var(--_responsive---small);
  flex-direction: row;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border: 1px solid var(--_bintec---black);
  border-radius: var(--_responsive---corner-small);
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/icon_haken.svg');
  background-position: 50%;
  background-size: auto;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: 0 0 .25rem 0rem var(--_bintec---black);
  margin: 0 .5rem 0 0;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.form_checkbox-label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.overflow-auto {
  overflow: auto;
}

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

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

.form_form {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: var(--_bintec---white);
  color: var(--text-color--text-alternate);
}

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

.text-color-primary {
  color: var(--text-color--text-primary);
}

.text-color-secondary {
  color: var(--text-color--text-secondary);
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

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

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

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

.text-color-alternate {
  color: var(--text-color--text-alternate);
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

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

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

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

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

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

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

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

.form_radio-label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.max-width-large.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

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

.form_field-wrapper {
  width: 100%;
}

.form_field-wrapper.half {
  width: calc((100% - var(--_responsive---xsmall)) / 2);
}

.background-color-alternate {
  background-color: var(--_bintec---dark-green);
}

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

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

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

.form_label {
  font-weight: 600;
}

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

.form_radio-icon {
  border: 1px solid #000;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border: 6px solid var(--_bintec---black);
}

.form_radio-icon.w--redirected-focus {
  box-shadow: 0 0 .25rem 0rem var(--_bintec---black);
}

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

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

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

.form_input {
  min-height: 3rem;
  margin-bottom: var(--_responsive---small);
  border: 1px solid var(--_bintec---black);
  border-radius: var(--_responsive---corner-small);
  background-color: var(--_bintec---white);
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-size: 1rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

.text-size-large {
  font-size: clamp(1rem, 1.5vw, 1.5rem);
}

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

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

.fs-styleguide_label {
  background-color: var(--background-color--background-alternate);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

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

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

.form_component {
  margin-bottom: 0;
}

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

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

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

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

.button {
  margin-top: var(--_responsive---medium);
  padding: var(--_responsive---xxsmall) var(--_responsive---medium);
  border-radius: var(--_responsive---corner-small);
  background-color: var(--_bintec---green-yellow);
  color: var(--text-color--text-primary);
  text-align: center;
  letter-spacing: .2px;
  font-weight: 600;
}

.button:hover {
  background-color: var(--_bintec---button-hover);
  color: var(--text-color--text-alternate);
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  border: 2px solid var(--_bintec---dark-green);
  color: var(--_bintec---dark-green);
  background-color: #0000;
}

.button.is-secondary.no-margin {
  margin-top: 0;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-green-yellow {
  padding-right: var(--_responsive---medium);
  padding-left: var(--_responsive---medium);
  border-color: var(--_bintec---green-yellow);
  background-color: var(--_bintec---green-yellow);
  color: var(--text-color--text-primary);
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: var(--_responsive---xxlarge);
  padding-bottom: var(--_responsive---xxlarge);
}

.padding-section-medium.nur-oben {
  padding-bottom: 0;
}

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

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

.fs-styleguide_spacing-all {
  display: none;
}

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

.spacer-medium {
  width: 100%;
  padding-top: var(--_responsive---medium);
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

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

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

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

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

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

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

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

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

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

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  width: 10rem;
}

.nav_menu_link {
  padding-top: var(--_responsive---xxxsmall);
  padding-bottom: var(--_responsive---xxxsmall);
  color: var(--link-color--link-primary);
  border-bottom: 2px solid #0000;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.nav_menu_link:hover {
  border-bottom: 2px solid var(--_bintec---dark-green);
}

.nav_menu_link.w--current {
  border-bottom-color: var(--_bintec---green-yellow);
}

.nav_menu_link.is-last {
  padding-right: 0;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

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

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

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

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.hero_content-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.section_hero {
  background-color: var(--base-color-neutral--black);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  min-height: 80svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_hero.startseite {
  min-height: 0;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.nav {
  z-index: 100;
  height: auto;
  padding-top: 1rem;
  padding-bottom: var(--_responsive---xsmall);
  position: relative;
}

.page-padding-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 6.25rem 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 6.25rem;
  width: 100%;
  height: 100%;
  position: relative;
}

.page-padding-grid.scroller {
  align-content: start;
  height: 200vh;
}

.page-padding-grid.scroller400 {
  align-content: start;
  height: 400vh;
}

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

.nav_logo-img {
  width: 10rem;
  height: auto;
}

.nav_menu-flex {
  grid-column-gap: var(--_responsive---xsmall);
  grid-row-gap: var(--_responsive---xsmall);
  border-right: 2px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.meta-nav_flex {
  grid-column-gap: var(--_responsive---medium);
  grid-row-gap: var(--_responsive---medium);
  border-right: 2px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.meta-nav_menu_link {
  color: var(--_bintec---text-primary\<deleted\|variable-2e4a1f4f-8b47-d315-f835-3a150ebc003e\>);
  font-size: .875rem;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.meta-nav_menu_link.is-last {
  margin-right: 0;
}

.zertifizierung_content-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.preise_table-item_features-item {
  grid-column-gap: var(--_responsive---xxxsmall);
  grid-row-gap: var(--_responsive---xxxsmall);
  display: flex;
}

.icon-check {
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 2px;
}

.text-angebotspreis {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.2;
}

.preise_table-item_bottom {
  margin-bottom: var(--_bintec---grid-gutter);
  padding-right: var(--_responsive---small);
  padding-bottom: var(--_responsive---medium);
  padding-left: var(--_responsive---small);
  border-style: none solid solid none;
  border-width: var(--_responsive---border);
  border-bottom-right-radius: var(--_responsive---corner);
  border-color: #000;
  justify-content: flex-start;
  align-items: center;
}

.text-block {
  color: #0a0a0a;
}

.gid-3-col {
  grid-column-gap: var(--_bintec---grid-gutter);
  grid-row-gap: var(--_bintec---grid-gutter);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.icon-txt_ico-bg {
  width: 5rem;
  height: 7.5rem;
  margin-bottom: var(--_responsive---small);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--_bintec---green-yellow-mid), #fff0 60%);
  opacity: 1;
  border-radius: 200%;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.icon-txt_ico-bg.red {
  color: var(--_bintec---red);
  background-image: radial-gradient(circle, #ff9d8f, #fff0 60%);
}

.preise_table-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 3rem 1fr 16rem;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.preise_table-item-head {
  margin-bottom: var(--_bintec---grid-gutter);
  padding: var(--_responsive---small);
  border-style: solid none solid solid;
  border-width: var(--_responsive---border);
  border-top-left-radius: var(--_responsive---corner);
  border-bottom-left-radius: var(--_responsive---corner);
  border-color: #000;
}

.table-head-divider {
  margin-bottom: var(--_bintec---grid-gutter);
  padding: var(--_responsive---xsmall) var(--_responsive---small);
  border-style: solid none;
  border-width: var(--_responsive---border);
  border-color: #000;
  flex-flow: column;
  display: flex;
}

.divider {
  background-color: var(--_bintec---green-yellow);
  width: 6px;
  height: 100%;
}

.preise_table_features {
  margin-bottom: var(--_bintec---grid-gutter);
  padding: var(--_responsive---small);
  grid-column-gap: var(--_responsive---xxsmall);
  grid-row-gap: var(--_responsive---xxsmall);
  border-style: solid none;
  border-width: var(--_responsive---border);
  border-color: #000;
  flex-flow: column;
  display: flex;
}

.preise_table-item_kosten {
  padding-top: var(--_responsive---small);
  padding-right: var(--_responsive---small);
  padding-left: var(--_responsive---small);
  border-style: solid solid none none;
  border-width: var(--_responsive---border);
  border-top-right-radius: var(--_responsive---corner);
  border-color: #000;
}

.col-active {
  background-color: var(--_bintec---dark-green);
  color: var(--_bintec---white);
}

.img-txt_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.img-txt_img {
  border-radius: var(--_responsive---corner);
  max-width: 700px;
  position: relative;
}

.image {
  aspect-ratio: 3 / 2;
  border-radius: var(--_responsive---corner);
  object-fit: cover;
  width: 100%;
}

.img-txt_txt {
  flex-flow: column;
  width: 40%;
  display: flex;
}

.form_field-container {
  grid-column-gap: var(--_responsive---xsmall);
  grid-row-gap: var(--_responsive---xsmall);
  display: flex;
}

.footer_content-wrapper {
  grid-column-gap: var(--_responsive---xxlarge);
  grid-row-gap: var(--_responsive---xxlarge);
  display: flex;
}

.footer_item {
  grid-column-gap: var(--_responsive---xxsmall);
  grid-row-gap: var(--_responsive---xxsmall);
  flex-flow: column;
  display: flex;
}

.footer-link {
  color: var(--base-color-neutral--neutral);
  text-decoration: none;
}

.footer-meta-wrapper {
  margin-top: var(--_responsive---medium);
  padding-top: var(--_responsive---medium);
  border-top: 1px solid var(--base-color-neutral--neutral);
  justify-content: space-between;
  display: flex;
}

.footer-meta_content {
  grid-column-gap: var(--_responsive---xsmall);
  grid-row-gap: var(--_responsive---xsmall);
  display: flex;
}

.kontakt_content-wrapper {
  border-radius: var(--_responsive---corner);
  justify-content: space-between;
  padding: 4rem;
  display: flex;
}

.kontakt_txt {
  width: calc((100% - var(--_responsive---medium)) / 2);
  display: flex;
}

.kontakt_form {
  width: calc((100% - var(--_responsive---medium)) / 2);
}

.list-bullet {
  aspect-ratio: 1;
  background-color: var(--_bintec---green-yellow);
  border-radius: 200px;
  flex: none;
  width: 1.5rem;
  margin-top: 5px;
}

.div-block {
  grid-column-gap: var(--_responsive---xsmall);
  grid-row-gap: var(--_responsive---xsmall);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-img-wrapper {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-crossline {
  margin-bottom: var(--_responsive---small);
  color: var(--_bintec---green-yellow);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 500;
}

.icon-login {
  width: var(--_responsive---small);
  height: var(--_responsive---small);
}

.meta-nav_menu_link-icon {
  grid-column-gap: var(--_responsive---xxxsmall);
  grid-row-gap: var(--_responsive---xxxsmall);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.referenzen-container {
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
  mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
  -webkit-mask-source-type: alpha;
  mask-mode: alpha;
}

.referenzen-wrapper {
  padding: var(--_responsive---large) 1.5rem;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.referenzen_image {
  filter: contrast(95%) saturate(0%);
  flex: none;
  height: 70px;
  position: relative;
}

.referenzen_image.alternate {
  height: 24px;
}

.section_referenzen {
  width: 100%;
  overflow: clip;
}

.section_incident-management {
  display: none;
}

.incident-management-wrapper {
  margin-top: var(--_responsive---xxlarge);
  margin-bottom: var(--_responsive---xxlarge);
}

.verlauf_grid {
  grid-column-gap: var(--_responsive---medium);
  grid-row-gap: 0rem;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1.25fr .25fr 1.25fr;
}

.verlauf_track-wrapper {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.verlauf_track {
  background-color: var(--_bintec---dark-green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 4px;
  height: 100%;
  display: flex;
  position: relative;
}

.verlauf_item {
  border-radius: var(--_responsive---corner);
  max-width: 31.25rem;
  position: relative;
  overflow: clip;
}

.verlauf_item.step5, .verlauf_item.step4, .verlauf_item.step3, .verlauf_item.step2, .verlauf_item.step1 {
  background-color: var(--base-color-neutral--white);
}

.verlauf_dot {
  width: var(--_responsive---small);
  height: var(--_responsive---small);
  border: 8px solid var(--_bintec---dark-green);
  background-color: var(--_bintec---white);
  border-radius: 200%;
}

.verlauf_dot.incident {
  width: var(--_responsive---large);
  height: var(--_responsive---large);
  border-width: 16px;
  border-color: #e94830;
  position: relative;
  box-shadow: 0 0 12px 3px #e94830;
}

.verlauf_dot-label {
  min-width: 200px;
  max-width: 200px;
  padding: var(--_responsive---xxxsmall) var(--_responsive---xxsmall);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--_responsive---corner-small);
  color: var(--_bintec---red);
  text-align: center;
  background-color: #fad3d3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-weight: 700;
  position: absolute;
  top: .5rem;
  left: 1.25rem;
}

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

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

._99-punkte-check-wrapper {
  margin-top: var(--_responsive---xlarge);
}

.einleitung_content-wrapper {
  grid-column-gap: var(--_responsive---xlarge);
  grid-row-gap: var(--_responsive---xlarge);
  width: 100%;
  display: flex;
}

.einleitung_txt-wrapper {
  width: calc((100% - var(--_responsive---xxlarge)) / 2);
}

.einleitung_img-wrapper {
  width: calc((100% - var(--_responsive---xxlarge)) / 2);
  justify-content: center;
  align-items: center;
  display: flex;
}

.sicherheitscheck-img {
  width: 80%;
}

.verlauf-horz-grid {
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.verlauf-horz_track-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.verlauf-horz_track {
  background-color: var(--_bintec---dark-green);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 4px;
  display: flex;
  position: relative;
}

.verlauf-horz_track.last {
  background-color: #0000;
}

.verlauf-horz_item {
  max-width: 21.875rem;
  height: 100%;
  padding-top: var(--_responsive---medium);
  padding-bottom: var(--_responsive---medium);
  padding-left: var(--_responsive---medium);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--_bintec---green-yellow);
  margin-left: calc(var(--_responsive---small) / 2);
  background-color: #0000;
}

.img-card_content-wrapper {
  grid-column-gap: var(--_bintec---grid-gutter);
  grid-row-gap: var(--_bintec---grid-gutter);
  width: 100%;
  height: 100%;
  display: flex;
}

.img-card_item {
  height: 100%;
  width: calc((100% - var(--_bintec---grid-gutter)) / 2);
  flex-flow: column;
  display: flex;
}

.img-card_img {
  aspect-ratio: 2;
  border-radius: var(--_responsive---corner);
  object-fit: cover;
  width: 100%;
}

.img-card_txt-wrapper {
  height: 100%;
  padding-top: var(--_responsive---medium);
  padding-right: var(--_responsive---medium);
  padding-left: var(--_responsive---medium);
  background-color: var(--background-color--background-primary);
  flex-flow: column;
  display: flex;
}

.img-card_img-wrapper {
  width: 100%;
  position: relative;
}

.accord-wrapper {
  grid-column-gap: var(--_responsive---xxxsmall);
  grid-row-gap: var(--_responsive---xxxsmall);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.accord_item {
  padding: var(--_responsive---small);
  border: 1px solid var(--_bintec---black);
  border-radius: var(--_responsive---corner);
}

.accord_item-head {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.accord_item-content {
  padding-right: var(--_responsive---medium);
  padding-left: var(--_responsive---medium);
  opacity: 1;
  overflow: hidden;
}

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

.kurs-data_item {
  grid-column-gap: var(--_responsive---xxxsmall);
  grid-row-gap: var(--_responsive---xxxsmall);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.kurs-data_item-wrapper {
  grid-column-gap: var(--_responsive---medium);
  grid-row-gap: var(--_responsive---medium);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.sticky-kontakt-wrapper {
  z-index: 200;
  pointer-events: none;
  width: 100%;
  position: fixed;
  bottom: 0;
}

.sticky-kontakt_item-wrapper {
  z-index: 1;
  width: var(--_responsive---xlarge);
  height: var(--_responsive---xlarge);
  background-color: var(--_bintec---green-yellow);
  pointer-events: auto;
  border-radius: 200%;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 1px 8px 3px #00000026;
}

.sticky-kontakt_item-wrapper:hover {
  background-color: var(--_bintec---button-hover);
  color: var(--link-color--link-alternate);
}

.icon-chat {
  width: var(--_responsive---medium);
  height: var(--_responsive---medium);
}

.teaser-card_content-wrapper {
  border-radius: var(--_responsive---corner);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.teaser-card_txt-wrapper {
  z-index: 5;
  width: 45%;
  height: 100%;
  padding-top: var(--_responsive---xlarge);
  padding-bottom: var(--_responsive---xlarge);
  padding-left: var(--_responsive---xlarge);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 1.5rem;
  display: flex;
  position: relative;
}

.teaser-card_img-wrapper {
  z-index: -1;
  aspect-ratio: 2.39;
  object-fit: cover;
  background-image: url('../images/AdobeStock_290576291_Preview.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.teaser-card-wrapper {
  aspect-ratio: 2;
  border-radius: var(--_responsive---corner);
  width: 100%;
}

.teaser-card_overlay {
  z-index: 1;
  aspect-ratio: 2.39;
  background-image: linear-gradient(90deg, var(--_bintec---green-yellow-mid), #0000);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.accord-close {
  display: none;
}

.header-demo-img {
  margin-bottom: 50px;
}

.visual-zertifikat {
  outline-offset: 2px;
  border-radius: 1px;
  outline: 2px solid #000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 8rem;
  display: flex;
  position: relative;
}

.visual-zertifikat:focus {
  outline-offset: 3px;
  outline-width: 4px;
}

.visual-tuev-logo {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 10rem;
  display: flex;
}

.zertifikat-img {
  width: 100%;
  height: 100%;
}

.section_incident-management-2 {
  display: none;
  overflow: clip;
}

.scroll_wrap {
  display: flex;
  container-type: inline-size;
}

.scroll_track {
  display: flex;
}

.scroll_list {
  margin-right: -100cqw;
  display: flex;
}

.scroll_item-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  width: 50cqw;
  display: flex;
}

.scroll_item-wrapper.small {
  width: 35cqw;
}

.scroll_item {
  padding-right: var(--_responsive---large);
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.scroll_track-line {
  width: 100%;
  height: 4px;
  padding-right: var(--_responsive---large);
  background-color: var(--_bintec---dark-green);
  color: var(--_bintec---dark-green);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 3rem;
  display: flex;
}

.scroll_track-line.last {
  background-color: #0000;
  position: relative;
}

.scroll_track-dot {
  width: var(--_responsive---small);
  height: var(--_responsive---small);
  border: 8px solid var(--_bintec---dark-green);
  background-color: var(--_bintec---white);
  box-shadow: 0 0 14px 0 var(--_bintec---dark-green);
  border-radius: 200%;
  flex: none;
}

.scroll_track-dot.incident {
  width: var(--_responsive---large);
  height: var(--_responsive---large);
  border-width: 16px;
  border-color: #e94830;
  position: relative;
  box-shadow: 0 0 12px 3px #e94830;
}

.scroll_dot-label {
  min-width: 200px;
  max-width: 200px;
  padding: var(--_responsive---xxxsmall) var(--_responsive---xxsmall);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--_responsive---corner-small);
  color: var(--_bintec---red);
  text-align: center;
  background-color: #fad3d3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: .5rem;
  font-weight: 700;
  position: relative;
  right: 0;
}

.hero-verlauf {
  z-index: 1;
  opacity: 0;
  background-image: linear-gradient(0deg, #000, #00000100);
  width: 100%;
  height: 5rem;
  position: absolute;
  bottom: 0;
  transform: rotate(0);
}

.referenzen-durchlauf-flex {
  flex: none;
  display: flex;
  position: relative;
}

.form_field-platzhalter {
  width: calc((100% - var(--_responsive---xsmall)) / 2);
}

.mainnav_wrapper, .metanav_wrapper {
  min-width: 20rem;
}

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

.nav_combo-inner {
  grid-column-gap: var(--_responsive---large);
  grid-row-gap: var(--_responsive---large);
  background-color: var(--base-color-neutral--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding: 2rem 6.25rem 3rem;
  display: flex;
  position: absolute;
}

.nav_combo {
  display: none;
}

.burger {
  pointer-events: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

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

.burger-x {
  pointer-events: auto;
  display: none;
}

.burger-icon {
  aspect-ratio: 1;
  width: 2rem;
}

.spline-container {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-spline {
  width: 100%;
  height: 100%;
  margin-left: 30%;
}

.nav-fixed {
  z-index: 200;
  width: 100%;
  position: fixed;
}

.section_nav-platzhalter {
  width: 100%;
  height: 6.125rem;
  position: relative;
}

.nav-schatten {
  background-color: var(--base-color-neutral--white);
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: 0 0 25px #0000001a;
}

.sticky-kontakt-flex {
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 2rem;
  display: flex;
}

.container-scroller {
  width: 100%;
  max-width: 64rem;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
}

.container-scroller._100 {
  flex-flow: column;
  justify-content: center;
  height: 100vh;
  display: flex;
}

.scroll_item-textblock {
  position: relative;
}

.doppel-chevron {
  width: 1.5rem;
}

.section_99-punkte-check-2 {
  display: none;
  overflow: clip;
}

._99punkte-headline {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}

.zahl-dot-gross {
  aspect-ratio: 1;
  border: 8px solid var(--_bintec---dark-green);
  background-color: var(--_bintec---dark-green);
  width: 3rem;
  color: var(--_bintec---white);
  text-align: center;
  border-radius: 200%;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.ablauf99_strich {
  background-color: var(--_bintec---green-yellow);
  flex: 1;
  width: 2px;
  height: auto;
}

.timeline_runner {
  z-index: 1;
  background-color: var(--_bintec---green-yellow);
  background-image: linear-gradient(180deg, var(--_bintec---dark-green), #1d422100 16%, #1d422100 91%, var(--_bintec---dark-green));
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4px;
  height: 6rem;
  display: block;
  position: relative;
  top: 0;
}

.section_incident-management-3 {
  display: block;
}

.timeline_line {
  background-color: var(--_bintec---dark-green);
  width: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  overflow: clip;
  transform: translateX(-50%);
}

.timeline-wrapper {
  width: 100%;
  height: auto;
  margin-top: var(--_responsive---xxlarge);
  margin-bottom: var(--_responsive---xxlarge);
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.timeline_items-wrapper {
  z-index: 2;
  flex-flow: column-reverse;
  display: flex;
  position: relative;
}

.timeline-center {
  z-index: 20;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.timeline-dot {
  z-index: 10;
  border-top-style: solid;
  border-top-width: 8px;
  border-top-color: var(--_bintec---dark-green);
  border-right-style: solid;
  border-right-width: 8px;
  border-right-color: var(--_bintec---dark-green);
  border-bottom-style: solid;
  border-bottom-width: 8px;
  border-bottom-color: var(--_bintec---dark-green);
  border-left-style: solid;
  border-left-width: 8px;
  border-left-color: var(--_bintec---dark-green);
  background-color: var(--_bintec---white);
  width: calc(var(--_responsive---medium) * .75);
  height: calc(var(--_responsive---medium) * .75);
  border-radius: 200%;
  position: relative;
}

.timeline_dot-label {
  padding: var(--_responsive---xxxsmall) var(--_responsive---xxsmall) var(--_responsive---xxsmall);
  border-radius: var(--_responsive---corner-small);
  color: var(--_bintec---red);
  text-align: center;
  white-space: nowrap;
  background-color: #fad3d3;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 2rem;
}

.timeline_item {
  grid-column-gap: var(--_responsive---medium);
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 80px 1fr;
  place-items: center;
  position: relative;
}

.runner-track {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 0%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.timeline-dot-red {
  z-index: 10;
  width: var(--_responsive---large);
  height: var(--_responsive---large);
  background-color: var(--_bintec---white);
  border: 16px solid #e94830;
  border-radius: 200%;
  position: relative;
  box-shadow: 0 0 12px 2px #e94830;
}

.timeline_runner-red {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--_bintec---dark-green), #e94731 50%, var(--_bintec---dark-green));
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 4px;
  height: 6rem;
  margin-bottom: -3rem;
  display: block;
  position: relative;
  top: 0;
}

.ablauf-punkte-headline {
  font-size: 1.25rem;
}

.verlauf_item-inner {
  padding-right: var(--_responsive---medium);
  padding-bottom: var(--_responsive---medium);
  padding-left: var(--_responsive---medium);
  position: relative;
}

.verlauf-background {
  background-color: var(--_bintec---green-yellow-light);
  width: 100%;
  height: 100%;
  position: absolute;
}

.verlauf-background.red {
  background-color: #fad3d3;
}

.stoerer-inner {
  z-index: 1;
  aspect-ratio: 1;
  color: var(--base-color-neutral--white);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 3rem;
  line-height: 1.25;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
  transform: rotate(10deg);
}

.stoerer-wrapper {
  pointer-events: none;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.stoerer-text-large {
  font-size: 1.125rem;
  font-weight: 700;
}

.stoerer-text-large.text-color-secondary {
  color: var(--background-color--background-tertiary);
}

.stoerer-copy {
  z-index: 1;
  aspect-ratio: 1;
  pointer-events: auto;
  color: var(--base-color-neutral--white);
  background-image: linear-gradient(272deg, #3274044d, #7ce3008c);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-right: 2rem;
  padding: 1rem 3rem;
  line-height: 1.25;
  text-decoration: none;
  position: absolute;
  overflow: clip;
  transform: rotate(10deg);
  box-shadow: inset -2px -2px #000000e6, inset 2px 2px #ffffff4d;
}

.stoerer {
  z-index: 1;
  aspect-ratio: 1;
  pointer-events: auto;
  color: var(--base-color-neutral--white);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  margin-left: 2rem;
  margin-right: 2rem;
  line-height: 1.25;
  text-decoration: none;
  display: flex;
  position: relative;
}

.stoerer-flaeche {
  z-index: 1;
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  color: var(--base-color-neutral--white);
  background-image: linear-gradient(289deg, #1f4902, #68b300);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  line-height: 1.25;
  text-decoration: none;
  display: flex;
  position: absolute;
  overflow: clip;
  box-shadow: 5px 5px 12px 7px #0009, inset -2px -2px #000000e6, inset 2px 2px #ffffff4d;
}

.stoerer-reflexion {
  aspect-ratio: 1;
  opacity: .3;
  width: 100%;
  transform: rotate(0);
}

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

.heading {
  font-size: clamp(2rem, 3.5vw, 3.5rem);
}

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

@media screen and (min-width: 1440px) {
  .nav_logo-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .nav_menu-flex {
    grid-column-gap: var(--_responsive---medium);
    grid-row-gap: var(--_responsive---medium);
    border-right-width: 0;
    flex-flow: row;
    display: flex;
  }

  .meta-nav_flex {
    grid-column-gap: var(--_responsive---small);
    grid-row-gap: var(--_responsive---small);
    border-right-width: 0;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .preise_table-item_bottom {
    border-top-right-radius: 0;
    border-bottom-left-radius: var(--_responsive---corner);
    border-style: none solid solid;
  }

  .preise_table-grid {
    grid-column-gap: var(--_bintec---grid-gutter);
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: column;
  }

  .preise_table-item-head {
    border-top-right-radius: var(--_responsive---corner);
    border-style: solid solid none;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
  }

  .table-head-divider {
    border-style: none solid;
    margin-bottom: 0;
  }

  .divider {
    width: auto;
    height: 6px;
  }

  .preise_table_features {
    border-style: none solid;
    margin-bottom: 0;
  }

  .preise_table-item_kosten {
    border-style: none solid;
    border-top-right-radius: 0;
  }

  .mainnav_wrapper {
    display: block;
  }

  .nav_combo-inner {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column-reverse;
    padding: 0 0 .75rem;
    position: relative;
  }

  .nav_combo {
    display: flex;
  }

  .burger {
    display: none;
  }

  .hero-spline {
    margin-left: 25%;
  }

  .section_nav-platzhalter {
    height: 7.375rem;
  }
}

@media screen and (min-width: 1920px) {
  .page-padding-grid {
    grid-template-columns: 1fr 135px 135px 135px 135px 135px 135px 135px 135px 135px 135px 135px 135px 1fr;
  }

  .incident-management-wrapper, ._99-punkte-check-wrapper {
    margin-top: var(--_responsive---xxlarge);
  }

  .hero-spline {
    margin-left: 15%;
  }

  .timeline-wrapper {
    margin-top: var(--_responsive---xxlarge);
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_button {
    color: #fff;
  }

  .hero_content-wrapper {
    padding-bottom: 3rem;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .page-padding-grid {
    grid-template-columns: 3rem 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 3rem;
  }

  .nav_logo-img {
    width: 7rem;
  }

  .preise_table-item_bottom {
    border-bottom-left-radius: var(--_responsive---corner);
    border-top-style: none;
    border-left-style: solid;
  }

  .gid-3-col {
    grid-template-columns: 1fr 1fr;
  }

  .preise_table-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .preise_table-item-head {
    border-top-right-radius: var(--_responsive---corner);
    border-bottom-style: none;
    border-right-style: solid;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
  }

  .table-head-divider {
    border-style: none solid;
    margin-bottom: 0;
  }

  .divider {
    width: 100%;
    height: 6px;
  }

  .preise_table_features {
    border-style: none solid;
    margin-bottom: 0;
  }

  .preise_table-item_kosten {
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-right-radius: 0;
  }

  .img-txt_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .img-txt_img, .img-txt_txt {
    width: 100%;
  }

  .kontakt_content-wrapper.background-color-secondary {
    flex-flow: column;
    padding: 2rem 2rem 3rem;
  }

  .kontakt_txt, .kontakt_form {
    width: 100%;
  }

  .list-bullet {
    flex: none;
  }

  .hero-img-wrapper {
    aspect-ratio: 16 / 9;
    position: relative;
  }

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

  .einleitung_content-wrapper {
    flex-flow: column;
  }

  .einleitung_txt-wrapper, .einleitung_img-wrapper {
    width: auto;
  }

  .sicherheitscheck-img {
    width: 100%;
  }

  .verlauf-horz-grid {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .verlauf-horz_track-wrapper {
    display: none;
  }

  .verlauf-horz_item {
    max-width: 100%;
    margin-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .img-card_txt-wrapper, .accord_item-content {
    padding-left: 0;
    padding-right: 0;
  }

  .visual-zertifikat, .visual-tuev-logo {
    width: 6rem;
  }

  .scroll_item-wrapper {
    width: 70cqw;
  }

  .scroll_item-wrapper.small {
    width: 50cqw;
  }

  .hero-verlauf {
    opacity: 1;
  }

  .mainnav_wrapper, .metanav_wrapper {
    width: 100%;
    min-width: 0;
  }

  .nav_combo-inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .hero-spline {
    margin-left: 0%;
  }

  .section_nav-platzhalter {
    height: 4.875rem;
  }

  .stoerer-inner {
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
  }

  .stoerer-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
    height: auto;
    position: relative;
  }

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

  .stoerer-copy {
    margin-top: -5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
  }

  .stoerer {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_responsive---small: calc(var(--_responsive---medium) * .75);
    --_responsive---xsmall: calc(var(--_responsive---medium) * .5);
    --_responsive---xxsmall: calc(var(--_responsive---medium) * .375);
    --_responsive---corner-small: calc(var(--_responsive---corner) / 2);
    --_responsive---medium: 2rem;
    --_responsive---xxlarge: calc(var(--_responsive---medium) * 2.5);
    --_responsive---xxxsmall: calc(var(--_responsive---medium) * .25);
    --_responsive---border: 1px;
    --_responsive---corner: .5rem;
    --_responsive---large: calc(var(--_responsive---medium) * 1.5);
    --_responsive---xlarge: var(--_responsive---medium);
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-mobile-landscape {
    display: none;
  }

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

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

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

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

  .form_field-wrapper.half {
    width: 100%;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

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

  .heading-style-h6 {
    font-size: .75rem;
  }

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

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

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

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

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

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

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

  .footer-meta-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column-reverse;
  }

  .footer-meta_content.text-color-secondary {
    flex-flow: column;
  }

  .sticky-kontakt_item-wrapper {
    width: var(--_responsive---large);
    height: var(--_responsive---large);
  }

  .timeline_line {
    left: 5%;
    transform: translateX(-5%);
  }

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

  .timeline_dot-label {
    display: none;
  }

  .timeline_item {
    grid-template-columns: 10% 1fr 1px;
  }

  .runner-track {
    justify-content: flex-end;
    align-items: flex-start;
    left: 5%;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

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

  .hide-mobile-portrait {
    display: none;
  }

  .page-padding-grid {
    grid-template-columns: 1.5rem 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1.5rem;
  }

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

  .gid-3-col {
    grid-template-columns: 1fr;
  }

  .img-txt_content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .list-bullet {
    width: 1.25rem;
  }

  .img-card_content-wrapper {
    flex-flow: column;
  }

  .img-card_item {
    width: auto;
  }

  .accord_item-head {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .visual-zertifikat {
    width: 10rem;
  }

  .scroll_item-wrapper {
    width: 100cqw;
  }

  .scroll_item-wrapper.small {
    width: 85cqw;
  }

  .nav_combo-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .timeline_item {
    grid-column-gap: 0rem;
  }

  .stoerer-inner {
    font-size: .875rem;
  }

  .stoerer-text-large {
    font-size: 1rem;
  }

  .stoerer-copy {
    margin-top: -2rem;
    font-size: .875rem;
  }

  .stoerer {
    margin-top: 2rem;
    margin-left: 50%;
    font-size: .875rem;
  }

  .stoerer-flaeche {
    font-size: .875rem;
  }

  .div-block-2 {
    flex-flow: column;
  }
}

#w-node-a037ab0f-b46f-d3f4-45a0-fe592b25909a-5381fdf2 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_1ea4cc0d-98f3-0aed-ccd3-f363bba49356-5381fdf2 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-f6d347f1-9458-6fbb-1bb3-894ec17e3e1d-5381fdf2, #w-node-_348db759-141c-cf99-d986-5a987f532a35-5381fdf2, #w-node-bd920db3-050e-371f-e8b5-ea17e042550a-5381fdf2, #w-node-bd920db3-050e-371f-e8b5-ea17e042550b-5381fdf2 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-bd920db3-050e-371f-e8b5-ea17e0425510-5381fdf2, #w-node-bd920db3-050e-371f-e8b5-ea17e0425515-5381fdf2, #w-node-bd920db3-050e-371f-e8b5-ea17e0425517-5381fdf2, #w-node-bd920db3-050e-371f-e8b5-ea17e042552d-5381fdf2, #w-node-bd920db3-050e-371f-e8b5-ea17e0425532-5381fdf2, #w-node-bd920db3-050e-371f-e8b5-ea17e0425534-5381fdf2, #w-node-bd920db3-050e-371f-e8b5-ea17e042554a-5381fdf2, #w-node-bd920db3-050e-371f-e8b5-ea17e042554f-5381fdf2, #w-node-bd920db3-050e-371f-e8b5-ea17e0425551-5381fdf2, #w-node-bd920db3-050e-371f-e8b5-ea17e0425567-5381fdf2, #w-node-bd920db3-050e-371f-e8b5-ea17e042556c-5381fdf2, #w-node-bd920db3-050e-371f-e8b5-ea17e042556e-5381fdf2, #w-node-bd920db3-050e-371f-e8b5-ea17e0425588-5381fdf2, #w-node-bd920db3-050e-371f-e8b5-ea17e042558d-5381fdf2, #w-node-bd920db3-050e-371f-e8b5-ea17e042558f-5381fdf2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e1f0cab5-9c14-e85c-015b-a6a0108f3c43-5381fdf2 {
  grid-area: 2 / 2 / 3 / 14;
}

#w-node-dd1b1ea1-8af1-ef67-c2f0-6997cb705c03-5381fdf2, #w-node-d33eacc2-4496-1e0c-f9e6-d9b3d4abc4fb-5381fdf2 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_1cfccbac-047e-67e3-9c8d-83ccae79413c-5381fdf2 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_4985f2ff-9300-cb1d-8dd0-32360695a9b1-5381fdf2 {
  grid-area: 1 / 8 / 2 / 14;
}

#w-node-_2dc77877-efdd-575a-3de5-c485352e3b00-352e3afd {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_2dc77877-efdd-575a-3de5-c485352e3b20-352e3afd {
  grid-area: 2 / 2 / 3 / 14;
}

#w-node-d2544cde-940a-4a0a-b6c0-5da38fbc32a4-12089c09, #w-node-ee5c5bae-58d6-8d68-4594-e878a7094394-a7094391, #w-node-bc31524a-c120-8bbf-746c-fd09e500faa8-e500fa9a, #w-node-_557f8e3f-caa3-8538-d3dc-07fb824b38b4-e500fa9a {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-dc7df8d1-ffa4-8177-4898-e403c264db6c-e500fa9a {
  grid-area: 2 / 1 / 3 / 15;
  justify-self: start;
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-5381fdf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-5381fdf5 {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-5381fdf5, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-5381fdf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-5381fdf5 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-5381fdf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-5381fdf5 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-5381fdf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-5381fdf5 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-5381fdf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-5381fdf5 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-5381fdf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-5381fdf5, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-5381fdf5, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-5381fdf5, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-5381fdf5, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-5381fdf5, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-5381fdf5, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-5381fdf5, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-5381fdf5, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-5381fdf5, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-5381fdf5, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-5381fdf5 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-5381fdf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-5381fdf5 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-5381fdf5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-5381fdf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-5381fdf5 {
  justify-self: start;
}

#w-node-a037ab0f-b46f-d3f4-45a0-fe592b25909a-972efbac {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_1ea4cc0d-98f3-0aed-ccd3-f363bba49356-972efbac {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-f6d347f1-9458-6fbb-1bb3-894ec17e3e1d-972efbac, #w-node-_462988f2-197d-1c02-9598-de300ad707fe-972efbac {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_092de4d9-6e3d-e86f-7c4c-65114e714019-972efbac {
  grid-area: 2 / 2 / 3 / 14;
}

#w-node-_449e31cb-4674-6ade-0fbe-589f74621adf-972efbac {
  place-self: center;
}

#w-node-_631b02d2-dd2c-1527-5d9d-1a5573e809d3-972efbac {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_631b02d2-dd2c-1527-5d9d-1a5573e809d6-972efbac, #w-node-_631b02d2-dd2c-1527-5d9d-1a5573e809d7-972efbac {
  grid-area: 2 / 2 / 3 / 14;
}

#w-node-_631b02d2-dd2c-1527-5d9d-1a5573e809d9-972efbac {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-_631b02d2-dd2c-1527-5d9d-1a5573e809f4-972efbac {
  justify-self: end;
}

#w-node-_631b02d2-dd2c-1527-5d9d-1a5573e80a08-972efbac {
  justify-self: start;
}

#w-node-_631b02d2-dd2c-1527-5d9d-1a5573e80a11-972efbac {
  justify-self: end;
}

#w-node-_57a72651-1138-bd2d-50ed-d80d557a93da-972efbac {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_22c9ec63-e678-43ce-2a6b-caeb0a93d379-972efbac, #w-node-_22c9ec63-e678-43ce-2a6b-caeb0a93d37a-972efbac {
  grid-area: 2 / 2 / 3 / 14;
}

#w-node-ec1f2e61-c202-5aec-da8c-58744271e9db-972efbac, #w-node-ec1f2e61-c202-5aec-da8c-58744271e9dc-972efbac {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-ec1f2e61-c202-5aec-da8c-58744271e9e1-972efbac, #w-node-ec1f2e61-c202-5aec-da8c-58744271e9e6-972efbac, #w-node-ec1f2e61-c202-5aec-da8c-58744271e9e8-972efbac, #w-node-ec1f2e61-c202-5aec-da8c-58744271e9fe-972efbac, #w-node-ec1f2e61-c202-5aec-da8c-58744271ea03-972efbac, #w-node-ec1f2e61-c202-5aec-da8c-58744271ea05-972efbac, #w-node-ec1f2e61-c202-5aec-da8c-58744271ea1b-972efbac, #w-node-ec1f2e61-c202-5aec-da8c-58744271ea20-972efbac, #w-node-ec1f2e61-c202-5aec-da8c-58744271ea22-972efbac, #w-node-ec1f2e61-c202-5aec-da8c-58744271ea38-972efbac, #w-node-ec1f2e61-c202-5aec-da8c-58744271ea3d-972efbac, #w-node-ec1f2e61-c202-5aec-da8c-58744271ea3f-972efbac, #w-node-ec1f2e61-c202-5aec-da8c-58744271ea59-972efbac, #w-node-ec1f2e61-c202-5aec-da8c-58744271ea5e-972efbac, #w-node-ec1f2e61-c202-5aec-da8c-58744271ea60-972efbac {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d33eacc2-4496-1e0c-f9e6-d9b3d4abc4fb-972efbac {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_1cfccbac-047e-67e3-9c8d-83ccae79413c-972efbac {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_4985f2ff-9300-cb1d-8dd0-32360695a9b1-972efbac {
  grid-area: 1 / 8 / 2 / 14;
}

#w-node-_2e2ce121-0410-289b-25db-4a33077f4ca7-077f4ca5 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_2e2ce121-0410-289b-25db-4a33077f4caa-077f4ca5 {
  grid-area: 2 / 2 / 3 / 14;
}

#w-node-a037ab0f-b46f-d3f4-45a0-fe592b25909a-84e558fe {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_1ea4cc0d-98f3-0aed-ccd3-f363bba49356-84e558fe {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-f6d347f1-9458-6fbb-1bb3-894ec17e3e1d-84e558fe, #w-node-_462988f2-197d-1c02-9598-de300ad707fe-84e558fe {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_811714e0-b2d9-54f1-71b1-0790228a5e62-84e558fe {
  grid-area: 2 / 2 / 3 / 14;
}

#w-node-_67e5c507-7a08-6eb3-d40d-18f7c88e90f6-84e558fe, #w-node-_1734792e-9cc1-571c-2f45-b58ee068d23e-84e558fe, #w-node-bbb8096e-941a-fb27-09e6-c5d3e2459d4d-84e558fe, #w-node-_2f5c7e0a-3410-bdb0-4ea4-18b3b6a92a4a-84e558fe {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_382aa694-2544-4a04-e4d9-c1d18eec1574-84e558fe {
  grid-area: 3 / 4 / 4 / 6;
  justify-self: start;
}

#w-node-_620bde48-3d38-d3a5-2a3a-f1550b8e2914-84e558fe {
  grid-area: 3 / 2 / 4 / 4;
  justify-self: start;
}

#w-node-_2d5e663f-2899-c13e-8c52-77ca872d7fe5-84e558fe {
  grid-area: 3 / 6 / 4 / 8;
  justify-self: start;
}

#w-node-_19eca5dd-9b2e-a04f-0246-c205dbada855-84e558fe {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_19eca5dd-9b2e-a04f-0246-c205dbada85b-84e558fe {
  grid-area: 2 / 2 / 3 / 14;
}

#w-node-_597b2d46-2425-9093-c198-296a011fe9d8-84e558fe, #w-node-_597b2d46-2425-9093-c198-296a011fe9d9-84e558fe {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_597b2d46-2425-9093-c198-296a011fe9de-84e558fe, #w-node-_597b2d46-2425-9093-c198-296a011fe9e3-84e558fe, #w-node-_597b2d46-2425-9093-c198-296a011fe9e5-84e558fe, #w-node-_597b2d46-2425-9093-c198-296a011fe9fb-84e558fe, #w-node-_597b2d46-2425-9093-c198-296a011fea00-84e558fe, #w-node-_597b2d46-2425-9093-c198-296a011fea02-84e558fe, #w-node-_597b2d46-2425-9093-c198-296a011fea18-84e558fe, #w-node-_597b2d46-2425-9093-c198-296a011fea1d-84e558fe, #w-node-_597b2d46-2425-9093-c198-296a011fea1f-84e558fe, #w-node-_597b2d46-2425-9093-c198-296a011fea35-84e558fe, #w-node-_597b2d46-2425-9093-c198-296a011fea3a-84e558fe, #w-node-_597b2d46-2425-9093-c198-296a011fea3c-84e558fe, #w-node-_597b2d46-2425-9093-c198-296a011fea56-84e558fe, #w-node-_597b2d46-2425-9093-c198-296a011fea5b-84e558fe, #w-node-_597b2d46-2425-9093-c198-296a011fea5d-84e558fe {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d33eacc2-4496-1e0c-f9e6-d9b3d4abc4fb-84e558fe {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_1cfccbac-047e-67e3-9c8d-83ccae79413c-84e558fe {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_4985f2ff-9300-cb1d-8dd0-32360695a9b1-84e558fe {
  grid-area: 1 / 8 / 2 / 14;
}

#w-node-a037ab0f-b46f-d3f4-45a0-fe592b25909a-c5d6ea12 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-e1f0cab5-9c14-e85c-015b-a6a0108f3c43-c5d6ea12 {
  grid-area: 2 / 2 / 3 / 14;
}

#w-node-dd1b1ea1-8af1-ef67-c2f0-6997cb705c03-c5d6ea12, #w-node-e5f37d7b-ab20-47c0-a112-284bf185cc8c-c5d6ea12, #w-node-e5f37d7b-ab20-47c0-a112-284bf185cc8d-c5d6ea12 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-e5f37d7b-ab20-47c0-a112-284bf185cc92-c5d6ea12, #w-node-e5f37d7b-ab20-47c0-a112-284bf185cc97-c5d6ea12, #w-node-e5f37d7b-ab20-47c0-a112-284bf185cc99-c5d6ea12, #w-node-e5f37d7b-ab20-47c0-a112-284bf185ccaf-c5d6ea12, #w-node-e5f37d7b-ab20-47c0-a112-284bf185ccb4-c5d6ea12, #w-node-e5f37d7b-ab20-47c0-a112-284bf185ccb6-c5d6ea12, #w-node-e5f37d7b-ab20-47c0-a112-284bf185cccc-c5d6ea12, #w-node-e5f37d7b-ab20-47c0-a112-284bf185ccd1-c5d6ea12, #w-node-e5f37d7b-ab20-47c0-a112-284bf185ccd3-c5d6ea12, #w-node-e5f37d7b-ab20-47c0-a112-284bf185cce9-c5d6ea12, #w-node-e5f37d7b-ab20-47c0-a112-284bf185ccee-c5d6ea12, #w-node-e5f37d7b-ab20-47c0-a112-284bf185ccf0-c5d6ea12, #w-node-e5f37d7b-ab20-47c0-a112-284bf185cd0a-c5d6ea12, #w-node-e5f37d7b-ab20-47c0-a112-284bf185cd0f-c5d6ea12, #w-node-e5f37d7b-ab20-47c0-a112-284bf185cd11-c5d6ea12 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d33eacc2-4496-1e0c-f9e6-d9b3d4abc4fb-c5d6ea12 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_1cfccbac-047e-67e3-9c8d-83ccae79413c-c5d6ea12 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_4985f2ff-9300-cb1d-8dd0-32360695a9b1-c5d6ea12 {
  grid-area: 1 / 8 / 2 / 14;
}

#w-node-a037ab0f-b46f-d3f4-45a0-fe592b25909a-26a8939e {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_1ea4cc0d-98f3-0aed-ccd3-f363bba49356-26a8939e {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-f6d347f1-9458-6fbb-1bb3-894ec17e3e1d-26a8939e {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_00c7dcff-b31d-6604-6f21-b789ef33e38f-26a8939e {
  grid-area: 1 / 2 / 2 / 14;
  align-self: stretch;
}

#w-node-df57216f-9474-df76-2fb0-20acd1677fa2-26a8939e, #w-node-df57216f-9474-df76-2fb0-20acd1677fa3-26a8939e {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-df57216f-9474-df76-2fb0-20acd1677fa8-26a8939e, #w-node-df57216f-9474-df76-2fb0-20acd1677fad-26a8939e, #w-node-df57216f-9474-df76-2fb0-20acd1677faf-26a8939e, #w-node-df57216f-9474-df76-2fb0-20acd1677fc5-26a8939e, #w-node-df57216f-9474-df76-2fb0-20acd1677fca-26a8939e, #w-node-df57216f-9474-df76-2fb0-20acd1677fcc-26a8939e, #w-node-df57216f-9474-df76-2fb0-20acd1677fe2-26a8939e, #w-node-df57216f-9474-df76-2fb0-20acd1677fe7-26a8939e, #w-node-df57216f-9474-df76-2fb0-20acd1677fe9-26a8939e, #w-node-df57216f-9474-df76-2fb0-20acd1677fff-26a8939e, #w-node-df57216f-9474-df76-2fb0-20acd1678004-26a8939e, #w-node-df57216f-9474-df76-2fb0-20acd1678006-26a8939e, #w-node-df57216f-9474-df76-2fb0-20acd1678020-26a8939e, #w-node-df57216f-9474-df76-2fb0-20acd1678025-26a8939e, #w-node-df57216f-9474-df76-2fb0-20acd1678027-26a8939e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_187d0742-62af-592d-f780-e7af34825357-26a8939e, #w-node-a037ab0f-b46f-d3f4-45a0-fe592b25909a-77565ada, #w-node-_4bcabd23-97d3-308d-1f4e-4d749ecf2f6c-77565ada, #w-node-_823c3091-7e11-16e4-b9a7-bf4d3bc13794-77565ada {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_1ea4cc0d-98f3-0aed-ccd3-f363bba49356-a8edf615 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-f6d347f1-9458-6fbb-1bb3-894ec17e3e1d-a8edf615 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_014d1f6b-5d1d-27a3-e33c-733ddee8d6c2-0a86ed95 {
  grid-area: 1 / 8 / 2 / 14;
}

#w-node-_1ea4cc0d-98f3-0aed-ccd3-f363bba49356-2e0eb120 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-f6d347f1-9458-6fbb-1bb3-894ec17e3e1d-2e0eb120 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_1ea4cc0d-98f3-0aed-ccd3-f363bba49356-77f38df0 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-f6d347f1-9458-6fbb-1bb3-894ec17e3e1d-77f38df0 {
  grid-area: 1 / 2 / 2 / 14;
}

@media screen and (min-width: 1440px) {
  #w-node-bd920db3-050e-371f-e8b5-ea17e0425510-5381fdf2, #w-node-bd920db3-050e-371f-e8b5-ea17e0425515-5381fdf2, #w-node-bd920db3-050e-371f-e8b5-ea17e0425517-5381fdf2, #w-node-bd920db3-050e-371f-e8b5-ea17e042552d-5381fdf2, #w-node-bd920db3-050e-371f-e8b5-ea17e0425532-5381fdf2, #w-node-bd920db3-050e-371f-e8b5-ea17e0425534-5381fdf2, #w-node-bd920db3-050e-371f-e8b5-ea17e042554a-5381fdf2, #w-node-bd920db3-050e-371f-e8b5-ea17e042554f-5381fdf2, #w-node-bd920db3-050e-371f-e8b5-ea17e0425551-5381fdf2, #w-node-bd920db3-050e-371f-e8b5-ea17e0425567-5381fdf2, #w-node-bd920db3-050e-371f-e8b5-ea17e042556c-5381fdf2, #w-node-bd920db3-050e-371f-e8b5-ea17e042556e-5381fdf2, #w-node-bd920db3-050e-371f-e8b5-ea17e0425588-5381fdf2, #w-node-bd920db3-050e-371f-e8b5-ea17e042558d-5381fdf2, #w-node-bd920db3-050e-371f-e8b5-ea17e042558f-5381fdf2 {
    grid-row: span 1 / span 1;
  }

  #w-node-dc7df8d1-ffa4-8177-4898-e403c264db6c-e500fa9a {
    grid-area: 1 / 2 / 2 / 14;
    justify-self: end;
  }

  #w-node-ec1f2e61-c202-5aec-da8c-58744271e9e1-972efbac, #w-node-ec1f2e61-c202-5aec-da8c-58744271e9e6-972efbac, #w-node-ec1f2e61-c202-5aec-da8c-58744271e9e8-972efbac, #w-node-ec1f2e61-c202-5aec-da8c-58744271e9fe-972efbac, #w-node-ec1f2e61-c202-5aec-da8c-58744271ea03-972efbac, #w-node-ec1f2e61-c202-5aec-da8c-58744271ea05-972efbac, #w-node-ec1f2e61-c202-5aec-da8c-58744271ea1b-972efbac, #w-node-ec1f2e61-c202-5aec-da8c-58744271ea20-972efbac, #w-node-ec1f2e61-c202-5aec-da8c-58744271ea22-972efbac, #w-node-ec1f2e61-c202-5aec-da8c-58744271ea38-972efbac, #w-node-ec1f2e61-c202-5aec-da8c-58744271ea3d-972efbac, #w-node-ec1f2e61-c202-5aec-da8c-58744271ea3f-972efbac, #w-node-ec1f2e61-c202-5aec-da8c-58744271ea59-972efbac, #w-node-ec1f2e61-c202-5aec-da8c-58744271ea5e-972efbac, #w-node-ec1f2e61-c202-5aec-da8c-58744271ea60-972efbac, #w-node-_597b2d46-2425-9093-c198-296a011fe9de-84e558fe, #w-node-_597b2d46-2425-9093-c198-296a011fe9e3-84e558fe, #w-node-_597b2d46-2425-9093-c198-296a011fe9e5-84e558fe, #w-node-_597b2d46-2425-9093-c198-296a011fe9fb-84e558fe, #w-node-_597b2d46-2425-9093-c198-296a011fea00-84e558fe, #w-node-_597b2d46-2425-9093-c198-296a011fea02-84e558fe, #w-node-_597b2d46-2425-9093-c198-296a011fea18-84e558fe, #w-node-_597b2d46-2425-9093-c198-296a011fea1d-84e558fe, #w-node-_597b2d46-2425-9093-c198-296a011fea1f-84e558fe, #w-node-_597b2d46-2425-9093-c198-296a011fea35-84e558fe, #w-node-_597b2d46-2425-9093-c198-296a011fea3a-84e558fe, #w-node-_597b2d46-2425-9093-c198-296a011fea3c-84e558fe, #w-node-_597b2d46-2425-9093-c198-296a011fea56-84e558fe, #w-node-_597b2d46-2425-9093-c198-296a011fea5b-84e558fe, #w-node-_597b2d46-2425-9093-c198-296a011fea5d-84e558fe, #w-node-e5f37d7b-ab20-47c0-a112-284bf185cc92-c5d6ea12, #w-node-e5f37d7b-ab20-47c0-a112-284bf185cc97-c5d6ea12, #w-node-e5f37d7b-ab20-47c0-a112-284bf185cc99-c5d6ea12, #w-node-e5f37d7b-ab20-47c0-a112-284bf185ccaf-c5d6ea12, #w-node-e5f37d7b-ab20-47c0-a112-284bf185ccb4-c5d6ea12, #w-node-e5f37d7b-ab20-47c0-a112-284bf185ccb6-c5d6ea12, #w-node-e5f37d7b-ab20-47c0-a112-284bf185cccc-c5d6ea12, #w-node-e5f37d7b-ab20-47c0-a112-284bf185ccd1-c5d6ea12, #w-node-e5f37d7b-ab20-47c0-a112-284bf185ccd3-c5d6ea12, #w-node-e5f37d7b-ab20-47c0-a112-284bf185cce9-c5d6ea12, #w-node-e5f37d7b-ab20-47c0-a112-284bf185ccee-c5d6ea12, #w-node-e5f37d7b-ab20-47c0-a112-284bf185ccf0-c5d6ea12, #w-node-e5f37d7b-ab20-47c0-a112-284bf185cd0a-c5d6ea12, #w-node-e5f37d7b-ab20-47c0-a112-284bf185cd0f-c5d6ea12, #w-node-e5f37d7b-ab20-47c0-a112-284bf185cd11-c5d6ea12, #w-node-df57216f-9474-df76-2fb0-20acd1677fa8-26a8939e, #w-node-df57216f-9474-df76-2fb0-20acd1677fad-26a8939e, #w-node-df57216f-9474-df76-2fb0-20acd1677faf-26a8939e, #w-node-df57216f-9474-df76-2fb0-20acd1677fc5-26a8939e, #w-node-df57216f-9474-df76-2fb0-20acd1677fca-26a8939e, #w-node-df57216f-9474-df76-2fb0-20acd1677fcc-26a8939e, #w-node-df57216f-9474-df76-2fb0-20acd1677fe2-26a8939e, #w-node-df57216f-9474-df76-2fb0-20acd1677fe7-26a8939e, #w-node-df57216f-9474-df76-2fb0-20acd1677fe9-26a8939e, #w-node-df57216f-9474-df76-2fb0-20acd1677fff-26a8939e, #w-node-df57216f-9474-df76-2fb0-20acd1678004-26a8939e, #w-node-df57216f-9474-df76-2fb0-20acd1678006-26a8939e, #w-node-df57216f-9474-df76-2fb0-20acd1678020-26a8939e, #w-node-df57216f-9474-df76-2fb0-20acd1678025-26a8939e, #w-node-df57216f-9474-df76-2fb0-20acd1678027-26a8939e {
    grid-row: span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-bd920db3-050e-371f-e8b5-ea17e0425551-5381fdf2 {
    grid-row: span 1 / span 1;
  }

  #w-node-_67e5c507-7a08-6eb3-d40d-18f7c88e90f6-84e558fe {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1734792e-9cc1-571c-2f45-b58ee068d23e-84e558fe {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-bbb8096e-941a-fb27-09e6-c5d3e2459d4d-84e558fe {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_2f5c7e0a-3410-bdb0-4ea4-18b3b6a92a4a-84e558fe {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_781cb4e7-9688-b59c-0141-eb013fa86e58-84e558fe, #w-node-_2186eaf4-3bda-9f3b-e4a7-76bff742466e-84e558fe {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_886f5678-cfae-14ce-0ee4-7d24a1b2c381-84e558fe {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_25e68f69-b59d-f51d-5662-af919199d5ee-84e558fe {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_1e265fd7-6d6f-dcc6-a097-7986fa1807b8-84e558fe {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-a5090fa7-f78a-ba03-3496-8e70571afd4e-84e558fe {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-f4532ec2-8763-48d4-f5f9-720288df9fed-84e558fe {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_382aa694-2544-4a04-e4d9-c1d18eec1574-84e558fe {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_620bde48-3d38-d3a5-2a3a-f1550b8e2914-84e558fe {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2d5e663f-2899-c13e-8c52-77ca872d7fe5-84e558fe {
    grid-area: 6 / 1 / 7 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2dc77877-efdd-575a-3de5-c485352e3b00-352e3afd {
    grid-area: 1 / 2 / 2 / 14;
  }

  #w-node-_47538274-d86c-406e-a1ea-f32d897bfb64-972efbac {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_67e5c507-7a08-6eb3-d40d-18f7c88e90f6-972efbac, #w-node-cdf713d7-35f9-518a-9cc7-db04a19c02d7-972efbac {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-fba7fd01-2205-a83a-142a-808f2b385f0e-972efbac {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_13278131-55d4-f880-4c0f-155107680b13-972efbac {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-d6861d05-8481-584f-4f5e-ba6b8ecc0a76-972efbac, #w-node-d2368726-0c78-e03a-151b-623cbf562ebc-972efbac {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_449e31cb-4674-6ade-0fbe-589f74621adf-972efbac {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ae144be4-2fe5-0d22-a817-061b734f33a5-972efbac {
    grid-area: 1 / 3 / 2 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_47538274-d86c-406e-a1ea-f32d897bfb64-972efbac {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_67d9646b-622b-4743-92a7-ece8d79da00e-972efbac {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d2368726-0c78-e03a-151b-623cbf562ebc-972efbac {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_449e31cb-4674-6ade-0fbe-589f74621adf-972efbac {
    grid-area: 1 / 1 / 2 / 2;
  }
}


