:root {
  --dark-blue: #023047;
  --black: #000;
  --petro_medium: #219ebc;
  --white: #fff;
  --petro_light-79c5d7: #a6d8e4;
  --petrol_dark: #005f73;
  --whitesmoke: #f5f5f5;
  --yellow: #ee9b00;
  --orange_medium: #ca6702;
  --orange_full: #bb3e03;
  --red_alert: #ae2012;
  --red_brand: #9b2226;
  --tan: #e9d8a6;
  --tan-dimmed: rgba(233, 216, 166, .26);
  --white-2: white;
  --black-2: black;
}

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #000;
  font-family: Hfa Custom Font Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

h1 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.3rem;
  font-weight: 800;
  line-height: 3.7rem;
}

h2 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hfa Custom Font Inter, sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 3.3rem;
}

h3 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 2.2rem;
}

h4 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: .75rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}

h5 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}

h6 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.6rem;
}

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

li {
  margin-bottom: 1.5rem;
  padding-left: .5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

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;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
}

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

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

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

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

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

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

.global-styles {
  display: block;
  position: fixed;
  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-small.inline {
  height: auto;
  display: inline-block;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

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

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

.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 {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
  padding-bottom: 2rem;
}

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

.background-color-black {
  background-color: var(--black);
  color: #f5f5f5;
}

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

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

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

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

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

.form_message-success {
  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;
}

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

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

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

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

.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 {
  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;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

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

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

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: rgba(45, 64, 234, .05);
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

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

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

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

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

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

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

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

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

.max-width-medium.text-color-white.section-ueber-uns-copy-text-full-width {
  margin-left: auto;
  margin-right: auto;
}

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

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

.max-width-large.section-ueber-uns_text-cols {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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;
  line-height: 1.4rem;
}

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

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

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

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

.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 {
  background-color: rgba(0, 0, 0, 0);
  min-height: 3rem;
  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;
}

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper.header-padding {
  margin-top: 6rem;
}

.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(--petro_medium);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: .75rem 1.5rem;
  font-weight: 700;
}

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

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

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

.button.is-secondary {
  border: 3px solid var(--dark-blue);
  color: var(--dark-blue);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-secondary:hover {
  border-color: var(--petro_medium);
  color: var(--petro_medium);
}

.button.is-secondary.is-inverted {
  border-color: var(--white);
  color: var(--white);
}

.button.is-secondary.is-inverted:hover {
  border-color: var(--petro_light-79c5d7);
  color: var(--petro_light-79c5d7);
}

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

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

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

.text-size-medium.text-align-left.text-color-petrol {
  color: var(--petrol_dark);
}

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

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

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

.hide {
  display: none;
}

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

.container-medium {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium.custom-intro-home {
  position: relative;
  left: -40px;
}

.container-medium.section-ueber-uns {
  align-items: flex-start;
  display: flex;
}

.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 {
  color: #fff;
  min-height: 100vh;
  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 {
  color: #000;
  background-color: rgba(0, 0, 0, .05);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  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 {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_logo {
  width: 4rem;
}

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

.fs-styleguide_color.is-1 {
  background-color: var(--black);
}

.fs-styleguide_color.is-2 {
  background-color: var(--whitesmoke);
}

.fs-styleguide_color.is-4 {
  background-color: var(--dark-blue);
}

.fs-styleguide_color.is-5 {
  background-color: var(--petrol_dark);
}

.fs-styleguide_color.is-6 {
  background-color: var(--petro_medium);
}

.fs-styleguide_color.is-7 {
  background-color: var(--petro_light-79c5d7);
}

.fs-styleguide_color.is-8 {
  background-color: var(--yellow);
}

.fs-styleguide_color.is-9 {
  background-color: var(--orange_medium);
}

.fs-styleguide_color.is-10 {
  background-color: var(--orange_full);
}

.fs-styleguide_color.is-11 {
  background-color: var(--red_alert);
}

.fs-styleguide_color.is-12 {
  background-color: var(--red_brand);
}

.fs-styleguide_color.is-13 {
  background-color: var(--tan);
}

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

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

.fs-styleguide_spacer-box {
  background-color: rgba(45, 64, 234, .1);
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

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

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

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

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

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

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

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

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

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

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.navbar-brand {
  color: var(--dark-blue);
  background-image: none;
  min-width: 5.5rem;
  min-height: 4rem;
  padding-top: .7rem;
  padding-bottom: .7rem;
}

.navbar-brand.w--current {
  background-image: none;
}

.navbar-brand.w--current:hover {
  color: var(--petrol_dark);
}

.nav-menu-wrapper {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.header {
  z-index: 1000;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 6rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 9px 3px rgba(0, 0, 0, .07);
}

.container-xlarge {
  z-index: 10;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block, .div-block-2 {
  display: flex;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.navbar_component {
  background-color: rgba(221, 221, 221, 0);
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 2200px;
  height: 100%;
  display: flex;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar_wrapper {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-section_component {
  justify-content: center;
  align-items: center;
  max-width: 2200px;
  min-height: 85vh;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section_component.small {
  background-image: url('../images/HFA-visual-1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 50vh;
}

.hero-section_component.small.software-entwicklung {
  background-image: url('../images/HFA-visual-3.webp');
  background-position: 50% 100%;
}

.hero-section_content-wrapper {
  color: var(--dark-blue);
  flex-direction: column;
  align-items: flex-start;
  max-width: 65rem;
  height: auto;
  display: flex;
  position: relative;
  top: -90px;
  left: 50px;
}

.hero-section_logo {
  padding: 2rem 4rem 2rem 2rem;
  position: relative;
}

.hero-section_logo-img {
  max-width: 20rem;
  display: none;
  position: relative;
  top: -6.6rem;
}

.leistung-block_component {
  background-color: var(--dark-blue);
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  min-width: 410px;
  padding: 2.5rem;
  display: flex;
}

.leistung-block_component.color-1 {
  background-color: var(--petro_light-79c5d7);
}

.leistung-block_component.color-2 {
  background-color: var(--yellow);
}

.leistung-block_icon-wrapper {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.leistung-block_icon-img {
  min-width: 5rem;
  min-height: 5rem;
}

.leistung-block_container {
  height: 100%;
}

.leistung-block_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: wrap;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.leistungen-info-block_component {
  background-color: var(--dark-blue);
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 32rem;
  padding: 3rem 2rem;
  display: flex;
}

.leistungen-info-block_icon-wrapper {
  justify-content: center;
  align-items: flex-start;
  min-width: 10rem;
  min-height: 6rem;
  display: flex;
}

.leistungen-info-block_content-wrapper {
  width: auto;
  max-width: 40rem;
}

.section-spezialisierung_component {
  background-color: #f5f5f5;
  width: 100%;
}

.spezialisierung-block_component {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  max-width: 20rem;
  padding-bottom: 2rem;
  display: flex;
}

.spezialisierung-block_img-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  max-height: 20rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.quick-stack {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 0;
}

.section-kunden_component {
  width: 100%;
}

.kunden-block_component {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 2rem;
  display: flex;
}

.quick-stack-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 0;
}

.section-ueber-uns_component {
  background-image: linear-gradient(to bottom, var(--petro_light-79c5d7), var(--petro_light-79c5d7));
  color: var(--dark-blue);
  width: 100%;
}

.section-kontakt_component {
  background-color: var(--petro_light-79c5d7);
  background-image: url('../images/HFA-visual-2.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 3rem;
  padding-right: 3rem;
}

.section-kontakt_wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.section-kontakt_form-col {
  background-color: var(--white);
  width: 100%;
  max-width: 49rem;
  min-height: 400px;
  padding: 3rem 3rem 2rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, .03);
}

.section-kontakt_info-col {
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: auto;
  min-width: 18rem;
  height: 100%;
  min-height: 720px;
  display: flex;
}

.section-kontakt_logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.section-kontakt_logo-img {
  max-width: 10rem;
}

.form-input-textarea {
  min-height: 15rem;
}

.section-kontakt_info-col-btn {
  background-color: var(--white);
  color: var(--dark-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 10rem;
  max-width: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 2rem;
  text-decoration: none;
  display: flex;
}

.section-kontakt_info-col-btn:hover {
  background-color: var(--petro_medium);
  color: var(--white);
}

.icon-call-large {
  color: var(--petro_medium);
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.image-2 {
  min-width: 3rem;
}

.footer {
  background-color: var(--white);
}

.footer_main-box {
  color: var(--black);
  padding-bottom: 2rem;
  display: flex;
}

.footer-main-box_content {
  flex-direction: column;
  min-width: 14rem;
  display: flex;
}

.footer-logo_wrapper {
  min-width: 7rem;
  max-width: 7rem;
  margin-right: 2rem;
}

.quick-stack-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 0;
}

.footer_info-cell, .footer_links-cell {
  padding-right: 1rem;
}

.success-message {
  border: 2px solid var(--petro_light-79c5d7);
  background-color: #fff;
}

.rich-text h2 {
  padding-bottom: 1rem;
  font-size: 2rem;
  line-height: 2.5rem;
}

.rich-text h3 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.7rem;
}

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

.nav-link {
  color: var(--dark-blue);
  text-transform: none;
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--petro_medium);
}

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

.leistung-block_inner-wrapper {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.hero-section_img-wrapper {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/HFA-visual-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: content-box;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.leistungen-block_icon-svg {
  color: var(--petro_medium);
  min-width: 90px;
  min-height: 90px;
  margin-left: 1.5rem;
  margin-right: 0;
}

.leistungen-block_icon-svg.is-large {
  min-width: 8rem;
  margin-left: 0;
}

.section-ueber-uns_content-box {
  text-align: left;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-ueber-uns_logo-img {
  min-width: auto;
  max-width: 9rem;
}

.section-ueber-uns_logo-wrapper {
  order: 0;
  align-self: center;
  margin-left: 3rem;
  margin-right: 0;
}

.text-size-xlarge {
  font-size: 2rem;
}

.text-size-xlarge.text-color-white.max-width-ueber-uns {
  max-width: 60rem;
}

.section-ueber-uns_1-row-copy {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-ueber-uns_1-row-copy.text-color-white.section-ueber-uns-copy-text-full-width {
  margin-left: auto;
  margin-right: auto;
}

.section-ueber-uns_copy-text-cols {
  grid-column-gap: 4rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-primary {
  border: 2px solid var(--petro_medium);
  background-color: var(--petro_medium);
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
}

.button-primary:hover {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
}

.html-embed {
  color: var(--dark-blue);
}

.input-field {
  background-color: var(--white);
  border: 2px solid rgba(0, 0, 0, .16);
  min-height: 3rem;
  margin-top: .5rem;
  margin-bottom: 1.1rem;
  font-size: 1.1rem;
}

.input-field:hover {
  border-color: var(--petro_medium);
}

.input-field:focus {
  border-color: var(--petro_medium);
  background-color: var(--white);
}

.input-field.text-area {
  min-height: 12rem;
}

.input-field.hp {
  display: none;
}

.header_component {
  width: 100%;
  height: auto;
}

.button-secondary {
  border: 2px solid var(--white);
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: rgba(255, 255, 255, 0);
  font-size: 16px;
  font-weight: 600;
}

.button-secondary:hover {
  border-color: var(--petro_medium);
  background-color: var(--petro_medium);
}

.footer-link {
  color: var(--dark-blue);
  margin-top: .5rem;
  margin-bottom: .5rem;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--petro_medium);
}

.html-embed-2 {
  min-width: 8rem;
}

.html-embed-3 {
  color: var(--petro_medium);
  justify-content: center;
  align-items: center;
  width: 3rem;
  min-width: 3rem;
  max-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  max-height: 3rem;
  display: flex;
}

.div-block-5 {
  width: auto;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.checkbox {
  min-width: 25px;
  min-height: 25px;
  margin-right: 15px;
}

.checkbox.w--redirected-checked {
  background-color: var(--petro_medium);
}

.checkbox-field {
  align-items: flex-start;
  display: flex;
}

.checkbox-label {
  padding-top: 5px;
  line-height: 1.4rem;
}

.div-block-6 {
  max-width: 50rem;
  display: flex;
}

.footer_component {
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.teaser-head {
  color: var(--white);
}

.form-input-block-hp {
  z-index: -1;
  opacity: 0;
  width: 0;
  height: 0;
  display: none;
  position: absolute;
  overflow: hidden;
}

.hero-section_tpl-2-content-wrapper {
  color: var(--dark-blue);
  flex-direction: column;
  align-items: flex-start;
  max-width: 65rem;
  height: auto;
  display: flex;
}

.leistungen-info-block-layout {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.info-block-intro-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.content-info-box {
  border: 2px solid var(--petro_medium);
  padding: 3rem;
}

.section-promo-box {
  background-color: var(--dark-blue);
  color: var(--white);
  width: 100%;
  padding: 3rem;
}

.section-promo-box_header {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.docuware-loog-wrapper {
  background-color: var(--white);
  order: 1;
  justify-content: center;
  align-items: center;
  min-width: 20rem;
  margin-left: 2rem;
  padding: 3rem;
  display: flex;
}

.stage-section_component {
  width: 100%;
  padding: 3rem;
}

.quick-stack-4 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  padding: 0;
}

.section-stage_wrapper {
  background-color: var(--petro_light-79c5d7);
}

.stage-section_content-box {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.image-3 {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 100% 50%;
}

.leistung-block_icon-wrapper-large {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
}

.leistungen-teaser-block_component {
  background-color: var(--dark-blue);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 25rem;
  padding: 3rem 2rem;
  text-decoration: none;
  display: flex;
}

.leistungen-teaser-block_content-wrapper-copy {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 40rem;
  display: flex;
}

.quick-stack-5 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  padding: 0;
}

.teaser-h3 {
  color: var(--white);
}

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

.header-page-padding {
  padding-left: 3rem;
  padding-right: 3rem;
}

.header-spacer {
  padding: 3rem 0;
}

.header-container-xxlarge {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.hyphen-text-mobile {
  display: none;
}

.section-stage-var_wrapper {
  background-image: url('../images/HFA-visual-01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-stage-var_wrapper.software-entwicklung {
  background-image: url('../images/HFA-visual-09.webp');
}

.section-stage-var_wrapper.dokumentenmanagement {
  background-image: url('../images/HFA-visual-03.webp');
  background-position: 50% 100%;
}

.section-stage-var_wrapper.beratung {
  background-image: url('../images/HFA-visual-08.webp');
  background-position: 50% 100%;
}

.image-3-copy {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 100% 50%;
}

.stage-img-placeholder-square {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
}

.section-stage-var_component {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.stage-section_bg-box {
  background-color: var(--dark-blue);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  height: auto;
  padding: 3rem;
  display: flex;
}

.stage-section_bg-box.white {
  background-color: var(--white);
}

.stage-section_bg-cell {
  justify-content: flex-end;
}

.stage-section_no-pad {
  width: 100%;
  height: 100%;
  padding: 3rem;
}

.footer_text {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }

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

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .container {
    max-width: 728px;
  }

  .navbar-brand {
    min-width: 5rem;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .header {
    min-height: 5rem;
  }

  .container-xlarge {
    max-width: none;
  }

  .div-block-3 {
    align-items: center;
  }

  .nav-menu {
    background-color: var(--whitesmoke);
    margin-top: 2.5rem;
    padding: 2rem;
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0);
  }

  .hero-section_component {
    margin-top: 5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .hero-section_content-wrapper {
    max-width: none;
    top: -185px;
    left: auto;
  }

  .hero-section_logo {
    padding-right: 2rem;
  }

  .hero-section_logo-img {
    max-width: 10rem;
  }

  .leistung-block_component {
    width: auto;
    min-width: auto;
  }

  .leistung-block_icon-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .leistung-block_wrapper {
    grid-column-gap: 2.25rem;
    grid-row-gap: 3rem;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .leistungen-info-block_component {
    min-height: 56rem;
  }

  .section-kontakt_component {
    padding-left: 0;
    padding-right: 0;
  }

  .section-kontakt_wrapper {
    align-items: flex-start;
    padding: 0 1.5rem 0 0;
  }

  .section-kontakt_form-col {
    background-color: var(--whitesmoke);
    min-width: auto;
    max-width: none;
  }

  .section-kontakt_info-col {
    justify-content: flex-start;
    min-width: auto;
    min-height: 60rem;
    padding-left: 2rem;
  }

  .section-kontakt_info-col-btn {
    text-align: center;
    min-width: 14rem;
  }

  .footer_main-box {
    flex-wrap: wrap;
  }

  .footer-logo_wrapper {
    min-width: 5rem;
    max-width: 8rem;
    margin-bottom: 2rem;
  }

  .nav-link {
    border-top: 1px #000;
    border-bottom: 2px solid #e6e6e6;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link.no-border {
    border-bottom-color: rgba(230, 230, 230, 0);
  }

  .leistungen-block_icon-svg {
    margin-top: 2rem;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .leistungen-block_icon-svg.is-large {
    min-width: 7rem;
  }

  .section-ueber-uns_logo-wrapper {
    margin-left: 0;
    margin-right: 2rem;
  }

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

  .teaser-head {
    order: 1;
  }

  .menu-button-2 {
    z-index: 100;
    background-color: var(--white);
    color: var(--dark-blue);
    background-image: url('../images/open-menu-1.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60%;
    justify-content: center;
    align-items: center;
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
    padding: .5rem;
    display: flex;
  }

  .menu-button-2:hover {
    background-color: var(--whitesmoke);
  }

  .menu-button-2.w--open {
    background-color: var(--whitesmoke);
    color: var(--petrol_dark);
    background-image: url('../images/close-1.svg');
  }

  .hero-section_tpl-2-content-wrapper {
    max-width: none;
    top: -185px;
    left: auto;
  }

  .section-promo-box_header {
    align-items: center;
  }

  .docuware-loog-wrapper {
    min-width: 14.5rem;
    padding: 2rem;
  }

  .stage-section_component {
    padding-bottom: 4rem;
  }

  .quick-stack-4 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .leistung-block_icon-wrapper-large {
    flex-wrap: wrap;
  }

  .leistungen-teaser-block_component {
    min-height: 32rem;
    padding: 1.5rem;
  }

  .quick-stack-5 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .header-page-padding {
    padding-left: 3rem;
    padding-right: 1rem;
  }

  .header-spacer {
    padding: 2.5rem 0;
  }

  .burger-icon {
    border: 0 #000;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 2rem;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .burger-icon-wrapper {
    width: 2rem;
    height: 2rem;
  }

  .section-stage-var_wrapper.software-entwicklung {
    background-image: url('../images/HFA-visual-09_mobile.webp');
  }

  .section-stage-var_wrapper.dokumentenmanagement {
    background-image: url('../images/HFA-visual-03_mobile.webp');
    background-position: 50%;
  }

  .section-stage-var_wrapper.beratung {
    background-image: url('../images/HFA-visual-08_mobile.webp');
  }

  .image-3-copy {
    aspect-ratio: 3 / 2;
  }

  .stage-img-placeholder-square {
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }

  .stage-section_no-pad {
    padding-bottom: 4rem;
  }

  .div-block-7 {
    width: 100%;
    max-width: 1rem;
    height: 3px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
    line-height: 3.3rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .home-message_component {
    padding: 0;
  }

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

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    background-image: none;
    min-width: 4.5rem;
    min-height: 3.5rem;
    padding-left: 0;
  }

  .navbar-brand.w--current {
    align-self: center;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-menu {
    flex-wrap: wrap;
  }

  .hero-section_component {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-section_content-wrapper {
    flex-direction: column;
    top: -170px;
  }

  .hero-section_logo {
    display: flex;
  }

  .hero-section_logo-img {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .leistung-block_icon-wrapper {
    justify-content: flex-start;
  }

  .leistung-block_wrapper {
    flex-wrap: wrap;
  }

  .leistungen-info-block_component {
    min-height: auto;
  }

  .quick-stack-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section-kontakt_component {
    background-color: var(--white);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .section-kontakt_wrapper {
    border-bottom: 2px solid var(--whitesmoke);
    flex-flow: column wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .section-kontakt_form-col {
    padding: 2rem;
  }

  .section-kontakt_info-col {
    flex-direction: row;
    justify-content: center;
    min-height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
  }

  .section-kontakt_logo-wrapper {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    display: none;
  }

  .section-kontakt_logo-img {
    max-width: 5rem;
    display: none;
  }

  .section-kontakt_info-col-btn {
    border: 3px solid var(--petro_light-79c5d7);
    text-align: center;
    min-width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .footer_main-box {
    flex-direction: column;
    width: 100%;
  }

  .footer-logo_wrapper {
    max-width: 9rem;
    margin-bottom: 3rem;
  }

  .quick-stack-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
  }

  .footer_meta-link-cell {
    padding-top: 1rem;
  }

  .nav-link {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .leistungen-block_icon-svg {
    margin-right: 2rem;
  }

  .leistungen-block_icon-svg.is-large {
    min-width: 6rem;
    margin-top: 1rem;
    margin-bottom: 0;
    margin-right: 0;
  }

  .section-ueber-uns_logo-wrapper {
    align-self: flex-start;
  }

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

  .hero-section_tpl-2-content-wrapper {
    flex-direction: column;
    top: -170px;
  }

  .leistungen-info-block-layout {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: 1fr;
  }

  .content-info-box, .section-promo-box {
    padding: 2rem;
  }

  .section-promo-box_header {
    flex-wrap: wrap;
  }

  .docuware-loog-wrapper {
    order: -1;
    margin-bottom: 1.5rem;
    margin-left: 0;
  }

  .stage-section_component {
    padding: 2rem 2rem 3rem;
  }

  .image-3 {
    aspect-ratio: 1;
  }

  .leistung-block_icon-wrapper-large {
    justify-content: center;
  }

  .leistungen-teaser-block_component {
    justify-content: center;
    min-height: 24rem;
    padding-bottom: 2.5rem;
  }

  .quick-stack-5 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .header-page-padding {
    padding-left: 2rem;
    padding-right: 1rem;
  }

  .hyphen-text-mobile {
    display: none;
  }

  .section-stage-var_wrapper {
    background-image: url('../images/HFA-visual-1-mobile.webp');
  }

  .image-3-copy {
    aspect-ratio: 1;
  }

  .stage-section_bg-box {
    padding: 2rem;
  }

  .stage-section_no-pad {
    padding: 2rem 2rem 3rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  h2 {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }

  h3 {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }

  p {
    font-size: 1rem;
    line-height: 1.4rem;
  }

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

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

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

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

  .text-size-large {
    line-height: 1.6rem;
  }

  .container {
    max-width: none;
  }

  .navbar-brand {
    min-width: 4rem;
    min-height: 3rem;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .header {
    min-height: 4rem;
  }

  .nav-menu {
    margin-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-section_component {
    margin-top: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-section_content-wrapper {
    top: -150px;
  }

  .hero-section_logo {
    padding-left: 0;
    padding-right: 0;
  }

  .leistung-block_component {
    width: 100%;
    padding: 2rem 1.5rem;
  }

  .leistung-block_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
  }

  .leistungen-info-block_component {
    flex-flow: column;
    padding: 1.5rem;
  }

  .leistungen-info-block_icon-wrapper {
    align-self: flex-start;
    width: auto;
    min-width: 6rem;
    min-height: auto;
    margin-bottom: 2rem;
    padding-bottom: 0;
  }

  .leistungen-info-block_content-wrapper {
    padding-left: 0;
  }

  .quick-stack {
    padding: 0;
  }

  .image {
    max-width: 6rem;
  }

  .section-kontakt_component {
    background-color: var(--white);
  }

  .section-kontakt_form-col {
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-kontakt_info-col {
    flex-wrap: wrap;
    justify-content: center;
  }

  .section-kontakt_info-col-btn {
    width: 100%;
  }

  .footer_main-box {
    flex-flow: column;
    order: 1;
    align-items: flex-start;
  }

  .footer-logo_wrapper {
    max-width: 8rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .quick-stack-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .rich-text h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }

  .rich-text h3 {
    font-size: 1.25rem;
    line-height: 1.7rem;
  }

  .rich-text h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .leistungen-block_icon-svg.is-large {
    min-width: 5.5rem;
  }

  .section-ueber-uns_logo-wrapper {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 2rem;
    display: flex;
  }

  .footer-link {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .div-block-6 {
    flex-wrap: wrap;
  }

  .teaser-head {
    width: 100%;
  }

  .hero-section_tpl-2-content-wrapper {
    top: -150px;
  }

  .content-info-box, .section-promo-box {
    padding: 1.5rem;
  }

  .stage-section_component {
    padding: 0 1.5rem 2.5rem;
  }

  .quick-stack-4 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .image-3 {
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
  }

  .leistungen-teaser-block_component {
    flex-flow: column;
    min-height: auto;
  }

  .leistungen-teaser-block_content-wrapper-copy {
    padding-left: 0;
  }

  .teaser-h3 {
    width: 100%;
  }

  .header-page-padding {
    padding-left: 1.5rem;
    padding-right: 1rem;
  }

  .header-spacer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .header-container-xxlarge {
    max-width: none;
  }

  .hyphen-text-mobile {
    display: inline;
  }

  .section-stage-var_wrapper.beratung {
    background-position: 50%;
  }

  .image-3-copy {
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
  }

  .stage-img-placeholder-square {
    aspect-ratio: 3 / 2;
  }

  .stage-section_bg-box {
    padding: 2rem 1.5rem 2.5rem;
  }

  .stage-section_no-pad {
    padding: 0 1.5rem 1.5rem;
  }
}

#w-node-_502d247e-dbc2-e373-7ba9-9db7713de795-24dd864e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1e147c7e-7e8c-7eb9-4370-70246ecfe37f-24dd864e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7191edf6-eed9-5127-aad7-0e008d6d1782-8d6d177f {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr .5fr .5fr;
}

#w-node-_7191edf6-eed9-5127-aad7-0e008d6d1783-8d6d177f, #w-node-_7191edf6-eed9-5127-aad7-0e008d6d1798-8d6d177f, #w-node-_7191edf6-eed9-5127-aad7-0e008d6d179f-8d6d177f, #w-node-_7191edf6-eed9-5127-aad7-0e008d6d17a4-8d6d177f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-24dd8651, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-24dd8651 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-cf121e23-b0ac-cb47-daed-d45efe46b543-9b1fde00, #w-node-_6911f647-bf99-7c2a-dc14-bf6391d13518-26becd73, #w-node-_3895c7f6-eb53-e7cf-b066-0e9a27fadc9f-1913f7c7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_502d247e-dbc2-e373-7ba9-9db7713de795-24dd864e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_502d247e-dbc2-e373-7ba9-9db7713de79e-24dd864e {
    order: -9999;
  }

  #w-node-_1e147c7e-7e8c-7eb9-4370-70246ecfe37f-24dd864e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_7191edf6-eed9-5127-aad7-0e008d6d1782-8d6d177f {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-cf121e23-b0ac-cb47-daed-d45efe46b543-9b1fde00 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cf121e23-b0ac-cb47-daed-d45efe46b54c-9b1fde00 {
    order: -9999;
  }

  #w-node-_6911f647-bf99-7c2a-dc14-bf6391d13518-26becd73 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6911f647-bf99-7c2a-dc14-bf6391d1351d-26becd73 {
    order: -9999;
  }

  #w-node-_3895c7f6-eb53-e7cf-b066-0e9a27fadc9f-1913f7c7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3895c7f6-eb53-e7cf-b066-0e9a27fadca4-1913f7c7 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1e147c7e-7e8c-7eb9-4370-70246ecfe37f-24dd864e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_7191edf6-eed9-5127-aad7-0e008d6d1782-8d6d177f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7191edf6-eed9-5127-aad7-0e008d6d1783-8d6d177f, #w-node-_7191edf6-eed9-5127-aad7-0e008d6d1798-8d6d177f, #w-node-_7191edf6-eed9-5127-aad7-0e008d6d179f-8d6d177f, #w-node-_7191edf6-eed9-5127-aad7-0e008d6d17a4-8d6d177f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1e147c7e-7e8c-7eb9-4370-70246ecfe37f-24dd864e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Hfa Custom Font Inter';
  src: url('../fonts/HFA_custom-font-inter.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}