.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #fff;
  background-color: #002440;
  font-family: Neuzeitgro, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 700;
  line-height: 90px;
}

h2, h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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: 0;
  font-size: 1.125rem;
}

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: .25rem;
  font-weight: 500;
}

strong {
  font-weight: bold;
}

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 {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  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;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.margin-bottom.margin-small.faq {
  text-align: center;
}

.margin-bottom.margin-xxlarge.faq {
  justify-content: center;
  display: flex;
}

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

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

.padding-vertical.padding-xxlarge.footer {
  padding-top: 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;
}

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

.form_checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(45, 64, 234, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

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

.overflow-auto {
  overflow: auto;
}

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

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

.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 rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-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 {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

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

.background-color-lightblue {
  color: #f5f5f5;
  background-color: #0e71ba;
}

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

.text-color-green {
  color: #8abd24;
}

.text-color-grey {
  color: gray;
}

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

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

.form_message-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.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h3.secondary {
  font-size: 1.125rem;
  line-height: 1.5;
}

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

.heading-style-h3.max-width {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.text-rich-text-imprint {
  word-break: break-all;
}

.text-rich-text-imprint h1 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  line-height: 1.2;
}

.text-rich-text-imprint h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

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

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

.text-rich-text-imprint p {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

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

.text-rich-text-imprint a {
  color: #fff;
}

.text-rich-text-imprint strong {
  font-size: 1.125rem;
}

.text-rich-text-imprint figure {
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
}

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

.container-small.convinced {
  max-width: none;
}

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

.padding-global.relative {
  position: relative;
}

.padding-global.relative.tablet.slider_bg {
  background-image: url('../images/Light-new.png'), url('../images/Logo_BG_Rezensionen.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 90%, 90%;
}

.padding-global.tablet.faq {
  background-image: url('../images/Light-new.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.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-white {
  color: #fff;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  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 {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(45, 64, 234, .05);
  border: 1px dashed #2d40ea;
  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 {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
  line-height: 25px;
}

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

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

.text-weight-bold {
  border: 1px #000;
  font-weight: 700;
}

.text-weight-bold.text-color-white.no-underline {
  text-decoration: none;
}

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

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

.fs-styleguide_component {
  background-color: rgba(0, 36, 64, .8);
}

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

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

.background-color-darkeblue {
  background-color: #002440;
}

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

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

.text-size-small.text-align-left.contactform {
  width: 100%;
}

.text-size-small.text-align-left.max-width-full {
  width: 100%;
  margin-left: 10px;
}

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

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

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

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

.background-color-blue {
  background-color: #002c4d;
}

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

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

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

.padding-section-large.relative {
  position: relative;
}

.padding-section-large.relative.convinced {
  padding-top: 4.5rem;
  padding-bottom: 0;
}

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

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

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

.fs-styleguide_3-col {
  width: 100%;
  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;
  display: grid;
}

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

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

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

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

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

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

.page-wrapper.overflow-hidden.relative {
  position: relative;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  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: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

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

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

.container-large.bg-img {
  background-image: url('../images/logo_long-turn.png');
  background-position: 50% 0;
  background-size: auto;
}

.container-large.bg-img.relative {
  background-image: none;
}

.container-large.relative {
  position: relative;
}

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

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

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

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  width: 95%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper.relative {
  position: relative;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #8abd24;
  border: 1px solid #8abd24;
  padding: .75rem 1.5rem;
  font-weight: 400;
  transition: all .2s;
}

.button:hover {
  transform: scale(.9);
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

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

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

.button.is-secondary {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #8abd24;
  text-decoration: none;
}

.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.summit {
  width: 100%;
  max-width: 150px;
  margin-top: 0;
  margin-left: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.button.summit.contactform {
  margin-top: 0;
}

.button.gohome {
  width: 50%;
  margin-top: 2rem;
}

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

.text-size-medium.text-weight-light.text-max-width {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.text-size-medium.text-weight-bold.facts {
  margin-bottom: 1rem;
}

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

.text-size-medium.text-weight-bold.facts {
  margin-bottom: 1rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-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;
}

.button-group.is-center {
  justify-content: center;
}

.hide {
  display: none;
}

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

.padding-section-medium.none {
  padding-top: 0;
  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;
}

.fs-styleguide_color.is-lightblue {
  background-color: #0e71ba;
}

.fs-styleguide_color.is-blue {
  background-color: #002c4d;
}

.fs-styleguide_color.is-dakeblue {
  background-color: #002440;
}

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

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

.fs-styleguide_spacer-box {
  width: 100%;
  background-color: rgba(45, 64, 234, .1);
  border: 1px dashed #2d40ea;
  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;
}

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

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

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

.navbar2_menu.is-page-height-tablet {
  display: block;
}

.navbar2_container {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar2_component {
  z-index: 600;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #000;
  align-items: center;
  padding-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.wg-element {
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.wg-element:hover {
  background-color: #fbf9fd;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-element-wrapper.sw5:hover {
  background-color: rgba(0, 0, 0, 0);
}

.wg-dropdown-1 {
  width: auto;
  text-transform: uppercase;
  flex-direction: column;
  align-items: stretch;
  font-weight: 700;
}

.wg-dd-1-togle {
  z-index: 1;
  width: 100%;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  padding: 10px 15px;
}

.wg-dd-1-togle:hover {
  color: #fff;
  background-color: #8abd24;
  border-radius: 0;
}

.wg-dd-1-list {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  box-shadow: 0 -13px 50px 3px rgba(17, 23, 156, .07);
}

.wg-dd-1-list:hover {
  background-color: #8abd24;
}

.wg-dropdown-1-link {
  color: #000;
  background-color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color .1s;
  display: block;
}

.wg-dropdown-1-link:hover {
  color: #fff;
  background-color: #8abd24;
}

.wg-dropdown-1-link.w--current {
  display: block;
}

.wg-code {
  display: none;
}

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

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

.logo2_logo-list.mobil {
  display: none;
}

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

.logo2_logo {
  width: 100px;
  max-height: 85px;
  object-fit: contain;
  flex: 0 auto;
}

.logo2_logo.small {
  width: 100px;
  flex: 0 auto;
}

.logo2_background {
  z-index: 0;
  background-color: #002440;
  display: none;
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0%;
  right: 0%;
}

.logo2_background.bg_img {
  background-image: url('../images/Light-new.png'), url('../images/logo_long-turn.png');
  background-position: 50% 35%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, 85%;
}

.logo_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: grid;
  position: relative;
}

.logo_left, .logo_right, .sec_partner {
  position: relative;
}

.layout212_image {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.layout212_image.dispaly-none {
  display: none;
}

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

.layout212_component.custom {
  width: 90%;
  grid-column-gap: 2.25rem;
  margin-right: auto;
}

.layout212_component.custom.reverse {
  grid-column-gap: 2.25rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  margin-left: auto;
  margin-right: 0;
}

.layout212_image-wrapper.position-relative {
  position: relative;
}

.light {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(7px)scale(1.6);
}

.light.gallery {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: scale(2.5);
}

.light_img {
  width: 100%;
  height: 100%;
}

.sec_infos {
  background-image: url('../images/logo_long.png');
  background-position: 75% 300px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 150px;
}

.gallery_wrapper {
  grid-column-gap: 1rem;
  justify-content: space-between;
  display: flex;
}

.gallery_box {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
  display: flex;
  position: relative;
}

.gallery_lightbox {
  width: 100px;
  height: 100px;
  object-fit: fill;
  border-radius: 100%;
}

.gallery_info {
  font-weight: 700;
}

.gallery_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.gallery {
  text-align: center;
  transform: translate(0, -25px);
}

.gallery_border {
  background-color: #c74949;
  background-image: linear-gradient(360deg, #0270c3, #d7ff87 40%, #d7ff87 74%, #0270c3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.section_cta57 {
  overflow: hidden;
}

.section_cta57.relative {
  position: relative;
}

.section_cta57.relative.convincd {
  margin-top: 2rem;
  margin-bottom: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.sec_multistep {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.cta57_para-big {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.cta57_para-small {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.cta57_para-small.text-color-green {
  font-weight: 400;
}

.heading {
  text-align: center;
}

.gallery14_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery14_image-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.gallery14_image-wrapper:focus {
  opacity: .5;
}

.gallery14_slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
}

.gallery14_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery14_mask {
  overflow: visible;
}

.gallery14_arrow {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery14_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.section_gallery14 {
  overflow: hidden;
}

.gallery14_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.sec_tabs {
  background-image: none;
  background-size: auto;
  padding-top: 220px;
  position: relative;
  overflow: visible;
}

.cta1_image {
  width: 100%;
  height: 100%;
}

.section_cta1.relative {
  position: relative;
}

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

.testimonial7_content {
  height: 100%;
  max-width: 48rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial7_component {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
}

.testimonial7_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.testimonial7_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial7_mask {
  height: 100%;
}

.testimonial7_slide {
  height: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
}

.testimonial7_arrow {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial7_arrow.hide-mobile-landscape.custom {
  background-color: rgba(0, 0, 0, 0);
  border-width: 6px;
  border-color: #8abd24;
}

.section_testimonial7.relative {
  position: relative;
}

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

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

.footer11_menu-wrapper.relative {
  position: relative;
}

.footer11_menu-wrapper.relative.footer {
  width: 100%;
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: auto;
}

.footer11_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer11_legal-link {
  color: #fff;
  cursor: pointer;
  font-size: .875rem;
  text-decoration: underline;
  transition: all .2s;
}

.footer11_legal-link:hover {
  color: #8abd24;
}

.footer11_legal-link.dosplay-none {
  display: none;
}

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

.footer11_top-wrapper {
  grid-column-gap: 4vw;
  border: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
  padding: 3rem;
}

.footer11_top-wrapper.relative {
  grid-column-gap: 0vw;
  grid-row-gap: 16px;
  border-style: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #fff;
  cursor: pointer;
  transition: all .2s;
}

.social-icon:hover {
  color: #8abd24;
}

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

.footer11_left-wrapper.relative {
  position: relative;
}

.footer11_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer11_logo-link {
  float: none;
  padding-left: 0;
}

.background-color-gradient {
  z-index: 0;
  background-image: linear-gradient(257deg, #0270c3, #d7ff87 33%, #d7ff87 66%, #0270c3);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.underline {
  width: 100%;
  height: 1px;
  max-width: 82.5rem;
  background-image: linear-gradient(267deg, #0270c3, #d7ff87 33%, #d7ff87 66%, #0270c3);
  margin: 1rem auto 2rem;
}

.underline.facts {
  margin-bottom: 1rem;
}

.underline.big-space {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.underline.logo {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.underline.logo.top {
  margin-top: 0;
  margin-bottom: 0;
}

.underline.logo.bottom {
  margin-top: 0;
  margin-bottom: 0;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.underline.cta.top {
  margin-top: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.underline.cta.bottom {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.underline.absolute_top {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.underline.absolute_top.extra {
  margin-left: auto;
  margin-right: auto;
}

.underline.absolute_bottom {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.underline.absolute_bottom.footer {
  bottom: 35%;
}

.underline.popup, .underline.popup-u {
  height: 10px;
  max-width: none;
}

.underline.popup-u.top {
  margin-top: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.underline.popup-u.bottom {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tabs_content {
  width: 100%;
  opacity: .5;
  text-align: center;
  transition: opacity .35s;
}

.tabs_content.not-active-hover {
  opacity: .6;
  cursor: default;
}

.tabs_content.facts_01 {
  cursor: default;
}

.tabs_content.facts_02, .tabs_content.facts_03, .tabs_content.facts_04 {
  opacity: .5;
  cursor: default;
}

.tabs_content.active {
  opacity: 1;
}

.tab_outside {
  grid-row-gap: 64px;
}

.tab_center {
  align-items: center;
}

.tab_circle {
  width: 374px;
  height: 374px;
  background-image: linear-gradient(#0270c3, #000);
  border: 18px solid #002c4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab_circle-border {
  background-color: #8abd24;
  background-image: linear-gradient(#0270c3, #d7ff87 33%, #d7ff87 66%, #0270c3);
  border-radius: 100%;
  padding: 2px;
  position: relative;
  box-shadow: 0 0 300px #8abd24;
}

.tabs-content {
  overflow: visible;
}

.tab_line {
  z-index: -1;
  height: 100%;
  object-fit: fill;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale(1);
}

.light_multistep {
  z-index: -1;
  width: 100%;
  position: absolute;
  top: -32vw;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.light_tabs {
  z-index: -1;
  display: none;
  position: absolute;
  top: 5500px;
  transform: scale(1.2);
}

.light_tabs.tablet {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0;
  transform: scale(1.2);
}

.tab_center-para {
  margin-top: 1.5rem;
  font-size: 2.25rem;
  font-weight: 700;
  display: none;
  position: relative;
}

.tab_center-para.active-hover {
  width: auto;
  opacity: 1;
  justify-content: center;
  position: relative;
}

.tab_center-para.not-active-hover {
  opacity: 0;
  text-align: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0;
}

.tab_center-para.facts_01 {
  opacity: 1;
}

.tab_center-para.facts_02, .tab_center-para.facts_03, .tab_center-para.facts_04 {
  opacity: 0;
  position: absolute;
}

.tab_center-para.facts_02 {
  opacity: 0;
  opacity: 0;
  position: absolute;
}

.tab_center-para.active {
  display: none;
}

.tab_circle-img {
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  transition: opacity .35s;
  position: absolute;
}

.tab_circle-img.seconde {
  z-index: 1;
  opacity: 0;
}

.tab_circle-img.active {
  opacity: 1;
}

.tabs-menu {
  width: 100%;
  max-width: 770px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab_link-border {
  min-width: 207px;
  opacity: .5;
  color: rgba(255, 255, 255, .5);
  background-image: linear-gradient(259deg, #0270c3, #d7ff87 33%, #d7ff87 66%, #0270c3);
  border-radius: 32px;
  padding: 2px;
  transition: all .2s;
}

.tab_link-border.w--current {
  opacity: 1;
  color: #8abd24;
}

.tab_link {
  background-color: #002c4d;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 10px 22px;
  display: flex;
}

.tab_link-para {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.hero {
  width: 100%;
  max-width: 82.5rem;
  min-height: 640px;
  grid-column-gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2.375rem auto 3.4375rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_video {
  width: 100%;
  height: auto;
  display: block;
}

.hero_video.absolute {
  width: 75%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero_left {
  z-index: 10;
  width: 48%;
  text-align: left;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  padding-left: 100px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.hero_img {
  z-index: 10;
  width: 80%;
  object-fit: fill;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0%;
}

.hero_right {
  z-index: 10;
  width: 48%;
  display: flex;
  position: relative;
}

.hero_h1 {
  width: 100%;
  font-size: 6.875rem;
  line-height: 1;
}

.hero_background {
  width: 128%;
  background-image: url('../images/Light-new.png'), url('../images/line_short.png'), linear-gradient(to right, #002c4d 30%, rgba(0, 44, 77, .05));
  background-position: -140px, 0 -4%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, 560px, auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero_content {
  width: 100%;
  max-width: 530px;
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero_button-wrapper {
  grid-column-gap: 1rem;
  margin-top: 1rem;
  display: flex;
}

.video_svg {
  align-items: center;
  display: flex;
}

.hero_info {
  grid-column-gap: 1rem;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.hero_info:hover {
  color: #8abd24;
}

.hero_flex {
  z-index: 5;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1.5rem;
  display: flex;
  position: relative;
}

.hero_heading {
  position: relative;
}

.hero_videobtn {
  opacity: 0;
  cursor: none;
  position: absolute;
  transform: scale(.1);
}

.hero_h1-light {
  color: #8abd24;
  font-weight: 400;
}

.display-none {
  display: none;
}

.multistep_form-item {
  min-height: 700px;
  grid-row-gap: 25px;
  text-align: center;
  background-color: #002c4d;
  background-image: url('../images/line_short.png'), url('../images/multistep_light-bottom.svg'), url('../images/multistep_light-top.svg'), linear-gradient(rgba(0, 44, 77, .8), rgba(0, 44, 77, .4)), url('../images/multistep_img.png');
  background-position: 0 0, 100% 100%, 0 0, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat, no-repeat;
  background-size: 50%, auto, auto, auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 100px 120px;
  display: flex;
  position: relative;
}

.multistep_form-item.dropdowns.bg_cover.bg_04 {
  background-image: url('../images/line_short.png'), url('../images/multistep_light-bottom.svg'), url('../images/multistep_light-top.svg'), linear-gradient(rgba(0, 44, 77, .8), rgba(0, 44, 77, .4)), url('../images/Slide_03.jpg');
  background-size: 50%, auto, auto, auto, cover;
}

.multistep_form-item.bg_cover {
  background-image: url('../images/line_short.png'), url('../images/multistep_light-bottom.svg'), url('../images/multistep_light-top.svg'), linear-gradient(rgba(0, 44, 77, .8), rgba(0, 44, 77, .4)), url('../images/Slide_09.jpg');
}

.multistep_form-item.bg_cover.bg_01 {
  background-image: url('../images/line_short.png'), url('../images/multistep_light-bottom.svg'), url('../images/multistep_light-top.svg'), linear-gradient(rgba(0, 44, 77, .8), rgba(0, 44, 77, .4)), url('../images/Slide_01.jpg');
  background-size: 50%, auto, auto, auto, cover;
}

.multistep_form-item.text.bg_05 {
  display: flex;
}

.multistep_form-item.bg_02 {
  background-image: url('../images/line_short.png'), url('../images/multistep_light-bottom.svg'), url('../images/multistep_light-top.svg'), linear-gradient(rgba(0, 44, 77, .8), rgba(0, 44, 77, .4)), url('../images/Multi_02.jpg');
  background-size: 50%, auto, auto, auto, cover;
}

.multistep_form-item.bg_03 {
  background-image: url('../images/line_short.png'), url('../images/multistep_light-bottom.svg'), url('../images/multistep_light-top.svg'), linear-gradient(rgba(0, 44, 77, .8), rgba(0, 44, 77, .4)), url('../images/Slide_02.jpg');
  background-position: 0 0, 100% 100%, 0 0, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat, no-repeat;
  background-size: 50%, auto, auto, auto, cover;
}

.multistep_form-item.bg_05 {
  background-image: url('../images/line_short.png'), url('../images/multistep_light-bottom.svg'), url('../images/multistep_light-top.svg'), linear-gradient(rgba(0, 44, 77, .8), rgba(0, 44, 77, .4)), url('../images/Slide_04.jpg');
  background-size: 50%, auto, auto, auto, cover;
}

.multistep_form-item.bg_06 {
  grid-column-gap: 16px;
  grid-row-gap: 25px;
  background-image: url('../images/line_short.png'), url('../images/multistep_light-bottom.svg'), url('../images/multistep_light-top.svg'), linear-gradient(rgba(0, 44, 77, .8), rgba(0, 44, 77, .4)), url('../images/Slide_05.jpg');
  background-size: 50%, auto, auto, auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.multistep_form-item.bg_07 {
  background-image: url('../images/line_short.png'), url('../images/multistep_light-bottom.svg'), url('../images/multistep_light-top.svg'), linear-gradient(rgba(0, 44, 77, .8), rgba(0, 44, 77, .4)), url('../images/Slide_06.jpg');
  background-size: 50%, auto, auto, auto, cover;
}

.multistep_form-item.bg_08 {
  background-image: url('../images/line_short.png'), url('../images/multistep_light-bottom.svg'), url('../images/multistep_light-top.svg'), linear-gradient(rgba(0, 44, 77, .8), rgba(0, 44, 77, .4)), url('../images/Slide_07.jpg');
  background-position: 0 0, 100% 100%, 0 0, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat, no-repeat;
  background-size: 50%, auto, auto, auto, cover;
}

.multistep_form-item.bg_09 {
  background-image: url('../images/line_short.png'), url('../images/multistep_light-bottom.svg'), url('../images/multistep_light-top.svg'), linear-gradient(rgba(0, 44, 77, .8), rgba(0, 44, 77, .4)), url('../images/Slide_08.jpg');
  background-size: 50%, auto, auto, auto, cover;
}

.multistep_form-item.bg_10 {
  background-image: url('../images/line_short.png'), url('../images/multistep_light-bottom.svg'), url('../images/multistep_light-top.svg'), linear-gradient(rgba(0, 44, 77, .8), rgba(0, 44, 77, .4)), url('../images/Slide_09.jpg');
  background-size: 50%, auto, auto, auto, cover;
}

.multistep_select {
  min-height: 60px;
  color: #fff;
  background-color: #002c4d;
  border-color: #8abd24;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 2.8125rem;
  font-size: 1rem;
  font-weight: 900;
}

.multistep_select.short {
  max-width: 276px;
}

.multistep_select.long {
  max-width: 815px;
  border-style: solid;
  border-width: 0;
}

.multistep_select.extra-long {
  width: 100%;
  max-width: 970px;
  border-style: solid;
  border-width: 0;
  margin-left: auto;
  margin-right: 0;
}

.multistep_heading {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.multistep_para-small {
  font-size: 1.125rem;
  line-height: 1.2;
}

.multistep_radiobtn-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.multistep_radio {
  flex-direction: column-reverse;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.multistep_radio-btn {
  width: 45px;
  height: 45px;
  border-width: 4px;
  border-color: #002440;
  margin-top: 0;
  margin-left: 0;
}

.multistep_radio-btn.w--redirected-checked {
  background-color: #8abd24;
  background-image: radial-gradient(circle, #fff 35%, #8abd24 35%);
  border-color: #002440;
  margin-top: 0;
}

.multistep_radio-btn.w--redirected-focus {
  box-shadow: none;
}

.multistep_radio-label {
  font-size: 2rem;
  font-weight: 400;
}

.multistep_form-answers {
  min-height: 700px;
  padding: 2px;
}

.multistep_form-answers.spezifikation {
  margin-top: 0;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.multistep_form-answers.uploade {
  margin-top: 0;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.accordion_component {
  display: flex;
}

.accordion_list-wrapper {
  width: 100%;
  list-style-type: none;
}

.accordion_item {
  color: #002c4d;
  text-align: left;
  background-color: #fff;
  padding: 1rem 1rem 1rem 2.8125rem;
}

.accordion_title-wrapper {
  width: 100%;
  color: #002440;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion_description-wrapper {
  padding-right: 1rem;
  overflow: hidden;
}

.accordion_textside {
  width: 100%;
  max-width: 75px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion_textside.flex {
  flex-direction: row;
}

.accordion_textside-para {
  letter-spacing: 4px;
  font-size: 1rem;
  font-weight: 700;
  display: block;
  transform: rotate(-90deg);
}

.accordion_textside-para.move {
  transform: translate(70px)rotate(-90deg);
}

.accordion_info {
  text-align: left;
  margin-left: 70px;
  margin-right: auto;
}

.textarea_info {
  min-width: 800px;
  text-align: left;
}

.textarea {
  min-height: 331px;
  background-color: #002440;
  background-image: url('../images/Ratser_Muster_01.png');
  background-position: 0 0;
  background-size: 6%;
  margin-top: 20px;
}

.textarea.multistep {
  height: 100%;
  min-height: 290px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
}

.uploade_info {
  min-width: 584px;
  text-align: left;
}

.text-size-big {
  font-size: 2rem;
  font-weight: 700;
}

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

.multistep_form-info {
  width: 100%;
  max-width: 380px;
}

.multistep_form-info.lieferoert {
  max-width: 850px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.multistep_form-info.angebot {
  max-width: 850px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.previous-placeholder {
  width: auto;
  height: 35px;
  max-width: 100px;
  opacity: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  transition: opacity .2s;
  display: none;
}

.previous-placeholder:hover {
  opacity: 1;
}

.slider-left {
  width: 100px;
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.slider-left:hover {
  transform: scale(.9);
}

.next-button {
  background-color: #5b3acc;
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 15px;
  transition: background-color .2s ease-in;
  display: none;
}

.slider {
  height: 100vh;
  min-height: 850px;
  background-color: rgba(0, 0, 0, 0);
  transition: all .2s;
  position: relative;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 100px;
  margin-left: 8px;
  margin-right: 8px;
}

.dot.active-dot {
  background-color: #8abd24;
}

.next-placeholder {
  width: auto;
  height: 47px;
  max-width: 159px;
  justify-content: center;
  align-items: center;
  margin: auto auto 25px;
  display: none;
  overflow: visible;
}

.button_wrapper-right {
  z-index: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -30px;
}

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

.slider-right {
  width: 130px;
  height: 50px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  object-fit: contain;
  background-color: #002440;
  border: 7px solid #8abd24;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  display: flex;
  overflow: hidden;
}

.slider-right.no {
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.form-wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

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

.previous-button:hover {
  opacity: 1;
  border-bottom-color: rgba(0, 0, 0, .55);
}

.slide {
  width: 100%;
  height: auto;
  background-color: red;
  background-image: linear-gradient(202deg, #0270c3, #d7ff87 33%, #d7ff87 66%, #0270c3);
  border-radius: 0;
  flex-wrap: wrap;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 2px;
  position: static;
  overflow: visible;
}

.slide.relative {
  background-image: linear-gradient(202deg, #0270c3, #d7ff87 33%, #d7ff87 66%, #0270c3);
  position: relative;
  overflow: visible;
}

.arrow {
  width: 100px;
  height: 50px;
  cursor: pointer;
  object-fit: contain;
}

.logo {
  margin-bottom: 40px;
}

.mutistep_input {
  min-height: 60px;
  color: #fff;
  background-color: #002c4d;
  background-image: url('../images/Ratser_Muster_01.png'), linear-gradient(#002c4d, #002c4d);
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat;
  background-size: 8%, auto;
  border: 1px #8abd24;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 2.8125rem;
  font-size: 1.2rem;
  font-weight: 400;
}

.mutistep_input:focus {
  border-color: #fff;
}

.mutistep_input::-ms-input-placeholder {
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
}

.mutistep_input::placeholder {
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
}

.mutistep_input.raster.p12px-left {
  padding-left: 12px;
}

.button_wrapper-left {
  z-index: 14;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 100px;
  left: 200px;
  right: auto;
}

.button_wrapper-left.imp {
  bottom: 30px;
  left: 200px;
}

.button_wrapper-left.spezialfikation {
  z-index: 0;
  bottom: 55px;
}

.button_wrapper-left.datei {
  z-index: 0;
}

.uploade {
  width: 100%;
  margin-top: 20px;
}

.slider_counter {
  width: 100%;
  min-height: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: absolute;
}

.success {
  background-color: rgba(0, 36, 64, .8);
  background-image: url('../images/Vector.svg');
  background-position: 32px 32px;
  background-repeat: no-repeat;
  background-size: 200px;
  background-attachment: scroll;
  padding: 50px;
}

.success.form {
  width: 100%;
  height: 100%;
  background-position: 50% 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  display: flex;
  position: absolute;
}

.success.center {
  background-position: 52% 26px;
}

.success_message {
  margin-top: 3rem;
  padding: 0;
}

.dropdown_arrow {
  width: 30px;
  height: 30px;
}

.scroll {
  z-index: 900;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-left: auto;
  display: flex;
  position: fixed;
  top: 120px;
  right: 0;
}

.scroll_box {
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #1f4a6a;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.scroll_box-svg {
  width: 100%;
  height: 100%;
  max-height: 25px;
  max-width: 25px;
  color: #8abd24;
}

.card {
  width: 100%;
  max-height: 450px;
  min-height: 450px;
  position: relative;
}

.card_img-01, .card_img-02, .card_img-03, .card_img-04, .card_img-05, .card_img-06, .card_img-07 {
  position: absolute;
}

.card_img-08 {
  z-index: 10;
  width: 100%;
  height: 100%;
  min-height: 450px;
  position: relative;
}

.tabs_produkt_para {
  color: #f59c00;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.tab_content_circle {
  width: auto;
  justify-content: center;
  display: flex;
  position: relative;
}

.faq_big-para {
  color: #8abd24;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.2;
}

.h2_tablet {
  font-size: 3.25rem;
}

.footer_info {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  margin-right: 1rem;
  display: flex;
  position: relative;
}

.footer_info.last-item {
  align-items: flex-start;
}

.footer_info.disply-none {
  display: none;
}

.multistep_input_border {
  max-height: 63px;
  background-image: linear-gradient(260deg, #0270c3, #d7ff87 33%, #d7ff87 66%, #0270c3);
  margin-bottom: 16px;
  padding: 1px;
}

.multistep_input_border.select {
  max-height: 62px;
  padding: 1px;
}

.multistep_input_border.textarea-border {
  height: 100%;
  max-height: none;
  margin-bottom: 0;
  padding: 2px;
}

.multistep_input_label {
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
}

.multistep_submit {
  grid-row-gap: 7px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  transform: translate(0, -15px);
}

.multistep_submit.contactform {
  align-items: flex-start;
  margin-top: 2rem;
}

.checkbox-label {
  display: none;
}

.checkbox_custom {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-color: #8abd24;
  margin-top: 0;
}

.checkbox_custom.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/check.svg');
  background-size: auto;
}

.checkbox_field {
  align-items: flex-start;
  margin-right: 1rem;
  display: flex;
}

.contact {
  z-index: 100;
  width: 100%;
  background-color: #002440;
  background-image: url('../images/Light.png'), url('../images/Logo_BG_Rezensionen.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: none;
  position: fixed;
  top: 0;
  overflow: scroll;
}

.contact_wrapper {
  height: 100vh;
  grid-column-gap: 80px;
  flex-direction: row;
  padding-top: 140px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.contact_icons {
  grid-column-gap: 1rem;
  align-items: flex-start;
  display: flex;
}

.contact_icons.display-none {
  display: none;
}

.contact_icons-para {
  font-size: 2rem;
  text-decoration: none;
}

.contact_left, .contact_right {
  width: 50%;
}

.multistep_input_textarea {
  min-height: 150px;
  color: #fff;
  background-color: #002c4d;
  background-image: url('../images/Ratser_Muster_01.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 8%;
  border: 0 #000;
  border-radius: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
}

.go_back {
  width: 100px;
  cursor: pointer;
  transition: all .2s;
  position: absolute;
  top: 75px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.go_back:hover {
  color: #8abd24;
}

.go_back.succes_msg {
  position: relative;
}

.go_back-svg {
  width: 100%;
  height: 100%;
}

.contact_icons-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.contact_icons-a {
  color: #fff;
  text-decoration: none;
}

.contact_icons-a:hover {
  text-decoration: underline;
}

.link_imprint {
  color: #fff;
  text-decoration: underline;
}

.contact_subheading {
  font-size: 2.5rem;
  font-weight: 400;
}

.contact_h2 {
  font-size: 3.25rem;
  line-height: 1;
}

.contact_h2.form {
  display: block;
}

.form {
  padding-bottom: 250px;
}

.hero_light-top {
  z-index: -1;
  position: absolute;
  top: -5%;
  bottom: auto;
  left: -23%;
  right: auto;
}

.hero_light-bottom {
  z-index: -1;
  position: absolute;
  top: 1%;
  bottom: 0%;
  left: auto;
  right: -28%;
}

.footer_link {
  color: #fff;
  text-decoration: none;
  transition: all .2s;
}

.footer_link:hover {
  color: #8abd24;
  text-decoration: underline;
}

.section_cta57-img {
  margin-top: 2rem;
  display: none;
}

.light_slider {
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.textaream_border {
  width: 100%;
  background-image: linear-gradient(270deg, #0270c3, #d7ff87 33%, #d7ff87 66%, #0270c3);
  margin-top: 20px;
  padding: 1px;
}

.succes_wrapper {
  min-height: 700px;
  grid-row-gap: 25px;
  text-align: center;
  background-color: #002c4d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.error_message {
  background-color: #bb0303;
}

.section_content17 {
  background-image: url('../images/Light-new.png'), url('../images/Logo_BG_01.svg');
  background-position: 50% 0, 35%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, contain;
}

.section_content17.relative {
  background-position: 50% 0, 35% 50px;
  background-size: auto, auto;
  position: relative;
}

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

.imprint_img {
  width: 100%;
}

.slider-left-animation {
  width: 100px;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.imprint-link {
  color: #fff;
  text-decoration: underline;
}

.logo-pass {
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.checkbox_wrapper.edit {
  display: flex;
}

.fs-cc-prefs_form {
  width: 100%;
  height: 100%;
  max-height: 70vh;
  max-width: 576px;
  background-color: #2571aa;
  border-radius: 0;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #2571aa;
  border-top: 1px solid rgba(67, 83, 255, .16);
  padding: 24px 32px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

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

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
  color: #002c4d;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  width: 16px;
  height: 16px;
  background-color: #c2c2c2;
  border-radius: 999px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  border-style: solid;
  border-color: #000;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_button {
  background-color: #8abd24;
  border: 2px solid #8abd24;
  border-radius: 0;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 300;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #8abd24;
  font-weight: 300;
}

.fs-cc-prefs_button.margin-right-auto {
  margin-right: auto;
}

.fs-cc-banner_container {
  width: 100%;
  max-width: 1000px;
  color: #fff;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border: 1px solid #8abd24;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  top: -12px;
  bottom: auto;
  left: auto;
  right: -12px;
  box-shadow: -1px 1px 12px rgba(51, 51, 51, .1);
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #8abd24;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .1);
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

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

.fs-cc-prefs_component {
  z-index: 997;
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_close-icon {
  width: 20px;
  height: 20px;
  color: #021a7c;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: translate(-1px, -1px);
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: block;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
}

.fs-cc-banner_text-link {
  color: #fff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: underline;
}

.fs-cc-banner_text-link.no-border {
  border-bottom-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid rgba(51, 51, 51, .15);
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

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

.fs-cc-prefs_label {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #fff;
  font-size: 12px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

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

.fs-cc-prefs_overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 5, 36, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_checkbox-field {
  width: 44px;
  height: 24px;
  background-color: #fff;
  border: 2px solid #c2c2c2;
  border-radius: 999px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_button {
  min-width: 140px;
  color: #fff;
  text-align: center;
  background-color: #8abd24;
  border: 2px solid #8abd24;
  border-radius: 0;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #8abd24;
}

.fs-cc-banner_text {
  margin-right: 24px;
}

.fs-cc-prefs_trigger, .tab_tablet-img {
  display: none;
}

.tabs_content-facts {
  cursor: default;
}

.tabs_content-facts.active {
  opacity: 1;
}

.sec_slider {
  position: relative;
}

.sec_404 {
  background-image: url('../images/Light-new.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
}

.step_back-link {
  cursor: pointer;
  transition: all .2s;
  position: absolute;
  top: 32px;
}

.step_back-link:hover {
  transform: scale(.9);
}

.step_back-link.de {
  width: 100px;
  color: #fff;
}

.load {
  display: none;
}

.conitainer_iso {
  grid-column-gap: 40px;
  justify-content: center;
  padding-bottom: 90px;
  display: flex;
}

.diameter-black {
  color: #fff;
}

.iso_img {
  width: 100%;
  max-width: 150px;
}

.popup {
  z-index: 600;
  text-align: center;
  background-image: linear-gradient(to right, #002440, #2571aa);
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-link {
  max-width: 500px;
  grid-column-gap: 8px;
  border: 1px solid #8abd24;
  border-radius: 8px;
  justify-content: center;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem;
  text-decoration: none;
  display: flex;
}

.popup_heading {
  margin-bottom: 12px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.popup_para {
  font-size: 1rem;
}

.popup_close {
  cursor: pointer;
  position: absolute;
  top: 32px;
  bottom: auto;
  left: auto;
  right: 32px;
}

.text-underline {
  text-decoration: underline;
}

.hero_lightbox {
  text-decoration: none;
}

.placeholder {
  background-color: #002440;
  padding: 20px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lightbox {
  z-index: 975;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 44, 77, .9);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
}

.iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.iframe-container {
  width: 100%;
  height: 100%;
  max-height: 530px;
  max-width: 940px;
  justify-content: center;
  align-items: center;
  padding-top: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image {
  position: absolute;
  top: 32px;
  bottom: auto;
  left: auto;
  right: 32px;
}

.lightbox_img-close {
  cursor: pointer;
  position: absolute;
  top: 32px;
  bottom: auto;
  left: auto;
  right: 32px;
}

.ifram_block {
  width: 100%;
  height: 100%;
  position: relative;
}

.placeholder_img {
  width: 100%;
  height: auto;
  max-width: 400px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.placeholder_wrapper {
  height: 100%;
  grid-row-gap: 50px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 50px;
  display: flex;
}

.hero_heading_h2 {
  width: 100%;
  max-width: 400px;
  line-height: 1.1;
  position: relative;
}

.navbar_info {
  z-index: 900;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-left: auto;
  display: none;
  position: fixed;
  top: 120px;
  right: 0;
}

.btn_secondary-para {
  font-size: 1rem;
  text-decoration: none;
}

.tabs_para-info {
  color: #ef9f55;
  font-size: .9375rem;
  font-weight: 700;
}

.tabs_para-info-top {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
}

.tabs_para-info-bottom {
  color: #ef9f55;
  font-size: .9375rem;
  font-weight: 700;
}

.tabs_para-info-normal {
  color: #fff;
  margin-bottom: 10px;
  font-size: .875rem;
  font-weight: 400;
}

.section_cta57-bg-wrapper {
  width: 100%;
  max-width: 82.5rem;
  opacity: .85;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section_cta57-bg {
  z-index: 1;
  width: 100%;
  opacity: 1;
  position: relative;
}

.div-block-2 {
  z-index: 2;
  opacity: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .37) 46%, rgba(255, 255, 255, .42) 62%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero_bg-img {
  z-index: 1;
  height: 100%;
  opacity: .9;
  object-position: 50% 50%;
}

.hero_bg-color {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero_bg-layer {
  background-image: linear-gradient(265deg, #002c4d 52%, rgba(0, 44, 77, .05));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide_to-ms.w--current {
  text-decoration: none;
}

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

.slider-right-para {
  font-size: 1rem;
  text-decoration: none;
  display: block;
}

.slider-right-svg {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  padding-left: 0;
  display: flex;
}

.slider-left-svg {
  width: 16px;
  height: 16px;
  transform-style: preserve-3d;
  margin-left: 5px;
  padding-left: 0;
  display: flex;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.slider-left-arrow {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.googletag {
  display: none;
}

.card_img-canvas {
  transform: translate(10px, 15px);
}

.contact_submit {
  grid-row-gap: 7px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  transform: translate(0, -15px);
}

.contact_submit.contactform {
  align-items: flex-start;
  margin-top: 2rem;
}

.paragraph {
  object-fit: fill;
  display: block;
}

.wg-dd-1-list-2 {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  box-shadow: 0 -13px 50px 3px rgba(17, 23, 156, .07);
}

.wg-dd-1-list-2:hover {
  background-color: #8abd24;
}

.navbar2_button-wrapper-2 {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.wg-dropdown-1-link-2 {
  color: #000;
  background-color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color .1s;
}

.wg-dropdown-1-link-2:hover {
  color: #fff;
  background-color: #8abd24;
}

.wg-dd-1-togle-2 {
  z-index: 1;
  width: 100%;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  padding: 10px 15px;
}

.wg-dd-1-togle-2:hover {
  color: #fff;
  background-color: #8abd24;
  border-radius: 0;
}

.navbar2_container-2 {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.fs-cc-prefs_text-link {
  color: #fff;
  text-decoration: underline;
}

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

.footer-wrapper {
  width: 95%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper.relative {
  position: relative;
}

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

.logo2_logo-list-2.mobil {
  display: none;
}

.logo_wrapper-new {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: grid;
  position: relative;
}

.logo_right-2, .logo_left-new {
  position: relative;
}

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

.logo2_background-2 {
  z-index: 0;
  background-color: #002440;
  display: none;
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0%;
  right: 0%;
}

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

.logo2_logo-list-3.mobil {
  display: none;
}

.logo_right-new {
  position: relative;
}

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

.logo2_background-3 {
  z-index: 0;
  background-color: #002440;
  display: none;
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0%;
  right: 0%;
}

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

.logo2_logo-list-new.mobil {
  display: none;
}

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

  .text-rich-text-imprint a {
    color: #fff;
  }

  .padding-global.relative.tablet.slider_bg {
    background-position: 50%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: 100%, 90%;
  }

  .padding-global.tablet {
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-weight-bold.max-width-text-hero {
    width: 100%;
    max-width: 200px;
    font-size: 1rem;
  }

  .text-weight-bold.tablet-1-rem {
    font-size: 1rem;
  }

  .text-size-small.text-align-left.max-width-full {
    margin-left: 15px;
  }

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

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

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

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

  .container-large {
    width: 95%;
  }

  .button.summit {
    margin-top: 0;
  }

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

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

  .navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100dvh;
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .navbar2_component {
    padding-bottom: 20px;
  }

  .wg-element {
    width: 50%;
  }

  .logo2_logo-list {
    width: 100%;
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    justify-items: center;
    display: flex;
  }

  .logo2_background.bg_img {
    background-size: 100%, 85%;
  }

  .logo_wrapper {
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: max-content;
    grid-auto-columns: minmax(200px, .25fr);
    display: flex;
  }

  .logo_left {
    width: 100%;
  }

  .logo_right {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .layout212_image {
    height: auto;
  }

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

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

  .layout212_component.custom {
    width: 100%;
    margin-right: 0;
  }

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

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

  .sec_infos {
    padding-top: 40px;
  }

  .gallery {
    transform: none;
  }

  .section_cta57.relative.convincd {
    margin-top: 5rem;
    padding: 0 0 40px;
  }

  .sec_multistep {
    background-position: 50% -150px;
    padding-bottom: 0;
  }

  .cta57_para-big {
    font-size: 3rem;
  }

  .cta57_para-small.text-color-green {
    font-size: 2.2rem;
  }

  .gallery14_image-wrapper {
    padding-top: 66.66%;
  }

  .cta1_image-wrapper {
    width: 75%;
    flex: 0 auto;
  }

  .cta1_component {
    width: 100%;
    min-height: auto;
    grid-column-gap: 0rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .testimonial7_content.custom {
    width: 85%;
  }

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

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

  .footer11_top-wrapper.relative {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
  }

  .underline.logo {
    width: 100%;
  }

  .underline.logo.top, .underline.logo.bottom {
    margin-left: auto;
    margin-right: auto;
  }

  .underline.cta.top {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .underline.cta.bottom {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    bottom: 0%;
  }

  .underline.absolute_bottom.footer {
    bottom: 25%;
  }

  .tabs_content {
    width: 100%;
    opacity: 1;
    text-align: left;
    display: flex;
  }

  .tabs_content.not-active-hover {
    opacity: 1;
  }

  .tabs_content.facts_01 {
    width: 100%;
    flex-direction: row;
    display: flex;
  }

  .tabs_content.facts_02 {
    opacity: 1;
    display: flex;
  }

  .tabs_content.facts_03 {
    width: 48%;
    opacity: 1;
    flex-direction: row;
    display: flex;
  }

  .tabs_content.facts_04 {
    width: 48%;
    opacity: 1;
    display: flex;
  }

  .tabs_content.active {
    align-items: flex-start;
  }

  .tab_outside {
    flex-direction: row;
  }

  .tab_outside.facts {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .tabwrapper {
    grid-row-gap: 40px;
    padding-left: 0;
  }

  .tab_center {
    justify-content: space-between;
    display: none;
  }

  .tab_circle {
    width: 250px;
    height: 250px;
  }

  .light_multistep {
    top: -22vw;
    bottom: auto;
    left: 0%;
    right: 0%;
    transform: scale(1.2);
  }

  .light_tabs {
    display: none;
    top: 5600px;
    left: 60px;
    transform: scale(1.2);
  }

  .light_tabs.tablet {
    display: block;
    top: 300px;
    left: 0;
    transform: scale(1.8);
  }

  .tabs-menu {
    justify-content: space-around;
  }

  .tab_link-border {
    min-width: 150px;
  }

  .hero_video.absolute {
    display: none;
  }

  .hero_left {
    width: 100%;
    text-align: center;
    flex-direction: column-reverse;
    padding: 5rem 1.875rem 0;
  }

  .hero_img {
    width: 100%;
    height: 40vw;
    object-fit: contain;
    object-position: 50% 20px;
    display: block;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .hero_right {
    width: 100%;
  }

  .hero_h1 {
    max-width: none;
    margin-bottom: 3rem;
  }

  .hero_background {
    width: 100%;
    background-image: url('../images/Light-new.png'), url('../images/line_short.png'), linear-gradient(#002c4d 42%, rgba(0, 44, 77, .05));
    background-position: 50%, 0 -10px, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: cover, 560px, auto;
  }

  .hero_content {
    max-width: none;
    grid-column-gap: 20px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 1rem 1.875rem 1.875rem;
    display: grid;
  }

  .hero_button-wrapper {
    justify-content: flex-start;
  }

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

  .hero_heading {
    line-height: 1.5;
  }

  .multistep_form-item {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .multistep_form-item.dropdowns {
    background-position: 0 0, 100% 100%, 0 0, 0 0;
    background-size: 50%, auto, auto, cover;
  }

  .multistep_form-item.bg_cover {
    background-size: 50%, auto, auto, auto, auto;
  }

  .multistep_select.extra-long {
    margin-left: auto;
  }

  .multistep_heading {
    font-size: 2.2rem;
  }

  .multistep_form-answers.spezifikation {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .multistep_form-answers.uploade {
    display: none;
  }

  .accordion_component {
    grid-row-gap: 1rem;
    flex-direction: column;
    margin-bottom: 1rem;
  }

  .accordion_list-wrapper {
    padding-left: 0;
  }

  .accordion_textside {
    max-width: none;
    justify-content: flex-start;
  }

  .accordion_textside-para {
    transform: none;
  }

  .accordion_textside-para.move {
    margin-right: 5px;
    transform: none;
  }

  .accordion_info {
    margin-left: 0;
  }

  .textarea_info {
    width: 100%;
    min-width: auto;
  }

  .textarea.multistep {
    width: 100%;
    min-width: 500px;
    background-size: 10%;
  }

  .uploade_info {
    min-width: auto;
  }

  .text-size-big.text-weight-normal {
    font-size: 1.8rem;
  }

  .multistep_form-info.lieferoert, .multistep_form-info.angebot {
    max-width: none;
  }

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

  .button_wrapper-right {
    top: auto;
    bottom: 50px;
    left: 0%;
    right: 0%;
  }

  .button_wrapper-right.imp {
    top: auto;
    bottom: 25px;
    left: 0%;
    right: 0%;
  }

  .mutistep_input {
    background-image: url('../images/Ratser_Muster_01.png'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-size: 13%, auto;
  }

  .mutistep_input.raster {
    background-image: url('../images/Ratser_Muster_01.png'), linear-gradient(to bottom, null, null);
    background-size: 8%, auto;
  }

  .button_wrapper-left {
    top: 50px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button_wrapper-left.imp {
    top: 25px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button_wrapper-left.spezialfikation {
    top: 50px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .scroll {
    display: none;
  }

  .scroll_box.navbar {
    background-color: rgba(31, 74, 106, 0);
  }

  .card {
    height: 50vw;
  }

  .card_img-01 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .card_img-02, .card_img-03, .card_img-04, .card_img-05, .card_img-06, .card_img-07 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
  }

  .card_img-07.settings {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .card_img-08 {
    height: auto;
    min-height: auto;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: translate(0, 10px);
  }

  .faq_big-para {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.2rem;
  }

  .h2_tablet {
    font-size: 3rem;
  }

  .footer_info {
    align-items: center;
  }

  .footer_info.last-item {
    align-items: flex-start;
  }

  .multistep_submit.contactform {
    align-items: center;
  }

  .contact {
    background-position: 50%, 40px;
    background-size: cover, contain;
    display: none;
  }

  .contact_wrapper {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .contact_icons-para {
    font-size: 1.8rem;
  }

  .contact_left {
    width: 100%;
    padding-bottom: 175px;
  }

  .contact_right {
    width: 100%;
    margin-top: 2rem;
  }

  .multistep_input_textarea {
    border: 0 #000;
  }

  .contact_icons-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact_h2.tablet {
    margin-bottom: 3rem;
  }

  .form {
    padding-bottom: 0;
  }

  .hero_light-top {
    top: -2%;
  }

  .light_slider {
    display: none;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

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

  .fs-cc-banner_container {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .fs-cc-manager_icon {
    width: 24px;
    height: 24px;
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    justify-content: space-between;
  }

  .tab_tablet-img {
    width: 35%;
    height: 100%;
    object-fit: cover;
    flex: none;
    margin-right: 34px;
    display: block;
  }

  .tab_tablet-img.facts {
    width: 100%;
    max-height: 150px;
    max-width: 300px;
    object-fit: cover;
  }

  .tabs_content-facts {
    width: 50%;
    flex-direction: column;
    flex: none;
    display: block;
  }

  .sec_404 {
    background-size: 60%;
  }

  .iso_img {
    max-width: 125px;
  }

  .placeholder {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .lightbox {
    display: none;
  }

  .iframe-container {
    width: 90%;
    padding-top: 0%;
  }

  .image-2 {
    display: none;
  }

  .hero_heading_h2 {
    max-width: none;
    line-height: 1.2;
  }

  .navbar_info {
    grid-column-gap: 2rem;
    flex-direction: row;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    top: auto;
    right: auto;
  }

  .section_cta57-bg-wrapper {
    height: 75%;
  }

  .section_cta57-bg {
    height: 100%;
    object-fit: cover;
  }

  .hero_bg-img {
    width: 100%;
    opacity: .5;
    object-fit: cover;
  }

  .hero_bg-layer {
    background-image: linear-gradient(to top, #002c4d 30%, rgba(0, 44, 77, .05));
    display: block;
  }

  .card_img-canvas {
    transform: none;
  }

  .contact_submit.contactform {
    flex-direction: row;
    align-items: flex-start;
  }

  .navbar2_button-wrapper-2 {
    align-items: center;
  }

  .navbar2_container-2 {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .logo2_logo-list-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    justify-items: center;
    display: flex;
  }

  .logo_wrapper-new {
    text-align: center;
    grid-template-rows: auto auto;
  }

  .logo2_logo-list-3, .logo2_logo-list-new {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    justify-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  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;
  }

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

  .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-global.relative.tablet.slider_bg {
    background-size: 100%, 90%;
  }

  .padding-global.tablet.faq {
    background-size: 100%;
  }

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

  .text-size-small.text-align-left.max-width-full {
    margin-bottom: 1rem;
  }

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

  .padding-section-large.relative.convinced {
    padding-bottom: 0;
  }

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

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

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

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

  .button.summit, .button.summit.contactform {
    max-width: none;
  }

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

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .wg-element {
    width: 100%;
  }

  .logo2_logo-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-top: 1rem;
    display: flex;
  }

  .logo2_wrapper {
    width: 100%;
    height: 100%;
    flex-direction: row;
    padding: .75rem 1rem;
  }

  .logo2_logo {
    width: 25%;
    max-height: 5rem;
    flex: 0 auto;
  }

  .logo2_background.bg_img {
    background-size: 1200px, 85%;
  }

  .logo_right {
    flex-direction: column;
    display: flex;
  }

  .layout212_image {
    height: 60vw;
  }

  .layout212_content {
    transform: translate(0);
  }

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

  .layout212_component.custom {
    grid-row-gap: 0rem;
    flex-direction: column-reverse;
    margin-bottom: 3rem;
    display: flex;
  }

  .layout212_component.custom.reverse {
    grid-template-rows: auto auto auto;
  }

  .layout212_component.custom.reverse.grid {
    grid-column-gap: 5rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .light.gallery {
    top: auto;
    bottom: -55px;
    left: 0%;
    right: 0%;
    transform: scale(1);
  }

  .sec_infos {
    background-position: 50% 100px;
    background-attachment: scroll;
    margin-left: -40px;
    margin-right: -40px;
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .gallery_wrapper {
    flex-wrap: wrap;
  }

  .gallery_box {
    width: 48%;
  }

  .gallery {
    margin-top: 2rem;
  }

  .section_cta57.relative.convincd {
    padding-bottom: 40px;
  }

  .sec_multistep {
    position: relative;
  }

  .cta57_para-big {
    font-size: 2.75rem;
  }

  .cta57_para-small.text-color-green {
    font-size: 2rem;
  }

  .gallery14_slider {
    padding-bottom: 3rem;
  }

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

  .gallery14_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .sec_tabs {
    margin-top: 14rem;
    padding-top: 0;
  }

  .cta1_image._404 {
    display: none;
  }

  .cta1_content {
    width: 100%;
  }

  .cta1_component {
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .testimonial7_component {
    padding-bottom: 3rem;
  }

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

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

  .faq12_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .footer11_menu-wrapper.relative.footer {
    justify-items: start;
    margin-bottom: 1rem;
    margin-left: 0;
  }

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

  .footer11_credit-text {
    margin-top: 2rem;
  }

  .footer11_top-wrapper {
    grid-row-gap: 3rem;
    padding: 2rem;
  }

  .footer11_top-wrapper.relative {
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto auto;
  }

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

  .underline.absolute_bottom.footer {
    bottom: 35%;
  }

  .tabs_content {
    width: 100%;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .tabs_content.facts_01, .tabs_content.facts_02 {
    flex-direction: column;
  }

  .tabs_content.facts_03, .tabs_content.facts_04 {
    width: 100%;
    flex-direction: column;
  }

  .tabs_content.active {
    flex-direction: column;
  }

  .tab_outside {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .tabwrapper {
    padding-right: 0;
  }

  .tab_circle-border {
    margin-top: 32px;
  }

  .light_multistep {
    display: block;
    top: -100px;
    bottom: auto;
    left: 0%;
    right: 0%;
    transform: scale(2);
  }

  .light_tabs {
    top: 5000px;
    left: 10px;
    transform: scale(1.5);
  }

  .light_tabs.tablet {
    top: 184px;
    transform: scale(2);
  }

  .tabs-menu {
    grid-row-gap: 16px;
    flex-direction: column;
    margin-bottom: 2rem;
  }

  .tab_link-border {
    width: 100%;
    min-width: auto;
  }

  .hero_video.absolute {
    display: none;
  }

  .hero_img {
    width: 75%;
    object-position: 50% 50%;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .hero_h1 {
    margin-bottom: 1rem;
    font-size: 10vw;
    line-height: 10vw;
  }

  .hero_background {
    background-position: 50%, 0 -35px, 0 0;
  }

  .hero_button-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .hero_flex {
    padding-left: 0;
  }

  .multistep_form-item {
    min-height: 550px;
    background-size: 50%, auto, auto, auto, cover;
    padding: 100px 40px;
  }

  .multistep_select {
    width: 100%;
    min-width: 250px;
    padding-left: 1rem;
  }

  .multistep_select.short, .multistep_select.long, .multistep_select.extra-long {
    max-width: none;
  }

  .multistep_form-answers {
    min-height: auto;
  }

  .multistep_form-answers.spezifikation {
    display: none;
  }

  .accordion_item {
    padding-left: 1rem;
  }

  .accordion_description-wrapper {
    margin-top: 1rem;
  }

  .textarea_info {
    width: 100%;
  }

  .textarea.multistep {
    min-height: 250px;
    min-width: auto;
  }

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

  .multistep_form-info.lieferoert {
    grid-template-rows: auto auto auto auto auto auto;
  }

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

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

  .slider-left {
    width: 100%;
    max-width: 65px;
  }

  .slider {
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    transition: all .2s;
  }

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

  .button_wrapper-right, .button_wrapper-right.imp {
    top: auto;
    bottom: 25px;
    left: 0%;
    right: 0%;
  }

  .slider-right {
    width: 125px;
    height: 45px;
  }

  .form-wrapper {
    width: 100%;
  }

  .button_wrapper-left, .button_wrapper-left.imp, .button_wrapper-left.spezialfikation {
    top: 25px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .dropdown_arrow {
    width: 20px;
    height: 20px;
  }

  .card {
    height: 60vw;
  }

  .card_img-02, .card_img-03, .card_img-04, .card_img-05, .card_img-06, .card_img-07, .card_img-08 {
    height: 100%;
  }

  .faq_big-para {
    font-size: 2rem;
  }

  .h2_tablet {
    max-width: 450px;
    font-size: 2.75rem;
  }

  .footer_info.move {
    transform: translate(0, 10px);
  }

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

  .multistep_submit.contactform {
    grid-row-gap: 1.75rem;
    flex-direction: column;
  }

  .checkbox_custom {
    flex: none;
  }

  .checkbox_field {
    display: flex;
  }

  .contact {
    display: none;
  }

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

  .contact_icons-para {
    text-align: center;
    margin-top: 1rem;
  }

  .contact_right {
    margin-top: 2rem;
  }

  .contact_icons-wrapper {
    display: flex;
  }

  .contact_h2 {
    text-align: center;
  }

  .hero_light-top {
    top: -1%;
    bottom: auto;
    left: -39%;
    right: auto;
  }

  .succes_wrapper {
    min-height: 600px;
    padding: 80px 60px;
  }

  .succes_wrapper.contactsucces {
    min-height: 600px;
  }

  .content17_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .imprint_img {
    width: 75%;
  }

  .slider-left-animation {
    width: 100%;
    max-width: 65px;
  }

  .checkbox_wrapper {
    width: 100%;
    display: flex;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

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

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-manager_button {
    padding: 5px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .tab_tablet-img {
    width: 100%;
    flex: 0 auto;
  }

  .tab_tablet-img.facts {
    max-height: 50vw;
    max-width: none;
    min-height: 50vw;
  }

  .tabs_content-facts {
    width: 100%;
    margin-top: 2rem;
  }

  .footer_info-img {
    width: 30px;
  }

  .step_back-link {
    top: 0;
  }

  .sec_imprint {
    padding-top: 50px;
  }

  .conitainer_iso {
    width: 100%;
    grid-column-gap: 20px;
    flex-flow: wrap;
  }

  .iso_img {
    width: 20%;
    max-width: none;
  }

  .lightbox {
    display: none;
  }

  .placeholder_img {
    width: 80%;
  }

  .section_cta57-bg, .hero_bg-img {
    object-fit: cover;
  }

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

  .contact_submit.contactform {
    grid-row-gap: 1.75rem;
    flex-direction: column;
  }

  .logo2_logo-list-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: row;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-top: 1rem;
  }

  .logo2_wrapper-2 {
    width: 100%;
    height: 100%;
    padding: .75rem 1rem;
  }

  .logo2_logo-list-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: row;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-top: 1rem;
  }

  .logo2_wrapper-new {
    width: 100%;
    height: 100%;
    padding: .75rem 1rem;
  }

  .logo2_logo-list-new {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: row;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-top: 1rem;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto auto auto;
  }
}

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

  .text-rich-text-imprint {
    word-break: break-all;
  }

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

  .padding-global.relative.tablet.slider_bg {
    background-position: 50% 30%, 30px 30%;
    background-size: 200%, 90%;
    margin-left: -20px;
    margin-right: -20px;
  }

  .padding-global.tablet.faq {
    background-size: 140vw;
  }

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

  .text-weight-bold.max-width-text-hero {
    max-width: 250px;
    font-size: 1rem;
  }

  .text-size-small.text-align-left.max-width-full.checkbox {
    margin-left: 10px;
  }

  .padding-section-large.relative.convinced {
    padding-bottom: 0;
  }

  .button.gohome.w--current, .button.gohome.contacsucces {
    width: 100%;
  }

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

  .navbar2_button-wrapper {
    margin-left: 0;
  }

  .logo2_logo-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column wrap;
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr .5fr .5fr .5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logo2_logo-list.mobil {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr .5fr .5fr .5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logo2_logo-list.display-none {
    display: none;
  }

  .logo2_wrapper {
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .logo2_logo {
    width: 75%;
    max-height: 6.5rem;
    object-fit: contain;
    flex: 0 auto;
  }

  .logo2_logo.big {
    width: 100%;
  }

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

  .logo_right {
    width: 100%;
    flex-direction: row;
    display: flex;
  }

  .layout212_image {
    height: 60vw;
  }

  .layout212_content {
    margin-top: 1rem;
  }

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

  .layout212_component.custom.reverse {
    grid-template-rows: auto auto auto;
  }

  .light.gallery {
    top: -40px;
    bottom: -50px;
  }

  .gallery_box {
    width: 45%;
  }

  .section_cta57.relative.convincd {
    padding-bottom: 3rem;
  }

  .sec_multistep {
    background-position: 50% -100px;
  }

  .cta57_para-small.text-color-green {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta57_para-small.text-color-green.de {
    max-width: 320px;
  }

  .cta1_image-wrapper {
    width: 100%;
  }

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

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

  .underline.logo {
    margin-top: 0;
  }

  .underline.cta.bottom {
    bottom: 0;
  }

  .light_multistep {
    max-width: 100%;
    top: -100px;
    transform: scale(2);
  }

  .light_tabs.tablet {
    transform: scale(2.5);
  }

  .hero_left {
    padding-top: 3.5rem;
  }

  .hero_img {
    width: 100%;
  }

  .hero_h1 {
    font-size: 13vw;
    line-height: 11vw;
  }

  .hero_content {
    grid-template-rows: auto auto auto auto;
  }

  .multistep_form-item {
    min-height: 550px;
    background-size: 50%, cover, cover, auto, cover;
    padding-left: 20px;
    padding-right: 20px;
  }

  .multistep_form-item.dropdowns {
    padding-left: 40px;
    padding-right: 40px;
  }

  .multistep_form-item.bg_cover.bg_01 {
    background-size: 50%, cover, cover, auto, cover;
  }

  .multistep_form-item.text {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .multistep_form-item.text.bg_05 {
    height: 100%;
    background-size: 50%, cover, cover, auto, cover;
  }

  .multistep_form-item.bg_06 {
    background-size: 50%, cover, cover, auto, cover;
  }

  .multistep_select.long, .multistep_select.extra-long {
    min-width: auto;
  }

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

  .multistep_form-answers.spezifikation {
    display: none;
  }

  .accordion_item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .accordion_title-wrapper {
    flex-direction: column;
    transform: translate(0, 10px);
  }

  .accordion_title {
    text-align: center;
  }

  .accordion_description-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .textarea.multistep {
    min-height: 150px;
  }

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

  .slide.dropdown {
    height: auto;
  }

  .scroll_box-svg {
    max-width: 20px;
  }

  .card {
    height: auto;
    margin-bottom: 1rem;
    transform: scale(1.3);
  }

  .card_img-01 {
    height: 100%;
  }

  .card_img-08 {
    width: 100%;
    transform: translate(0);
  }

  .multistep_submit.contactform {
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .checkbox_field {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 28px;
  }

  .contact {
    background-position: 50%, 20px;
    background-size: cover, contain;
    display: none;
  }

  .succes_wrapper.contactsucces {
    min-height: 660px;
  }

  .imprint_img {
    width: 75%;
  }

  .fs-cc-banner_close-icon {
    width: 16px;
    height: 16px;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-prefs_close {
    padding: 5px;
  }

  .fs-cc-banner_close {
    padding: 5px;
    position: absolute;
    top: -12px;
    bottom: auto;
    left: auto;
    right: 10px;
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-prefs_close-icon {
    width: 16px;
    height: 16px;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .conitainer_iso {
    grid-row-gap: 20px;
  }

  .iso_img {
    width: 34%;
  }

  .iframe-container {
    padding-top: 0%;
  }

  .placeholder_img {
    width: 80%;
  }

  .navbar_info {
    grid-column-gap: .5rem;
    grid-row-gap: 0px;
    margin-right: .5rem;
  }

  .contact_submit.contactform {
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .logo2_logo-list-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column wrap;
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr .5fr .5fr .5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logo2_logo-list-2.mobil {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr .5fr .5fr .5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logo_wrapper-new {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .logo_right-2 {
    display: flex;
  }

  .logo2_wrapper-2 {
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .logo2_logo-list-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column wrap;
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr .5fr .5fr .5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logo2_logo-list-3.mobil {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr .5fr .5fr .5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logo_right-new {
    display: flex;
  }

  .logo2_wrapper-new {
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .logo2_logo-list-new {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column wrap;
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr .5fr .5fr .5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logo2_logo-list-new.mobil {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr .5fr .5fr .5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

#w-node-f1d7d0c3-a589-b601-c6c7-db40f0152ec2-d5ced2a7, #w-node-_77e1f5a5-6c19-88f5-9ddb-8a818dad4dc0-d5ced2a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54e0756c-46c1-7a0b-d395-b43c57622468-d5ced2a7, #w-node-_54e0756c-46c1-7a0b-d395-b43c5762246c-d5ced2a7, #w-node-_54e0756c-46c1-7a0b-d395-b43c5762246e-d5ced2a7 {
  justify-self: center;
}

#w-node-_09266694-91d3-b04b-5c76-bc439bc2342e-d5ced2a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed22d093-6aac-4950-0c7e-bccb74595cb9-d5ced2a7, #w-node-_3b4847b9-2009-4b66-20eb-19f55c136bc2-d5ced2a7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5901075e-b583-60c5-8925-c26a68f04472-d5ced2a7, #w-node-_3d5d0bae-7b1c-dc4f-510f-599ee58521df-d5ced2a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6f25abf-05bc-b694-2dcd-3a52dbb3cb1e-d5ced2a7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_025dc791-00a6-23fc-00c4-38c6fe51d020-d5ced2a7, #w-node-_3cc9ec9b-aea6-0843-68d5-442e5301430e-d5ced2a7, #w-node-_460f1436-85dd-23a1-0be3-7deec78e3474-d5ced2a7, #w-node-c985efad-a95d-6a79-a6c3-08feaf2ab181-d5ced2a7, #w-node-fa0f63b2-b096-b484-6b8c-7946791e74fb-d5ced2a7, #w-node-eadcf209-b2da-32b2-1bd9-724e7e88e7d1-d5ced2a7, #w-node-_3333781a-2177-afd9-ed39-6b87f888d0ac-d5ced2a7, #w-node-cc614432-39a2-b3c1-93cf-8a599acddceb-d5ced2a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de60bcc1-47b8-40d6-8a0f-e38cf8c58d82-d5ced2a7 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_62dd5cb9-4748-5082-bd7a-41a27a29b0a9-d5ced2a7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr 1fr;
}

#w-node-a8406efb-22d0-4e63-e982-666bd06ebdba-d5ced2a7, #w-node-bd7f9799-37b4-ea53-e6e8-0ec256547ae0-d5ced2a7, #w-node-_796d5998-c0f1-c324-bb49-0fd4fec336f7-d5ced2a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5619866f-93ea-173e-e675-1b37d956c5bb-d5ced2a7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1fr;
}

#w-node-_5619866f-93ea-173e-e675-1b37d956c5bc-d5ced2a7, #w-node-_5619866f-93ea-173e-e675-1b37d956c5d1-d5ced2a7, #w-node-_5619866f-93ea-173e-e675-1b37d956c5e2-d5ced2a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad625fa4-1c03-14f2-8e6d-be2d8d482b6e-d5ced2a7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr 1fr;
}

#w-node-ad625fa4-1c03-14f2-8e6d-be2d8d482b6f-d5ced2a7, #w-node-ad625fa4-1c03-14f2-8e6d-be2d8d482b85-d5ced2a7, #w-node-ad625fa4-1c03-14f2-8e6d-be2d8d482b90-d5ced2a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ed62b47-d291-0af2-214e-976326b0faf6-d5ced2a7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr 1fr;
}

#w-node-_4ed62b47-d291-0af2-214e-976326b0faf7-d5ced2a7, #w-node-_4ed62b47-d291-0af2-214e-976326b0fb0c-d5ced2a7, #w-node-_4ed62b47-d291-0af2-214e-976326b0fb1d-d5ced2a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1e2610d-2a31-249f-2115-c868ed6155d5-d5ced2a7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr 1fr;
}

#w-node-b1e2610d-2a31-249f-2115-c868ed6155d6-d5ced2a7, #w-node-b1e2610d-2a31-249f-2115-c868ed6155e3-d5ced2a7, #w-node-b1e2610d-2a31-249f-2115-c868ed6155ea-d5ced2a7, #w-node-_7fe57fca-6f6a-ef52-551f-5c16980ef288-980ef259, #w-node-_7fe57fca-6f6a-ef52-551f-5c16980ef28d-980ef259, #w-node-_7fe57fca-6f6a-ef52-551f-5c16980ef292-980ef259, #w-node-_7fe57fca-6f6a-ef52-551f-5c16980ef297-980ef259, #w-node-_9e7dd4d1-1338-26fd-11e4-409be73c3dbc-e73c3db9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e7dd4d1-1338-26fd-11e4-409be73c3dc5-e73c3db9 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_9e7dd4d1-1338-26fd-11e4-409be73c3dc6-e73c3db9, #w-node-_9e7dd4d1-1338-26fd-11e4-409be73c3dc8-e73c3db9, #w-node-_9e7dd4d1-1338-26fd-11e4-409be73c3dca-e73c3db9, #w-node-_9e7dd4d1-1338-26fd-11e4-409be73c3dcc-e73c3db9 {
  justify-self: center;
}

#w-node-_9e7dd4d1-1338-26fd-11e4-409be73c3dce-e73c3db9 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_9e7dd4d1-1338-26fd-11e4-409be73c3dd3-e73c3db9 {
  grid-area: 2 / 2 / 3 / 4;
  align-self: start;
  justify-self: center;
}

#w-node-_9e7dd4d1-1338-26fd-11e4-409be73c3dd8-e73c3db9 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_9e7dd4d1-1338-26fd-11e4-409be73c3ddc-e73c3db9 {
  grid-area: 2 / 4 / 3 / 5;
  align-self: end;
  justify-self: end;
}

#w-node-e7910fa6-7985-0e03-f7ec-c6a072cc6342-72cc633e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e7910fa6-7985-0e03-f7ec-c6a072cc6343-72cc633e {
  justify-self: end;
}

#w-node-e8b736e6-87d0-a9d2-ae29-adfedddc0d66-d5ced312, #w-node-f1d7d0c3-a589-b601-c6c7-db40f0152ec2-d5ced329, #w-node-_77e1f5a5-6c19-88f5-9ddb-8a818dad4dc0-d5ced329 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4772a4c-4c53-4ae5-5679-10de0dba2f06-d5ced329, #w-node-d4772a4c-4c53-4ae5-5679-10de0dba2f0a-d5ced329, #w-node-d4772a4c-4c53-4ae5-5679-10de0dba2f0c-d5ced329 {
  justify-self: center;
}

#w-node-_09266694-91d3-b04b-5c76-bc439bc2342e-d5ced329 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed22d093-6aac-4950-0c7e-bccb74595cb9-d5ced329, #w-node-_3b4847b9-2009-4b66-20eb-19f55c136bc2-d5ced329 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5901075e-b583-60c5-8925-c26a68f04472-d5ced329, #w-node-_3d5d0bae-7b1c-dc4f-510f-599ee58521df-d5ced329 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6f25abf-05bc-b694-2dcd-3a52dbb3cb1e-d5ced329 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_025dc791-00a6-23fc-00c4-38c6fe51d020-d5ced329, #w-node-_3cc9ec9b-aea6-0843-68d5-442e5301430e-d5ced329, #w-node-_460f1436-85dd-23a1-0be3-7deec78e3474-d5ced329, #w-node-c985efad-a95d-6a79-a6c3-08feaf2ab181-d5ced329, #w-node-fa0f63b2-b096-b484-6b8c-7946791e74fb-d5ced329, #w-node-eadcf209-b2da-32b2-1bd9-724e7e88e7d1-d5ced329, #w-node-_3333781a-2177-afd9-ed39-6b87f888d0ac-d5ced329, #w-node-cc614432-39a2-b3c1-93cf-8a599acddceb-d5ced329 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de60bcc1-47b8-40d6-8a0f-e38cf8c58d82-d5ced329 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_62dd5cb9-4748-5082-bd7a-41a27a29b0a9-d5ced329 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr 1fr;
}

#w-node-a8406efb-22d0-4e63-e982-666bd06ebdba-d5ced329, #w-node-bd7f9799-37b4-ea53-e6e8-0ec256547ae0-d5ced329, #w-node-_796d5998-c0f1-c324-bb49-0fd4fec336f7-d5ced329 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5619866f-93ea-173e-e675-1b37d956c5bb-d5ced329 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1fr;
}

#w-node-_5619866f-93ea-173e-e675-1b37d956c5bc-d5ced329, #w-node-_5619866f-93ea-173e-e675-1b37d956c5d1-d5ced329, #w-node-_5619866f-93ea-173e-e675-1b37d956c5e2-d5ced329 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad625fa4-1c03-14f2-8e6d-be2d8d482b6e-d5ced329 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr 1fr;
}

#w-node-ad625fa4-1c03-14f2-8e6d-be2d8d482b6f-d5ced329, #w-node-ad625fa4-1c03-14f2-8e6d-be2d8d482b85-d5ced329, #w-node-ad625fa4-1c03-14f2-8e6d-be2d8d482b90-d5ced329 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ed62b47-d291-0af2-214e-976326b0faf6-d5ced329 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr 1fr;
}

#w-node-_4ed62b47-d291-0af2-214e-976326b0faf7-d5ced329, #w-node-_4ed62b47-d291-0af2-214e-976326b0fb0c-d5ced329, #w-node-_4ed62b47-d291-0af2-214e-976326b0fb1d-d5ced329 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1e2610d-2a31-249f-2115-c868ed6155d5-d5ced329 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr 1fr;
}

#w-node-b1e2610d-2a31-249f-2115-c868ed6155d6-d5ced329, #w-node-b1e2610d-2a31-249f-2115-c868ed6155e3-d5ced329, #w-node-b1e2610d-2a31-249f-2115-c868ed6155ea-d5ced329, #w-node-_05fc851b-317d-591e-9acd-5d8190302c81-90302c56, #w-node-_05fc851b-317d-591e-9acd-5d8190302c86-90302c56, #w-node-_05fc851b-317d-591e-9acd-5d8190302c8b-90302c56, #w-node-_05fc851b-317d-591e-9acd-5d8190302c90-90302c56, #w-node-_169edb61-091c-373a-6be5-ba8ed33f70a4-d5ced32a, #w-node-_593df4fb-fe71-509d-321d-7c354376da7b-d5ced32b, #w-node-_593df4fb-fe71-509d-321d-7c354376da7b-d5ced330 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-d5ced331, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-d5ced331 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  #w-node-_18b41448-9f0f-0264-3a59-958551d07d66-d5ced2a7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8fc7b826-1665-e62e-e78e-fcbf3f7a3daf-d5ced2a7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4620e586-07e3-eb78-ecb4-e710f12fe2d4-d5ced2a7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-bdb02bf4-bfd9-e341-9d6b-3053ed488454-d5ced2a7 {
    grid-area: 3 / 2 / 4 / 3;
    align-self: center;
  }

  #w-node-_54e0756c-46c1-7a0b-d395-b43c5762245f-d5ced2a7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_54e0756c-46c1-7a0b-d395-b43c57622462-d5ced2a7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_54e0756c-46c1-7a0b-d395-b43c5762246c-d5ced2a7 {
    grid-area: 1 / 5 / 2 / 6;
    justify-self: center;
  }

  #w-node-_54e0756c-46c1-7a0b-d395-b43c5762246e-d5ced2a7 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-a808a69b-3999-b316-431d-bce7c9675fec-d5ced2a7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a808a69b-3999-b316-431d-bce7c9675ff3-d5ced2a7 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-ed22d093-6aac-4950-0c7e-bccb74595cb9-d5ced2a7, #w-node-de60bcc1-47b8-40d6-8a0f-e38cf8c58d82-d5ced2a7 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_62dd5cb9-4748-5082-bd7a-41a27a29b0a9-d5ced2a7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.5fr;
  }

  #w-node-a8406efb-22d0-4e63-e982-666bd06ebdba-d5ced2a7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bd7f9799-37b4-ea53-e6e8-0ec256547ae0-d5ced2a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_796d5998-c0f1-c324-bb49-0fd4fec336f7-d5ced2a7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5619866f-93ea-173e-e675-1b37d956c5bb-d5ced2a7 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_5619866f-93ea-173e-e675-1b37d956c5bc-d5ced2a7, #w-node-_5619866f-93ea-173e-e675-1b37d956c5d1-d5ced2a7, #w-node-_5619866f-93ea-173e-e675-1b37d956c5e2-d5ced2a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad625fa4-1c03-14f2-8e6d-be2d8d482b6e-d5ced2a7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.5fr;
  }

  #w-node-ad625fa4-1c03-14f2-8e6d-be2d8d482b6f-d5ced2a7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ad625fa4-1c03-14f2-8e6d-be2d8d482b85-d5ced2a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad625fa4-1c03-14f2-8e6d-be2d8d482b90-d5ced2a7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4ed62b47-d291-0af2-214e-976326b0faf6-d5ced2a7 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_4ed62b47-d291-0af2-214e-976326b0faf7-d5ced2a7, #w-node-_4ed62b47-d291-0af2-214e-976326b0fb0c-d5ced2a7, #w-node-_4ed62b47-d291-0af2-214e-976326b0fb1d-d5ced2a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b1e2610d-2a31-249f-2115-c868ed6155d5-d5ced2a7 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-b1e2610d-2a31-249f-2115-c868ed6155d6-d5ced2a7, #w-node-b1e2610d-2a31-249f-2115-c868ed6155e3-d5ced2a7, #w-node-b1e2610d-2a31-249f-2115-c868ed6155ea-d5ced2a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7fe57fca-6f6a-ef52-551f-5c16980ef271-980ef259 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7fe57fca-6f6a-ef52-551f-5c16980ef27a-980ef259 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_9e7dd4d1-1338-26fd-11e4-409be73c3dc5-e73c3db9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9e7dd4d1-1338-26fd-11e4-409be73c3dce-e73c3db9 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_9e7dd4d1-1338-26fd-11e4-409be73c3dd3-e73c3db9 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: start;
    justify-self: start;
  }

  #w-node-_9e7dd4d1-1338-26fd-11e4-409be73c3dd8-e73c3db9 {
    grid-area: 4 / 1 / 5 / 3;
    align-self: start;
  }

  #w-node-_9e7dd4d1-1338-26fd-11e4-409be73c3ddc-e73c3db9 {
    grid-area: 4 / 1 / 5 / 3;
    align-self: center;
    justify-self: start;
  }

  #w-node-_18b41448-9f0f-0264-3a59-958551d07d66-d5ced329 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8fc7b826-1665-e62e-e78e-fcbf3f7a3daf-d5ced329 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4620e586-07e3-eb78-ecb4-e710f12fe2d4-d5ced329 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-bdb02bf4-bfd9-e341-9d6b-3053ed488454-d5ced329 {
    grid-area: 3 / 2 / 4 / 3;
    align-self: center;
  }

  #w-node-d4772a4c-4c53-4ae5-5679-10de0dba2efd-d5ced329 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d4772a4c-4c53-4ae5-5679-10de0dba2f00-d5ced329 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d4772a4c-4c53-4ae5-5679-10de0dba2f0a-d5ced329 {
    grid-area: 1 / 5 / 2 / 6;
    justify-self: center;
  }

  #w-node-d4772a4c-4c53-4ae5-5679-10de0dba2f0c-d5ced329 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-a808a69b-3999-b316-431d-bce7c9675fec-d5ced329 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a808a69b-3999-b316-431d-bce7c9675ff3-d5ced329 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-ed22d093-6aac-4950-0c7e-bccb74595cb9-d5ced329, #w-node-de60bcc1-47b8-40d6-8a0f-e38cf8c58d82-d5ced329 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_62dd5cb9-4748-5082-bd7a-41a27a29b0a9-d5ced329 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.5fr;
  }

  #w-node-a8406efb-22d0-4e63-e982-666bd06ebdba-d5ced329 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bd7f9799-37b4-ea53-e6e8-0ec256547ae0-d5ced329 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_796d5998-c0f1-c324-bb49-0fd4fec336f7-d5ced329 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5619866f-93ea-173e-e675-1b37d956c5bb-d5ced329 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_5619866f-93ea-173e-e675-1b37d956c5bc-d5ced329, #w-node-_5619866f-93ea-173e-e675-1b37d956c5d1-d5ced329, #w-node-_5619866f-93ea-173e-e675-1b37d956c5e2-d5ced329 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad625fa4-1c03-14f2-8e6d-be2d8d482b6e-d5ced329 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.5fr;
  }

  #w-node-ad625fa4-1c03-14f2-8e6d-be2d8d482b6f-d5ced329 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ad625fa4-1c03-14f2-8e6d-be2d8d482b85-d5ced329 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad625fa4-1c03-14f2-8e6d-be2d8d482b90-d5ced329 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4ed62b47-d291-0af2-214e-976326b0faf6-d5ced329 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_4ed62b47-d291-0af2-214e-976326b0faf7-d5ced329, #w-node-_4ed62b47-d291-0af2-214e-976326b0fb0c-d5ced329, #w-node-_4ed62b47-d291-0af2-214e-976326b0fb1d-d5ced329 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b1e2610d-2a31-249f-2115-c868ed6155d5-d5ced329 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-b1e2610d-2a31-249f-2115-c868ed6155d6-d5ced329, #w-node-b1e2610d-2a31-249f-2115-c868ed6155e3-d5ced329, #w-node-b1e2610d-2a31-249f-2115-c868ed6155ea-d5ced329 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_54e0756c-46c1-7a0b-d395-b43c57622464-d5ced2a7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_54e0756c-46c1-7a0b-d395-b43c5762246a-d5ced2a7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_54e0756c-46c1-7a0b-d395-b43c5762246c-d5ced2a7 {
    grid-area: 3 / 2 / 4 / 3;
    justify-self: center;
  }

  #w-node-_54e0756c-46c1-7a0b-d395-b43c5762246e-d5ced2a7 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_09266694-91d3-b04b-5c76-bc439bc2342e-d5ced2a7 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0c9059e1-eff5-44e2-7517-9a1d16d5f338-d5ced2a7, #w-node-_773be70a-1a68-5ef3-25f9-94b56b02aaaa-d5ced2a7 {
    order: -9999;
  }

  #w-node-a808a69b-3999-b316-431d-bce7c9675fec-d5ced2a7 {
    order: -9999;
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a808a69b-3999-b316-431d-bce7c9675ff3-d5ced2a7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ed22d093-6aac-4950-0c7e-bccb74595cb9-d5ced2a7 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_5901075e-b583-60c5-8925-c26a68f04472-d5ced2a7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c6f25abf-05bc-b694-2dcd-3a52dbb3cb1e-d5ced2a7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3cc9ec9b-aea6-0843-68d5-442e5301430e-d5ced2a7 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_460f1436-85dd-23a1-0be3-7deec78e3474-d5ced2a7 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-c985efad-a95d-6a79-a6c3-08feaf2ab181-d5ced2a7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2df12a58-1bf2-18f6-f4f6-3dae241dafca-d5ced2a7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b9527420-e738-3a4d-0f44-c34e51ed58d1-d5ced2a7 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b89952d2-2cd9-bd9b-9957-6e1d998795bc-d5ced2a7 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-de60bcc1-47b8-40d6-8a0f-e38cf8c58d82-d5ced2a7 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_62dd5cb9-4748-5082-bd7a-41a27a29b0a9-d5ced2a7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a8406efb-22d0-4e63-e982-666bd06ebdba-d5ced2a7 {
    order: 1;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bd7f9799-37b4-ea53-e6e8-0ec256547ae0-d5ced2a7 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_796d5998-c0f1-c324-bb49-0fd4fec336f7-d5ced2a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5619866f-93ea-173e-e675-1b37d956c5bc-d5ced2a7 {
    grid-column: span 1 / span 1;
  }

  #w-node-ad625fa4-1c03-14f2-8e6d-be2d8d482b6e-d5ced2a7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ad625fa4-1c03-14f2-8e6d-be2d8d482b6f-d5ced2a7 {
    order: 1;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad625fa4-1c03-14f2-8e6d-be2d8d482b85-d5ced2a7 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad625fa4-1c03-14f2-8e6d-be2d8d482b90-d5ced2a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4ed62b47-d291-0af2-214e-976326b0faf6-d5ced2a7 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_4ed62b47-d291-0af2-214e-976326b0faf7-d5ced2a7, #w-node-_4ed62b47-d291-0af2-214e-976326b0fb0c-d5ced2a7, #w-node-_4ed62b47-d291-0af2-214e-976326b0fb1d-d5ced2a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b1e2610d-2a31-249f-2115-c868ed6155d5-d5ced2a7 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-b1e2610d-2a31-249f-2115-c868ed6155d6-d5ced2a7, #w-node-b1e2610d-2a31-249f-2115-c868ed6155e3-d5ced2a7, #w-node-b1e2610d-2a31-249f-2115-c868ed6155ea-d5ced2a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9e7dd4d1-1338-26fd-11e4-409be73c3dc5-e73c3db9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9e7dd4d1-1338-26fd-11e4-409be73c3dc6-e73c3db9 {
    justify-self: center;
  }

  #w-node-_9e7dd4d1-1338-26fd-11e4-409be73c3dce-e73c3db9 {
    grid-row: 3 / 4;
  }

  #w-node-_9e7dd4d1-1338-26fd-11e4-409be73c3dd3-e73c3db9 {
    grid-row: 4 / 5;
  }

  #w-node-_9e7dd4d1-1338-26fd-11e4-409be73c3dd8-e73c3db9 {
    grid-row: 5 / 6;
  }

  #w-node-_9e7dd4d1-1338-26fd-11e4-409be73c3ddc-e73c3db9 {
    grid-row: 6 / 7;
  }

  #w-node-d4772a4c-4c53-4ae5-5679-10de0dba2f02-d5ced329 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d4772a4c-4c53-4ae5-5679-10de0dba2f08-d5ced329 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d4772a4c-4c53-4ae5-5679-10de0dba2f0a-d5ced329 {
    grid-area: 3 / 2 / 4 / 3;
    justify-self: center;
  }

  #w-node-d4772a4c-4c53-4ae5-5679-10de0dba2f0c-d5ced329 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_09266694-91d3-b04b-5c76-bc439bc2342e-d5ced329 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0c9059e1-eff5-44e2-7517-9a1d16d5f338-d5ced329, #w-node-_773be70a-1a68-5ef3-25f9-94b56b02aaaa-d5ced329 {
    order: -9999;
  }

  #w-node-a808a69b-3999-b316-431d-bce7c9675fec-d5ced329 {
    order: -9999;
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a808a69b-3999-b316-431d-bce7c9675ff3-d5ced329 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ed22d093-6aac-4950-0c7e-bccb74595cb9-d5ced329 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_5901075e-b583-60c5-8925-c26a68f04472-d5ced329 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c6f25abf-05bc-b694-2dcd-3a52dbb3cb1e-d5ced329 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3cc9ec9b-aea6-0843-68d5-442e5301430e-d5ced329 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_460f1436-85dd-23a1-0be3-7deec78e3474-d5ced329 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-c985efad-a95d-6a79-a6c3-08feaf2ab181-d5ced329 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2df12a58-1bf2-18f6-f4f6-3dae241dafca-d5ced329 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b9527420-e738-3a4d-0f44-c34e51ed58d1-d5ced329 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b89952d2-2cd9-bd9b-9957-6e1d998795bc-d5ced329 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-de60bcc1-47b8-40d6-8a0f-e38cf8c58d82-d5ced329 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_62dd5cb9-4748-5082-bd7a-41a27a29b0a9-d5ced329 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a8406efb-22d0-4e63-e982-666bd06ebdba-d5ced329 {
    order: 1;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bd7f9799-37b4-ea53-e6e8-0ec256547ae0-d5ced329 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_796d5998-c0f1-c324-bb49-0fd4fec336f7-d5ced329 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5619866f-93ea-173e-e675-1b37d956c5bc-d5ced329 {
    grid-column: span 1 / span 1;
  }

  #w-node-ad625fa4-1c03-14f2-8e6d-be2d8d482b6e-d5ced329 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ad625fa4-1c03-14f2-8e6d-be2d8d482b6f-d5ced329 {
    order: 1;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad625fa4-1c03-14f2-8e6d-be2d8d482b85-d5ced329 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad625fa4-1c03-14f2-8e6d-be2d8d482b90-d5ced329 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4ed62b47-d291-0af2-214e-976326b0faf6-d5ced329 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_4ed62b47-d291-0af2-214e-976326b0faf7-d5ced329, #w-node-_4ed62b47-d291-0af2-214e-976326b0fb0c-d5ced329, #w-node-_4ed62b47-d291-0af2-214e-976326b0fb1d-d5ced329 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b1e2610d-2a31-249f-2115-c868ed6155d5-d5ced329 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-b1e2610d-2a31-249f-2115-c868ed6155d6-d5ced329, #w-node-b1e2610d-2a31-249f-2115-c868ed6155e3-d5ced329, #w-node-b1e2610d-2a31-249f-2115-c868ed6155ea-d5ced329 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4620e586-07e3-eb78-ecb4-e710f12fe2d4-d5ced2a7 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-bdb02bf4-bfd9-e341-9d6b-3053ed488454-d5ced2a7 {
    grid-area: 4 / 1 / 5 / 3;
    align-self: center;
  }

  #w-node-_54e0756c-46c1-7a0b-d395-b43c57622464-d5ced2a7 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_54e0756c-46c1-7a0b-d395-b43c57622466-d5ced2a7 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_54e0756c-46c1-7a0b-d395-b43c57622468-d5ced2a7 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_54e0756c-46c1-7a0b-d395-b43c5762246a-d5ced2a7 {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_54e0756c-46c1-7a0b-d395-b43c5762246c-d5ced2a7 {
    grid-area: 1 / 5 / 2 / 6;
    justify-self: center;
  }

  #w-node-_54e0756c-46c1-7a0b-d395-b43c5762246e-d5ced2a7 {
    grid-area: 1 / 6 / 2 / 7;
    justify-self: center;
  }

  #w-node-ed22d093-6aac-4950-0c7e-bccb74595cb9-d5ced2a7, #w-node-_4620e586-07e3-eb78-ecb4-e710f12fe2d4-d5ced329 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-bdb02bf4-bfd9-e341-9d6b-3053ed488454-d5ced329 {
    grid-area: 4 / 1 / 5 / 3;
    align-self: center;
  }

  #w-node-d4772a4c-4c53-4ae5-5679-10de0dba2f02-d5ced329 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-d4772a4c-4c53-4ae5-5679-10de0dba2f04-d5ced329 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d4772a4c-4c53-4ae5-5679-10de0dba2f06-d5ced329 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-d4772a4c-4c53-4ae5-5679-10de0dba2f08-d5ced329 {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-d4772a4c-4c53-4ae5-5679-10de0dba2f0a-d5ced329 {
    grid-area: 1 / 5 / 2 / 6;
    justify-self: center;
  }

  #w-node-d4772a4c-4c53-4ae5-5679-10de0dba2f0c-d5ced329 {
    grid-area: 1 / 6 / 2 / 7;
    justify-self: center;
  }

  #w-node-ed22d093-6aac-4950-0c7e-bccb74595cb9-d5ced329 {
    grid-area: 3 / 1 / 4 / 3;
  }
}


@font-face {
  font-family: 'Neuzeitgro';
  src: url('../fonts/NeuzeitGro-Bla.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuzeitgro';
  src: url('../fonts/NeuzeitGro-Bol.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuzeitgro';
  src: url('../fonts/NeuzeitGro-Lig.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuzeitgro';
  src: url('../fonts/NeuzeitGro-Reg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}