:root {
  --white: white;
  --dark-grey: #333;
  --background: #fffaf5;
  --green: #5cc66f;
  --light-grey: #d5d5d5;
  --black: black;
  --gelb: #fad52f;
}

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

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

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

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

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

.w-checkbox-input--inputType-custom {
  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-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;
}

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  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;
}

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

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%;
  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 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  margin: 0 0 1rem;
  display: flex;
}

.margin-bottom.margin-small {
  text-align: left;
}

.margin-bottom.margin-small.align-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-style: normal;
}

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

.margin-bottom.margin-xsmall {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.margin-bottom.margin-xsmall.alingn-center {
  color: var(--white);
  justify-content: center;
}

.margin-bottom.margin-xxlarge {
  text-align: center;
  justify-content: center;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom.margin-xxlarge.align-left {
  justify-content: flex-start;
}

.margin-bottom.margin-large {
  flex-direction: column;
  margin-bottom: 3rem;
}

.margin-bottom.margin-xxsmall.is-tablet {
  display: none;
}

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

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

.padding-vertical.padding-xxlarge.is-footer {
  padding-top: 7rem;
}

.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: flex-start;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  width: 1rem;
  height: 1rem;
  background-color: var(--white);
  cursor: pointer;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  padding: .5rem;
}

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

.form_checkbox-label.text-size-small {
  color: var(--dark-grey);
  font-size: .875rem;
}

.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-black {
  color: #f5f5f5;
  background-color: #000;
}

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

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

.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: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

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

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

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

.heading-style-h1 {
  color: var(--white);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  width: 100%;
  background-color: var(--background);
  justify-content: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.padding-global.is-white {
  background-color: var(--background);
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  justify-content: center;
  display: flex;
}

.padding-global.is-footer {
  height: 100%;
  background-color: var(--dark-grey);
  background-image: url('../images/background_black-marble_web.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.padding-global.is-contact {
  height: 100%;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

.padding-global.is-hero {
  background-color: rgba(0, 0, 0, 0);
}

.padding-global.is-ontop {
  border-radius: 2rem 2rem 0 0;
}

.padding-global.is-ontop.is-impressum, .padding-global.is-ontop.is-datenschutz {
  border-radius: 2rem;
}

.padding-global.is100vh {
  justify-content: center;
  display: flex;
}

.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 {
  color: var(--dark-grey);
  font-size: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

.text-size-small.text-weight-semibold.text-inline {
  display: inline;
}

.heading-style-h4 {
  color: var(--green);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

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

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  background-color: var(--white);
  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-grey {
  background-color: #f5f5f5;
}

.form_input {
  min-height: 3rem;
  background-color: var(--white);
  border-radius: .5rem;
  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.is-no-top {
  padding-top: 0;
}

.padding-section-large.is-testimonial {
  padding-top: 6rem;
  padding-bottom: 0;
  display: none;
}

.padding-section-large.is-no-padding-bottom {
  padding-bottom: 0;
}

.padding-section-large.is-100vh {
  position: relative;
}

.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;
  cursor: pointer;
  text-decoration: underline;
  transition: color .2s;
}

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

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

.text-size-large.is-white {
  color: var(--light-grey);
  font-weight: 500;
  display: inline-block;
}

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

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

.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 {
  color: var(--black);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.heading-style-h5.margin-bottom.margin-small.heading-success {
  color: var(--white);
}

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

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  flex-direction: column;
  display: block;
  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 {
  background-color: var(--green);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: background-color .2s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button:hover {
  background-color: #4da65d;
}

.button.is-text {
  box-shadow: none;
  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 {
  box-shadow: none;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-secondary.is-white {
  border-width: 1px;
  border-color: var(--white);
  color: #fff;
  margin-left: 1rem;
}

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

.button.is-link {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.button.is-navbar2-button {
  margin-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.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 {
  color: var(--dark-grey);
  text-align: center;
  font-size: 1.25rem;
}

.text-size-medium.is-white {
  color: var(--light-grey);
  font-weight: 400;
}

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

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

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

.button-group.is-cta {
  display: flex;
}

.hide {
  display: none;
}

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

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

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

.home-message_component {
  min-height: 100vh;
  color: #fff;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  width: 100%;
  color: #000;
  background-color: rgba(0, 0, 0, .05);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  width: 1.75rem;
  height: 1.75rem;
  color: #000;
  background-color: #fff;
  flex: none;
}

.home-message_logo {
  width: 4rem;
}

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

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

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

.section_home_hero-header {
  z-index: 2;
  width: 100%;
  height: 100vh;
  justify-content: space-between;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.home_hero-header_component {
  width: 100%;
  grid-column-gap: 0rem;
  background-color: var(--dark-grey);
  background-image: url('../images/background_black-marble_web.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_hero-header_component.is-tablet {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.home_hero-header_content-left {
  max-width: 47rem;
  margin-left: auto;
  margin-right: 1.5rem;
  padding-left: 2.5rem;
}

.home_hero-header_content-right {
  height: 100vh;
  grid-column-gap: 1rem;
  align-items: center;
  padding-right: 2.5rem;
  overflow: hidden;
}

.hero-header_images-layout {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-header_image-list-left {
  width: 100%;
  height: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  margin-top: -120%;
  display: grid;
}

.hero-header_image-list {
  width: 100%;
  height: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  transform: rotate(0);
}

.hero-header_image-wrapper {
  width: 100%;
  border-radius: .5rem;
  padding-top: 120%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.hero-header_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(0);
}

.hero-header_image-list-right {
  width: 100%;
  height: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_home_header {
  z-index: 5;
  border-radius: 0;
  margin-top: 100vh;
  position: relative;
}

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

.section_home_benefits {
  z-index: 5;
  background-color: var(--background);
  position: relative;
}

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

.home_benefits_component.is-one, .home_benefits_component.is-two {
  width: 100%;
  height: 100%;
  display: block;
}

.home_benefits_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10rem;
  margin-bottom: 10rem;
  display: grid;
}

.home_benefits_tabs-menu.is-one {
  width: 47.5%;
  height: 100%;
  float: left;
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  justify-items: start;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 2.5%;
  display: grid;
}

.home_benefits_tabs-menu.is-two {
  width: 45%;
  height: 100%;
  float: left;
  grid-template-rows: auto auto auto;
  align-content: center;
  align-items: start;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 5%;
}

.home_benefits_tabs-link {
  color: var(--dark-grey);
  background-color: rgba(0, 0, 0, 0);
  border-left: 3px solid rgba(0, 0, 0, 0);
  padding: 0 0 0 2rem;
  display: block;
}

.home_benefits_tabs-link.w--current {
  border-left-width: 3px;
  border-left-color: var(--green);
  opacity: 1;
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.home_benefits_image-wrapper {
  height: 100%;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: visible;
}

.home_benefits_image-wrapper.is-private {
  width: 100%;
  height: 100%;
}

.home_benefits_image-wrapper.is-commerce {
  width: 100%;
}

.home_benefits_image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
}

.home_benefits_image.is-one {
  display: none;
}

.home_benefits_image.is-four, .home_benefits_image.is-six {
  object-position: 50% 100%;
  display: none;
}

.home_benefits_image.is-eight {
  object-position: 50% 50%;
  display: none;
}

.home_benefits_image.is-ten {
  display: none;
}

.home_benefits_image.is-twelve {
  object-position: 50% 100%;
  display: none;
}

.home_benefits_lightbox {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home_benefits_lightbox-image {
  object-fit: cover;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.video-overlay-layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_home_offers {
  z-index: 5;
  background-color: var(--background);
  position: relative;
}

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

.home_offers_content-left {
  position: -webkit-sticky;
  position: sticky;
  top: 25%;
}

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

.home_offers_content-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.offers_content-item {
  background-color: #fff;
  border: 1px solid #000;
  margin-bottom: 2rem;
  padding: 2rem;
  position: -webkit-sticky;
  position: sticky;
}

.offers_content-item.content-item-1 {
  border-color: var(--white);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/WhatsApp-Image-2023-09-04-at-10.20.19-2.jpeg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: .5rem;
  margin-top: 0;
  margin-bottom: 0;
  top: 25%;
  box-shadow: 0 2px 20px rgba(255, 255, 255, .2);
}

.offers_content-item.content-item-2 {
  top: 32%;
}

.offers_content-item.content-item-3 {
  top: 34%;
}

.offers_content-item.content-item-4 {
  top: 36%;
}

.offers_content-item.content-item-2 {
  border-color: var(--white);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/IMG-20170817-WA0009_1-p-1080.jpeg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: .5rem;
  margin-top: 0;
  margin-bottom: 0;
  top: 28%;
  box-shadow: 0 2px 20px rgba(255, 255, 255, .2);
}

.offers_content-item.content-item-3 {
  border-color: var(--white);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/WhatsApp-Image-2023-09-04-at-10.20.19-2.jpeg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: .5rem;
  display: none;
  top: 44%;
  box-shadow: 0 2px 20px rgba(255, 255, 255, .2);
}

.offers_content-item.content-item-4 {
  border-color: var(--white);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/WhatsApp-Image-2023-09-04-at-10.25.02-5.jpeg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: .5rem;
  margin-top: 0;
  margin-bottom: 0;
  top: 31%;
  box-shadow: 0 2px 20px rgba(255, 255, 255, .2);
}

.offers_content-item.content-item-5 {
  border-color: var(--white);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/20170816_201916_2.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: .5rem;
  margin-top: 0;
  margin-bottom: 0;
  top: 34%;
  box-shadow: 0 2px 20px rgba(255, 255, 255, .2);
}

.offers_content-item.content-item-6 {
  border-color: var(--white);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/20170816_201603.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: .5rem;
  margin-top: 0;
  margin-bottom: 0;
  top: 37%;
  box-shadow: 0 2px 20px rgba(255, 255, 255, .2);
}

.offers_content-item.content-item-7 {
  border-color: var(--white);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/IMG_7544.JPG');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: .5rem;
  margin-top: 0;
  margin-bottom: 0;
  top: 40%;
  box-shadow: 0 2px 20px rgba(255, 255, 255, .2);
}

.section_home_testimonial {
  z-index: 5;
  background-color: var(--background);
  position: relative;
}

.home_testimonial_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 6rem;
  overflow: hidden;
}

.home_testimonial_mask {
  width: 50%;
  overflow: visible;
}

.home_testimonial_slide {
  padding-right: 4rem;
}

.home_testimonial_content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home_testimonial_rating-wrapper {
  display: flex;
}

.home_testimonial_rating-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

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

.icon-embed-xsmall.is-star {
  color: #fad52f;
}

.home_testimonial_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.home_testimonial_client-image-wrapper {
  margin-right: 1.25rem;
}

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

.home_testimonial_divider {
  width: 1px;
  background-color: #000;
  align-self: stretch;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.home_testimonial_logo {
  max-height: 3rem;
}

.home_testimonial_arrow {
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--green);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 1rem;
  left: auto;
  right: 1rem;
}

.home_testimonial_arrow.is-left {
  bottom: 1rem;
  right: 5rem;
}

.testimonial_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: var(--green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home_testimonial_slide-nav {
  height: 1.75rem;
  padding-top: 10px;
  font-size: .5rem;
  top: auto;
  bottom: 1rem;
  left: 1rem;
  right: auto;
}

.home_testimonial_slide-nav.is-one, .home_testimonial_slide-nav.is-two, .home_testimonial_slide-nav.is-tree, .home_testimonial_slide-nav.is-four {
  padding-left: 1rem;
  display: flex;
  position: absolute;
  bottom: 1rem;
  left: 0;
}

.home_testimonial_slide-nav.is-five, .home_testimonial_slide-nav.is-six {
  padding-left: 1rem;
  left: 0;
}

.section_home_portfolio {
  z-index: 5;
  background-color: var(--background);
  position: relative;
}

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

.home_portfolio_lightbox-link {
  width: 100%;
  border-radius: .5rem;
  margin-bottom: 2rem;
  overflow: hidden;
}

.home_portfolio_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.home_portfolio_image.image-align-bottom {
  object-position: 50% 100%;
}

.home_portfolio_image.image-align-right {
  object-position: 100% 100%;
}

.home_portfolio_image.image-align-center {
  object-position: 50% 100%;
}

.section_home_cta {
  z-index: 5;
  background-color: var(--background);
  position: relative;
}

.home_cta_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  background-color: var(--dark-grey);
  background-image: url('../images/background_black-marble_web.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 3rem;
  display: grid;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.section_home_contact {
  z-index: 5;
  height: 100%;
  border-radius: 0;
  flex-direction: column;
  font-weight: 400;
  position: relative;
  overflow: visible;
}

.home_contact_component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

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

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-message {
  background-color: var(--green);
  background-image: linear-gradient(to bottom, var(--green), var(--green));
  border-radius: 1px 1rem 1rem;
  margin-top: 1.5rem;
  padding: 1.5rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.success-text {
  color: #fff;
  font-weight: 600;
}

.error-message {
  border-left: .2rem solid #e23939;
  border-radius: 0 1rem 1rem 0;
  margin-top: 1.5rem;
  padding: 1.5rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.error-text {
  color: #e23939;
  text-align: center;
}

.footer_component {
  z-index: 1;
  height: 480px;
  border-radius: 0;
  flex-direction: column;
  margin-top: auto;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

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

.footer_logo-link {
  width: 20rem;
  height: 5rem;
  margin-bottom: 2rem;
  padding-left: 0;
}

.footer_logo-link.w--current {
  width: 20rem;
  height: 5rem;
}

.footer_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.footer_link {
  color: var(--white);
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

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

.line-divider {
  width: 100%;
  height: 1px;
  background-color: var(--light-grey);
}

.footer_bottom-wrapper {
  justify-content: space-between;
  display: flex;
}

.footer_credit-text {
  color: var(--white);
  font-size: .875rem;
}

.footer_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer_legal-link {
  color: var(--white);
  font-size: .875rem;
  text-decoration: underline;
  transition: color .2s;
}

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

.footer_legal-link.is-hidden {
  display: none;
}

.navbar_component {
  z-index: 10;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #000;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar_component.is-mobile {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.navbar_container.is-mobile {
  height: 5rem;
}

.navigation-items {
  width: 15rem;
  flex: 0 auto;
  padding-top: 70px;
  padding-left: 0;
}

.navigation-items.is-mobile.w--current {
  width: 20rem;
  height: 5rem;
  align-items: center;
  padding-top: 80px;
  display: flex;
}

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

.navbar_menu.is-page-height-tablet {
  background-color: var(--white);
  background-color: #fff;
  border-radius: .5rem;
  margin-left: auto;
  margin-right: -30px;
  padding: .5rem 2rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.navbar_link {
  border: 1px solid var(--background);
  color: var(--black);
  padding: .5rem 1rem;
  text-decoration: none;
}

.navbar_link.w--current {
  border: 1px solid var(--green);
  color: var(--green);
  border-radius: .5rem;
  font-weight: 400;
}

.navbar_link.is-dropdown {
  grid-column-gap: .25rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding-right: .5rem;
  display: flex;
}

.navbar_link.is-dropdown.w--current {
  align-items: center;
  padding-right: .5rem;
  display: flex;
}

.navbar_dropdwn-toggle {
  align-items: center;
  padding: 0;
  display: flex;
}

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

.navbar_dropdown-list.w--open {
  background-color: #fff;
  border: 1px #000;
  border-radius: .5rem;
  margin-top: 1.5rem;
  padding: .5rem;
  position: absolute;
}

.navbar_dropdown-link {
  padding: .5rem 1rem;
}

.navbar_dropdown-link.w--current {
  color: #000;
}

.navbar_button-wrapper {
  height: 5rem;
  grid-column-gap: 1rem;
  flex-direction: row;
  margin-left: 1rem;
  display: flex;
}

.navbar_menu-button {
  padding: 0;
}

.section_referenz_header {
  z-index: 2;
  width: 100%;
  height: 70vh;
  background-color: var(--dark-grey);
  background-image: url('../images/background_black-marble_web.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 4rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section_referenz_feature {
  z-index: 5;
  background-color: var(--dark-grey);
  margin-top: 30rem;
  position: relative;
}

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

.referenz_feature_image-wrapper {
  width: 100%;
  border-radius: .5rem;
  padding-top: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

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

.referenz_feature_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.referenz_feature_item {
  display: flex;
}

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

.section_referenz_logo-list {
  z-index: 5;
  display: none;
  position: relative;
}

.referenz_logo-list_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.referenz_logo-list_content-left {
  max-width: 22rem;
}

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

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

.referenz_logo-list_logo {
  max-height: 3.5rem;
}

.section_referenz_gallery {
  z-index: 5;
  text-align: left;
  display: none;
  position: relative;
}

.referenz_gallery_component {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

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

.referenz_gallery_lightbox-link {
  width: 100%;
  height: 100%;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.referenz_gallery_lightbox-link.is-50 {
  height: 50%;
}

.referenz_gallery_image-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: relative;
}

.referenz_gallery_image-wrapper.is-50 {
  padding-top: 75%;
}

.referenz_gallery_image {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.referenz_gallery_image.is-50 {
  object-fit: cover;
  object-position: 50% 50%;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.referenz_gallery_image.is-50.is-bottom {
  object-position: 50% 50%;
}

.referenz_gallery_image.is-50.image-align-bottom {
  object-position: 50% 100%;
}

.referenz_gallery_image.is-50.image-align-left {
  object-position: 0% 100%;
}

.referenz_gallery_image.is-50.image-align-top {
  object-position: 50% 0%;
}

.referenz_gallery_image.is-mid {
  object-position: 50% 50%;
}

.referenz_gallery_image.is-top {
  object-position: 50% 0%;
}

.referenz_gallery_image.image-align-center.image-align-bottom {
  object-position: 50% 100%;
}

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

.section_referenz_blog-list {
  z-index: 5;
  display: none;
  position: relative;
}

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

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

.referenz_blog-list_item {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.referenz_blog-list_image-link {
  width: 100%;
  border-radius: .5rem;
  overflow: hidden;
}

.referenz_blog-list_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

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

.referenz_blog-list_image.is-bottom {
  object-position: 50% 100%;
}

.referenz_blog-list_item-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.referenz_blog-list_meta-wrapper {
  margin-bottom: 1rem;
}

.referenz_blog-list_category-link {
  width: auto;
  background-color: #f4f4f4;
  border-radius: .5rem;
  flex-direction: row;
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.referenz_blog-list_category-link.w--current {
  border-bottom: 2px solid #000;
}

.referenz_blog-list_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.referenz_blog-list_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.referenz_blog-list_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.referenz_contact_component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

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

.text-block {
  color: var(--light-grey);
  font-size: 1.25rem;
  font-weight: 600;
}

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

.spacer-100vh {
  padding-top: 100vh;
}

.divider-smal {
  width: 5rem;
  height: .25rem;
  background-color: var(--dark-grey);
  border-radius: 2rem;
  display: none;
}

.heading-2 {
  max-width: 768px;
  text-align: center;
}

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

.heading-2.text-align-left.margin-bottom {
  max-width: 100%;
  text-transform: none;
}

.tabs-content {
  height: 100%;
  border-radius: .5rem;
}

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

.paragraph {
  color: var(--light-grey);
  font-size: 1rem;
  line-height: 1.3;
}

.link-block {
  width: 100%;
  border-radius: .5rem;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.text-span {
  color: var(--green);
}

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

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

.image {
  text-align: left;
  object-fit: fill;
  object-position: 50% 50%;
}

.spacer-450px {
  padding-bottom: 450px;
}

.section_footer-spacer {
  z-index: 0;
  width: 100%;
  height: 450px;
  display: flex;
}

.logo-image {
  width: 20rem;
  height: 5rem;
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-image.logo-white {
  z-index: auto;
  width: 20rem;
  height: 100%;
  color: var(--white);
  flex: 0 auto;
  margin-left: -30px;
  font-size: 1rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.logo-image.logo-white.is-dark {
  color: var(--dark-grey);
}

.logo-image.logo-dark {
  z-index: auto;
  width: 15rem;
  height: 5rem;
  color: var(--black);
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.logo-image.logo-white {
  z-index: auto;
  width: 20rem;
  height: 100%;
  color: #fff;
  flex: 0 auto;
  font-size: 1rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.logo-image.logo-dark {
  z-index: auto;
  width: 15rem;
  color: #333;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  display: flex;
}

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

.fs-cc-banner_container {
  width: 100%;
  max-width: 62.5rem;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

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

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

.fs-cc-banner_button {
  min-width: 8.75rem;
  border: 2px solid var(--green);
  background-color: var(--green);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #ff4343;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ff4343;
  border-radius: .5rem;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .1);
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

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

.fs-cc-manager_component {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0);
  display: none;
  position: fixed;
  top: auto;
  bottom: 1.5rem;
  left: 1.25rem;
  right: auto;
}

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

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

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

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

.fs-cc-prefs_component {
  z-index: 997;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_form {
  width: 100%;
  height: 100%;
  max-height: 70vh;
  max-width: 36rem;
  background-color: var(--background);
  border-radius: 1rem;
  margin-bottom: 0;
  position: relative;
}

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

.fs-cc-prefs_close-icon {
  width: 1rem;
  height: 1rem;
  color: #021a7c;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-prefs_space-small {
  margin-bottom: 1rem;
}

.fs-cc-prefs_title {
  color: var(--dark-grey);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_text {
  color: var(--dark-grey);
  font-size: .75rem;
}

.fs-cc-prefs_space-medium {
  justify-content: space-around;
  margin-bottom: 2.5rem;
  display: flex;
}

.fs-cc-prefs_button {
  border: 2px solid var(--green);
  background-color: var(--green);
  border-radius: .5rem;
  flex: 1;
  justify-content: center;
  margin-right: 0;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
  display: flex;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #ff4343;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ff4343;
  border-radius: .5rem;
  flex: 1;
  justify-content: center;
  margin-right: 1rem;
  display: flex;
}

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

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

.fs-cc-prefs_label {
  color: var(--dark-grey);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_checkbox-field {
  width: 2.75rem;
  height: 1.5rem;
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

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

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

.fs-cc-prefs_toggle {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border-radius: 999px;
}

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

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

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

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

.text-span-3 {
  font-weight: 700;
}

.anchor-home {
  z-index: 1;
  width: 100%;
  padding-top: 100vh;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-2 {
  text-decoration: none;
}

.link-block-2 {
  color: var(--black);
  text-decoration: none;
}

.anchor-leistungen {
  z-index: 1;
  width: 100%;
  height: 100vh;
  margin-top: -100vh;
  position: absolute;
}

.anchor-referenzen {
  z-index: 1;
  width: 100%;
  position: relative;
}

.anchor-kontakt {
  z-index: 1;
  width: 100%;
  height: 100vh;
  margin-top: -100vh;
  position: relative;
}

.text-span-4, .text-span-5, .text-span-6, .text-span-7 {
  font-weight: 700;
}

.text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8 {
  color: var(--dark-grey);
}

.text-block-9 {
  color: var(--dark-grey);
  flex: 0 auto;
}

.text-block-10, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5 {
  color: var(--dark-grey);
}

.heading-5 {
  color: var(--white);
  text-align: center;
}

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

.testimonial1_client-image-wrapper {
  margin-bottom: 1rem;
}

.text-weight-semibold-2 {
  color: var(--dark-grey);
  font-weight: 600;
}

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

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

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

.testimonial1_logo {
  max-height: 3.5rem;
}

.paragraph-6 {
  color: var(--dark-grey);
}

.navbar-wrapper {
  z-index: 10;
  width: 100%;
  height: auto;
  min-height: 8rem;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #000;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.home-anchor {
  height: 65vw;
  margin-top: -100vh;
  position: absolute;
}

.section_impressum_header {
  z-index: 2;
  width: 100%;
  height: 60vh;
  background-color: var(--dark-grey);
  background-image: url('../images/background_black-marble_web.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 4rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section_impressum-content {
  z-index: 5;
  background-color: var(--dark-grey);
  margin-top: 30vh;
  position: relative;
}

.impressum-content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.impressum-text.text-align-left.margin-bottom.margin-large {
  display: block;
}

.text-span-8, .text-span-9, .text-span-10 {
  font-weight: 600;
}

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

.text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20 {
  font-weight: 600;
}

.animation-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.text {
  color: var(--green);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.text.mr-2 {
  margin-right: 2rem;
}

.div-block {
  line-height: 1;
  display: flex;
}

.slider {
  width: 100%;
  height: 100%;
  flex: 0 auto;
  overflow: visible;
}

.tab-pane-tab-1 {
  height: 100%;
}

.tab-pane-tab-1.is-private {
  width: 100%;
  height: 100%;
}

.tab-pane-tab-1.is-commerce {
  width: 100%;
}

.icon {
  color: #020202;
}

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

.paragraph-8 {
  color: #6d7d93;
}

.text-weight-semibold-3 {
  color: #ee7821;
  font-size: 1.2rem;
  font-weight: 700;
}

.home_services_tabs-menu {
  width: 50%;
  grid-column-gap: 2rem;
  grid-row-gap: 2.5rem;
  border: 1px none var(--light-grey);
  color: var(--dark-grey);
  background-color: #ebebeb;
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  transition: all .2s;
  display: flex;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, .2);
}

.home_benefit_content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.home_services_tabs-content {
  height: auto;
  flex-direction: row;
  display: block;
}

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

.margin-bottom-2.margin-small {
  justify-content: center;
  display: flex;
}

.margin-bottom-2.margin-xsmall {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 1.7rem;
  display: flex;
}

.margin-bottom-2.margin-xsmall.text-align-left {
  text-align: left;
  justify-content: flex-start;
}

.text-size-medium-2 {
  color: #6d7d93;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
}

.heading-style-h2-2 {
  color: #121f3e;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.tab-pane {
  flex: 0 auto;
}

.tab-pane.is-one, .tab-pane.is-two {
  height: 100%;
}

.home_services_component {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout207_item {
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #ee7821;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: background-color .2s;
}

.button-2:hover {
  background-color: #ff5e15;
}

.button-2.is-link {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

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

.button-2.is-secondary:hover {
  color: #fff;
  background-color: #ff5e15;
  border-color: #ff5e15;
}

.home_benefits_image-2 {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: .5px;
  display: block;
}

.paragraph-9 {
  color: #6d7d93;
}

.layout207_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: none;
}

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

.home_benefits_image-wrapper-2 {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.home_services_tabs-link {
  background-color: rgba(255, 255, 255, 0);
  border-left: 3px rgba(0, 0, 0, 0);
  border-radius: 1rem;
  flex: 1;
  justify-content: center;
  padding: 0;
  transition: background-color .2s;
  display: flex;
}

.home_services_tabs-link:hover {
  background-color: var(--light-grey);
  color: var(--dark-grey);
}

.home_services_tabs-link.w--current {
  background-color: var(--green);
  opacity: 1;
  color: var(--white);
  border-bottom: 3px #ff5e15;
  border-left: 3px #ff5e15;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.tab-heading {
  text-align: center;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
}

.tab-heading.text-size-regular {
  text-align: center;
  padding: 1rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
}

.tab-heading.text-size-regular.is-active {
  color: var(--white);
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
}

.paragraph-10 {
  color: #6d7d93;
}

.tab-pane-tab-2 {
  height: 100%;
}

.tab-pane-tab-2.is-private, .tab-pane-tab-2.is-commerce {
  width: 100%;
}

.tab-pane-tab-3 {
  height: 100%;
}

.tab-pane-tab-3.is-private, .tab-pane-tab-3.is-commerce {
  width: 100%;
}

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

.slide.is-one, .slide.is-two, .slide.is-three, .slide.is-four, .slide.is-five, .slide.is-six {
  position: static;
}

.tab-pane-tab-1-1 {
  height: 100%;
}

.home_benefits_tabs-content {
  height: 100%;
  border-radius: .5rem;
}

.home_benefits_tabs-content.is-one {
  width: 47.5%;
  height: 100%;
  float: right;
  clear: none;
  margin-left: 2.5%;
  display: block;
  overflow: hidden;
}

.home_benefits_tabs-content.is-two {
  width: 45%;
  float: right;
  margin-left: 5%;
  display: block;
  overflow: hidden;
}

.mask {
  overflow: hidden;
}

.mask.is-one, .mask.is-two, .mask.is-three, .mask.is-four, .mask.is-five, .mask.is-siv {
  width: 100%;
  height: 100%;
}

.slide-2 {
  width: 100%;
  height: 100%;
  position: static;
  overflow: visible;
}

.slide-3 {
  width: 100%;
  height: 100%;
  position: static;
}

.slide-4 {
  width: 100%;
  height: 100%;
  position: static;
  overflow: visible;
}

.slide-1 {
  width: 100%;
  height: 100%;
  position: static;
}

.slide-5 {
  width: 100%;
  position: static;
}

.slide-6 {
  width: 100%;
  height: 100%;
  position: static;
}

.slide_image-wrapper {
  width: 100%;
  height: 100%;
  min-height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-3 {
  z-index: 5;
  height: 65vh;
  background-color: #f8f8f8;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0%;
  display: flex;
  position: relative;
}

.content-outer-wrapper {
  width: auto;
  height: auto;
  max-width: 1140px;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-49 {
  color: var(--green);
  margin-bottom: 2rem;
  margin-right: 20px;
  font-size: 150px;
  line-height: 60px;
  display: inline-block;
}

.thumb-up {
  display: inline-block;
}

.content-inner-wrapper {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  font-weight: 400;
}

.paragraph-76 {
  font-weight: 300;
}

.benefits-slider {
  width: 100%;
  height: 100%;
}

.left-arrow-2 {
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--green);
  background-color: var(--background);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 4%;
  left: auto;
  right: 15%;
}

.right-arrow {
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--green);
  background-color: var(--background);
  color: var(--green);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 4%;
  right: 4%;
}

.slide-nav {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .7rem;
  display: flex;
  top: auto;
  bottom: 4%;
  left: 4%;
  right: auto;
}

.slider_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 50%;
}

.slider_image.image-align-left {
  height: 100%;
  object-position: 0% 100%;
}

.slider_image.image-align-mid {
  height: 100%;
  object-position: 50% 50%;
}

.slider_image.image-align-right {
  height: auto;
  object-fit: cover;
  object-position: 100% 50%;
}

.slider_image.image-align-bottom {
  height: 100%;
  object-fit: cover;
  object-position: 50% 100%;
}

.slider_image.image-align-top {
  object-position: 50% 100%;
}

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

.slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-image.image-align-right, .slider-image.image-align-left {
  object-fit: cover;
  object-position: 0% 50%;
}

.tab-pane-tab-4 {
  height: 100%;
}

.tab-pane-tab-4.is-private, .tab-pane-tab-4.is-commerce {
  width: 100%;
}

.tab-pane-tab-3-copy {
  height: 100%;
}

.tab-pane-tab-3-copy.is-private, .tab-pane-tab-3-copy.is-commerce {
  width: 100%;
}

.home_portfolio-hover {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--white);
  text-align: left;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(to top, #000, rgba(255, 255, 255, 0));
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 2rem 3rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-77, .paragraph-78, .paragraph-79, .paragraph-80, .paragraph-81, .paragraph-82, .paragraph-83 {
  color: var(--light-grey);
}

.html-embed {
  width: 3rem;
  height: 3rem;
}

.html-embed-2 {
  width: 3rem;
  height: 3rem;
  color: var(--white);
}

.gallery_row-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.gallery_row-mid {
  flex-direction: column;
  display: flex;
}

.gallery_row-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: none;
}

.gallery_row-midd {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.html-embed-3, .html-embed-4 {
  width: 4rem;
  height: 4rem;
  color: var(--white);
}

.html-embed-5 {
  width: 3rem;
  height: 4rem;
  color: var(--white);
}

.div-block-2 {
  width: 3rem;
  height: 3rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--green);
  background-color: #fff;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 27%;
  bottom: auto;
  left: 4%;
  right: auto;
}

.back_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  display: none;
  position: absolute;
  top: 27%;
  bottom: auto;
  left: 4%;
  right: auto;
}

.html-embed-6 {
  width: 4rem;
  height: 4rem;
}

.referenz_portfolio-hover {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--white);
  text-align: left;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(to top, #000, rgba(255, 255, 255, 0));
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 2rem 3rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mask-2, .slide-7 {
  height: 100%;
}

.pointer-wrap {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pointer {
  width: 6rem;
  height: 6rem;
  border: 3px solid var(--green);
  background-color: var(--white);
  color: var(--green);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: .481rem;
  line-height: 20px;
  display: flex;
  transform: scale(0);
}

.pointer-arrow {
  color: var(--dark-grey);
  transform: rotate(-45deg);
}

.arrow {
  width: 4rem;
  position: relative;
}

.arrow-body {
  width: 2.5rem;
  height: .3rem;
  background-color: var(--green);
  display: none;
}

.arrow-head-wrap {
  display: none;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0;
  transform: rotate(45deg);
}

.arrow-head {
  width: 2rem;
  height: 2rem;
  border-top: .3rem solid var(--green);
  border-right: .3rem solid var(--green);
}

.portfolio-link {
  height: 100%;
  border-radius: .5rem;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.html-embed-7 {
  width: 4rem;
  height: 4rem;
  color: var(--green);
  transform: rotate(90deg);
}

.referenz_gallery_lightbox-link-copy {
  width: 100%;
  height: 100%;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.referenz_gallery_lightbox-link-copy.is-50 {
  height: 50%;
}

.footer_credit-text-2 {
  color: #fff;
  font-size: .875rem;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #5cc66f;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: background-color .2s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button-3:hover {
  background-color: #4da65d;
}

.button-3.is-navbar2-button {
  margin-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.section_datenschutz_header {
  z-index: 2;
  width: 100%;
  height: 60vh;
  background-color: #333;
  background-image: url('../images/background_black-marble_web.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 4rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.footer_link-2 {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.footer_link-2:hover {
  color: #5cc66f;
}

.padding-global-2 {
  width: 100%;
  background-color: #fffaf5;
  justify-content: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.padding-global-2.is-ontop {
  border-radius: 2rem 2rem 0 0;
}

.padding-global-2.is-ontop.is-impressum {
  border-radius: 2rem;
}

.padding-global-2.is-hero {
  background-color: rgba(0, 0, 0, 0);
}

.padding-global-2.is-footer {
  height: 100%;
  background-color: #333;
  background-image: url('../images/background_black-marble_web.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.footer_legal-link-2:hover {
  color: #5cc66f;
}

.navbar_link-2 {
  color: #000;
  border: 1px solid #fffaf5;
  padding: .5rem 1rem;
  text-decoration: none;
}

.navbar_link-2.w--current {
  color: #5cc66f;
  border: 1px solid #5cc66f;
  border-radius: .5rem;
  font-weight: 400;
}

.line-divider-2 {
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
}

.section_impressum-content-2 {
  z-index: 5;
  background-color: #333;
  margin-top: 30vh;
  position: relative;
}

.heading-50 {
  color: #fff;
  text-align: center;
}

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

.padding-global-3 {
  width: 100%;
  background-color: #fffaf5;
  justify-content: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.padding-global-3.is-ontop {
  border-radius: 2rem 2rem 0 0;
}

.padding-global-3.is-ontop.is-impressum {
  border-radius: 2rem;
}

.padding-global-3.is-hero {
  background-color: rgba(0, 0, 0, 0);
}

.section_impressum-content-3 {
  z-index: 5;
  background-color: #333;
  margin-top: 30vh;
  position: relative;
}

.heading-51 {
  color: #fff;
  text-align: center;
}

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

.section_datenschutz-content {
  z-index: 5;
  background-color: #333;
  margin-top: 30vh;
  position: relative;
}

.text-block-11 {
  font-weight: 400;
}

.image-2 {
  display: none;
}

.testimonial-name-wrapper {
  width: 3.5rem;
  height: 3.5rem;
  background-color: var(--light-grey);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-name {
  font-size: 1.5rem;
  font-weight: 600;
}

.paragraph-84 {
  color: var(--dark-grey);
}

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

.text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28 {
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .icon-1x1-medium {
    width: 3rem;
    height: 3rem;
  }

  .html-embed-5 {
    height: 3rem;
  }
}

@media screen and (min-width: 1440px) {
  .home_hero-header_content-left {
    margin-right: auto;
  }
}

@media screen and (min-width: 1920px) {
  .heading-style-h5.margin-bottom.margin-small.text-align-center {
    color: var(--white);
  }

  .home_hero-header_content-left {
    margin-right: auto;
    padding-left: 0;
  }

  .home_offers_content-left, .offers_content-item.content-item-1 {
    top: 25%;
  }

  .offers_content-item.content-item-2 {
    top: 27%;
  }

  .offers_content-item.content-item-4 {
    top: 29%;
  }

  .offers_content-item.content-item-5 {
    top: 31%;
  }

  .offers_content-item.content-item-6 {
    top: 33%;
  }

  .success-message {
    border-top-left-radius: 1rem;
  }

  .error-message {
    background-color: #e23939;
    border-radius: 1rem;
  }

  .logo-image.logo-dark {
    display: block;
  }

  .paragraph-84.text-align-center {
    color: var(--white);
  }
}

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

  .margin-bottom.margin-small.is-tablet {
    justify-content: center;
    margin-bottom: 0;
  }

  .margin-bottom.margin-xxsmall.is-tablet {
    justify-content: center;
    margin-bottom: .5rem;
    display: none;
  }

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

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

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

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

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

  .margin-top.margin-medium {
    justify-content: center;
    display: flex;
  }

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

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

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

  .padding-global.is-white {
    background-color: var(--background);
  }

  .padding-global.is-ontop {
    border-bottom-right-radius: 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;
  }

  .heading-style-h6 {
    text-align: center;
  }

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

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

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

  .heading-style-h2.is-tablet {
    text-align: center;
    font-size: 2.5rem;
  }

  .button.is-navbar2-button {
    margin-top: 2rem;
  }

  .text-size-medium, .text-size-medium.is-white.align-left, .text-size-medium.align-left, .text-size-medium.align-left.is-tablet {
    font-size: 1rem;
  }

  .text-size-medium.text-align-left {
    text-align: center;
  }

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

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

  .home_hero-header_component {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-top: 6rem;
  }

  .home_hero-header_component.is-tablet {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 9rem;
  }

  .home_hero-header_content-left {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
  }

  .home_hero-header_content-right {
    height: 44rem;
    padding-left: 2.5rem;
  }

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

  .home_benefits_component {
    grid-column-gap: 3rem;
  }

  .home_benefits_component.is-one {
    height: auto;
  }

  .home_benefits_tabs-menu.is-one {
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 4rem;
    margin-right: 0%;
  }

  .home_benefits_tabs-menu.is-two {
    width: 100%;
    float: none;
    margin-bottom: 4rem;
  }

  .home_benefits_lightbox-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

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

  .home_offers_content-left {
    padding-bottom: 19rem;
    top: 12%;
  }

  .home_offers_content-right {
    margin-top: -19rem;
  }

  .offers_content-item.content-item-1 {
    top: 46%;
  }

  .offers_content-item.content-item-2 {
    top: 48%;
  }

  .offers_content-item.content-item-3 {
    top: 57%;
  }

  .offers_content-item.content-item-4 {
    top: 50%;
  }

  .offers_content-item.content-item-5 {
    top: 52%;
  }

  .offers_content-item.content-item-6 {
    top: 54%;
  }

  .offers_content-item.content-item-7 {
    top: 56%;
  }

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

  .home_testimonial_mask {
    width: 100%;
  }

  .home_testimonial_slide {
    margin-right: 2.5rem;
    padding-right: 0;
  }

  .home_testimonial_content {
    align-items: center;
  }

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

  .home_portfolio_image {
    height: 400px;
  }

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

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

  .navbar_component.is-mobile {
    background-color: var(--white);
    background-color: #fffaf5;
    border-radius: 1rem;
    margin: 1rem 1rem 1rem 1%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

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

  .navigation-items.w--current {
    flex: 0 auto;
    margin-left: 15rem;
    margin-right: auto;
  }

  .navigation-items.is-mobile {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navigation-items.is-mobile.w--current {
    z-index: 9999;
    width: 16rem;
    margin-left: auto;
    padding-top: 80px;
    padding-left: 2rem;
  }

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

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

  .navbar_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .dropdown-chevron {
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

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

  .navbar_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar_dropdown-link {
    width: auto;
    text-align: center;
    padding: .75rem 0;
    font-size: 16px;
  }

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

  .navbar_menu-button {
    padding: 0;
  }

  .navbar_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon {
    width: 48px;
    height: 48px;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    width: 24px;
    height: 2px;
    opacity: 1;
    color: #fff;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-top.is-mobile {
    background-color: var(--black);
    color: var(--black);
    color: #000;
    background-color: #000;
  }

  .menu-icon_line-middle {
    width: 24px;
    height: 2px;
    color: #fff;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle.is-mobile {
    background-color: var(--black);
    background-color: #000;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    width: 24px;
    height: 2px;
    opacity: 1;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom.is-mobile {
    background-color: var(--black);
    background-color: #000;
  }

  .section_referenz_feature {
    margin-top: 33vh;
  }

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

  .referenz_logo-list_component {
    grid-column-gap: 3rem;
  }

  .referenz_logo-list_content-left {
    max-width: 16rem;
  }

  .referenz_logo-list_logo-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .referenz_blog-list_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .heading {
    font-size: 3rem;
  }

  .heading-2.is-tablet {
    font-size: 2.5rem;
  }

  .heading-3 {
    font-size: 1.5rem;
  }

  .paragraph {
    font-size: 1rem;
  }

  .heading-4 {
    text-align: center;
    font-size: 2.3rem;
  }

  .logo-image.logo-white {
    width: 16rem;
    color: var(--black);
    margin-left: 0;
    display: none;
    left: auto;
  }

  .logo-image.logo-white.is-dark {
    color: var(--black);
    -webkit-text-stroke-color: var(--black);
  }

  .logo-image.logo-dark {
    height: 100%;
    display: flex;
    top: 0%;
  }

  .logo-image.logo-white {
    color: #000;
  }

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

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .animation-wrapper.is-tablet {
    align-items: center;
    padding-top: 0;
  }

  .text {
    font-size: 3rem;
  }

  .home_services_tabs-menu {
    width: 75%;
  }

  .home_services_tabs-content {
    height: auto;
  }

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

  .tab-pane.is-one {
    height: auto;
  }

  .home_services_component {
    grid-column-gap: 3rem;
  }

  .home_benefits_tabs-content.is-one {
    width: 100%;
    height: 600px;
    float: none;
    margin-left: 0%;
  }

  .home_benefits_tabs-content.is-two {
    width: 100%;
    height: 600px;
    clear: none;
  }

  .heading-7, .heading-8, .heading-9 {
    font-size: 2.5rem;
  }

  .left-arrow-2 {
    right: 14%;
  }

  .slider_image.image-align-mid {
    width: 100%;
    height: 100%;
    max-width: none;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 100%;
  }

  .slider_image.image-align-bottom {
    object-fit: cover;
  }

  .html-embed-5 {
    width: 3rem;
    height: 3rem;
  }

  .back_wrapper {
    justify-content: flex-start;
    display: none;
    position: relative;
    top: 0%;
    left: 0%;
  }

  .slide-7 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
  }

  .slide-8, .slide-9, .slide-10 {
    overflow: hidden;
  }

  .slide-11 {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .slide-12 {
    height: 100%;
    object-fit: cover;
  }

  .button-3.is-navbar2-button {
    margin-top: 2rem;
  }

  .padding-global-2.is-ontop {
    border-bottom-right-radius: 0;
  }

  .navbar_link-2 {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .padding-global-3.is-ontop {
    border-bottom-right-radius: 0;
  }

  .heading-52 {
    font-size: 1.5rem;
  }

  .image-2 {
    width: 15rem;
    height: 5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3rem;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

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

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

  .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.is-ontop {
    border-radius: 1rem 1rem 0 0;
  }

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

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

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

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

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

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

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

  .heading-style-h2.is-tablet, .heading-style-h2.is-tablet.text-align-left {
    text-align: center;
  }

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

  .button {
    flex: 1;
  }

  .button.is-link.is-icon {
    justify-content: flex-start;
  }

  .button.is-navbar2-button {
    padding: .5rem 1rem;
  }

  .text-size-medium.is-white.align-left, .text-size-medium.align-left.is-tablet, .text-size-medium.text-align-left {
    text-align: center;
  }

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

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .home_hero-header_component {
    padding-top: 4rem;
  }

  .home_hero-header_component.is-tablet {
    padding-top: 8rem;
  }

  .home_hero-header_content-left {
    padding-left: 0;
  }

  .home_hero-header_content-right {
    height: 42rem;
    padding-left: 2.5rem;
  }

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

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

  .home_benefits_tabs-link, .home_benefits_tabs-link.w--current {
    border-left-width: 5px;
  }

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

  .home_offers_content-left {
    padding-bottom: 19rem;
    position: -webkit-sticky;
    position: sticky;
    top: 10%;
  }

  .home_offers_content-right {
    margin-top: -19rem;
    margin-bottom: 0;
  }

  .offers_content-item.content-item-1 {
    top: 51%;
  }

  .offers_content-item.content-item-2 {
    top: 53%;
  }

  .offers_content-item.content-item-3 {
    top: 26%;
  }

  .offers_content-item.content-item-4 {
    top: 55%;
  }

  .offers_content-item.content-item-5 {
    top: 57%;
  }

  .offers_content-item.content-item-6 {
    top: 59%;
  }

  .offers_content-item.content-item-7 {
    top: 61%;
  }

  .home_testimonial_component {
    padding-bottom: 5rem;
  }

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

  .home_testimonial_content {
    align-items: center;
  }

  .home_testimonial_client {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .home_testimonial_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .home_testimonial_client-info {
    margin-bottom: 1rem;
  }

  .home_testimonial_divider {
    display: none;
  }

  .home_testimonial_arrow.is-left {
    right: 5rem;
  }

  .home_portfolio_component {
    column-count: 1;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    column-gap: 1.5rem;
  }

  .home_portfolio_lightbox-link {
    margin-bottom: 1.5rem;
  }

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

  .form-field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .footer_link-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: max-content 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer_bottom-wrapper {
    flex-direction: column;
    align-items: center;
    padding-bottom: 1rem;
  }

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

  .footer_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-columns: max-content 1fr 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .navbar_component {
    min-height: 4rem;
  }

  .navbar_component.is-mobile {
    width: 96%;
    background-color: var(--white);
    background-color: #fffaf5;
    border-radius: 1rem;
    margin: 1%;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .navbar_container.is-mobile {
    z-index: 15;
    color: var(--black);
    color: #fffaf5;
    position: relative;
  }

  .navigation-items.w--current {
    margin-left: 9rem;
  }

  .navigation-items.is-mobile {
    height: 5rem;
    color: #000;
    padding-top: 0;
  }

  .navigation-items.is-mobile.w--current {
    height: 5rem;
    color: var(--black);
    padding-top: 0;
    position: static;
  }

  .navbar_menu.is-page-height-tablet {
    background-color: var(--white);
    -webkit-text-stroke-color: #fff;
    background-color: #fffaf5;
    margin-left: 1%;
    margin-right: 1%;
    padding-bottom: 6rem;
  }

  .navbar_link.is-dropdown {
    padding-right: 0;
  }

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

  .navbar_dropdwn-toggle {
    justify-content: center;
    padding-right: 0;
  }

  .navbar_button-wrapper, .menu-icon.is-mobile {
    color: var(--black);
  }

  .menu-icon.is-mobile {
    color: #000;
  }

  .menu-icon_line-top.is-mobile, .menu-icon_line-middle.is-mobile, .menu-icon_line-bottom.is-mobile {
    background-color: var(--black);
    color: var(--black);
    color: #000;
    background-color: #000;
  }

  .section_referenz_feature {
    margin-top: 30vh;
  }

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

  .referenz_logo-list_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .referenz_logo-list_content-left {
    max-width: none;
  }

  .referenz_logo-list_logo-list {
    grid-column-gap: 1rem;
    padding-top: 1rem;
  }

  .referenz_logo-list_wrapper {
    padding: .75rem 1rem;
  }

  .referenz_logo-list_logo {
    max-height: 3rem;
  }

  .referenz_gallery_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    column-count: 1;
  }

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

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

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

  .referenz_blog-list_item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .referenz_blog-list_image-wrapper {
    height: 100%;
  }

  .heading {
    text-align: center;
  }

  .heading-4 {
    text-align: center;
    font-size: 3rem;
  }

  .logo-image.logo-white {
    z-index: 9999;
    height: 5rem;
    color: var(--black);
  }

  .logo-image.logo-dark {
    z-index: 9999;
    height: 100%;
    color: var(--black);
    display: flex;
    position: static;
    top: 0;
    bottom: 0;
  }

  .logo-image.logo-white {
    color: #000;
  }

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

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

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

  .navbar-wrapper {
    min-height: 4rem;
  }

  .navbar-wrapper.is-referenz {
    justify-content: center;
  }

  .home_services_tabs-menu {
    width: 100%;
  }

  .home_services_tabs-content {
    height: auto;
  }

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

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

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

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

  .left-arrow-2 {
    right: 15%;
  }

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

  .button-3 {
    flex: 1;
  }

  .button-3.is-navbar2-button {
    padding: .5rem 1rem;
  }

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

  .padding-global-2.is-ontop {
    border-radius: 1rem 1rem 0 0;
  }

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

  .padding-global-3.is-ontop {
    border-radius: 1rem 1rem 0 0;
  }

  .image-2 {
    margin-left: auto;
    margin-right: 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-top.margin-medium {
    flex-direction: row;
  }

  .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 {
    align-items: flex-start;
  }

  .form_checkbox-icon {
    margin-top: .3rem;
  }

  .container-small {
    align-items: center;
    display: flex;
  }

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

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

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

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

  .text-size-large.is-white {
    text-align: center;
  }

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

  .heading-style-h2.is-tablet.text-align-left {
    text-align: center;
  }

  .button {
    flex: 1;
    line-height: 1.2;
  }

  .button.is-secondary.is-white {
    margin-left: 0;
  }

  .button.is-link.is-icon {
    justify-content: center;
  }

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

  .text-size-medium.is-white.text-align-left, .text-size-medium.text-align-left {
    font-size: 1rem;
  }

  .button-group {
    flex-direction: row;
    align-items: stretch;
    display: flex;
  }

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

  .home_hero-header_component.is-tablet {
    padding-top: 7rem;
  }

  .home_hero-header_content-right {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home_header_component {
    width: 100%;
    grid-template-columns: 1fr;
  }

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

  .home_benefits_tabs-link, .home_benefits_tabs-link.w--current {
    padding-left: 1rem;
  }

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

  .home_offers_content-left {
    padding-bottom: 25rem;
  }

  .home_offers_content-right {
    margin-top: -25rem;
  }

  .offers_content-item.content-item-1 {
    top: 55%;
  }

  .offers_content-item.content-item-2 {
    top: 57%;
  }

  .offers_content-item.content-item-4 {
    top: 59%;
  }

  .offers_content-item.content-item-5 {
    top: 61%;
  }

  .offers_content-item.content-item-6 {
    top: 63%;
  }

  .offers_content-item.content-item-7 {
    top: 65%;
  }

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

  .home_portfolio_image {
    object-fit: cover;
  }

  .home_cta_component {
    grid-template-columns: 1fr;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .form-field-2col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .footer_component {
    z-index: 1;
    height: 500px;
  }

  .footer_logo-link, .footer_logo-link.w--current {
    width: 15rem;
    height: 5rem;
  }

  .footer_link-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: max-content 1fr;
  }

  .footer_credit-text {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .navbar_component.is-mobile {
    width: 99%;
    height: 5rem;
    background-color: var(--white);
    justify-content: space-around;
    margin: 2%;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .navbar_container.is-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: var(--black);
    justify-content: space-around;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    position: static;
  }

  .navigation-items.w--current {
    margin-left: 1.5rem;
  }

  .navigation-items.is-mobile {
    height: 5rem;
    padding-top: 0;
  }

  .navigation-items.is-mobile.w--current {
    z-index: 9999;
    width: 50%;
    height: 80%;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    position: absolute;
  }

  .navbar_menu.is-page-height-tablet {
    background-color: var(--white);
    padding-top: 4rem;
  }

  .navbar_link {
    border-color: var(--white);
    font-size: 2rem;
  }

  .navbar_button-wrapper {
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 5%;
  }

  .menu-icon.is-mobile {
    margin-right: 0;
  }

  .section_referenz_header {
    height: 70vh;
    padding-top: 4rem;
  }

  .section_referenz_feature {
    margin-top: 65vh;
  }

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

  .referenz_feature_image-wrapper {
    height: 300px;
  }

  .referenz_logo-list_logo-list {
    grid-template-columns: 1fr 1fr;
  }

  .referenz_logo-list_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

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

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

  .referenz_blog-list_item {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .referenz_blog-list_image-wrapper {
    padding-top: 66%;
  }

  .heading {
    text-align: center;
    font-size: 2.5rem;
  }

  .divider-smal {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2.is-tablet.text-align-center {
    font-size: 2rem;
  }

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

  .link-block {
    overflow: hidden;
  }

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

  .section_footer-spacer {
    height: 450px;
  }

  .logo-image {
    width: 15rem;
    height: 5rem;
    color: var(--white);
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .logo-image.logo-white {
    z-index: 9999;
    width: 12rem;
    height: 5rem;
    position: static;
  }

  .logo-image.logo-white.is-dark {
    color: var(--black);
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .logo-image.logo-dark {
    width: 12rem;
    height: 5rem;
    justify-content: center;
    display: flex;
    position: static;
    bottom: 0;
    left: auto;
    right: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_close {
    position: absolute;
    top: -1.5rem;
    bottom: auto;
    left: auto;
    right: .75rem;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .navbar-wrapper.is-referenz {
    justify-content: center;
  }

  .animation-wrapper.is-tablet {
    align-items: center;
  }

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

  .div-block {
    align-items: flex-end;
  }

  .home_services_tabs-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
  }

  .home_services_tabs-content {
    height: auto;
  }

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

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

  .tab-heading {
    font-size: 1rem;
  }

  .home_benefits_tabs-content.is-one, .home_benefits_tabs-content.is-two {
    height: 400px;
  }

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

  .heading-8 {
    font-size: 1.9rem;
  }

  .heading-9.text-align-center {
    font-size: 2rem;
  }

  .heading-9.text-align-left {
    text-align: center;
    font-size: 2rem;
  }

  .left-arrow-2 {
    right: 27%;
  }

  .slide-nav {
    object-position: 0% 50%;
    bottom: 4%;
  }

  .slider_image {
    object-position: 50% 50%;
  }

  .slider_image.image-align-left {
    object-position: 60% 40%;
  }

  .slider_image.image-align-mid {
    object-position: 30% 70%;
  }

  .slider_image.image-align-right {
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
  }

  .slider-image {
    object-position: 0% 100%;
  }

  .slider-image.image-align-right, .slider-image.image-align-left {
    object-position: 50% 50%;
  }

  .html-embed-4 {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
  }

  .html-embed-5 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .portfolio-link {
    overflow: hidden;
  }

  .button-3 {
    flex: 1;
  }

  .image-2 {
    width: 10rem;
    height: 5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

#w-node-_0e818489-a3a4-a455-0491-60e404df479d-f8f88f85 {
  justify-self: end;
}

#w-node-_0e818489-a3a4-a455-0491-60e404df47ac-f8f88f85, #w-node-_0e818489-a3a4-a455-0491-60e404df47ad-f8f88f85, #w-node-_0e818489-a3a4-a455-0491-60e404df47ae-f8f88f85, #w-node-_0e818489-a3a4-a455-0491-60e404df47af-f8f88f85, #w-node-_0e818489-a3a4-a455-0491-60e404df47b1-f8f88f85, #w-node-_0e818489-a3a4-a455-0491-60e404df47b2-f8f88f85, #w-node-_20c6dead-36ad-c8a3-f61f-373f87644457-f8f88f85, #w-node-_20c6dead-36ad-c8a3-f61f-373f87644458-f8f88f85, #w-node-_3fd7dba3-6c0d-cfdd-3fbe-635552383b03-f8f88f85, #w-node-_3fd7dba3-6c0d-cfdd-3fbe-635552383b04-f8f88f85, #w-node-_0e818489-a3a4-a455-0491-60e404df47b3-f8f88f85, #w-node-_0e818489-a3a4-a455-0491-60e404df47b4-f8f88f85, #w-node-_0e818489-a3a4-a455-0491-60e404df47b5-f8f88f85, #w-node-_0e818489-a3a4-a455-0491-60e404df47b6-f8f88f85, #w-node-_0e818489-a3a4-a455-0491-60e404df47b7-f8f88f85, #w-node-_0e818489-a3a4-a455-0491-60e404df47b8-f8f88f85, #w-node-_0e818489-a3a4-a455-0491-60e404df47b9-f8f88f85, #w-node-c02dd519-3f11-c4fd-f7c0-8d8bbb059ac9-f8f88f85, #w-node-c02dd519-3f11-c4fd-f7c0-8d8bbb059aca-f8f88f85, #w-node-_73bbd9db-90ad-3e48-f701-8991e4e5642f-f8f88f85, #w-node-_73bbd9db-90ad-3e48-f701-8991e4e56430-f8f88f85, #w-node-_0e818489-a3a4-a455-0491-60e404df47bb-f8f88f85, #w-node-_0e818489-a3a4-a455-0491-60e404df47bc-f8f88f85, #w-node-_0e818489-a3a4-a455-0491-60e404df47bd-f8f88f85, #w-node-_0e818489-a3a4-a455-0491-60e404df47be-f8f88f85, #w-node-_0e818489-a3a4-a455-0491-60e404df47c0-f8f88f85, #w-node-_0e818489-a3a4-a455-0491-60e404df47c1-f8f88f85, #w-node-_6405de7d-231b-dd99-8943-81a1efa566f0-f8f88f85, #w-node-_6405de7d-231b-dd99-8943-81a1efa566f1-f8f88f85, #w-node-_8cba6813-b5ed-9533-eed4-b4c4af40ccfe-f8f88f85, #w-node-_8cba6813-b5ed-9533-eed4-b4c4af40ccff-f8f88f85, #w-node-_0e818489-a3a4-a455-0491-60e404df47c2-f8f88f85, #w-node-_0e818489-a3a4-a455-0491-60e404df47c3-f8f88f85, #w-node-_0e818489-a3a4-a455-0491-60e404df47c4-f8f88f85, #w-node-_0e818489-a3a4-a455-0491-60e404df47c5-f8f88f85, #w-node-_0e818489-a3a4-a455-0491-60e404df47c6-f8f88f85, #w-node-_0e818489-a3a4-a455-0491-60e404df47c7-f8f88f85, #w-node-_0e818489-a3a4-a455-0491-60e404df47c8-f8f88f85, #w-node-_789fb253-b8bd-4980-c8c3-c2d6042e8424-f8f88f85, #w-node-_789fb253-b8bd-4980-c8c3-c2d6042e8425-f8f88f85, #w-node-_620ffd20-7d71-c446-0789-681c56e161ad-f8f88f85, #w-node-_620ffd20-7d71-c446-0789-681c56e161ae-f8f88f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_090da057-cb1f-b131-af98-98ad075e7da5-f8f88f85 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_55e09ddb-c6df-d1c1-6e26-30b0db2c1aee-f8f88f85 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_55e09ddb-c6df-d1c1-6e26-30b0db2c1afb-f8f88f85 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e30970b3-5460-c411-061c-5f793154b5d4-f8f88f85, #w-node-_706b155f-40da-588c-b418-9df1cf7c6c98-f8f88f85 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ce85241f-bcc9-dbcd-444e-3737473ff07d-f8f88f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9432909-6f1d-bba7-a287-a5a6ab8a9b83-f8f88f85 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_0e4554fd-c89e-1970-7b62-960ad299054c-f8f88f85 {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-_3c46b353-a6bf-dd23-41eb-d0dfafcdddca-f8f88f85 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_67b21c55-f1ae-d85a-6875-3db73799139a-f8f88f85 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-e786bab3-fe39-5637-6fb3-aae6093a395a-f8f88f85 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-c47dd5a9-bd68-9742-624c-591d6b8fc3d9-f8f88f85 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_99892d2f-0cc9-1d91-cfdc-f709a57b8016-f8f88f85 {
  grid-area: 3 / 3 / 5 / 4;
}

#w-node-_92135ee4-6a0e-13f6-2423-9866dacf8acf-dacf8ac9, #w-node-eed364fc-0c0d-2e2c-f226-4e7e452e1132-452e10e5 {
  justify-self: center;
}

#w-node-_7a4e9b12-850b-8707-c8ec-733262ec64b7-62ec649d {
  justify-self: end;
}

#w-node-f7c43db8-6f96-4387-c353-ebb42a0e7a6a-2a0e7a64, #w-node-d6acb41f-6e10-fa87-bd0c-c4db18ea5541-f8f88f94 {
  justify-self: center;
}

#w-node-d6acb41f-6e10-fa87-bd0c-c4db18ea554c-f8f88f94 {
  justify-self: end;
}

#w-node-e9271ddb-1e5a-82cb-4a30-81b384788e72-f8f88f96 {
  grid-area: 1 / 1 / 7 / 2;
}

#w-node-e9271ddb-1e5a-82cb-4a30-81b384788e73-f8f88f96 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-e9271ddb-1e5a-82cb-4a30-81b384788e76-f8f88f96 {
  grid-area: 4 / 1 / 6 / 2;
}

#w-node-e9271ddb-1e5a-82cb-4a30-81b384788e79-f8f88f96 {
  grid-area: 1 / 2 / 7 / 3;
}

#w-node-e9271ddb-1e5a-82cb-4a30-81b384788e7a-f8f88f96 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-e9271ddb-1e5a-82cb-4a30-81b384788e7d-f8f88f96 {
  grid-area: 1 / 3 / 7 / 4;
}

#w-node-e9271ddb-1e5a-82cb-4a30-81b384788e7e-f8f88f96 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e9271ddb-1e5a-82cb-4a30-81b384788e81-f8f88f96 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-e9271ddb-1e5a-82cb-4a30-81b384788e8d-f8f88f96, #w-node-e9271ddb-1e5a-82cb-4a30-81b384788e95-f8f88f96 {
  justify-self: center;
}

#w-node-e9271ddb-1e5a-82cb-4a30-81b384788ea5-f8f88f96 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e9271ddb-1e5a-82cb-4a30-81b384788ea8-f8f88f96 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e9271ddb-1e5a-82cb-4a30-81b384788eab-f8f88f96 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_441bd8cd-ea12-4fab-beeb-41f08e971a3e-f8f88f96 {
  justify-self: center;
}

#w-node-_36dedbda-89f3-a90b-d469-dad4cbf41511-f8f88f97 {
  grid-area: 1 / 1 / 7 / 2;
}

#w-node-_36dedbda-89f3-a90b-d469-dad4cbf41512-f8f88f97 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_36dedbda-89f3-a90b-d469-dad4cbf41515-f8f88f97 {
  grid-area: 4 / 1 / 6 / 2;
}

#w-node-_36dedbda-89f3-a90b-d469-dad4cbf41518-f8f88f97 {
  grid-area: 1 / 2 / 7 / 3;
}

#w-node-_36dedbda-89f3-a90b-d469-dad4cbf41519-f8f88f97 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_36dedbda-89f3-a90b-d469-dad4cbf4151c-f8f88f97 {
  grid-area: 1 / 3 / 7 / 4;
}

#w-node-_36dedbda-89f3-a90b-d469-dad4cbf4151d-f8f88f97 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_36dedbda-89f3-a90b-d469-dad4cbf41520-f8f88f97 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_36dedbda-89f3-a90b-d469-dad4cbf4152c-f8f88f97, #w-node-_36dedbda-89f3-a90b-d469-dad4cbf41534-f8f88f97 {
  justify-self: center;
}

#w-node-_36dedbda-89f3-a90b-d469-dad4cbf41544-f8f88f97 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_36dedbda-89f3-a90b-d469-dad4cbf41547-f8f88f97 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_36dedbda-89f3-a90b-d469-dad4cbf4154a-f8f88f97 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-df112ea2-9c28-8bc2-119c-310f2934efab-f8f88f97 {
  justify-self: center;
}

#w-node-cd23bfb2-2e93-1617-5c09-b58132be4941-f8f88f98 {
  grid-area: 1 / 1 / 7 / 2;
}

#w-node-cd23bfb2-2e93-1617-5c09-b58132be4942-f8f88f98 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-cd23bfb2-2e93-1617-5c09-b58132be4945-f8f88f98 {
  grid-area: 4 / 1 / 6 / 2;
}

#w-node-cd23bfb2-2e93-1617-5c09-b58132be4948-f8f88f98 {
  grid-area: 1 / 2 / 7 / 3;
}

#w-node-cd23bfb2-2e93-1617-5c09-b58132be4949-f8f88f98 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-cd23bfb2-2e93-1617-5c09-b58132be494c-f8f88f98 {
  grid-area: 1 / 3 / 7 / 4;
}

#w-node-cd23bfb2-2e93-1617-5c09-b58132be494d-f8f88f98 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-cd23bfb2-2e93-1617-5c09-b58132be4950-f8f88f98 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-cd23bfb2-2e93-1617-5c09-b58132be495c-f8f88f98, #w-node-cd23bfb2-2e93-1617-5c09-b58132be4964-f8f88f98 {
  justify-self: center;
}

#w-node-cd23bfb2-2e93-1617-5c09-b58132be4974-f8f88f98 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-cd23bfb2-2e93-1617-5c09-b58132be4977-f8f88f98 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cd23bfb2-2e93-1617-5c09-b58132be497a-f8f88f98 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_72c0e674-f6b0-973b-48e7-2aa5deb1256b-f8f88f98 {
  justify-self: center;
}

#w-node-c17a8dd3-9a79-7d31-1cd2-a3df48fddf1c-f8f88f99 {
  grid-area: 1 / 1 / 7 / 2;
}

#w-node-_566affd3-e35b-bd43-f17d-c0e23282e4b5-f8f88f99 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_2a155748-7f20-a235-bee6-58036d3714d4-f8f88f99 {
  grid-area: 4 / 1 / 6 / 2;
}

#w-node-ed16826c-5755-a035-bf96-7cd7fee8679b-f8f88f99 {
  grid-area: 1 / 2 / 7 / 3;
}

#w-node-_3ee53e4d-67f5-42f5-427d-601722f73027-f8f88f99 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_3ee53e4d-67f5-42f5-427d-601722f73026-f8f88f99 {
  grid-area: 1 / 3 / 7 / 4;
}

#w-node-be9a72fd-f8f5-6bca-797d-a74dc04c78ad-f8f88f99 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_00cebf59-c321-193d-cf24-8476c72a8026-f8f88f99 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_781489f9-0c69-c9a6-d565-69fb483e277e-f8f88f99, #w-node-_781489f9-0c69-c9a6-d565-69fb483e2786-f8f88f99 {
  justify-self: center;
}

#w-node-_781489f9-0c69-c9a6-d565-69fb483e2796-f8f88f99 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_781489f9-0c69-c9a6-d565-69fb483e2799-f8f88f99 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_781489f9-0c69-c9a6-d565-69fb483e279c-f8f88f99 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_34b1a90c-3a64-4ee9-2f1b-49206365b542-f8f88f99 {
  justify-self: center;
}

#w-node-f31917b3-f6f1-40e5-bdac-c6ea3c1d2f56-f8f88f9a {
  grid-area: 1 / 1 / 7 / 2;
}

#w-node-f31917b3-f6f1-40e5-bdac-c6ea3c1d2f57-f8f88f9a {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-f31917b3-f6f1-40e5-bdac-c6ea3c1d2f5a-f8f88f9a {
  grid-area: 4 / 1 / 6 / 2;
}

#w-node-f31917b3-f6f1-40e5-bdac-c6ea3c1d2f5d-f8f88f9a {
  grid-area: 1 / 2 / 7 / 3;
}

#w-node-f31917b3-f6f1-40e5-bdac-c6ea3c1d2f5e-f8f88f9a {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-f31917b3-f6f1-40e5-bdac-c6ea3c1d2f61-f8f88f9a {
  grid-area: 1 / 3 / 7 / 4;
}

#w-node-f31917b3-f6f1-40e5-bdac-c6ea3c1d2f62-f8f88f9a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f31917b3-f6f1-40e5-bdac-c6ea3c1d2f65-f8f88f9a {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-f31917b3-f6f1-40e5-bdac-c6ea3c1d2f71-f8f88f9a, #w-node-f31917b3-f6f1-40e5-bdac-c6ea3c1d2f79-f8f88f9a {
  justify-self: center;
}

#w-node-f31917b3-f6f1-40e5-bdac-c6ea3c1d2f89-f8f88f9a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f31917b3-f6f1-40e5-bdac-c6ea3c1d2f8c-f8f88f9a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f31917b3-f6f1-40e5-bdac-c6ea3c1d2f8f-f8f88f9a {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_1dc0ab8d-c25f-a090-235a-790460ac52d8-f8f88f9a {
  justify-self: center;
}

#w-node-_31fd0c05-5bcb-aee0-44ad-61bb0b38d38d-f8f88f9b {
  grid-area: 1 / 1 / 7 / 2;
}

#w-node-_31fd0c05-5bcb-aee0-44ad-61bb0b38d38e-f8f88f9b {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_31fd0c05-5bcb-aee0-44ad-61bb0b38d391-f8f88f9b {
  grid-area: 4 / 1 / 6 / 2;
}

#w-node-_31fd0c05-5bcb-aee0-44ad-61bb0b38d394-f8f88f9b {
  grid-area: 1 / 2 / 7 / 3;
}

#w-node-_31fd0c05-5bcb-aee0-44ad-61bb0b38d395-f8f88f9b {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_31fd0c05-5bcb-aee0-44ad-61bb0b38d398-f8f88f9b {
  grid-area: 1 / 3 / 7 / 4;
}

#w-node-_31fd0c05-5bcb-aee0-44ad-61bb0b38d399-f8f88f9b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_31fd0c05-5bcb-aee0-44ad-61bb0b38d39c-f8f88f9b {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_31fd0c05-5bcb-aee0-44ad-61bb0b38d3a8-f8f88f9b, #w-node-_31fd0c05-5bcb-aee0-44ad-61bb0b38d3b0-f8f88f9b {
  justify-self: center;
}

#w-node-_31fd0c05-5bcb-aee0-44ad-61bb0b38d3c0-f8f88f9b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_31fd0c05-5bcb-aee0-44ad-61bb0b38d3c3-f8f88f9b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_31fd0c05-5bcb-aee0-44ad-61bb0b38d3c6-f8f88f9b {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_73865f52-31c2-bb4a-1ea5-f9f37fc1bff1-f8f88f9b {
  justify-self: center;
}

#w-node-_3895f207-48c2-cc78-090f-3307c5132186-f8f88f9c {
  grid-area: 1 / 1 / 7 / 2;
}

#w-node-_3895f207-48c2-cc78-090f-3307c5132187-f8f88f9c {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_3895f207-48c2-cc78-090f-3307c513218a-f8f88f9c {
  grid-area: 4 / 1 / 6 / 2;
}

#w-node-_3895f207-48c2-cc78-090f-3307c513218d-f8f88f9c {
  grid-area: 1 / 2 / 7 / 3;
}

#w-node-_3895f207-48c2-cc78-090f-3307c513218e-f8f88f9c {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_3895f207-48c2-cc78-090f-3307c5132191-f8f88f9c {
  grid-area: 1 / 3 / 7 / 4;
}

#w-node-_3895f207-48c2-cc78-090f-3307c5132192-f8f88f9c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3895f207-48c2-cc78-090f-3307c5132195-f8f88f9c {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_3895f207-48c2-cc78-090f-3307c51321a1-f8f88f9c, #w-node-_3895f207-48c2-cc78-090f-3307c51321a9-f8f88f9c {
  justify-self: center;
}

#w-node-_3895f207-48c2-cc78-090f-3307c51321b9-f8f88f9c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3895f207-48c2-cc78-090f-3307c51321bc-f8f88f9c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3895f207-48c2-cc78-090f-3307c51321bf-f8f88f9c {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_73302165-2fb9-5441-c1ad-b9f2b1d4d6f3-f8f88f9c {
  justify-self: center;
}

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-f8f88f9d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-f8f88f9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1920px) {
  #w-node-_0e818489-a3a4-a455-0491-60e404df479d-f8f88f85 {
    justify-self: end;
  }

  #w-node-ce85241f-bcc9-dbcd-444e-3737473ff07d-f8f88f85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0e818489-a3a4-a455-0491-60e404df479d-f8f88f85 {
    justify-self: center;
  }

  #w-node-d9432909-6f1d-bba7-a287-a5a6ab8a9b83-f8f88f85 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3c46b353-a6bf-dd23-41eb-d0dfafcdddca-f8f88f85 {
    grid-row-end: 3;
  }

  #w-node-_67b21c55-f1ae-d85a-6875-3db73799139a-f8f88f85 {
    grid-row: 3 / 5;
  }

  #w-node-e786bab3-fe39-5637-6fb3-aae6093a395a-f8f88f85 {
    grid-row: 5 / 7;
  }

  #w-node-c47dd5a9-bd68-9742-624c-591d6b8fc3d9-f8f88f85 {
    grid-area: 5 / 1 / 7 / 2;
  }

  #w-node-_99892d2f-0cc9-1d91-cfdc-f709a57b8016-f8f88f85 {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-_92135ee4-6a0e-13f6-2423-9866dacf8acf-dacf8ac9, #w-node-f7c43db8-6f96-4387-c353-ebb42a0e7a6a-2a0e7a64 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_941a0fe2-4c35-8240-5c23-c20aee25e445-f8f88f85 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_941a0fe2-4c35-8240-5c23-c20aee25e448-f8f88f85 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_090da057-cb1f-b131-af98-98ad075e7da5-f8f88f85 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ce85241f-bcc9-dbcd-444e-3737473ff07d-f8f88f85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d9432909-6f1d-bba7-a287-a5a6ab8a9b83-f8f88f85 {
    grid-row-end: 2;
  }

  #w-node-_0e4554fd-c89e-1970-7b62-960ad299054c-f8f88f85 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3c46b353-a6bf-dd23-41eb-d0dfafcdddca-f8f88f85 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_67b21c55-f1ae-d85a-6875-3db73799139a-f8f88f85 {
    grid-column: 1 / 2;
    grid-row-start: 4;
  }

  #w-node-e786bab3-fe39-5637-6fb3-aae6093a395a-f8f88f85 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c47dd5a9-bd68-9742-624c-591d6b8fc3d9-f8f88f85 {
    grid-row-start: 6;
  }

  #w-node-_99892d2f-0cc9-1d91-cfdc-f709a57b8016-f8f88f85 {
    grid-area: 7 / 1 / 8 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0e818489-a3a4-a455-0491-60e404df479d-f8f88f85 {
    justify-self: center;
  }

  #w-node-_941a0fe2-4c35-8240-5c23-c20aee25e448-f8f88f85 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_090da057-cb1f-b131-af98-98ad075e7da5-f8f88f85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-d9432909-6f1d-bba7-a287-a5a6ab8a9b83-f8f88f85 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0e4554fd-c89e-1970-7b62-960ad299054c-f8f88f85 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_3c46b353-a6bf-dd23-41eb-d0dfafcdddca-f8f88f85 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_67b21c55-f1ae-d85a-6875-3db73799139a-f8f88f85 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e786bab3-fe39-5637-6fb3-aae6093a395a-f8f88f85 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-c47dd5a9-bd68-9742-624c-591d6b8fc3d9-f8f88f85 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_99892d2f-0cc9-1d91-cfdc-f709a57b8016-f8f88f85 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_92135ee4-6a0e-13f6-2423-9866dacf8acf-dacf8ac9, #w-node-eed364fc-0c0d-2e2c-f226-4e7e452e10f3-452e10e5, #w-node-f7c43db8-6f96-4387-c353-ebb42a0e7a6a-2a0e7a64, #w-node-_441bd8cd-ea12-4fab-beeb-41f08e971a0b-f8f88f96 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_36dedbda-89f3-a90b-d469-dad4cbf41518-f8f88f97 {
    grid-area: 7 / 1 / 10 / 2;
  }

  #w-node-df112ea2-9c28-8bc2-119c-310f2934ef78-f8f88f97 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cd23bfb2-2e93-1617-5c09-b58132be4948-f8f88f98 {
    grid-area: 7 / 1 / 10 / 2;
  }

  #w-node-_72c0e674-f6b0-973b-48e7-2aa5deb12538-f8f88f98 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ed16826c-5755-a035-bf96-7cd7fee8679b-f8f88f99 {
    grid-area: 7 / 1 / 10 / 2;
  }

  #w-node-_34b1a90c-3a64-4ee9-2f1b-49206365b50f-f8f88f99 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f31917b3-f6f1-40e5-bdac-c6ea3c1d2f5d-f8f88f9a {
    grid-area: 7 / 1 / 10 / 2;
  }

  #w-node-_1dc0ab8d-c25f-a090-235a-790460ac52a5-f8f88f9a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_31fd0c05-5bcb-aee0-44ad-61bb0b38d394-f8f88f9b {
    grid-area: 7 / 1 / 10 / 2;
  }

  #w-node-_73865f52-31c2-bb4a-1ea5-f9f37fc1bfbe-f8f88f9b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3895f207-48c2-cc78-090f-3307c513218d-f8f88f9c {
    grid-area: 7 / 1 / 10 / 2;
  }

  #w-node-_73302165-2fb9-5441-c1ad-b9f2b1d4d6c0-f8f88f9c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto.zip') format('undefined');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto.zip') format('undefined');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto.zip') format('undefined');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto.zip') format('undefined');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto.zip') format('undefined'), url('../fonts/Roboto.zip') format('undefined');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}