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

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

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

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

:root {
  --background-color--background-primary: var(--base-color-neutral--white);
  --fonts--font-poppins: Poppins, sans-serif;
  --text-color--text-primary: var(--color-base-__brand--blue-dark);
  --size-fonts-__paragraphs--p-regular: 1rem;
  --size-fonts-__headings--h1: 3.25rem;
  --size-fonts-__headings--h2: 2.5rem;
  --size-fonts-__headings--h3: 2.25rem;
  --size-fonts-__headings--h4: 2rem;
  --size-fonts-__headings--h5: 1.5rem;
  --size-fonts-__headings--h6: 1.25rem;
  --color-base-__brand--blue-neo: #58b4ff;
  --size-fonts-__paragraphs--p-medium: 1.125rem;
  --link-color--link-primary: var(--base-color-neutral--black);
  --color-base-__brand--blue-dark: #194666;
  --color-base-__brand--white: white;
  --border-color--border-primary: var(--base-color-neutral--black);
  --size-fonts-__paragraphs--p-tiny: .75rem;
  --text-color--text-alternate: var(--base-color-neutral--white);
  --color-base-__brand--orange: #f2a779;
  --base-color-neutral--white: white;
  --base-color-brand--orange\<deleted\|variable-1a9103d4-1d42-2d65-dbed-b40769e8c8ab\>: #f2a779;
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color--background-btn-neo-blue\<deleted\|variable-22e78517-2b3c-87e5-c8b6-de9a7e09e6e0\>: var(--base-color-brand--neo-blue\<deleted\|variable-c8f5d5ed-201b-a8d7-c2fa-0d10eb7b3d32\>);
  --base-color-system--success-green: #027a48;
  --base-color-brand--neo-blue\<deleted\|variable-c8f5d5ed-201b-a8d7-c2fa-0d10eb7b3d32\>: #67b8eb;
  --background-color--background-btn-green: var(--base-color-system--success-green);
  --size-fonts-__paragraphs--p-large: 1.25rem;
  --size-fonts-__line-heights--line-height-l: 1.5rem;
  --border-color--border-secondary: var(--base-color-neutral--neutral-light);
  --background-color--background-secondary: var(--color-base-__brand--blue-dark);
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --color-base-__brand--blue-light-ultra: #f5fafe;
  --base-color-neutral--black: black;
  --size-fonts-__paragraphs--p-small: .875rem;
  --color-base-__brand--grey-blue-light: #c8d0df;
  --color-base-__brand--grey-blue-dark: #a1a4b3;
  --background-color--background-tertiary: var(--color-base-__brand--blue-mid);
  --background-color--background-alternate\<deleted\|relume-variable-background-color-4\>: var(--base-color-brand--lightest-blue\<deleted\|variable-f94ab6ca-6c84-ea56-b724-e289490b5d30\>);
  --text-color--text-secondary: var(--base-color-neutral--black);
  --background-color--background-success: var(--base-color-system--success-green-light);
  --text-color--text-success: var(--base-color-system--success-green);
  --background-color--background-error: var(--base-color-system--error-red-light);
  --text-color--text-error: var(--base-color-system--error-red);
  --base-color-neutral--neutral-lightest: #eee;
  --color-base-__brand--blue-mid: #2b5779;
  --base-color-brand--lightest-blue\<deleted\|variable-f94ab6ca-6c84-ea56-b724-e289490b5d30\>: #d9eeff40;
  --text-color--text-heading-neo-blue\<deleted\|variable-501b04fe-e745-0ca9-2a91-13109a09e42d\>: var(--base-color-brand--neo-blue\<deleted\|variable-c8f5d5ed-201b-a8d7-c2fa-0d10eb7b3d32\>);
  --color-base-__brand--blue-light-soft: #eef7fa;
  --size-fonts-__paragraphs--p-xlarge: 1.5rem;
  --base-color-neutral--neutral: #666;
  --h1-mobile: 3rem;
  --global-padding: .5rem;
  --size-fonts-__line-heights--line-height-s: 1.2rem;
  --size-fonts-__line-heights--line-height-m: 1.3rem;
  --size-fonts-__line-heights--line-height-xl: 1.65rem;
  --color-base-__brand--black: black;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red: #b42318;
  --base-color-system--error-red-light: #fef3f2;
  --border-color--border-alternate: var(--base-color-neutral--white);
  --link-color--link-secondary: var(--base-color-neutral--neutral-light);
}

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

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

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

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

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

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

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

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

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

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--background-color--background-primary);
  font-family: var(--fonts--font-poppins);
  color: var(--text-color--text-primary);
  font-size: var(--size-fonts-__paragraphs--p-regular);
  line-height: 1.4;
}

h1 {
  font-size: var(--size-fonts-__headings--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-size: var(--size-fonts-__headings--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-size: var(--size-fonts-__headings--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-size: var(--size-fonts-__headings--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-size: var(--size-fonts-__headings--h5);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  font-size: var(--size-fonts-__headings--h6);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.4;
}

p {
  font-size: var(--size-fonts-__paragraphs--p-regular);
  margin-bottom: 0;
}

a {
  color: var(--text-color--text-primary);
  font-weight: 600;
}

a:hover {
  color: var(--color-base-__brand--blue-neo);
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

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

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--text-color--text-primary);
  font-size: var(--size-fonts-__paragraphs--p-medium);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

.landigpage_main_wrapper.padding-global {
  background-image: none;
}

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

.container-large.is__border {
  border-radius: 12px;
}

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

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

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

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

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

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

.utility_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_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

.container-medium.margin-top.margin-custom-steps {
  margin-left: auto;
  margin-right: auto;
}

.container-medium.is-steps {
  margin-top: 2rem;
}

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

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

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.hero_section__value_list {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}

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

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

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

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

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

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

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

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

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

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

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

.padding-top.padding-custom1 {
  padding: 2rem 0 0;
}

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  font-size: var(--size-fonts-__paragraphs--p-medium);
}

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

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

.text-style-quote {
  border-left: .1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

.rl-styleguide_heading {
  z-index: 4;
  color: var(--text-color--text-primary);
  font-size: var(--size-fonts-__headings--h1);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-weight: 700;
}

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

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

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

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

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

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

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

.icon-embed-medium {
  width: 3rem;
  height: 4rem;
  color: var(--color-base-__brand--blue-dark);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: block;
}

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

.icon-embed-medium.is--check {
  color: #4caf50;
}

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

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

.heading-style-small.is--white {
  color: #fff;
  text-align: center;
}

.heading-style-small.is-white {
  color: var(--color-base-__brand--white);
  text-align: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: 12px;
}

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

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

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

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

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

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

.text-size-tiny {
  font-size: var(--size-fonts-__paragraphs--p-tiny);
}

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

.form_field-label.is-white {
  color: var(--text-color--text-alternate);
}

.button {
  background-color: var(--color-base-__brand--orange);
  width: 100%;
  color: var(--base-color-neutral--white);
  text-align: center;
  letter-spacing: .015rem;
  text-transform: uppercase;
  text-shadow: 0 3px 6px #ffffff40;
  border-radius: 6px;
  padding: 1rem 2rem;
  font-size: 1.15rem;
  font-weight: 600;
  text-decoration: none;
  transition: box-shadow .25s ease-out;
}

.button:hover {
  box-shadow: 0 0 0 2px var(--base-color-brand--orange\<deleted\|variable-1a9103d4-1d42-2d65-dbed-b40769e8c8ab\>);
  color: var(--link-color--link-alternate);
}

.button.is-link {
  color: var(--color-base-__brand--blue-dark);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link:hover {
  box-shadow: none;
  color: var(--color-base-__brand--blue-neo);
}

.button.is-link.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  background-color: var(--color-base-__brand--blue-dark);
  color: var(--color-base-__brand--white);
}

.button.is-secondary:hover {
  background-color: var(--color-base-__brand--blue-dark);
  box-shadow: 0 0 0 2px var(--color-base-__brand--blue-dark);
}

.button.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button.is-secondary.is-alternate:hover {
  background-color: var(--background-color--background-btn-neo-blue\<deleted\|variable-22e78517-2b3c-87e5-c8b6-de9a7e09e6e0\>);
}

.button.is-secondary.is-hero {
  background-color: var(--base-color-system--success-green);
  letter-spacing: .005rem;
  padding-top: .9rem;
  padding-bottom: .9rem;
  font-family: Varela Round, sans-serif;
  font-size: 1.35rem;
  font-weight: 400;
}

.button.is-secondary.is-hero:hover {
  background-color: var(--base-color-brand--neo-blue\<deleted\|variable-c8f5d5ed-201b-a8d7-c2fa-0d10eb7b3d32\>);
}

.button.is-secondary.is-section-cta-btn {
  letter-spacing: .005rem;
  padding: .9rem 4.25rem;
  font-family: Varela Round, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  box-shadow: 0 0 12px 1px #a1ceff5c;
}

.button.is-secondary.is-section-cta-btn:hover {
  background-color: var(--base-color-system--success-green);
  box-shadow: none;
}

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

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

.button.is-alternate {
  border: 1px solid var(--base-color-neutral--white);
  color: var(--text-color--text-alternate);
  background-color: #0000;
}

.button.is-alternate:hover {
  background-color: var(--background-color--background-btn-green);
  border-style: none;
}

.button.is-tertiary {
  background-color: var(--color-base-__brand--blue-neo);
  color: var(--color-base-__brand--white);
}

.button.is-tertiary:hover {
  background-color: var(--color-base-__brand--blue-neo);
  box-shadow: 0 0 0 2px var(--color-base-__brand--blue-neo);
}

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

.button.is-submit {
  background-color: #027a48;
}

.button.is-hero {
  width: 100%;
  font-size: 1.2rem;
}

.button.is-custom-hero-btn {
  border: 1px solid var(--color-base-__brand--white);
  letter-spacing: .005rem;
  background-color: #0000;
  font-family: Varela Round, sans-serif;
  font-weight: 400;
}

.button.is-custom-hero-btn:hover {
  background-color: var(--base-color-system--success-green);
  border-style: none;
}

.button.is__hero {
  width: 100%;
  font-size: var(--size-fonts-__paragraphs--p-large);
  text-shadow: 0 3px 6px #ffffff40;
  white-space: nowrap;
  padding: 1rem 0;
}

.button.cta_button_header {
  font-size: var(--size-fonts-__paragraphs--p-large);
  line-height: var(--size-fonts-__line-heights--line-height-l);
  text-shadow: 0 3px 6px #ffffff40;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-size-regular {
  font-size: var(--size-fonts-__paragraphs--p-regular);
}

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

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

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

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

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

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

.form_input {
  border: 1px solid var(--border-color--border-secondary);
  background-color: var(--base-color-neutral--white);
  height: auto;
  min-height: 2.75rem;
  color: var(--text-color--text-primary);
  background-image: url('../images/BxMap.svg');
  background-position: 2%;
  background-repeat: no-repeat;
  background-size: 28px;
  border-radius: 6px;
  margin-bottom: 0;
  padding: .5rem .75rem .5rem 2.5rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

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

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

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

.rl-styleguide_button-list.background-color-primary {
  background-color: var(--background-color--background-secondary);
}

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

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

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

.button-group.is-center {
  margin-left: auto;
  margin-right: auto;
}

.text-color-white {
  color: var(--base-color-neutral--white);
}

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

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

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

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

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

.benefits_section_icon__large {
  width: 5rem;
  height: 5rem;
  color: var(--color-base-__brand--orange);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

.text-color-black {
  color: var(--black-archive\<deleted\|variable-dccb7db6\>);
}

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

.icon-embed-xsmall {
  width: 1.35rem;
  height: 1.35rem;
  color: var(--color-base-__brand--blue-light-ultra);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-xsmall.is-icon-darkblue {
  color: #194769;
}

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

.background-color-black {
  background-color: var(--base-color-neutral--black);
}

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

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

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

.rl-styleguide_subheading {
  z-index: 3;
  border: 1px solid var(--color-base-__brand--blue-dark);
  background-color: var(--color-base-__brand--white);
  color: var(--text-color--text-primary);
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.form_radio-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

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

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

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

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

.rl-styleguide_header-wrapper {
  text-align: center;
  width: 100%;
}

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

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

.icon-height-custom1 {
  height: 1.25rem;
}

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

.text-size-small {
  font-size: var(--size-fonts-__paragraphs--p-small);
}

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

.form_field-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.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 figcaption {
  border-left: 2px solid var(--text-color--text-primary);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

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

.card__icon {
  width: 2.75rem;
  height: 2.75rem;
  margin-left: .35rem;
}

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

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

.text-size-large {
  font-size: var(--size-fonts-__paragraphs--p-large);
}

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

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

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

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_nav {
  z-index: 1000;
  background-color: var(--color-base-__brand--grey-blue-light);
  border-radius: .75rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
  box-shadow: 0 3px 6px #a1a4b359;
}

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

.rl-styleguide_nav-link.w--current {
  background-color: var(--color-base-__brand--grey-blue-dark);
  color: var(--text-color--text-alternate);
  border-radius: 1rem;
  font-weight: 500;
}

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

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

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

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

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

.background-color-secondary {
  background-color: var(--background-color--background-secondary);
  color: #194666;
}

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

.background-color-alternative {
  background-color: var(--background-color--background-alternate\<deleted\|relume-variable-background-color-4\>);
}

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

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

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

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

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

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

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

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

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

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

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

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #fff;
  background-color: #161616;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem;
}

.rl-styleguide_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.delete-this {
  display: flex;
}

.rl-styleguide_image-wrapper {
  background-image: url('../images/Webflow-Background.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-color-button {
  background-color: #f69e66;
}

.text-block {
  color: #194769;
  text-transform: uppercase;
}

.nav__header {
  padding-left: 3%;
  padding-right: 3%;
}

.nav__header.background-color-secondary:hover {
  box-shadow: 0 0 0 3px var(--base-color-brand--orange\<deleted\|variable-1a9103d4-1d42-2d65-dbed-b40769e8c8ab\>);
}

.nav_header_preheader {
  height: 5rem;
}

.header_component_v1_container--flex {
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.preheader_content__logo {
  color: var(--background-color--background-secondary);
  flex: 1;
}

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

.preheader_logo_link.w--current {
  text-decoration: none;
}

.preheader_image_brand_logo {
  width: 68px;
  text-decoration: none;
}

.header_component_v1_cta.hide-tablet.is-section-btn {
  cursor: pointer;
  transform-style: preserve-3d;
}

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

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

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

.preheader_wrapper {
  justify-content: space-around;
  align-items: center;
  padding-top: .35rem;
  padding-right: 1rem;
}

.nav__desktop {
  z-index: 9999;
  background-color: #2b5779;
  position: sticky;
  top: 0;
  left: auto;
  right: auto;
}

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

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

.navbar_desktop.container-medium {
  background-color: #0000;
  min-height: 3rem;
  display: flex;
}

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

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

.navbar_link {
  color: var(--color-base-__brand--grey-blue-light);
  letter-spacing: .025rem;
  padding: 1rem;
  font-size: 1.05rem;
  font-weight: 500;
}

.navbar_link:hover {
  color: #67bbff;
}

.navbar_link.w--current {
  color: #58b4ff;
}

.navbar_style_component {
  background-color: #fff;
  background-image: linear-gradient(90deg, #58b4ff80 80%, #ffffff40);
  height: .125rem;
}

.navbar_style_component.hide-tablet {
  background-image: linear-gradient(90deg, #58b4ff80 80%, #ffffff40);
  display: block;
}

.nav__mobile {
  z-index: 9999;
  position: sticky;
  top: 0;
  left: auto;
  right: auto;
}

.navbar_mobile {
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
}

.navbar_mobile_menu_button {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

.section__hero {
  background-image: url('../images/treppenhausreinigung-hero-v1_1.avif');
  background-position: 50%;
  background-size: cover;
  padding-left: 5%;
  padding-right: 5%;
}

.section__hero.padding-global {
  background-image: url('../images/treppenhausreinigung-hero-v1_1.avif');
  background-position: 0 0;
  background-size: auto;
}

.section__hero.padding-global.padding-custom-section-hero {
  background-color: var(--color-base-__brand--white);
  background-image: radial-gradient(circle, #67bbff40 57%, #fff);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.section-component_hero_v1_container--logo.padding-top.padding-xsmall {
  padding-top: 0;
  padding-bottom: 0;
}

.section-component_hero_v1_container--logo_image {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}

.content-container.margin-bottom.margin-small {
  margin-top: 0;
  margin-bottom: 0;
}

.content-container.container-medium.container-effect {
  background-color: #ffffff80;
}

.content-container.container-custom-hero {
  display: none;
}

.content-container.container-custom--hero {
  width: 100%;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

.content-container.container-custom-steps-cards {
  width: 100%;
  max-width: 14rem;
  margin-left: auto;
  margin-right: auto;
}

.hero_section_content_container__subheading.margin-top.is-hero-flex {
  justify-content: center;
  align-items: center;
  padding-left: .6rem;
  display: flex;
}

.section-component_hero_v1_p_subheading {
  font-size: 1.75rem;
}

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

.p_subheading--semibold.is-check-icon {
  color: #67bbff;
  background-image: url('../images/check-solid-green.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 28px;
  padding-left: 2rem;
  font-weight: 800;
}

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

.hero_section_content__benefits {
  flex: 1;
  max-width: 38rem;
  margin-bottom: auto;
  padding-top: 1rem;
  padding-left: 6rem;
}

.p_ul--red_arrow {
  background-image: url('../images/arrow-right-solid-red.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 1.2rem;
}

.p_ul--red_arrow.is-hero {
  margin-bottom: .35rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.p_ul--red_arrow.is-hero.is-2lines {
  background-image: url('../images/arrow-right-solid-red.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 14px;
}

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

.section-component_hero_v1_custom_text--solutions.margin-top.margin-xsmall.is-center {
  margin-left: auto;
  margin-right: auto;
}

.benefits_list_item {
  background-image: url('../images/check-solid-green.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 1.2rem;
}

.benefits_list_item.is-hero {
  background-position: 0 15%;
  margin-bottom: .35rem;
  font-size: 1.15rem;
  font-weight: 500;
}

.benefits_list_item.is-hero.is-xblod {
  background-position: 0%;
  font-weight: 700;
  display: block;
}

.benefits_list_item.heading-style-h6.is-no-wrap {
  white-space: nowrap;
}

.section-component_hero_v1_cta_button.margin-top.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
}

.section-component_hero_v1_cta_button.margin-top.margin-custom {
  border-radius: 6px;
  margin-top: 2rem;
  padding: 1rem 2rem 2rem;
  box-shadow: 0 1px 3px 1px #0003;
}

.section-component_hero_v1_content_image {
  margin-top: .75em;
}

.section-component_hero_v1_content_image_container {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.section-component_hero_v1_text_image {
  width: 100%;
  height: 75px;
}

.hero_section_content__hero_image {
  margin-top: 3.9rem;
  margin-bottom: -1.5rem;
}

.hero_section_content__hero_image.hide-mobile-landscape {
  align-self: flex-end;
  margin-bottom: -82px;
}

.hero_section__hero_image {
  width: 100%;
  margin-top: 0;
}

.hero_section_h3 {
  font-size: 1.75rem;
}

.hero_section_h3.heading-style-h4 {
  font-weight: 700;
}

.p-hero {
  font-size: 1rem;
  font-weight: 500;
}

.p-hero.text-align-center {
  font-weight: 600;
}

.div-block {
  padding: 1rem;
}

.div-block.background-color-secondary {
  border-radius: 6px;
}

.div-block.background-color-secondary.margin-top.margin-custom1 {
  margin-top: .5rem;
}

.div-block-2 {
  background-color: var(--base-color-neutral--neutral-lightest);
}

.div-block-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span {
  color: var(--base-color-system--success-green);
  font-weight: 900;
}

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

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

.image-2 {
  width: 48px;
  height: 48px;
}

.flex-block {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.hero_section_content_benefits__list {
  padding-left: .25rem;
}

.hero_section_h3__span {
  color: #67b8eb;
  white-space: pre-wrap;
  word-break: normal;
  font-weight: 800;
}

.header_component--v1 {
  background-color: #1d4266;
}

.header_component_v1_preheader {
  width: 100%;
  height: 5rem;
}

.header_component_v1_logo {
  flex: 1;
}

.btn {
  color: #fff;
  letter-spacing: -.035em;
  text-transform: uppercase;
  background-color: #f2a779;
  border-radius: 3px;
  padding: .75em 2em;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
}

.btn.is-header {
  cursor: pointer;
  transform-style: preserve-3d;
  padding-top: .55em;
  padding-bottom: .55em;
}

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

.btn.submit-button {
  background-color: var(--color-base-__brand--blue-dark);
}

.btn.submit-button:hover {
  background-color: var(--base-color-system--success-green);
  color: var(--color-base-__brand--white);
}

.btn.prev-button {
  color: #1d4266;
  text-align: center;
  letter-spacing: .045em;
  text-transform: none;
  cursor: pointer;
  z-index: 9999;
  background-color: #0000;
  border: 1px solid #1d4266;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: .35em 1em;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.35em;
  transition-property: opacity;
  transition-duration: .35s;
  transition-timing-function: cubic-bezier(.23, .149, .58, 1);
}

.btn.prev-button:hover {
  color: #fff;
  background-color: #1d4266;
}

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

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

.navbar_component_v1_menu--desktop.is-page-height-tablet {
  width: 100%;
  display: flex;
}

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

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

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

.navbar_component_v1_link--mobile.w--current {
  color: #000;
}

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

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

.image-5 {
  width: 150px;
  height: 150px;
}

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

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

.subheading-semibold.is-check-icon {
  color: #67bbff;
  background-image: url('../images/check-solid-green.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 28px;
  padding-left: 2rem;
  font-weight: 800;
}

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

.header36_content {
  flex: 1;
  max-width: 38rem;
  margin-bottom: auto;
  margin-right: 2rem;
  padding-top: 1.5rem;
  padding-left: 6rem;
}

.problem_list_item__p_ul__problem {
  font-size: var(--size-fonts-__paragraphs--p-large);
  padding-left: .5rem;
}

.problem_list_item__p_ul__problem.is--hero {
  margin-bottom: .35rem;
  font-size: 1.25rem;
}

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

.problem_list_item__p_ul__problem.is__hero {
  white-space: nowrap;
  margin-bottom: .35rem;
  padding-left: .5rem;
  font-size: 1.25rem;
}

.problem_list_item__p_ul__problem.is__hero.is--twolines {
  background-position: 0 10%;
}

.p_ul__value {
  padding-left: .5rem;
}

.p_ul__value.is--hero {
  margin-bottom: .35rem;
  font-size: 1.25rem;
}

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

.p_ul__value.is__hero {
  white-space: normal;
  background-image: none;
  margin-bottom: .35rem;
  padding-left: .5rem;
  font-size: 1.375rem;
  font-weight: 700;
}

.p_ul__value.is__hero.is--twolines {
  background-position: 0 10%;
}

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

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

.div-block-6 {
  margin-top: 1rem;
}

.div-block-5 {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.image-6 {
  width: 150px;
  height: 80px;
}

.hero_section_content__image_box {
  flex: 0 auto;
  align-self: flex-end;
  margin-left: -7rem;
  margin-right: -5rem;
}

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

.hero_image-bauarbeiter {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  max-height: 60vh;
  margin-top: 2rem;
  display: block;
}

.section-component_partner__v1.hide-mobile-landscape {
  align-self: flex-end;
  margin-bottom: -82px;
}

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

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

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

.p-partner {
  color: #a1a4b3;
  text-align: center;
  font-size: .75rem;
  font-weight: 700;
}

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

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

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

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

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

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

.border {
  background-image: linear-gradient(#c8d0df, #f5fafe 25%);
  height: 1.5em;
  padding-bottom: 3rem;
}

.border.is--white {
  background-image: linear-gradient(#a1a4b3, #fff 25%);
}

.border.is--blue {
  background-image: linear-gradient(#c8d0df, #f5fafe 25%);
}

.section__intro {
  background-color: var(--background-color--background-primary);
}

.section__intro.padding-global {
  background-color: var(--background-color--background-primary);
  background-image: linear-gradient(180deg, var(--color-base-__brand--blue-light-ultra) 25%, white);
}

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

.section_heading_h2 {
  text-align: center;
}

.section_heading_h2.heading-style-h3 {
  font-size: var(--size-fonts-__headings--h3);
}

.section_heading_h2.heading-style-xl.text-align-center.text-mobile-small.hide-desktop {
  display: none;
}

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

.p-section {
  text-align: center;
  font-size: 1.15rem;
  line-height: 1.5em;
}

.p-section.is--section {
  color: #1d4266;
  text-align: center;
  letter-spacing: .045em;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.35em;
}

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

.intro_section_cta_card_paragraph__span {
  color: var(--base-color-system--success-green);
  text-shadow: 0 1px 3px #027a4840;
  background-image: url('../images/check-solid-green.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 1.25rem;
  font-weight: 700;
}

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

.section__testimonial.padding-global {
  background-image: linear-gradient(180deg, var(--color-base-__brand--blue-light-ultra), white);
}

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

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

.section__problem {
  background-image: linear-gradient(180deg, var(--color-base-__brand--blue-light-ultra), white);
}

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

.problem_section__content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 64rem;
  margin-top: 3.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.problem_section__content.is--mobile {
  display: none;
}

.layout209_image {
  border-radius: 6px;
  align-self: center;
  width: 500px;
  box-shadow: 0 1px 3px 1px #0003;
}

.text-size-medium-3 {
  text-align: center;
  margin-bottom: .75em;
  font-size: 1.125rem;
}

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

.layout209_item-list.margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-bottom: 0;
}

.problem_section_content_list_wrapper {
  display: flex;
}

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

.description-list-item {
  color: #1d4266;
  text-align: left;
  letter-spacing: .045em;
  background-image: url('../images/arrow-right-solid-red.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px;
  background-attachment: scroll;
  margin-bottom: .55em;
  padding-left: 26px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5em;
  list-style-type: none;
}

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

.description-list-item-second {
  color: #1d4266;
  text-align: left;
  letter-spacing: .045em;
  background-image: url('../images/arrow-right-solid-red.svg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-bottom: 12px;
  padding-left: 26px;
  font-size: 1rem;
  line-height: 1.5em;
}

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

.section-component_question__v1 {
  background-color: #f3f9ff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.question-container {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 46.67em;
  height: 100%;
  padding: .35em 2em 1.35em;
  display: flex;
  box-shadow: 0 1px 3px 1px #0003;
}

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

.question-grid-item {
  text-decoration: none;
}

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

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

.question-icon {
  width: 48px;
}

.h3--question {
  color: #1d4266;
  letter-spacing: .045em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5em;
}

.h3--question.is--white {
  color: #fff;
  font-size: 1rem;
}

.h3--question.is--white:hover {
  color: #58b4ff;
}

.image-16 {
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

.benefits_section_content_component_number_wrapper {
  text-align: center;
}

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

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

.layout486_progress-wrapper {
  width: 100%;
  height: 2px;
  margin-bottom: 0;
}

.layout486_progress-bar {
  width: 2rem;
  height: 2px;
}

.heading-5 {
  font-size: 2.074rem;
}

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

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

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

.workflow-list-item.is--semi-bold {
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.25em;
}

.section-component_reference_gallery__v1 {
  background-color: #f5fafe;
}

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

.collection-list-wrapper.container-medium {
  background-color: #0000;
  min-height: 3rem;
  display: flex;
}

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

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

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

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

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

.load-more-btn {
  color: #fff;
  text-align: center;
  letter-spacing: .045em;
  background-color: #2e5072;
  border-radius: 3px;
  padding: .75em 2em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  display: block;
}

.load-more-btn-close {
  color: #fff;
  text-align: center;
  letter-spacing: .045em;
  background-color: #2e5072;
  border-radius: 3px;
  padding: .75em 2em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  display: none;
}

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

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

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

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

.h3--large.is--section {
  color: #1d4266;
  text-align: left;
  letter-spacing: .045em;
  margin-top: 0;
  margin-bottom: .55em;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5em;
}

.h3--large.is--section.is--reference-section {
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25rem;
  font-weight: 600;
}

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

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

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

.section__steps.padding-global.padding-large {
  background-color: var(--color-base-__brand--white);
  background-image: none;
}

.layout-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr;
}

.layout-component.container-medium {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.steps_section__card {
  border: 1px solid var(--color-base-__brand--blue-mid);
  background-color: #1d4266;
  background-image: linear-gradient(176deg, var(--color-base-__brand--blue-dark), #67bbff40 50%);
  width: 100%;
  max-width: 18rem;
  box-shadow: 0 3px 6px 3px var(--color-base-__brand--blue-mid);
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.steps_section__card_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: .5rem;
}

.card-row39_card-content-top {
  flex: 1;
}

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

.card__p {
  color: #fff;
  font-size: var(--size-fonts-__paragraphs--p-small);
  font-weight: 400;
}

.section-component_team__v1 {
  background-color: #f5fafe;
}

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

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

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

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

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

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

.card-row4_card-content-top {
  z-index: 1000;
  background-color: #1d4266;
  width: 15rem;
  padding: .5rem 1rem;
}

.h3-team {
  color: #fff;
  font-size: 1rem;
}

.is--white {
  color: #fff;
  font-size: .75rem;
}

.content-heading.is--team.is--team-content-list {
  background-color: #fff;
  border: 1px solid #1d4266;
  border-radius: 12px;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-bottom: 1em;
  padding-left: 2em;
  padding-right: 2em;
  box-shadow: 0 1px 3px 1px #0000000d;
}

.team-content-list {
  text-align: left;
  list-style-type: none;
}

.team-content-list-item {
  color: #1d4266;
  letter-spacing: .045em;
  background-image: url('../images/check-solid-green.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-bottom: 3px;
  padding-left: 26px;
  font-size: .95rem;
  line-height: 2em;
}

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

.section__faq {
  background-color: var(--base-color-brand--lightest-blue\<deleted\|variable-f94ab6ca-6c84-ea56-b724-e289490b5d30\>);
}

.section__faq.padding-global {
  background-color: var(--color-base-__brand--blue-light-ultra);
}

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

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

.faq_section__accordion {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  box-shadow: 0 6px 12px -3px #0003;
}

.faq_section__question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

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

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

.faq_answer {
  line-height: 1.5;
}

.section__cta_partner {
  background-color: var(--color-base-__brand--blue-light-ultra);
}

.section__cta_partner.padding-global {
  background-color: var(--color-base-__brand--white);
}

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

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

.layout237_item {
  text-align: center;
  background-color: #fff;
  border: 1px solid #1d4266;
  border-radius: 12px;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 20rem;
  padding-top: 2rem;
  display: flex;
}

.link-block {
  color: #1d4266;
  margin-top: -1rem;
  font-weight: 600;
  text-decoration: none;
}

.link-block:active {
  color: #2e5072;
}

.p-zertifikat-link {
  font-size: .875rem;
}

.section__footer {
  background-color: var(--background-color--background-secondary);
  border-top: 1px solid #58b4ff;
}

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

.footer_section_content_company_logo {
  margin-bottom: 2rem;
  padding-left: 0;
}

.image-33 {
  width: 450px;
  height: 120px;
}

.footer_section_content_company_contact {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center start;
  margin-top: -1rem;
  display: flex;
}

.footer_company_contact_p {
  color: #fff;
  margin-bottom: .3em;
  font-weight: 400;
}

.footer_company_contact_link__tele {
  color: #fff;
  text-align: center;
  margin-bottom: .3rem;
  margin-left: -1rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer_company_contact_link__tele:hover {
  color: #58b4ff;
}

.footer_section_line_divider {
  background-color: #a1a4b3;
  width: 100%;
  height: 1px;
}

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

.footer_section_content_links_credit_text {
  color: #fff;
  font-size: .875rem;
  font-weight: 500;
}

.footer_section_content_links_legal_links {
  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_links_legal_links {
  color: #fff;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: underline;
}

.footer_links_legal_links:hover {
  color: var(--color-base-__brand--white);
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-10 {
  justify-content: flex-start;
  display: flex;
}

.div-block-11 {
  flex-flow: column;
  align-self: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.p-sauber {
  text-align: justify;
}

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

.footer {
  background-color: var(--color-base-__brand--blue-dark);
}

.padding-custom-intro {
  padding-top: 3rem;
  padding-bottom: 6rem;
}

.footer_company_logo__image {
  width: 80px;
}

.div-block-12 {
  padding-left: 5%;
  padding-right: 5%;
}

.hero_section_h1 {
  text-transform: uppercase;
}

.hero_section_h1.text-align-center {
  letter-spacing: .15rem;
  text-transform: uppercase;
  font-family: Anton;
  font-size: 3.5rem;
  font-weight: 400;
}

.hero_h2 {
  font-weight: 500;
}

.hero_h2.text-align-center {
  white-space: nowrap;
}

.hero_section_h2__span {
  color: var(--color-base-__brand--orange);
  font-weight: 700;
}

.hero_section_icon_image {
  width: 28px;
}

.image-35 {
  width: 72px;
  margin-top: -28px;
  padding-left: 0;
}

.flex-block-3 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.hero_section_content__cta_button {
  margin-left: 1.5rem;
}

.image-36 {
  width: 48px;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_heading__h2_span {
  color: var(--color-base-__brand--orange);
  font-weight: 900;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.steps_section_content_heading__h2 {
  border-radius: 24px;
  padding: 1rem;
  font-size: 2.7rem;
  box-shadow: 0 0 3px 3px #80808033;
}

.steps_section__card_content_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #3c688a40;
  border-radius: 12px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: start stretch;
  height: 100%;
  padding: .75rem .75rem 1.75rem;
  position: relative;
  box-shadow: 0 0 3px 3px #bebebe33;
}

.paragraph-9 {
  font-size: 1.25rem;
  font-weight: 500;
}

.steps_section_content_value_paragraph {
  margin-top: 2rem;
}

.steps_section_content_value_paragraph__bold {
  color: var(--color-base-__brand--blue-dark);
  margin-top: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.image-37 {
  width: 100px;
  margin-left: -5.5rem;
}

.hero_section_content__heading {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.hero_section_content_box__cta_button {
  width: 100%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.div-block-20 {
  width: 100%;
}

.image-38 {
  width: 148px;
}

.div-block-21 {
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.div-block-22 {
  width: 50%;
  position: relative;
}

.div-block-23 {
  position: absolute;
  inset: -105px 45px 0% auto;
}

.image-39 {
  width: 145px;
  display: none;
}

.hero_image__syle_element {
  opacity: .75;
  width: 350px;
  height: 110px;
  margin-top: -8rem;
  margin-bottom: -4rem;
  margin-left: -2.5rem;
}

.link {
  color: #102c40;
  font-weight: 500;
}

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

.steps_section_content_container__cards {
  width: 100%;
}

.steps_section__card_content__icon.margin-bottom.margin-xsmall {
  justify-content: flex-start;
  align-items: flex-start;
}

.card__custom_code {
  width: 100%;
}

.card__custom_code.align-center {
  margin-top: -2rem;
}

.steps_section__card_content__text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.card__h3 {
  color: var(--text-color--text-alternate);
  font-size: var(--size-fonts-__headings--h6);
  text-align: center;
}

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

.steps_section__cta_button {
  justify-content: center;
  align-items: center;
  width: 35%;
  margin-left: auto;
  margin-right: auto;
}

.section_heading__h2 {
  text-align: center;
}

.section_heading__sub-p {
  font-size: var(--size-fonts-__headings--h5);
  text-align: center;
  font-weight: 600;
}

.section_heading__sub-p.text-size-large.text-weight-semibold.text-style-allcaps.text-align-center.text-custom {
  line-height: 1.15;
}

.section_heading__sub-p.text-size-large.text-weight-bold.text-color-orange {
  color: var(--color-base-__brand--blue-mid);
}

.section__p {
  font-size: var(--size-fonts-__paragraphs--p-medium);
  text-align: center;
}

.section__p.text-size-medium.text-weight-semibold.text-color-white:hover {
  color: var(--text-color--text-heading-neo-blue\<deleted\|variable-501b04fe-e745-0ca9-2a91-13109a09e42d\>);
}

.section__p.text-size-medium.text-weight-semibold.is__font_custom {
  color: var(--color-base-__brand--blue-mid);
  text-transform: uppercase;
  padding-top: .5rem;
  font-weight: 900;
}

.section__p.text-size-medium.is__mobile_left {
  font-size: var(--size-fonts-__paragraphs--p-regular);
  text-align: left;
}

.section__p.text-size-medium.text-weight-bold.text-color-orange {
  color: #df834a;
}

.section__p.text-size-medium.text-align-custom {
  text-align: justify;
}

.section__p.padding-xsmall.text-size-medium.text-align-center {
  font-size: var(--size-fonts-__paragraphs--p-large);
}

.intro_section_cta_card {
  background-color: var(--background-color--background-primary);
  text-align: center;
  border-radius: 12px;
  padding: 2rem;
}

.intro_section_cta_card.shadow-medium {
  margin-top: 4.5rem;
  margin-bottom: .5rem;
  box-shadow: 0 3px 12px 3px #00000014, 0 4px 6px -2px #00000008;
}

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

.intro_section_cta_card_paragraph {
  font-size: var(--size-fonts-__paragraphs--p-large);
}

.intro_section_cta_card_image_verified {
  width: 265px;
  margin-bottom: 1rem;
}

.problem_section__image_box {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.text-size-medium-6 {
  margin-bottom: .75em;
  font-size: 1.125rem;
}

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

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

.problem_section__problem_list {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 1rem;
  list-style-type: none;
  display: flex;
}

.problem_list_item {
  background-image: url('../images/arrow-right-solid-red.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 1.5rem;
  font-weight: 500;
}

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

.problem_list_item.text-size-medium.text-weight-semibold.padding-left.padding-small {
  background-image: url('../images/arrow-right-solid-red.svg');
}

.problem_list_item.text-size-medium.text-weight-semibold.padding-left.padding-small.is__check_icon, .problem_list_item.is__icon_check {
  background-image: url('../images/check-solid-green.svg');
}

.section__cta_question {
  background-color: var(--color-base-__brand--blue-light-soft);
}

.cta_q_section_content_container {
  background-color: var(--background-color--background-primary);
  border-radius: 12px;
}

.cta_q_section_content_card {
  background-color: var(--color-base-__brand--white);
  border-radius: 12px;
}

.section_p__bold {
  background-image: url('../images/arrow-right-solid-red.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1rem;
  padding-left: 1.35rem;
}

.section_p__bold.is__icon_check {
  color: var(--text-color--text-primary);
  background-image: none;
  padding-left: 0;
}

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

.cta_q_section__cta_buttons_grid_item {
  text-decoration: none;
}

.cta_q_section__cta_buttons_grid_item:hover {
  transform: translate(0, -2px);
}

.cta_q_section__cta_button_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--background-color--background-secondary);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1.2rem;
  display: flex;
}

.cta_q_button_image_icon {
  width: 3rem;
}

.section__info.padding-global {
  background-image: linear-gradient(180deg, var(--color-base-__brand--blue-light-ultra), white);
}

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

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

.info_section_content_paragraph__with_icon.text-align-center {
  justify-content: center;
  align-items: center;
}

.section_p_image_icon__check {
  align-self: flex-start;
  width: 32px;
  margin-right: .5rem;
  padding-top: .15rem;
}

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

.info_section_content_subheading__with_icon.margin-bottom.margin-xsmall {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.info_section__icon {
  width: 48px;
  margin-right: .5rem;
}

.info_section_content__image.margin-bottom.margin-small {
  align-self: flex-end;
}

.info_section_content_image_container.shadow-large.margin-top.margin-small {
  box-shadow: none;
}

.info_section_image {
  border-radius: 6px;
  width: 500px;
  box-shadow: 0 1px 3px 1px #0003;
}

.info_section_image.is__best_dienstleister {
  width: 100px;
  margin-bottom: 78px;
}

.close-button {
  color: #fff;
  letter-spacing: .045em;
  cursor: pointer;
  background-color: #4caf50;
  border-radius: 6px;
  margin-top: 20px;
  padding: 10px 32px;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.25em;
}

.h3-step6 {
  color: #1d4266;
  text-align: center;
  letter-spacing: .045em;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25em;
}

.question {
  color: #1d4266;
  text-align: center;
  letter-spacing: .045em;
  padding-top: 1em;
  padding-bottom: .5rem;
  font-size: 1.275rem;
  font-weight: 600;
  line-height: 1.35em;
}

.popup-p {
  color: #fff;
  text-align: center;
  letter-spacing: .045em;
  font-size: .925rem;
  font-weight: 300;
  line-height: 1.25rem;
}

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

.step-active {
  width: 100%;
}

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

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

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

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

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

.div-block-93 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.radio-label {
  color: #1d4266;
  letter-spacing: .045em;
  align-self: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

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

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

.h1-sub {
  color: #58b4ff;
  letter-spacing: .045em;
  font-size: 2.074rem;
  font-weight: 600;
}

.h1-sub.is--green {
  color: #4caf50;
}

.ms_form__answer-input {
  opacity: 0;
}

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

.input-label {
  display: none;
}

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

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

.h2-form {
  color: #fff;
  text-align: center;
  font-size: 2.25rem;
  line-height: 1.25em;
}

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

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

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

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

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

.header-content {
  display: block;
}

.icon-container {
  flex: 1;
}

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

.answer-item {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #1d4266;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: .75em;
  padding: .75em 1.2em;
  display: flex;
}

.answer-item:hover {
  color: #fff;
  background-color: #c8d0df;
}

.answer-item.is__input_other {
  border-style: none;
  border-radius: 0;
  padding-left: .25rem;
  padding-right: 1.2rem;
}

.progress-percent {
  color: #2e5072;
  text-align: center;
  letter-spacing: .045em;
  font-size: .95em;
  font-weight: 700;
  line-height: 1.5em;
}

.data-p {
  color: #196619;
  margin-bottom: 0;
  padding-top: .45em;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5em;
}

.agb-label {
  color: #1d4266;
  letter-spacing: .045em;
  font-size: .7rem;
  font-weight: 400;
}

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

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

.mstep_form__subheadline.mstep_form__subheadline--js {
  color: #fff;
  text-align: center;
  letter-spacing: .045em;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.35em;
}

.mstep_form__subheadline.mstep_form__subheadline--js.margin-top.margin-xsmall.text-mobile-small {
  font-size: var(--size-fonts-__headings--h6);
}

.mstep_form__subheadline.mstep_form__subheadline--js.margin-top.margin-xsmall.text-mobile-small.text-weight-semibold.text-size-custom {
  font-weight: 600;
}

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

.image-14 {
  width: 12px;
}

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

.form-icon-arrow.is__input_other {
  margin-bottom: .75rem;
  padding-top: 0;
}

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

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

.h4-step6 {
  color: #4caf50;
  letter-spacing: .045em;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25em;
}

.mstep_form__headline.mstep_form__headline--js {
  color: var(--text-color--text-alternate);
  font-family: Montserrat, sans-serif;
  font-size: var(--size-fonts-__headings--h2);
  text-align: center;
  font-weight: 700;
  line-height: 1.25;
}

.mstep_form__headline.mstep_form__headline--js.text-color-green {
  color: var(--color-base-__brand--white);
}

.h3-step7 {
  color: #1d4266;
  text-align: center;
  letter-spacing: .045em;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25em;
}

.mstep_form___header {
  background-color: #1d4266;
  border-radius: 12px 12px 0 0;
  width: 54em;
  padding-top: 2em;
  padding-bottom: 1.5em;
}

.input-field {
  letter-spacing: .045em;
  border-radius: 4px;
  height: 54px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25em;
  overflow: hidden;
}

.h3-check {
  color: var(--color-base-__brand--blue-dark);
  font-size: var(--size-fonts-__headings--h5);
  text-align: center;
  letter-spacing: .045em;
  margin-top: 1rem;
  font-weight: 700;
}

.h2-check-subheader {
  color: #fff;
  text-align: center;
  letter-spacing: .045em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35em;
}

.check-back-btn {
  color: #fff;
  text-align: center;
  letter-spacing: .045em;
  cursor: pointer;
  background-color: #1d4266;
  border-radius: 3px;
  font-size: 1rem;
  line-height: 1.35em;
}

.check-back-btn:hover {
  color: var(--color-base-__brand--white);
}

.check-back-btn.w--current:hover {
  color: var(--color-base-__brand--white);
  background-color: #1d4266;
}

.check-header {
  background-color: #1d4266;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 54em;
  padding: 1em .5em 1.2em;
}

.text-span-8 {
  color: #4caf50;
  letter-spacing: .045em;
  font-size: 1.728rem;
  font-weight: 600;
  line-height: 1.35em;
}

.check-content-p {
  color: #1d4266;
  text-align: center;
  width: 22em;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.35em;
}

.check-box-content {
  background-color: var(--color-base-__brand--white);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 54em;
  height: 100vh;
  padding: 2em;
  box-shadow: 0 3px 3px 1px #0003;
}

.h1-check {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 2.074rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

.main-check {
  background-color: var(--color-base-__brand--blue-light-ultra);
}

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

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

.check-content-item.is--form-data {
  background-color: var(--color-base-__brand--blue-light-ultra);
  width: 38.75em;
  color: var(--color-base-__brand--blue-dark);
  letter-spacing: .045em;
  border: 1px solid #1d4266;
  border-radius: 6px;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  font-size: 1rem;
  line-height: 1.35em;
}

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

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

.p-content {
  color: #1d4266;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.5em;
}

.p-content-list-item {
  color: #1d4266;
  letter-spacing: .045em;
  margin-bottom: .55em;
  font-size: .875rem;
  line-height: 1.5em;
}

.section_content {
  margin-bottom: 1.5em;
}

.section_content.is__btn {
  justify-content: center;
  width: 100%;
  height: 6em;
  margin-top: 1.5em;
  margin-bottom: 5.2em;
  font-size: .875rem;
  line-height: 1.35em;
  display: flex;
}

.h2-content {
  color: var(--color-base-__brand--blue-dark);
  font-size: var(--size-fonts-__headings--h4);
  letter-spacing: .045em;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: .35em;
  font-weight: 600;
  line-height: 1.5em;
}

.h1-datenschutz {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .25em;
  padding-bottom: .25em;
  font-family: Montserrat, sans-serif;
  font-size: 2.074rem;
  font-weight: 700;
  line-height: 1.5em;
}

.h3-content {
  color: #1d4266;
  letter-spacing: .045em;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: .35em;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5em;
}

.h3-content.is--impressum {
  padding-bottom: 0;
  font-size: 1rem;
}

.section_content__button {
  justify-content: center;
  align-items: center;
  margin-top: 6em;
  display: flex;
}

.back_home_btn {
  color: #fff;
  letter-spacing: .045em;
  background-color: #1d4266;
  border-radius: 3px;
}

.back_home_btn:hover {
  color: var(--color-base-__brand--white);
}

.back_home_btn.w--current {
  font-size: .875rem;
}

.back_home_btn.w--current:hover {
  color: var(--color-base-__brand--white);
}

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

.heading {
  margin-bottom: 1.5em;
}

.heading.is--ds-subheader {
  background-color: #2e5072;
  margin-bottom: 1em;
  display: none;
}

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

.impressum_heading_h1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .75em;
  padding-bottom: .75em;
  font-family: Montserrat, sans-serif;
  font-size: 2.074rem;
  font-weight: 700;
  line-height: 1.5em;
}

.header36_content-2 {
  flex: none;
  padding: 2rem 1rem 0 2rem;
}

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

.hero_section_problem_list__item {
  justify-content: flex-start;
  display: flex;
}

.hero_image-bauarbeiter-2 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 450px;
}

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

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

.icon__check_green {
  width: var(--size-fonts-__paragraphs--p-regular);
  margin-bottom: 0;
}

.icon__check_green.is__hero {
  width: var(--size-fonts-__paragraphs--p-large);
  padding-bottom: .55rem;
}

.hero_section_value_list__item {
  display: flex;
}

.hero_section_value_list__item.is__hero {
  margin-bottom: .65rem;
}

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

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

.heading-2.is-hero {
  font-weight: 400;
}

.hero_section__cta_button_image {
  width: 200px;
  filter: drop-shadow(0px 6px 3px var(--color-base-__brand--grey-blue-dark));
}

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

.flex-block-4 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
}

.problem_list_item__icon_arrow_red {
  width: var(--size-fonts-__paragraphs--p-regular);
  flex: none;
  margin-bottom: 0;
}

.flex-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
}

.image-42 {
  width: 150px;
  height: 150px;
}

.border-large {
  border-radius: 12px;
}

.rl-styleguide_header-image {
  background-color: var(--background-color--background-secondary);
  border-radius: 12px;
}

.layout-wrapper-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  align-items: center;
  display: grid;
}

.hero_section__h1 {
  filter: drop-shadow(0 1px 1px #19466640);
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  margin-top: .1rem;
  padding-top: 7px;
  padding-bottom: 0;
}

.hero_section__h1.is__hero_h1_mobile {
  display: none;
}

.hero_section_content_wrapper__flex_v {
  justify-content: center;
  align-items: stretch;
}

.hero_section_content_container__box {
  justify-content: center;
}

.hero_section_content_container__box.padding-medium {
  justify-content: center;
  display: flex;
}

.hero_section_content_container__box.padding-top.padding-small, .hero_section_content_container__box.padding-top.padding-large {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero_section__content.margin-left.margin-large {
  flex: none;
}

.main_content_global {
  background-color: var(--color-base-__brand--blue-light-ultra);
}

.hero_section__problem_list {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  list-style-type: none;
}

.hero_section__problem_list.margin-top.margin-small {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.hero_section_problem_list_wrapper.padding-left.padding-xsmall {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero_section_value_list_wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero_section_value_list_wrapper.padding-left.padding-xsmall {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.navbar_link-2 {
  color: #c8d0df;
  letter-spacing: .025rem;
  padding: 1rem;
  font-size: 1.13rem;
  font-weight: 500;
}

.navbar_link-2:hover {
  color: #67bbff;
}

.navbar_link-2.w--current {
  color: #58b4ff;
}

.steps_section__card_link {
  width: 100%;
  max-width: 21rem;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.text-span-9, .text-span-10 {
  color: var(--color-base-__brand--orange);
}

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

.heading-9 {
  font-size: 2.074rem;
}

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

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

.heading-7 {
  font-size: 2.074rem;
}

.content_right_p {
  font-size: var(--size-fonts-__paragraphs--p-medium);
}

.content_right_list_item {
  font-size: var(--size-fonts-__paragraphs--p-large);
  background-image: url('../images/check-solid-green.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px;
  background-attachment: scroll;
  margin-bottom: 3px;
  padding-left: 26px;
  font-weight: 600;
  line-height: 2em;
}

.content_right_list_item.is--semi-bold {
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.25em;
}

.content_right_list_item.text-weight-semibold {
  color: var(--text-color--text-primary);
  font-size: var(--size-fonts-__paragraphs--p-medium);
}

.content_right_h3 {
  font-size: var(--size-fonts-__headings--h2);
}

.border-2 {
  background-image: linear-gradient(#c8d0df, #f5fafe 25%);
  height: 1.5em;
}

.heading-6 {
  font-size: 2.074rem;
}

.benefits_section_component_content_right_progress_bar {
  width: 2rem;
  height: 2px;
}

.benefits_section_component_content_right__progress_wrapper {
  width: 100%;
  height: 2px;
  margin-bottom: 0;
}

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

.content_right_list {
  padding-left: .5rem;
  list-style-type: none;
}

.heading-8 {
  font-size: 2.074rem;
}

.benefits_section_cta_button_wrapper, .benefits_section_content_icon_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.content_right_text_block_p {
  color: var(--color-base-__brand--blue-mid);
  font-weight: 600;
}

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

.icon-embed-medium-2.is--check {
  color: #4caf50;
}

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

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

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

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

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

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

.text-span-11 {
  color: var(--color-base-__brand--blue-dark);
}

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

.cta_partner_subheading_icon {
  width: 1.2rem;
  margin-right: .35rem;
}

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

.cta_partner_section_icon__large {
  width: 5rem;
  height: 5rem;
  color: var(--base-color-system--success-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta_partner_section__cta_button {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ms_form__answer_input {
  border-radius: 6px;
  margin-right: .5rem;
}

.card_component_content_heading {
  font-size: 1.425rem;
}

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

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

.text-span-12 {
  color: var(--color-base-__brand--orange);
}

.card__custom_code__mobile, .card__custom_code__mobile.align-center {
  display: none;
}

.mstep_form__p {
  color: var(--text-color--text-alternate);
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.mstep_form__p.margin-top.margin-xsmall {
  color: var(--text-color--text-alternate);
}

.text-span-13 {
  color: var(--color-base-__brand--orange);
  font-weight: 700;
}

.div-block-103 {
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-103.padding-global {
  justify-content: center;
  align-items: center;
  margin-right: 0;
}

.problem_section__badge {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--color-base-__brand--white);
  border-radius: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .5rem .5rem 1rem;
  display: flex;
  position: relative;
  box-shadow: 0 1px 3px #0003;
}

.problem_section__badge_wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.problem_section__badge_p {
  color: var(--text-color--text-success);
  font-size: var(--size-fonts-__headings--h6);
  margin-right: .75rem;
  font-weight: 500;
}

.problem_section__badge_p.is__text-color-red {
  color: var(--text-color--text-error);
  font-size: var(--size-fonts-__headings--h6);
}

.problem_section__icon {
  width: 3.25rem;
  height: 3.25rem;
}

.google_tag_manager {
  display: none;
}

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

.preheader_logo_name {
  color: var(--text-color--text-alternate);
  font-size: var(--size-fonts-__headings--h6);
  padding: .55rem 1rem .35rem .75rem;
  font-weight: 700;
}

.footer_company_logo__name {
  color: var(--text-color--text-alternate);
  font-size: var(--size-fonts-__headings--h6);
  font-weight: 700;
}

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

.h2__hero {
  font-size: var(--size-fonts-__headings--h3);
  text-align: center;
  margin-top: 1rem;
  font-weight: 500;
}

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

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

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

.p_ul__problem_city_name {
  font-size: var(--size-fonts-__paragraphs--p-large);
  padding-left: .25rem;
  font-weight: 700;
}

.hero_section_content_problem_list {
  list-style-type: none;
}

.hero_section_content_problem_list_item {
  white-space: nowrap;
  background-image: url('../images/arrow-right-solid-red.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1rem;
  padding-left: 1.5rem;
  font-size: 1.375rem;
}

.hero_section_content_value_list_item {
  background-image: url('../images/check-solid-green.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1rem;
  padding-left: 1.5rem;
  font-size: 1.375rem;
  list-style-type: none;
}

.hero_section_content_value_list_item__hero {
  font-size: var(--size-fonts-__headings--h4);
  text-transform: uppercase;
  background-image: url('../images/check-solid-green.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  margin-bottom: 1rem;
  padding-left: 1.75rem;
  font-weight: 700;
  list-style-type: none;
}

.ratings_section__custom_code {
  justify-content: center;
  align-items: center;
  margin-top: -8.25rem;
  margin-bottom: -4.95rem;
  margin-left: 39.75rem;
}

.hero_section__content_custom_code, .google-tag-manager-placholder {
  display: none;
}

.spacing-wrapper.margin-bottom.margin-xsmall {
  display: block;
}

.spacing-wrapper.padding-section-medium, .spacing-wrapper.padding-section-xl-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.hero_section__h2 {
  filter: drop-shadow(0 0 1px #19466640);
  font-size: var(--size-fonts-__headings--h4);
  text-align: center;
  text-shadow: 0 1px 3px #1946661f;
  margin-top: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.hero_section__problem_list_item {
  font-size: var(--size-fonts-__paragraphs--p-large);
  text-align: left;
  text-shadow: 0 1px 3px #2b57791a;
  white-space: nowrap;
  background-image: url('../images/arrow-right-solid-red.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1rem;
  margin-bottom: .45rem;
  padding-left: 1.5rem;
  font-weight: 500;
  list-style-type: none;
}

.hero_section__value_list_item__heading {
  font-size: var(--size-fonts-__paragraphs--p-xlarge);
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 1px 3px #19466640;
  background-image: url('../images/check-solid-green.svg');
  background-position: 0 5%;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  margin-bottom: 2rem;
  padding-left: 1.65rem;
  font-weight: 700;
  list-style-type: none;
}

.hero_section__value_list_item {
  font-size: var(--size-fonts-__paragraphs--p-large);
  text-align: left;
  text-shadow: 0 3px 3px #2b57791a;
  white-space: nowrap;
  background-image: url('../images/check-solid-green.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1rem;
  margin-bottom: .45rem;
  padding-left: 1.5rem;
  font-weight: 500;
  list-style-type: none;
}

.hero_section__value_list_item.is__text_bold {
  filter: drop-shadow(0 1px 1px #1946660d);
  color: #355c79;
  background-position: 0%;
  background-size: 1rem;
  margin-top: .55rem;
  padding-left: 1.5rem;
  font-weight: 700;
}

.section__ratings.padding-global {
  padding-left: 3%;
  padding-right: 3%;
}

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

.layout-wrapper.flex-h-center-center {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.text-block-2 {
  font-size: var(--size-fonts-__headings--h3);
  align-self: flex-start;
  margin-top: .55rem;
  margin-left: .55rem;
  font-weight: 500;
  line-height: 1;
}

.div-block-106 {
  flex: 1;
  align-self: center;
}

.style_element__neo_blue_divider {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-base-__brand--blue-neo), white);
  height: .25rem;
}

.style_element__neo_blue_divider.is__mobile {
  display: none;
}

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

.flex-block-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.div-block-110 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.layout-container {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
}

.layout-container.hero-section-h-flex {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout-container.hero-section-v-flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout-container.intro_section_cta_card_flex-v-center-center {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout-container.step-section-v-flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.layout-container.info-secion-v-flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout-container.partner-section-h-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_section_content_box__problem_list {
  align-self: flex-start;
}

.hero_section_content_box__value_list {
  background-color: #ffffff40;
  border-radius: 12px;
  align-self: flex-start;
  padding: 1rem 4rem 1rem 1rem;
  box-shadow: 0 0 12px #0003;
}

.section_heading__sub {
  font-size: var(--size-fonts-__headings--h5);
  text-align: center;
  padding-left: .55rem;
  font-weight: 600;
}

.problem_section__content_item {
  width: 100%;
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
}

.problem_section__content_item.problem_section__content_item_red {
  background-color: #ff05050d;
  border-radius: 12px;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.problem_section__content_item.problem_section__content_item_green {
  background-color: #09ff050d;
  border-radius: 12px;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.problem_section__image_female_worker {
  width: 350px;
}

.problem_section__p {
  font-size: var(--size-fonts-__paragraphs--p-medium);
  text-align: center;
}

.problem_section__image {
  width: 350px;
  display: none;
}

.problem_section__value_list {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 1rem;
  list-style-type: none;
  display: flex;
}

.cta_q_section__heading {
  font-size: var(--size-fonts-__headings--h3);
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
}

.cta_q_section__p {
  color: var(--text-color--text-alternate);
  font-size: var(--size-fonts-__paragraphs--p-medium);
  text-align: center;
}

.info_section__problem_list {
  list-style-type: none;
}

.info_section__problem_list_item {
  font-size: var(--size-fonts-__paragraphs--p-medium);
  background-image: url('../images/arrow-right-solid-red.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.info_section__value_list {
  list-style-type: none;
}

.info_section__value_list_item {
  font-size: var(--size-fonts-__paragraphs--p-medium);
  background-image: url('../images/check-solid-green.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.info_section__custom_heading {
  font-size: var(--size-fonts-__headings--h5);
  font-weight: 700;
}

.faq_question {
  font-size: var(--size-fonts-__paragraphs--p-medium);
  font-weight: 700;
}

.link-2 {
  margin-left: .15rem;
}

.link-3, .link-4 {
  margin-left: .15rem;
  padding-right: .15rem;
}

.partner_section__icon {
  width: 1.5rem;
  margin-top: -.35rem;
}

.body {
  background-color: var(--color-base-__brand--blue-light-ultra);
}

.intro_section__h2 {
  filter: drop-shadow(0 1px 1px #19466640);
  text-align: center;
}

.intro_section__h3_sub {
  filter: drop-shadow(0 1px 1px #19466640);
  font-size: var(--size-fonts-__headings--h5);
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 3rem;
  font-weight: 600;
}

.intro_section__p {
  font-size: var(--size-fonts-__paragraphs--p-medium);
  text-align: center;
}

.intro_section__p.intro_section__p_last {
  text-align: left;
  margin-top: 3rem;
  margin-bottom: 2.5rem;
}

.intro_section__p.intro_section__p_last.text-style-italic {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.intro_section__p.intro_section__p_custom {
  filter: drop-shadow(0 1px #19466640);
  font-size: var(--size-fonts-__paragraphs--p-large);
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 700;
}

.steps_section__h3_sub, .problem_section__h3_sub {
  font-size: var(--size-fonts-__headings--h5);
  text-align: center;
  font-weight: 600;
}

.problem_section__p_flop {
  text-align: center;
}

.problem_section__p_flop_bold {
  font-size: var(--size-fonts-__paragraphs--p-large);
  text-align: center;
  margin-top: 1.55rem;
  font-weight: 600;
}

.problem_section__p_top {
  text-align: center;
}

.problem_section__p_top_bold {
  font-size: var(--size-fonts-__paragraphs--p-large);
  text-align: center;
  margin-top: 1.55rem;
  font-weight: 600;
}

.value_list_item {
  background-image: url('../images/check-solid-green.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1rem;
  padding-left: 1.5rem;
  font-weight: 500;
}

.cta_q_section__heading_sub {
  font-size: var(--size-fonts-__paragraphs--p-medium);
  text-align: center;
}

.cta_q_section__cta_button_container_flex_item__arrow {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.info_section__h2 {
  text-align: center;
}

.info_section__p {
  font-size: var(--size-fonts-__paragraphs--p-medium);
  text-align: center;
}

.info_section__h3_sub {
  font-size: var(--size-fonts-__headings--h5);
  text-align: center;
  font-weight: 600;
}

.hero_section__h1_mobile {
  display: none;
}

.paragraph-19 {
  transform-style: preserve-3d;
}

.hero_section__h2_mobile, .hero_section__h3_mobile {
  display: none;
}

.image-45 {
  width: 10rem;
  position: absolute;
  top: 1rem;
  left: 13rem;
}

.div-block-113 {
  width: 12rem;
  position: relative;
  inset: 0 auto auto;
}

.hero_section_content_box__txtblock {
  width: 100%;
  margin-bottom: .25rem;
}

.text-block-3 {
  filter: drop-shadow(0 3px 3px #19466640);
  font-size: var(--size-fonts-__paragraphs--p-small);
  text-align: center;
  margin-bottom: .55rem;
}

.text-block-4 {
  font-size: var(--size-fonts-__headings--h1);
  justify-content: flex-end;
  align-items: center;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: -2rem 89% 5.9rem auto;
}

.div-block-115 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  position: relative;
  inset: 0 auto auto;
}

.bold-text {
  filter: drop-shadow(0 1px 1px #19466640);
  color: #355c79;
  font-size: var(--size-fonts-__paragraphs--p-large);
}

.div-block-117 {
  box-shadow: inset 0 0 6px 0 var(--base-color-neutral--neutral);
  border-radius: 6px;
  padding: 16px;
}

@media screen and (min-width: 1280px) {
  .nav__header {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .header_component_v1_cta.hide-tablet.is-section-btn {
    margin-right: 0;
  }

  .problem_section__content {
    max-width: 64rem;
  }

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

@media screen and (min-width: 1440px) {
  .header_component_v1_container--flex {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .header_component_v1_cta.hide-tablet.is-section-btn {
    margin-right: 0;
  }

  .preheader_wrapper {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .problem_section__content {
    max-width: 64rem;
  }

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

@media screen and (min-width: 1920px) {
  .heading-style-small.is--white {
    text-align: center;
  }

  .header_component_v1_cta.hide-tablet {
    margin-right: 3rem;
  }

  .header_component_v1_cta.hide-tablet.is-section-btn {
    margin-right: 0;
  }

  .preheader_wrapper {
    padding-left: 10rem;
    padding-right: 5.5rem;
  }

  .section__hero.padding-global {
    background-position: 50%;
    background-size: cover;
  }

  .section-card {
    flex-flow: column;
    margin-top: 0;
  }

  .p-section.is--p-card {
    text-align: center;
    line-height: 1.5em;
  }

  .problem_section__content {
    max-width: 64rem;
  }

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

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .main-wrapper {
    line-height: 1.3;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .hero_section__value_list {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .text-size-medium.text-size-large.text-weight-semibold {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-small.is--white {
    text-align: center;
  }

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

  .button.is__hero {
    font-size: var(--size-fonts-__paragraphs--p-medium);
    white-space: normal;
  }

  .heading-style-medium {
    font-size: 1.75rem;
  }

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

  .icon-embed-xsmall {
    width: 1.35rem;
    height: 1.35rem;
  }

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

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

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

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

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

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

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

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

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

  .nav__header {
    display: none;
  }

  .header_component_v1_container--flex {
    padding-left: 0;
    padding-right: 0;
  }

  .header_component_v1_cta.hide-tablet.is-section-btn {
    display: block;
  }

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

  .nav__desktop, .navbar_desktop {
    display: none;
  }

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

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

  .navbar_link {
    font-size: var(--size-fonts-__paragraphs--p-medium);
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1.5rem 0;
  }

  .navbar_link:hover {
    color: var(--color-base-__brand--blue-neo);
    background-color: #ffffff1a;
  }

  .navbar_link.w--current {
    color: var(--color-base-__brand--blue-neo);
    font-size: var(--size-fonts-__paragraphs--p-medium);
  }

  .navbar_style_component {
    display: block;
  }

  .nav__mobile.padding-global.background-color-secondary {
    padding-left: 0%;
    padding-right: 0%;
  }

  .navbar_mobile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .navbar_mobile.background-color-secondary {
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar_mobile.padding-global.background-color-secondary {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    min-height: 3.5rem;
    display: flex;
  }

  .navbar_mobile_menu_button {
    margin-top: -1.5rem;
  }

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

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

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

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

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

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

  .navbar_mobile_icon_line__middle_base {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    display: flex;
    position: absolute;
  }

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

  .navbar_mobile_menu {
    z-index: 1000;
    background-color: #2b5779;
    flex-flow: column;
    justify-content: center;
    padding-top: 1rem;
    position: absolute;
    inset: 0% 0% auto;
  }

  .navbar_mobile_menu.background-color-secondary {
    padding-top: 0;
  }

  .navbar_mobile_logo {
    flex: 1;
    overflow: hidden;
  }

  .navbar_mobile_image_brand_logo {
    width: 320px;
    height: 70px;
  }

  .section__hero.padding-global {
    padding-left: 3%;
    padding-right: 3%;
  }

  .content-container.container-custom-hero {
    width: 100%;
    max-width: 43rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    inset: 3.2rem 0 auto .5rem;
  }

  .hero_section_content_container__flex {
    width: 100%;
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }

  .hero_section_content__benefits {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2rem;
  }

  .p_ul--red_arrow {
    background-position: 0 10%;
  }

  .p_ul--red_arrow.is-hero {
    background-position: 0%;
  }

  .benefits_list_item {
    background-position: 0 10%;
  }

  .benefits_list_item.is-hero {
    background-position: 0%;
  }

  .hero_section_content__hero_image.hide-mobile-landscape {
    padding-top: 2rem;
  }

  .hero_section__hero_image {
    max-height: 40vh;
    margin-top: 8.5rem;
    padding-bottom: 0;
  }

  .header_component--v1, .navbar_component_v1--desktop {
    display: none;
  }

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

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

  .navbar_component_v1--mobile {
    background-color: #1d4266;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: sticky;
    top: 0;
    left: auto;
    right: auto;
  }

  .navbar_component_v1_menu--mobile {
    z-index: 1000;
    background-color: #2e5072;
    flex-flow: column;
    justify-content: center;
    position: absolute;
    inset: 0% 0% auto;
  }

  .navbar_component_v1_link--mobile {
    color: #c8d0df;
    border-bottom: .5px solid #c8d0df;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: .75rem 0;
    font-size: 1.15rem;
    font-weight: 400;
    display: flex;
    position: relative;
    inset: 0% 0% auto;
  }

  .flex-block-2 {
    width: 100%;
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }

  .header36_content {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2rem;
  }

  .problem_list_item__p_ul__problem {
    background-position: 0 10%;
  }

  .problem_list_item__p_ul__problem.is__hero {
    background-position: 0%;
  }

  .p_ul__value {
    background-position: 0 10%;
  }

  .p_ul__value.is__hero {
    background-position: 0%;
  }

  .button-3 {
    font-size: 1rem;
  }

  .hero_section_content__image_box {
    flex: none;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .hero_section_content__image_box.hide-mobile-landscape {
    padding-top: 10rem;
    display: none;
  }

  .hero_image-bauarbeiter {
    height: auto;
    max-height: 60vh;
  }

  .section-component_partner__v1.hide-mobile-landscape {
    padding-top: 2rem;
  }

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

  .section_heading_h2 {
    font-size: 2.5rem;
  }

  .section_heading_h2.heading-style-h3 {
    text-align: center;
  }

  .section_heading_h2.text-align-center.text-mobile-custom {
    font-size: var(--size-fonts-__headings--h4);
  }

  .section_heading_h2.heading-style-xl.text-align-center.text-mobile-small {
    font-size: 2.25rem;
  }

  .section_heading_h2.heading-style-xl.text-align-center.text-mobile-small.hide-desktop {
    display: none;
  }

  .p-section.is--section {
    font-size: 1.045rem;
  }

  .intro-image-verified {
    width: 200px;
    height: 100px;
  }

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

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

  .problem_section__content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .layout209_image {
    width: 350px;
    height: 350px;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .description-list {
    text-align: center;
    flex-flow: column;
    width: 100%;
    margin-top: 1.5em;
  }

  .description-list-item {
    text-align: left;
    background-image: url('../images/arrow-right-solid-red.svg');
    background-repeat: no-repeat;
    background-size: 16px;
    background-attachment: scroll;
    padding-left: 26px;
    display: block;
  }

  .description-list-second {
    width: 100%;
    margin-top: 1.5em;
    padding-left: 0;
  }

  .description-list-item-second {
    text-align: left;
    background-image: url('../images/arrow-right-solid-red.svg');
    background-repeat: no-repeat;
    background-size: 16px;
    flex-flow: column;
    align-items: center;
    display: block;
  }

  .list-item-bold {
    font-size: 1rem;
  }

  .question-container {
    width: 45em;
    max-width: 45em;
  }

  .question-icon {
    height: 58px;
  }

  .image-16 {
    width: 350px;
    height: 350px;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .benefits_section_content_component_grid {
    grid-column-gap: 2rem;
    grid-template-columns: .75fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .benefits_section_content_component__right {
    margin-right: 0;
  }

  .workflow-list-item.is--semi-bold {
    background-position: 0 10%;
    line-height: 2rem;
  }

  .collection-list-2 {
    flex-flow: column;
    width: 45em;
    max-width: 45em;
    margin-left: auto;
    margin-right: auto;
  }

  .reference-container {
    width: 45em;
    max-width: 45em;
    margin-top: -2rem;
  }

  .load-more-img-content.container-small {
    width: 45em;
  }

  .load-more-img-container-first {
    margin-left: 0;
    margin-right: 0;
  }

  .load-more-img-grid-content {
    width: 45em;
    max-width: 45em;
  }

  .load-more-img-grid-content.is--grid-small {
    width: 100%;
    max-width: 100%;
  }

  .layout-component {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .layout-component.container-medium {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

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

  .card-row4_card-content {
    padding: 2rem;
  }

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

  .section__cta_partner.padding-global {
    display: none;
  }

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

  .footer_section_content_links_credit_text {
    font-size: var(--size-fonts-__paragraphs--p-small);
  }

  .hero_h2 {
    font-size: 2rem;
  }

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

  .hero_section_content {
    padding-bottom: 2rem;
  }

  .hero_section_content_box__cta_button {
    width: 100%;
    margin-top: 2rem;
    padding-bottom: .5rem;
  }

  .hero_image__syle_element {
    display: none;
  }

  .steps_section__cta_button {
    width: 50%;
  }

  .section_heading__h2 {
    font-size: var(--size-fonts-__headings--h3);
  }

  .section_heading__h2.section_heading__intro_h2 {
    margin-top: 1rem;
  }

  .section_heading__sub-p.text-size-large.text-weight-semibold.text-mobile-small {
    font-size: var(--size-fonts-__paragraphs--p-medium);
    text-align: center;
  }

  .section__p {
    line-height: 1.4;
  }

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

  .section__p.text-size-medium.text-weight-semibold.text-color-white.text-mobile-small {
    font-size: var(--size-fonts-__paragraphs--p-regular);
  }

  .section__p.text-size-medium.text-align-center.text-mobile-small {
    font-size: var(--size-fonts-__paragraphs--p-regular);
    text-align: center;
  }

  .section__p.padding-xsmall.text-size-medium.text-align-center {
    text-align: center;
  }

  .section__p.padding-xsmall.text-size-medium.text-align-center.text-size-mobile {
    font-size: var(--size-fonts-__paragraphs--p-medium);
    padding-bottom: 0;
  }

  .section__p.padding-xsmall.text-size-medium.text-align-center.mobile-spacing {
    padding-left: 0;
    padding-right: 0;
  }

  .intro_section_cta_card_paragraph {
    font-size: var(--size-fonts-__paragraphs--p-medium);
  }

  .intro_section_cta_card_image_verified {
    width: 225px;
  }

  .problem_section__image_box {
    width: 320px;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-size-medium-6 {
    font-size: 1rem;
  }

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

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

  .problem_section__problem_list {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 4.35rem;
    display: flex;
  }

  .problem_list_item {
    padding-left: 1.65rem;
  }

  .problem_list_item.is__icon_check {
    font-size: var(--size-fonts-__paragraphs--p-medium);
  }

  .cta_q_section_wrapper.padding-large {
    padding: 1.5rem;
  }

  .cta_q_section_padding_wrapper.padding-large {
    padding: 0;
  }

  .cta_q_section__cta_button_container {
    padding: .55rem 1rem;
  }

  .cta_q_button_image_icon {
    width: 2.5rem;
  }

  .info_section_wrapper.padding-large.margin-bottom.margin-large.mobile-spacing {
    margin-bottom: 1rem;
    padding: 2rem 0;
  }

  .info_section_content_wrapper.padding-medium {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .info_section_problem_list_item.margin-bottom.margin-medium {
    text-align: left;
  }

  .info_section_content_paragraph__with_icon.margin-bottom.margin-xxsmall {
    text-align: center;
  }

  .section_p_image_icon__check {
    display: none;
  }

  .info_section_content_subheading__with_icon.margin-bottom.margin-medium {
    text-align: center;
  }

  .info_section__icon {
    display: none;
  }

  .info_section_content_image_container.margin-top.margin-small.mobile-padding-bottom {
    padding-bottom: 1.5rem;
  }

  .info_section_image {
    width: 350px;
  }

  .div-block-93 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form-container {
    width: 100%;
  }

  .mstep_form__subheadline.mstep_form__subheadline--js.margin-top.margin-xsmall.text-mobile-small {
    font-size: var(--size-fonts-__paragraphs--p-medium);
  }

  .mstep_form__headline.mstep_form__headline--js {
    font-size: var(--size-fonts-__headings--h3);
  }

  .mstep_form___header {
    width: 100%;
  }

  .check-container {
    max-width: 54em;
  }

  .check-box-content {
    height: auto;
    padding-bottom: 3em;
  }

  .h2-content {
    font-size: 1.44rem;
  }

  .h1-datenschutz, .impressum_heading_h1 {
    display: none;
  }

  .faq_section_wrapper.padding-large {
    padding: 2rem 1rem;
  }

  .faq_section_content_wrapper.padding-medium {
    padding: 2rem 0;
  }

  .header36_content-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2rem;
  }

  .hero_image-bauarbeiter-2 {
    height: auto;
  }

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

  .hero_section_cta_button_image_wrapper {
    margin-bottom: 2rem;
  }

  .button-4 {
    font-size: 1rem;
  }

  .heading-2.is-hero {
    text-align: center;
  }

  .hero_section__cta_button_image {
    width: 180px;
    display: block;
  }

  .flex-block-4 {
    width: 100%;
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }

  .layout-wrapper-grid {
    grid-template-columns: 1fr;
    margin-top: 2rem;
    position: relative;
    top: 0;
    left: auto;
    right: auto;
  }

  .hero_section__h1 {
    font-size: var(--size-fonts-__headings--h2);
    margin-bottom: 1.5rem;
  }

  .hero_section_content_container__box.padding-top.padding-small {
    position: relative;
    top: 0;
    left: auto;
    right: auto;
  }

  .hero_section__content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .hero_section__content.margin-left.margin-large {
    margin-left: 0;
  }

  .hero_section__problem_list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .hero_section_cta_button_image.margin-top.margin-small {
    display: block;
  }

  .navbar_link-2 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .navbar_link-2:hover {
    color: #58b4ff;
  }

  .navbar_link-2.w--current {
    color: #58b4ff;
    font-size: 1.125rem;
  }

  .div-block-101 {
    background-image: url('../images/favicon-500x500-v1--transparent.svg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_mobile_image_brand_logo_icon {
    width: 3rem;
  }

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

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

  .content_right_p {
    font-size: var(--size-fonts-__paragraphs--p-medium);
  }

  .content_right_list_item.is--semi-bold {
    background-position: 0 10%;
    line-height: 2rem;
  }

  .content_right_list_item.text-weight-semibold {
    margin-bottom: .55rem;
    line-height: 1.5em;
  }

  .benefits_section_wrapper.padding-large {
    padding-left: 0;
    padding-right: 0;
  }

  .benefits_section_content_wrapper.padding-medium {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .cta_partner_section_wrapper.padding-large {
    padding: 2rem 1rem;
  }

  .cta_partner_section_content_wrapper.padding-large {
    padding: 1rem 0 2rem;
  }

  .cta_partner_section_icon__large {
    width: 4rem;
  }

  .cta_partner_cta_button_text_p.text-align-center.text-size-medium.text-weight-semibold.text-size-mobile {
    font-size: var(--size-fonts-__paragraphs--p-regular);
  }

  .info_section_content__problem_list.padding-xsmall {
    padding-left: 0;
    padding-right: 0;
  }

  .info_section_content__problem_list.padding-xsmall.mobile-padding-custom {
    padding-top: 0;
  }

  .ratings_section__custom_code {
    margin-top: 0;
    margin-bottom: -6rem;
    margin-left: 36.55rem;
  }

  .ratings_section__custom_code_trustindex_widget {
    margin-top: -6rem;
  }

  .hero_section__content_custom_code {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 16rem;
    display: block;
    position: absolute;
    inset: 8.5rem -5rem 0 auto;
  }

  .spacing-wrapper.padding-top.padding-xlarge.padding-mobile {
    padding-top: 1.5rem;
  }

  .hero_section__h2 {
    font-size: var(--size-fonts-__headings--h5);
    line-height: 1.3;
    display: block;
  }

  .hero_section__problem_list_item {
    font-size: var(--size-fonts-__paragraphs--p-medium);
    white-space: normal;
  }

  .hero_section__value_list_item__heading {
    margin-bottom: 1.5rem;
  }

  .hero_section__value_list_item {
    font-size: var(--size-fonts-__paragraphs--p-medium);
    text-decoration: none;
  }

  .hero_section__value_list_item.is__text_bold {
    font-size: var(--size-fonts-__paragraphs--p-large);
    background-position: 0%;
  }

  .hero_section__value_list_item.hero_section__value_list_item_mobile {
    text-decoration: none;
  }

  .section__ratings {
    background-image: none;
    display: none;
  }

  .section__ratings.padding-global, .style_element__neo_blue_divider {
    display: none;
  }

  .style_element__neo_blue_divider.is__mobile {
    display: block;
  }

  .image-43 {
    width: 320px;
  }

  .flex-block-6 {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .div-block-109 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .container.container-large.container-shadow {
    padding-top: 1rem;
    box-shadow: inset 0 0 12px 6px #1946660f;
  }

  .hero_section_content__box {
    margin-top: 2rem;
  }

  .hero_section_content_box__value_list {
    margin-top: .5rem;
    padding-top: 0;
    padding-bottom: .5rem;
    padding-left: 1.5rem;
  }

  .section_heading__sub {
    font-size: var(--size-fonts-__headings--h5);
  }

  .problem_section__content_item {
    max-width: 32rem;
  }

  .problem_section__image_female_worker {
    width: 320px;
  }

  .problem_section__p {
    text-align: center;
    line-height: 1.4;
  }

  .problem_section__image {
    width: 320px;
  }

  .problem_section__value_list {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 4.35rem;
    display: flex;
  }

  .cta_q_section__heading {
    font-size: var(--size-fonts-__headings--h4);
  }

  .cta_q_section__p {
    font-size: var(--size-fonts-__paragraphs--p-regular);
    line-height: 1.4;
  }

  .info_section__custom_heading {
    line-height: 1.4;
  }

  .intro_section__h2 {
    font-size: var(--size-fonts-__headings--h3);
  }

  .intro_section__h3_sub {
    font-size: var(--size-fonts-__headings--h5);
  }

  .intro_section__p {
    line-height: 1.4;
  }

  .intro_section__p.intro_section__p_last {
    margin-top: 2rem;
  }

  .problem_section__p_flop {
    line-height: 1.4;
  }

  .problem_section__p_flop_bold {
    text-align: center;
  }

  .problem_section__p_top {
    line-height: 1.4;
  }

  .value_list_item {
    padding-left: 1.65rem;
  }

  .cta_q_section__heading_sub {
    font-size: var(--size-fonts-__paragraphs--p-regular);
    line-height: 1.4;
  }

  .info_section__h2 {
    font-size: var(--size-fonts-__headings--h3);
  }

  .info_section__p {
    line-height: 1.4;
  }

  .paragraph-19 {
    font-size: var(--size-fonts-__headings--h1);
    text-align: center;
    font-weight: 700;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .hero_section_content_box__txtblock {
    margin-top: .5rem;
  }

  .text-block-3 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .max-width-medium.align-center {
    display: block;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .hero_section__value_list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-size-medium.text-size-large.text-weight-semibold {
    background-position: 2% 10%;
  }

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

  .text-style-quote {
    font-size: 1.125rem;
  }

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

  .heading-style-tiny {
    font-size: 1.125rem;
  }

  .heading-style-small {
    font-size: 1.25rem;
  }

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

  .button {
    font-size: var(--size-fonts-__paragraphs--p-regular);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .button.is-hero {
    width: 95%;
  }

  .button.is-hero.align-center {
    display: block;
  }

  .button.is__hero {
    font-size: var(--size-fonts-__paragraphs--p-medium);
  }

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

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

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

  .benefits_section_icon__large {
    width: 4rem;
  }

  .icon-embed-xsmall {
    width: 1.25rem;
    height: 1.25rem;
    color: var(--color-base-__brand--blue-light-ultra);
    justify-content: center;
    align-items: flex-end;
    margin-right: 1rem;
    display: block;
  }

  .card__icon {
    width: 2.25rem;
    height: 2.5rem;
  }

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

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

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

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

  .spacer-xsmall {
    padding-top: .75rem;
  }

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

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

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

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

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

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

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

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

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .navbar_desktop {
    min-height: 4rem;
  }

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

  .navbar_mobile.background-color-secondary {
    padding-left: 5%;
  }

  .navbar_mobile_menu {
    left: auto;
  }

  .navbar_mobile_logo_link {
    margin-left: 0;
  }

  .navbar_mobile_image_brand_logo {
    width: 280px;
    height: 65px;
    margin-left: -1rem;
  }

  .section__hero {
    padding-bottom: 2rem;
  }

  .section__hero.padding-global {
    padding-bottom: 1rem;
  }

  .section-component_hero_v1_container--logo {
    margin-bottom: -3.5rem;
  }

  .content-container.container-custom-hero {
    display: none;
  }

  .hero_section_content_container__subheading.margin-top.is-hero-flex {
    text-align: center;
    padding-left: 0;
  }

  .hero_section_content__benefits {
    padding-top: .5rem;
    padding-left: 0;
  }

  .hero_section_content_benefits {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .p_ul--red_arrow {
    background-position: 0 10%;
  }

  .p_ul--red_arrow.is-hero {
    background-position: 0 10%;
    font-size: 1rem;
  }

  .p_ul--red_arrow.is-hero.is-2lines {
    background-position: 0 10%;
  }

  .section-component_hero_v1_custom_text--solutions.margin-top.margin-xsmall.is-mobile-no-margin {
    margin-top: 0;
  }

  .benefits_list_item {
    background-position: 0 10%;
    margin-bottom: 0;
  }

  .benefits_list_item.is-hero {
    background-position: 0 10%;
    margin-bottom: .35rem;
    font-size: 1rem;
  }

  .hero_section__hero_image {
    display: none;
  }

  .btn.submit-button {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
  }

  .navbar_component_v1--desktop {
    min-height: 4rem;
  }

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

  .navbar_component_v1_menu--mobile {
    left: auto;
  }

  .section-component_hero__v1 {
    padding-bottom: 2rem;
  }

  .header36_content {
    padding-top: .5rem;
    padding-left: 0;
  }

  .div-block-8 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .problem_list_item__p_ul__problem {
    background-position: 0 10%;
  }

  .problem_list_item__p_ul__problem.is--hero {
    font-size: 1rem;
  }

  .problem_list_item__p_ul__problem.is__hero {
    background-position: 0 10%;
    font-size: 1rem;
  }

  .p_ul__value {
    background-position: 0 10%;
    margin-bottom: 0;
  }

  .p_ul__value.is--hero {
    margin-bottom: .35rem;
    font-size: 1rem;
  }

  .p_ul__value.is__hero {
    background-position: 0 8%;
    margin-bottom: .35rem;
    font-size: 1rem;
  }

  .section__intro {
    padding-left: 3%;
    padding-right: 3%;
  }

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

  .section_heading_h2.text-align-center.text-mobile-custom, .section_heading_h2.heading-style-xl.text-align-center.text-mobile-small {
    font-size: 1.75rem;
  }

  .section_heading_h2.heading-style-xl.text-align-center.text-mobile-small.hide-desktop {
    font-size: var(--size-fonts-__headings--h5);
    display: block;
  }

  .section_heading_h2.text-mobile-custom {
    font-size: var(--size-fonts-__headings--h4);
  }

  .p-section {
    font-size: 1rem;
  }

  .p-section.is--p-card {
    padding-right: 24px;
  }

  .p-section.is--section {
    font-size: .855rem;
  }

  .p-section.is--section.is--semi-bold {
    font-size: 1rem;
  }

  .intro-image-verified {
    width: 150px;
    height: 75px;
  }

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

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

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

  .problem_section__content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 1rem;
  }

  .layout209_image {
    width: 250px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .description-list {
    padding-left: 0;
  }

  .description-list-item {
    background-image: url('../images/arrow-right-solid-red.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 14px;
    background-attachment: scroll;
    justify-content: center;
    display: block;
  }

  .description-list-item-second {
    background-image: url('../images/arrow-right-solid-red.svg');
    background-position: 0 2px;
    background-repeat: no-repeat;
    background-size: 14px;
    display: block;
  }

  .list-item-bold {
    font-size: 1rem;
  }

  .section-component_question__v1 {
    padding-bottom: 0;
  }

  .question-container {
    width: 100%;
    box-shadow: none;
    background-color: #0000;
    border-radius: 0;
  }

  .question-grid-wrapper {
    flex-flow: column;
    display: flex;
  }

  .question-icon {
    width: 42px;
    height: 42px;
  }

  .h3--question {
    font-size: .955rem;
  }

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

  .padding-section-large-3 {
    padding-top: 0;
  }

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

  .benefits_section_content_component__left {
    display: none;
    position: static;
  }

  .benefits_section_content_component_number {
    font-size: 6rem;
  }

  .benefits_section_content_component_number.show-mobile-landscape {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: .55rem;
    font-size: 5rem;
    display: flex;
  }

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

  .benefits_section_component_content_right {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .layout486_progress-wrapper {
    margin-top: 0;
  }

  .heading-5 {
    text-align: left;
    font-size: 1.44rem;
  }

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

  .workflow-list-item.is--semi-bold {
    background-position: 0 20%;
    font-size: 1rem;
  }

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

  .collection-list-wrapper {
    width: 100%;
    max-width: none;
  }

  .collection-list-2 {
    width: 95%;
    max-width: none;
  }

  .collection-item-2 {
    width: 100%;
  }

  .content-load-more {
    width: 95%;
    max-width: none;
  }

  .load-more-img-content {
    width: 100%;
    max-width: none;
  }

  .load-more-img-content.container-small, .load-more-img-container-first {
    width: 100%;
  }

  .load-more-flex-item {
    width: 95%;
    max-width: none;
  }

  .h3--large.is--section {
    font-size: 1.15rem;
  }

  .h3--large.is--section.is--reference-section {
    font-size: .955rem;
  }

  .load-more-img-grid-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .load-more-img-grid-content.is--grid-small {
    flex-flow: column;
    justify-content: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .image_ref {
    width: 50vw;
  }

  .layout-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    padding-left: 1.35rem;
    padding-right: 1.35rem;
  }

  .steps_section__card {
    margin-left: auto;
    margin-right: auto;
  }

  .steps_section__card_content {
    padding: 1rem;
  }

  .padding-section-large-4 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 4rem;
  }

  .card-row4_component {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .card-row4_card {
    grid-template-columns: 1fr;
  }

  .card-row4_image {
    width: 12rem;
  }

  .card-row4_card-content {
    width: 12rem;
    padding: 1.5rem;
  }

  .card-row4_card-content-top {
    width: 12rem;
    padding-bottom: 0;
  }

  .content-heading.is--team {
    width: 95%;
  }

  .content-heading.is--team.is--team-content-list {
    width: 100%;
    max-width: none;
    box-shadow: none;
    background-color: #eef7fa;
    border-style: none;
    border-width: 0;
    border-radius: 12px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .team-content-list {
    padding-left: 0;
  }

  .team-content-list-item.is--medium {
    font-size: .875rem;
    font-weight: 400;
  }

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

  .faq_section__question {
    padding: 1rem 1.25rem;
  }

  .faq_section__icon_wrapper {
    width: 1.75rem;
  }

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

  .faq_answer {
    font-size: var(--size-fonts-__paragraphs--p-small);
    text-align: left;
  }

  .section__cta_partner.padding-global {
    display: none;
  }

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

  .footer_section_content_company_contact {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer_company_contact_link__tele {
    margin-left: .5rem;
  }

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

  .footer_section_content_links_credit_text {
    font-size: var(--size-fonts-__paragraphs--p-tiny);
    margin-top: 2rem;
  }

  .footer_section_content_links_legal_links {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer_company_logo__image {
    width: 65px;
  }

  .hero_section_h1 {
    white-space: nowrap;
    font-size: 2.115rem;
  }

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

  .hero_h2.heading-style-xl {
    font-size: 1.785rem;
  }

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

  .hero_section_h2__span {
    font-size: 1.585rem;
  }

  .hero_section_icon_image {
    display: none;
  }

  .hero_section_content_box__cta_button {
    width: 100%;
    padding-bottom: 0;
  }

  .steps_section_wrapper.padding-large {
    padding: 1rem;
  }

  .card__custom_code.align-center {
    display: none;
  }

  .card__h3 {
    font-size: var(--size-fonts-__paragraphs--p-medium);
  }

  .steps_section__cta_button {
    width: 75%;
  }

  .section_heading__h2 {
    font-size: var(--size-fonts-__headings--h4);
  }

  .section_heading__h2.text-mobile-left {
    text-align: center;
  }

  .intro_section_wrapper.padding-large {
    padding-left: 0;
    padding-right: 0;
  }

  .section_heading__sub-p.text-size-large.text-weight-semibold.text-align-center.text-mobile-small, .section_heading__sub-p.text-size-large.text-weight-semibold.text-style-allcaps.text-align-center.text-custom {
    font-size: var(--size-fonts-__paragraphs--p-regular);
  }

  .section_heading__sub-p.text-size-large.text-weight-semibold.text-mobile-small {
    font-size: var(--size-fonts-__paragraphs--p-regular);
    text-align: center;
  }

  .section__p, .section__p.text-size-medium.text-weight-semibold.text-color-white.text-mobile-small {
    font-size: var(--size-fonts-__paragraphs--p-regular);
  }

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

  .section__p.text-size-medium.text-align-center.text-mobile-small {
    font-size: var(--size-fonts-__paragraphs--p-small);
    text-align: center;
  }

  .section__p.padding-xsmall.text-size-medium.text-align-center {
    padding-left: 0;
    padding-right: 0;
  }

  .section__p.padding-xsmall.text-size-medium.text-align-center.text-size-mobile {
    font-size: var(--size-fonts-__paragraphs--p-regular);
    padding-bottom: 0;
  }

  .section__p.padding-xsmall.text-size-medium.text-align-center.text-size-mobile.text-mobile-left {
    font-size: var(--size-fonts-__paragraphs--p-regular);
    text-align: left;
  }

  .section__p.padding-xsmall.text-size-medium.text-align-center.mobile-spacing.text-mobile-regular.text-mobile-left {
    text-align: left;
  }

  .section__p.text-mobile-left {
    text-align: center;
  }

  .intro_section_content_wrapper.padding-large {
    padding-left: 0;
    padding-right: 0;
  }

  .intro_section_cta_card.shadow-medium {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .intro_section_cta_card_paragraph {
    font-size: var(--size-fonts-__paragraphs--p-regular);
  }

  .intro_section_cta_card_image_verified {
    width: 180px;
    margin-bottom: .55rem;
  }

  .problem_section__image_box {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container-large-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-medium-6 {
    font-size: 1rem;
  }

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

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

  .problem_section_wrapper.padding-large {
    padding-left: 0;
    padding-right: 0;
  }

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

  .problem_list_item {
    font-size: var(--size-fonts-__paragraphs--p-regular);
    text-align: left;
  }

  .problem_list_item.is__icon_check {
    font-size: var(--size-fonts-__paragraphs--p-regular);
  }

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

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

  .cta_q_section__cta_button_container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    width: 100%;
    max-width: 28rem;
    margin-bottom: .15rem;
    margin-left: auto;
    margin-right: auto;
    padding: .55rem 0 .55rem 1rem;
  }

  .cta_q_section__cta_button_container_flex_item {
    justify-content: flex-end;
    align-items: center;
  }

  .cta_q_button_image_icon {
    width: 2rem;
  }

  .info_section_content_wrapper.padding-medium {
    padding-left: 0;
    padding-right: 0;
  }

  .info_section_image {
    width: 280px;
  }

  .info_section_image.shadow-large {
    width: 250px;
  }

  .section_p__with_icon_check {
    text-align: left;
  }

  .info_section_content__value_list.padding-xsmall.mobile-padding-custom {
    padding-top: 0;
    padding-bottom: .55rem;
  }

  .h3-step6 {
    font-size: 1.15rem;
  }

  .question {
    font-size: 1rem;
  }

  .popup-p.is-error-p {
    padding-bottom: .25rem;
  }

  .multi-step-form-container {
    height: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-block-93 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .radio-label {
    font-size: .875rem;
  }

  .input-check-icon {
    top: 25%;
  }

  .h1-sub {
    font-size: 1.25rem;
  }

  .error-popup {
    width: 100%;
    padding-left: .5em;
    padding-right: .5em;
  }

  .input-field-container {
    width: 100%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .input-group {
    width: 100%;
    margin-left: .35em;
  }

  .input-error-icon {
    top: 28%;
  }

  .mstep_form__subheadline.mstep_form__subheadline--js {
    font-size: .875rem;
  }

  .mstep_form__subheadline.mstep_form__subheadline--js.margin-top.margin-xsmall.text-mobile-small.text-weight-semibold.text-size-custom {
    font-size: 1rem;
  }

  .image-14 {
    display: none;
  }

  .h4-step6 {
    font-size: 1.15rem;
  }

  .mstep_form__headline.mstep_form__headline--js {
    font-size: 2rem;
  }

  .input-field {
    width: 100%;
    min-width: 100%;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
  }

  .check-container {
    width: 95%;
    max-width: none;
  }

  .h3-check {
    font-size: 1.25rem;
  }

  .check-header {
    width: 100%;
  }

  .text-span-8 {
    font-size: 1.25rem;
  }

  .check-box-content {
    width: 100%;
    height: auto;
  }

  .h1-check {
    font-size: 2.488rem;
  }

  .check-content-item.is--form-data {
    width: 100%;
    line-height: 1.25rem;
  }

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

  .dateschutz_main, .impressum_section_container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .faq_section_wrapper.padding-large {
    padding-left: 0;
    padding-right: 0;
  }

  .faq_section_content_wrapper.padding-medium {
    padding-top: 0;
  }

  .header36_content-2 {
    padding-top: .5rem;
    padding-left: 0;
  }

  .div-block-96 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

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

  .icon__check_green {
    flex: none;
  }

  .heading-2.is-hero {
    margin-top: 1rem;
  }

  .button-group-2 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-99 {
    margin-bottom: -3.5rem;
  }

  .problem_list_item__icon_arrow_red {
    flex: none;
  }

  .hero_section__h1 {
    font-size: var(--size-fonts-__headings--h3);
    text-align: center;
    margin-bottom: 2rem;
    margin-left: -.55rem;
    display: block;
  }

  .hero_section__h1.is__hero_h1_mobile {
    font-size: var(--size-fonts-__headings--h4);
    margin-left: 0;
    display: block;
  }

  .hero_section_content_container__box.padding-top.padding-small {
    margin-top: -12px;
  }

  .hero_section__content {
    flex: 1;
  }

  .hero_section__problem_list {
    padding-left: 0;
  }

  .navbar_mobile_image_brand_logo_icon {
    width: 2.75rem;
  }

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

  .heading-9 {
    text-align: left;
    font-size: 1.44rem;
  }

  .padding-section-large-8 {
    padding-top: 0;
  }

  .container-large-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-7 {
    text-align: left;
    font-size: 1.44rem;
  }

  .content_right_p {
    font-size: var(--size-fonts-__paragraphs--p-regular);
    text-align: left;
  }

  .content_right_list_item {
    font-size: var(--size-fonts-__paragraphs--p-medium);
  }

  .content_right_list_item.is--semi-bold {
    background-position: 0 20%;
    font-size: 1rem;
  }

  .content_right_h3 {
    font-size: var(--size-fonts-__headings--h4);
    text-align: left;
  }

  .border-2 {
    display: none;
  }

  .heading-6 {
    text-align: left;
    font-size: 1.44rem;
  }

  .benefits_section_component_content_right__progress_wrapper {
    margin-top: 0;
  }

  .text-size-medium-8 {
    font-size: 1rem;
  }

  .heading-8 {
    text-align: left;
    font-size: 1.44rem;
  }

  .benefits_section_wrapper.padding-large {
    padding: 0;
  }

  .benefits_section_content_wrapper.padding-medium {
    padding-left: 0;
    padding-right: 0;
  }

  .benefits_section_content__cta_button.margin-top.margin-huge.mobile-margin-small {
    margin-top: 2.4rem;
  }

  .paragraph-17 {
    font-size: .875rem;
  }

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

  .heading-style-h6.is-small {
    font-size: 1rem;
  }

  .paragraph-16, .paragraph-18 {
    font-size: .875rem;
  }

  .button-group-3 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-15 {
    font-size: .875rem;
  }

  .text-size-medium-9 {
    font-size: 1rem;
  }

  .cta_partner_section_wrapper.padding-large {
    padding-left: 0;
    padding-right: 0;
  }

  .info_section_content__problem_list.padding-xsmall.mobile-padding-custom {
    padding-top: 0;
    padding-bottom: .55rem;
  }

  .card__custom_code__mobile {
    margin-top: -2rem;
    display: block;
  }

  .card__custom_code__mobile.align-center {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: -2.5rem;
    display: flex;
  }

  .mstep_form__p {
    font-size: var(--size-fonts-__paragraphs--p-small);
  }

  .problem_section__badge_p, .problem_section__badge_p.is__text-color-red {
    font-size: var(--size-fonts-__paragraphs--p-medium);
  }

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

  .footer_company_logo__name {
    font-size: var(--size-fonts-__paragraphs--p-medium);
  }

  .spacing-wrapper.padding-small {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .hero_section__h2 {
    font-size: var(--size-fonts-__headings--h5);
    margin-top: 1rem;
    margin-bottom: -.75rem;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.4;
  }

  .hero_section__problem_list_item {
    font-size: var(--size-fonts-__paragraphs--p-regular);
  }

  .hero_section__value_list_item__heading {
    font-size: var(--size-fonts-__paragraphs--p-large);
  }

  .hero_section__value_list_item {
    background-position: 0 25%;
    background-size: .85rem;
    margin-bottom: .85rem;
    padding-left: 1.125rem;
    font-size: 1.055rem;
  }

  .hero_section__value_list_item.is__text_bold {
    font-size: var(--size-fonts-__paragraphs--p-medium);
    background-image: url('../images/check-solid-green.svg');
    background-position: 0 25%;
    background-repeat: no-repeat;
    background-size: .85rem;
    margin-top: 1rem;
    padding-left: 1.155rem;
  }

  .section__ratings.padding-global {
    display: none;
  }

  .hero_section_content_box__value_list {
    text-align: center;
    margin-top: 1rem;
    padding-top: .5rem;
  }

  .section_heading__sub {
    font-size: var(--size-fonts-__headings--h6);
    margin-left: 0;
  }

  .section_heading__sub.text-mobile-left {
    font-size: var(--size-fonts-__headings--h6);
    text-align: left;
  }

  .problem_section__content_item.problem_section__content_item_red {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .problem_section__image_female_worker {
    width: 280px;
  }

  .problem_section__p {
    font-size: var(--size-fonts-__paragraphs--p-regular);
  }

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

  .problem_section__image {
    width: 280px;
  }

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

  .cta_q_section__heading {
    font-size: var(--size-fonts-__headings--h5);
    margin-top: .5rem;
  }

  .info_section__problem_list_item, .info_section__value_list_item {
    font-size: var(--size-fonts-__paragraphs--p-regular);
  }

  .info_section__custom_heading {
    font-size: var(--size-fonts-__headings--h6);
  }

  .faq_question {
    font-size: var(--size-fonts-__paragraphs--p-regular);
  }

  .intro_section__h2 {
    font-size: var(--size-fonts-__headings--h4);
  }

  .intro_section__h3_sub {
    font-size: var(--size-fonts-__headings--h6);
  }

  .intro_section__p {
    font-size: var(--size-fonts-__paragraphs--p-regular);
  }

  .steps_section__h3_sub {
    font-size: var(--size-fonts-__headings--h6);
    text-align: center;
  }

  .problem_section__h3_sub {
    font-size: var(--size-fonts-__headings--h6);
  }

  .div-block-112 {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    margin-right: 2rem;
    display: flex;
  }

  .info_section__h2 {
    font-size: var(--size-fonts-__headings--h4);
  }

  .info_section__p {
    font-size: var(--size-fonts-__paragraphs--p-regular);
    text-align: center;
  }

  .info_section__h3_sub {
    font-size: var(--size-fonts-__headings--h6);
  }

  .hero_section__h1_mobile {
    filter: drop-shadow(0 1px 1px #19466640);
    font-size: var(--size-fonts-__headings--h2);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: .75rem;
    display: none;
  }

  .hero_section_content_box__txtblock {
    display: none;
  }
}

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

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

  .hero_section__value_list {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: .15rem;
  }

  .hero_section__value_list.margin-medium {
    margin-top: 2.5rem;
  }

  .hero_section__value_list.margin-xsmall {
    margin-top: 0;
  }

  .hero_section__value_list.margin-top.margin-xsmall {
    margin-top: .75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .text-size-medium.text-size-large.text-weight-semibold {
    text-align: left;
    background-repeat: repeat;
    background-size: auto;
  }

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

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

  .icon-embed-small {
    width: 1rem;
    height: 1rem;
    margin-top: 61px;
    margin-left: 161px;
    display: none;
  }

  .button {
    padding-left: .5rem;
    padding-right: .5rem;
    line-height: 1.2;
  }

  .button.is-secondary, .button.is-hero {
    white-space: nowrap;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .button.is__hero {
    font-size: var(--size-fonts-__paragraphs--p-regular);
    padding: 1rem .5rem;
    font-weight: 600;
  }

  .benefits_section_icon__large {
    width: 4rem;
  }

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

  .spacer-medium {
    padding-top: .5rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .rl-styleguide_component {
    grid-template-columns: 1fr;
  }

  .nav_header_preheader {
    height: 4rem;
  }

  .navbar_mobile_menu_button {
    padding-top: .75rem;
  }

  .navbar_mobile_menu_icon {
    padding-bottom: .85rem;
  }

  .navbar_mobile_image_brand_logo {
    width: 260px;
  }

  .section__hero {
    padding-left: 3%;
    padding-right: 3%;
  }

  .content-container.container-medium.container-medium-mobile {
    max-width: 26rem;
  }

  .hero_section_content__benefits {
    max-width: 100%;
  }

  .hero_section_content_benefits {
    flex-flow: column;
  }

  .benefits_list_item {
    background-position: 0 10%;
  }

  .benefits_list_item.heading-style-h6 {
    margin-bottom: .2rem;
    font-size: 1rem;
  }

  .benefits_list_item.heading-style-h6.is-no-wrap {
    white-space: normal;
    margin-bottom: .2rem;
    font-size: 1rem;
  }

  .hero_section_h3, .hero_section_h3__span {
    font-size: 1.25rem;
  }

  .header_component_v1_preheader {
    height: 4rem;
  }

  .btn {
    white-space: nowrap;
    padding: .75rem .75em;
    font-size: 1rem;
  }

  .btn.submit-button {
    text-align: center;
    letter-spacing: .045em;
    white-space: normal;
    margin-left: auto;
    margin-right: auto;
    padding-left: .5em;
    padding-right: .5em;
    font-size: .9rem;
    line-height: 1.35em;
  }

  .btn.prev-button {
    padding: .25em 1em;
  }

  .navbar_component_v1_link--mobile.w--current {
    color: #58b4ff;
  }

  .header36_content {
    max-width: 100%;
  }

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

  .problem_list_item__p_ul__problem.text-size-large {
    width: 100%;
    font-size: .999rem;
  }

  .p_ul__value {
    background-position: 0 10%;
  }

  .p_ul__value.text-size-large {
    font-size: .999rem;
  }

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

  .section_heading_h2 {
    font-size: 1.55rem;
  }

  .section_heading_h2.heading-style-h3 {
    font-size: var(--size-fonts-__headings--h5);
  }

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

  .section_heading_h2.text-align-center.text-mobile-custom {
    font-size: var(--size-fonts-__headings--h5);
  }

  .section_heading_h2.heading-style-xl.text-align-center.text-mobile-small.hide-desktop {
    font-size: var(--size-fonts-__headings--h6);
    display: block;
  }

  .section-card {
    padding: 1rem .5rem 1.5rem;
  }

  .p-section.is--p-card {
    padding-right: 0;
    font-size: .875rem;
  }

  .p-section.is--section {
    font-size: 1rem;
    line-height: 1.35em;
  }

  .p-section.is--section.is--semi-bold {
    text-align: left;
  }

  .intro-image-verified {
    width: 150px;
    height: 75px;
  }

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

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

  .section__problem.padding-global {
    padding-left: 2%;
    padding-right: 2%;
  }

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

  .problem_section__content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .layout209_item-list.margin-bottom.text-align-center.padding-global {
    text-align: left;
    padding-top: 1rem;
  }

  .description-list-item {
    background-image: url('../images/arrow-right-solid-red.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 14px;
    background-attachment: scroll;
    margin-bottom: .55em;
    padding-left: 26px;
    font-size: 1rem;
    line-height: 1.5em;
    display: block;
  }

  .description-list-item-second {
    background-image: url('../images/arrow-right-solid-red.svg');
    background-position: 0 2px;
    background-repeat: no-repeat;
    background-size: 14px;
    display: block;
  }

  .list-item-bold {
    font-size: 1rem;
    line-height: 1.35em;
  }

  .question-container {
    width: 100%;
    max-width: 100%;
  }

  .question-grid-wrapper {
    width: 300px;
  }

  .question-icon {
    width: 34px;
    height: 34px;
  }

  .h3--question {
    font-size: 1rem;
  }

  .image-16 {
    width: 250px;
    height: 250px;
  }

  .section-component_benefits__v1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

  .benefits_section_content_component_number.show-mobile-landscape {
    font-size: 4rem;
  }

  .benefits_section_content_component__right {
    margin-right: 0;
  }

  .benefits_section_component_content_right {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-5, .text-size-medium-5 {
    text-align: left;
  }

  .workflow-list {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .workflow-list-item.is--semi-bold {
    text-align: left;
    background-position: 0 10%;
    margin-bottom: .75em;
    font-size: .875rem;
    line-height: 1.5rem;
  }

  .collection-list-wrapper, .collection-list-2 {
    width: 100%;
    max-width: 100%;
  }

  .collection-item-2 {
    width: 300px;
  }

  .content-load-more {
    width: 100%;
    max-width: 100%;
  }

  .load-more-btn, .load-more-btn-close {
    font-size: .875rem;
    line-height: 1.35em;
  }

  .load-more-img-content {
    width: 95%;
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .load-more-img-container-first {
    width: 100%;
    max-width: 100%;
  }

  .load-more-flex-item {
    width: 100%;
    max-width: none;
  }

  .h3--large.is--section {
    font-size: 1.15rem;
    line-height: 1.35em;
  }

  .h3--large.is--section.is--reference-section {
    font-size: .875rem;
  }

  .load-more-img-grid-content {
    width: 100%;
    max-width: none;
  }

  .load-more-img-grid-content.is--grid-small {
    max-width: none;
  }

  .image_ref {
    width: 75vw;
  }

  .layout-component {
    margin-left: 0;
    margin-right: 0;
  }

  .steps_section__card {
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: 15rem;
    margin-left: auto;
    margin-right: auto;
  }

  .steps_section__card_content {
    padding: .5rem;
  }

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

  .card-row4_component {
    grid-template-columns: 1fr;
  }

  .content-heading.is--team {
    align-self: center;
    width: 95%;
  }

  .content-heading.is--team.is--team-content-list {
    background-color: #0000;
    border: 0 #1d4266;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: .5em;
    padding-right: .5em;
  }

  .team-content-list {
    padding-left: .5em;
    padding-right: .5em;
  }

  .team-content-list-item.is--medium {
    background-position: 0 10%;
    margin-bottom: 12px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.35em;
  }

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

  .faq_answer {
    text-align: left;
    font-size: .9rem;
  }

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

  .quick-stack {
    width: 100%;
  }

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

  .hero_section_h1 {
    white-space: normal;
    font-size: 2rem;
  }

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

  .hero_h2.heading-style-xl {
    font-size: 1.385rem;
  }

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

  .hero_section_h2__span {
    justify-content: center;
    align-items: center;
    font-size: 1.385rem;
    display: flex;
  }

  .steps_section_content_value_paragraph.text-size-medium.text-weight-medium.is__mobile_left {
    text-align: left;
  }

  .steps_section_content_value_paragraph__bold {
    font-size: 1.25rem;
  }

  .hero_section_content__heading {
    text-align: center;
    margin-bottom: 1rem;
  }

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

  .steps_section_wrapper {
    padding-top: 1rem;
  }

  .steps_section_wrapper.padding-large {
    padding: 0;
  }

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

  .steps_section__card_content__icon.margin-bottom.margin-xsmall {
    margin-bottom: -1.25rem;
  }

  .card__custom_code.align-center {
    display: none;
  }

  .steps_section_card_content_text__paragraph {
    padding: 0;
  }

  .steps_section__cta_button {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .testimonial_section_wrapper.padding-large {
    padding: 2rem 1rem;
  }

  .testimonial_section_content_wrapper.padding-large {
    padding: 0;
  }

  .section_heading__h2 {
    font-size: var(--size-fonts-__headings--h5);
  }

  .section_heading__h2.text-mobile-left {
    text-align: center;
  }

  .intro_section_wrapper.padding-large {
    padding-left: 0;
    padding-right: 0;
  }

  .section_heading__sub-p.text-size-medium.text-weight-semibold {
    font-size: 1rem;
  }

  .section_heading__sub-p.text-size-large.text-weight-semibold.text-mobile-small, .section__p {
    text-align: center;
  }

  .section__p.text-size-medium.text-weight-medium {
    text-align: justify;
    font-size: 1rem;
  }

  .section__p.text-size-medium.text-weight-semibold {
    font-size: 1.05rem;
  }

  .section__p.text-size-medium.text-weight-semibold.text-color-white {
    font-size: .9rem;
  }

  .section__p.text-size-medium.is__mobile_left {
    text-align: center;
    font-size: 1rem;
  }

  .section__p.text-size-medium.text-align-center.text-mobile-small {
    font-size: var(--size-fonts-__paragraphs--p-small);
  }

  .section__p.padding-xsmall.text-size-medium.text-align-center.text-size-mobile {
    text-align: center;
    padding-bottom: 0;
  }

  .section__p.padding-xsmall.text-size-medium.text-align-center.mobile-spacing.text-mobile-regular {
    font-size: var(--size-fonts-__paragraphs--p-regular);
    text-align: left;
  }

  .section__p.text-mobile-left {
    text-align: center;
  }

  .section__p.text-mobile-small {
    font-size: var(--size-fonts-__paragraphs--p-small);
  }

  .intro_section_content_wrapper.padding-large {
    padding: 2rem 0;
  }

  .intro_section_cta_card.shadow-medium {
    margin-top: 4rem;
    margin-bottom: 2rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .intro_section_content_cta_card__cta_button {
    margin-top: 2rem;
  }

  .intro_section_cta_card_image_verified {
    margin-bottom: -1.5rem;
  }

  .intro_section_cta_card_image_verified.shadow-medium {
    width: 180px;
  }

  .problem_section__image_box {
    width: 240px;
  }

  .container-large-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

  .problem_section_content_component {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .problem_section_wrapper.padding-large {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .problem_section_content_wrapper.padding-medium {
    padding-left: 0;
    padding-right: 0;
  }

  .problem_section_content_wrapper.padding-small {
    padding: 0;
  }

  .problem_section__problem_list {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: .25rem;
    padding-right: 0;
  }

  .problem_list_item {
    text-align: left;
    padding-left: 1.5rem;
  }

  .problem_list_item.text-size-medium.text-weight-semibold.padding-left.padding-small {
    text-align: left;
  }

  .section__cta_question.padding-global {
    padding-left: 3%;
    padding-right: 3%;
  }

  .cta_q_section_wrapper.padding-large {
    padding: 0;
  }

  .cta_q_section_content_container.container-small.padding-small.shadow-small {
    padding: 1.75rem .75rem 2.25rem;
  }

  .cta_q_section_padding_wrapper.padding-large {
    padding: 2rem .35rem;
  }

  .section_p__bold, .section_p__bold.is__icon_check {
    font-size: var(--size-fonts-__paragraphs--p-regular);
  }

  .cta_q_section__content_cta_buttons {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-left: .35rem;
    padding-right: .35rem;
  }

  .cta_q_section__cta_button_container {
    padding-top: .55rem;
    padding-bottom: .55rem;
  }

  .info_section_wrapper.padding-large.margin-bottom.margin-large {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .info_section_content_wrapper.padding-medium {
    padding-left: 0;
    padding-right: 0;
  }

  .info_section_content__image.padding-small {
    padding: 0;
  }

  .info_section_image.is__best_dienstleister {
    width: 150px;
  }

  .section_heading_h3 {
    font-size: 1.55rem;
  }

  .section_p__with_icon_check {
    text-align: left;
  }

  .info_section_content__value_list.padding-xsmall.mobile-padding-custom {
    padding-left: 0;
  }

  .h3-step6 {
    text-align: center;
    font-size: 1.15rem;
    line-height: 1.2;
  }

  .button-container.is--prev-btn {
    margin-bottom: .5em;
  }

  .form {
    max-height: 660px;
  }

  .multi-step-form-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-block-93 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .radio-label {
    font-weight: 600;
  }

  .input-check-icon {
    width: 14px;
    top: 15%;
  }

  .form-container {
    padding: 1em;
  }

  .h1-sub {
    font-size: 1rem;
  }

  .answers-wrapper {
    margin-bottom: .35em;
  }

  .error-popup {
    position: fixed;
    inset: 0%;
  }

  .input-field-container {
    width: 100%;
    height: 36px;
  }

  .input-group {
    margin-bottom: 1.35em;
    margin-left: .55em;
  }

  .progress-container {
    padding-bottom: .15em;
  }

  .input-error-icon {
    width: 14px;
    top: 15%;
  }

  .header-content, .header-content-step7 {
    padding-left: .35rem;
    padding-right: .35rem;
  }

  .answer-item {
    padding-top: .55em;
    padding-bottom: .55em;
  }

  .progress-percent {
    font-size: .875rem;
    line-height: 1.35em;
  }

  .data-p {
    white-space: nowrap;
    font-size: .7rem;
    line-height: 1.15rem;
  }

  .agb-label {
    font-size: .75rem;
    line-height: 1.25rem;
  }

  .mstep_form__subheadline.mstep_form__subheadline--js {
    width: 95%;
    margin: .35em auto .25em;
  }

  .mstep_form__subheadline.mstep_form__subheadline--js.margin-top.margin-xsmall.text-mobile-small {
    font-size: var(--size-fonts-__paragraphs--p-small);
  }

  .image-14 {
    padding-top: .125rem;
    display: none;
  }

  .form-icon-arrow {
    width: .55rem;
    max-width: .55rem;
  }

  .h4-step6 {
    text-align: center;
    font-size: 1.15rem;
    line-height: 1.2;
  }

  .mstep_form__headline.mstep_form__headline--js {
    font-size: var(--size-fonts-__headings--h6);
    margin-bottom: 1rem;
  }

  .mstep_form__headline.mstep_form__headline--js.text-color-green {
    font-size: 2rem;
  }

  .h3-step7 {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .mstep_form___header {
    width: 100%;
  }

  .input-field {
    color: #000;
    width: 100%;
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .check-container {
    width: 95%;
    max-width: none;
  }

  .h3-check {
    font-size: 1.15rem;
  }

  .check-back-btn.w--current {
    font-size: .875rem;
  }

  .text-span-8 {
    font-size: 1.15rem;
  }

  .h1-check {
    font-size: 1.25rem;
  }

  .h2-content {
    font-size: 1.44rem;
  }

  .link-datenschutz {
    word-break: break-all;
  }

  .faq_section_wrapper.padding-vertical.padding-xxlarge {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq_section_content_wrapper.padding-xlarge {
    padding-left: 0;
    padding-right: 0;
  }

  .header36_content-2 {
    max-width: 100%;
  }

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

  .hero_section_cta_button_image_wrapper {
    margin-bottom: 1rem;
  }

  .hero_section__cta_button_image {
    width: 180px;
  }

  .problem_list_item__icon_arrow_red {
    margin-bottom: 0;
  }

  .layout-wrapper-grid {
    grid-template-columns: 1fr;
  }

  .hero_section__h1 {
    font-size: var(--size-fonts-__headings--h5);
    flex-flow: row;
    place-content: space-around flex-start;
    align-items: center;
    display: none;
  }

  .hero_section__h1.is__hero_h1_mobile {
    font-size: var(--size-fonts-__headings--h5);
    display: block;
  }

  .hero_section__content.margin-left.margin-large {
    flex: 1;
  }

  .landigpage_page_wrapper {
    overflow: clip;
  }

  .hero_section_problem_list_wrapper.padding-left.padding-xsmall, .hero_section_value_list_wrapper.padding-left.padding-xsmall {
    padding-left: 0;
  }

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

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

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

  .section__benefits.padding-global {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

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

  .container-large-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-7, .content_right_p {
    text-align: left;
  }

  .content_right_list_item {
    font-size: var(--size-fonts-__paragraphs--p-regular);
    line-height: 1.5em;
  }

  .content_right_list_item.is--semi-bold {
    text-align: left;
    background-position: 0 10%;
    margin-bottom: .75em;
    font-size: .875rem;
    line-height: 1.5rem;
  }

  .content_right_list_item.text-weight-semibold {
    font-size: var(--size-fonts-__paragraphs--p-regular);
  }

  .content_right_h3 {
    font-size: var(--size-fonts-__headings--h5);
    text-align: left;
  }

  .heading-6, .text-size-medium-8 {
    text-align: left;
  }

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

  .text-size-medium-8.text-align-center.padding-global {
    text-align: left;
    padding-top: 1rem;
  }

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

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

  .benefits_section_wrapper.padding-large, .benefits_section_content_wrapper.padding-medium {
    padding: 0;
  }

  .benefits_section_content__cta_button.margin-top.margin-huge.mobile-margin-small {
    margin-top: 2.6rem;
  }

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

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

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

  .text-size-medium-9.text-weight-semibold {
    text-align: center;
  }

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

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

  .problem_section__badge_p.is__text-color-red {
    font-size: var(--size-fonts-__paragraphs--p-regular);
    margin-right: 0;
  }

  .problem_section__icon {
    width: 2rem;
    height: 2rem;
  }

  .spacing-wrapper.padding-top.padding-xlarge.padding-mobile {
    padding-top: 1rem;
  }

  .hero_section__h2 {
    font-size: var(--size-fonts-__headings--h6);
    margin-top: 1.5rem;
    margin-bottom: -1.35rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero_section__problem_list_item {
    white-space: normal;
  }

  .hero_section__value_list_item {
    text-align: left;
    white-space: normal;
    word-break: normal;
    background-image: url('../images/check-solid-green.svg');
    background-repeat: no-repeat;
    background-size: .85rem;
    margin-bottom: .85rem;
    padding-left: 1.125rem;
    font-size: 1.055rem;
    line-height: 1.4;
    text-decoration: none;
    display: block;
  }

  .hero_section__value_list_item.is__value_list_mobile {
    display: block;
  }

  .hero_section__value_list_item.is__text_bold {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: .25rem;
    padding-left: 0;
  }

  .hero_section__value_list_item.hero_section__value_list_item_mobile {
    font-size: var(--size-fonts-__paragraphs--p-medium);
    background-image: url('../images/check-solid-green.svg');
    background-repeat: no-repeat;
    background-size: 1rem;
    display: none;
  }

  .section__ratings.padding-global {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .hero_section__content_box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .flex-block-7 {
    justify-content: center;
    align-items: center;
  }

  .div-block-108 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 20rem;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
  }

  .hero_section_content__box {
    margin-top: 1.5rem;
  }

  .hero_section_content_box__value_list {
    background-color: #ffffff80;
    border-radius: 12px;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding: 1rem 1rem .5rem;
    box-shadow: 0 0 12px -3px #0003;
  }

  .section_heading__sub {
    font-size: var(--size-fonts-__paragraphs--p-medium);
    margin-left: 0;
  }

  .section_heading__sub.text-mobile-left {
    font-size: var(--size-fonts-__paragraphs--p-medium);
    text-align: center;
  }

  .problem_section__content_item.problem_section__content_item_red, .problem_section__content_item.problem_section__content_item_green {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .problem_section__image_female_worker {
    width: 240px;
  }

  .problem_section__value_list {
    justify-content: center;
    align-items: flex-start;
    padding-left: .25rem;
  }

  .cta_q_section__heading {
    font-size: var(--size-fonts-__paragraphs--p-medium);
  }

  .cta_q_section__p {
    font-size: var(--size-fonts-__paragraphs--p-small);
  }

  .info_section__problem_list_item, .info_section__value_list_item {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
  }

  .info_section__custom_heading {
    font-size: var(--size-fonts-__paragraphs--p-medium);
  }

  .partner_section__icon {
    margin-top: 0;
  }

  .intro_section__h2 {
    font-size: var(--size-fonts-__headings--h5);
    text-align: center;
  }

  .intro_section__h3_sub {
    font-size: var(--size-fonts-__paragraphs--p-medium);
    text-align: center;
  }

  .intro_section__p {
    text-align: center;
  }

  .intro_section__p.intro_section__p_last {
    text-align: left;
    margin-top: 2rem;
  }

  .intro_section__p.intro_section__p_last.text-style-italic, .intro_section__p.intro_section__p_custom {
    text-align: center;
  }

  .steps_section__h3_sub {
    font-size: var(--size-fonts-__paragraphs--p-medium);
    text-align: center;
  }

  .problem_section__h3_sub, .problem_section__p_flop_bold {
    font-size: var(--size-fonts-__paragraphs--p-medium);
  }

  .value_list_item {
    padding-left: 1.5rem;
  }

  .info_section__h2 {
    font-size: var(--size-fonts-__headings--h5);
  }

  .info_section__p {
    font-size: var(--size-fonts-__paragraphs--p-regular);
    text-align: left;
  }

  .info_section__h3_sub {
    font-size: var(--size-fonts-__paragraphs--p-medium);
  }

  .padding-wrapper {
    padding-left: 1%;
  }

  .hero_section__h1_mobile {
    font-size: var(--size-fonts-__headings--h3);
    margin-bottom: 2rem;
    display: block;
  }

  .paragraph-19 {
    font-size: var(--size-fonts-__headings--h1);
    text-align: center;
    margin-bottom: 0;
    padding-top: 10px;
    font-weight: 700;
    transform: rotateX(0)rotateY(-180deg)rotateZ(0);
  }

  .hero_section_content_box__txtblock {
    display: none;
  }

  .image-46 {
    width: 2.25rem;
  }

  .div-block-116 {
    margin-top: -.5rem;
    margin-bottom: 1rem;
    display: none;
  }
}

#w-node-f04da7e5-acd8-c4b6-36dd-15a0987e1e93-5f81104b {
  place-self: end stretch;
}

#w-node-f04da7e5-acd8-c4b6-36dd-15a0987e1ef7-5f81104b, #w-node-f04da7e5-acd8-c4b6-36dd-15a0987e1f0d-5f81104b, #w-node-f04da7e5-acd8-c4b6-36dd-15a0987e1fc4-5f81104b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db19746e-734d-5ebb-62c3-51959ec2b7fa-91910d9d {
  justify-self: center;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1592-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab15a8-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab15a9-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab15ad-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab15ae-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab15b2-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab15b3-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab15b7-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab15b8-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab15bc-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab15bd-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab15c1-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab15c2-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab15cc-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab15cd-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab15d1-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab15d2-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab15d6-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab15d7-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab15db-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab15dc-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab15e0-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab15e1-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab15e5-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab15e6-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab15f0-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab15f1-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab15f5-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab15f6-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab15fa-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab15fb-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab15ff-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1600-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1609-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab160a-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1613-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1614-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1626-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1627-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab162b-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab162c-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1630-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1631-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1635-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1636-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab163a-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab163b-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1645-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1646-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab164a-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab164b-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab164f-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1650-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1654-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1655-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1659-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab165a-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab165e-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab165f-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab166a-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab166b-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab166f-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1670-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1674-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1675-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1679-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab167a-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab167e-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab167f-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1683-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1684-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1688-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1689-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab168d-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab168e-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1692-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1693-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab169d-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab169e-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab16a2-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab16a3-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab16a7-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab16a8-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab16af-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab16b0-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab16f1-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab16f4-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab16f5-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab16f8-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab16f9-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab16fc-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1700-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1701-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1704-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1705-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1708-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1709-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab170c-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1713-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1714-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1719-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab171a-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab171e-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab171f-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1723-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1724-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1728-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1729-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1739-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab173c-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab173d-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1740-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1741-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1744-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1745-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1749-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab174c-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab174d-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1750-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1751-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1754-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab175c-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab175d-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab175e-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1760-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1763-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1764-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1765-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1769-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab176c-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab176d-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab176e-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1772-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1776-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1777-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab177d-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1780-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1781-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1782-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1786-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1789-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab178a-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab178b-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1791-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1795-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1796-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab179a-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab179d-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab17a2-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab17a3-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab17a4-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab17a8-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab17ab-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab17ac-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab17ad-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab17b3-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab17b6-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab17b7-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab17b8-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab17be-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab17c1-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab17c2-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab17c3-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab17cb-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab17ce-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab17cf-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab17d0-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab17dc-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab17dd-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab17de-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab17e2-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab17e7-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab17e8-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab17e9-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab17ef-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab17f4-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab17f5-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab17f6-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab17fc-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1801-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1802-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1803-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab180b-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1811-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1812-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1818-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab181d-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab181e-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab181f-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1823-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1826-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1827-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1828-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab182e-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1831-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1832-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1833-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1839-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab183c-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab183d-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab183e-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1846-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1849-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab184a-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab184b-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1851-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1854-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1855-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1856-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab185e-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1862-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1863-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1869-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1871-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1872-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1873-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1874-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1876-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1879-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab187d-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab187e-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab187f-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1888-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1889-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab188a-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1893-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1894-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1895-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1896-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab189c-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab189d-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab189e-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab189f-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab18a1-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab18a5-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab18a6-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab18a7-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab18a8-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab18aa-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1918-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab191c-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab191d-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab191f-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1921-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1922-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1924-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1926-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1927-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1929-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab192b-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab192c-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab192e-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1930-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1931-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1933-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1935-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1936-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1938-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab193a-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab193c-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab193e-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1940-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1941-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1943-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1944-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1946-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1947-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1949-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab194a-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab194c-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab194d-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab194f-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1950-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1952-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1953-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1955-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab195b-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab195f-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1960-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1962-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1964-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1965-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1967-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1969-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab196a-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab196c-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab196e-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab196f-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1971-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1973-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1974-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1976-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1978-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1979-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab197b-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab197d-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab197e-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1980-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1982-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1983-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1985-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1987-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1988-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab198a-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab198c-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab198d-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab198f-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1991-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1992-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1994-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1999-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab199d-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab199f-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab19a2-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab19a7-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab19ac-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab19b1-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab19b6-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab19bd-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab19be-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab19c0-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab19c1-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab19c3-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab19c4-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab19c6-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab19c7-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab19c9-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab19ca-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab19cc-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab19cd-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab19cf-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab19d0-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab19d2-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab19d3-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab19d5-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab19d6-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab19d8-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab19d9-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab19db-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab19dc-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab19de-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab19df-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab19e1-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab19e2-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab19e4-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab19e5-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab19e7-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab19e8-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab19ea-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab19eb-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab19ed-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab19ee-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab19f0-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab19f1-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab19f3-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab19f4-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab19f6-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab19f7-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab19f9-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab19fa-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab19fc-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab19fd-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab19ff-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a00-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a02-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a03-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a05-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a06-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a08-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a09-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a0b-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a0c-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a0e-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a0f-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a11-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a12-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a14-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a15-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a1a-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a1e-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a20-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a23-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a28-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a2d-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a32-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a37-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a3e-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a3f-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a41-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a42-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a44-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a45-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a47-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a48-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a4a-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a4b-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a4d-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a4e-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a50-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a51-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a53-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a54-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a56-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a57-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a59-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a5a-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a5c-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a5d-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a5f-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a60-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a62-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a63-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a65-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a66-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a68-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a69-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a6b-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a6c-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a6e-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a6f-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a71-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a72-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a74-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a75-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a77-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a78-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a7a-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a7b-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a7d-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a7e-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a80-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a81-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a83-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a84-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a86-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a87-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a89-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a8a-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a8c-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a8d-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a8f-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a90-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a92-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a93-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a95-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a96-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a9b-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1a9e-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1a9f-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1aa1-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1aa2-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1aa4-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1aa5-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1aa7-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1aa8-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1aaa-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1aab-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1aad-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1aae-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1ab0-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1ab1-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1ab3-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1ab4-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1ab6-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1ab7-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1ab9-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1aba-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1abc-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1abd-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1abf-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1ac0-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1ac2-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1ac3-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1ac5-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1ac6-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1ac8-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1ac9-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1acb-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1acc-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1ace-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1acf-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1ad1-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1ad2-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1ad4-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1ad5-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1ad7-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1ad8-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1ada-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1adb-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1add-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1ade-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1bd0-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1bd4-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1bd5-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1bd9-5f811068, #w-node-_3b795f16-a250-d81c-d371-4e072aab1bdb-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1bdc-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1be0-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1be1-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1be5-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1be6-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1bea-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1beb-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1bef-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1bf0-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1bf4-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1bf5-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1bf9-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1bfa-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1bfe-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1bff-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1c03-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1c04-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1c08-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1c09-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1c0c-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1c0d-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1c11-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1c12-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1c16-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1c17-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1c1b-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1c1c-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1c20-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1c21-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1c25-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1c26-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1c2a-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1c2b-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1c2f-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1c30-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1c34-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1c35-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1c39-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1c3a-5f811068 {
  justify-self: start;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1c3e-5f811068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b795f16-a250-d81c-d371-4e072aab1c3f-5f811068 {
  justify-self: start;
}

#w-node-afee9ef5-8486-87ea-569c-4e27805c0085-a9b81164 {
  place-self: end stretch;
}

#w-node-c95f4e40-dd47-485b-f6e5-0daba7c0576f-a9b81164, #w-node-c95f4e40-dd47-485b-f6e5-0daba7c05785-a9b81164, #w-node-_68830c7f-a15c-1f11-25c4-3fed61572638-a9b81164 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b62310bc-2c85-866e-8b92-0e57a15f08b0-3ecd6a9a {
  place-self: end stretch;
}

#w-node-b62310bc-2c85-866e-8b92-0e57a15f0914-3ecd6a9a, #w-node-b62310bc-2c85-866e-8b92-0e57a15f092a-3ecd6a9a, #w-node-b62310bc-2c85-866e-8b92-0e57a15f09e1-3ecd6a9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7543d610-af9f-dd43-baaa-db78df1ffbfd-df1ffbfb {
  justify-self: center;
}

#w-node-_111c0df0-2cc1-537c-1547-07a035e51087-afd68cef {
  place-self: end stretch;
}

#w-node-_111c0df0-2cc1-537c-1547-07a035e510da-afd68cef, #w-node-_3801b3d9-0e6e-5d3f-e537-b89719dd0dc5-afd68cef, #w-node-_111c0df0-2cc1-537c-1547-07a035e5118b-afd68cef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1df1a2cd-1168-b2ed-1fcf-c0c4b2f88c56-596cbeb8 {
  place-self: end stretch;
}

#w-node-_1df1a2cd-1168-b2ed-1fcf-c0c4b2f88cbc-596cbeb8, #w-node-_1df1a2cd-1168-b2ed-1fcf-c0c4b2f88cd2-596cbeb8, #w-node-_1df1a2cd-1168-b2ed-1fcf-c0c4b2f88d84-596cbeb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f04da7e5-acd8-c4b6-36dd-15a0987e1e93-5f81104b {
    place-self: auto;
  }

  #w-node-f04da7e5-acd8-c4b6-36dd-15a0987e1fc4-5f81104b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-afee9ef5-8486-87ea-569c-4e27805c0085-a9b81164 {
    place-self: auto;
  }

  #w-node-_68830c7f-a15c-1f11-25c4-3fed61572638-a9b81164 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b62310bc-2c85-866e-8b92-0e57a15f08b0-3ecd6a9a {
    place-self: auto;
  }

  #w-node-b62310bc-2c85-866e-8b92-0e57a15f09e1-3ecd6a9a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_111c0df0-2cc1-537c-1547-07a035e51087-afd68cef {
    place-self: auto;
  }

  #w-node-_111c0df0-2cc1-537c-1547-07a035e5118b-afd68cef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1df1a2cd-1168-b2ed-1fcf-c0c4b2f88c56-596cbeb8 {
    place-self: auto;
  }

  #w-node-_1df1a2cd-1168-b2ed-1fcf-c0c4b2f88d84-596cbeb8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f04da7e5-acd8-c4b6-36dd-15a0987e1f7c-5f81104b, #w-node-faa9f7da-bc66-6768-15f1-379978332146-a9b81164, #w-node-b62310bc-2c85-866e-8b92-0e57a15f0999-3ecd6a9a, #w-node-e287afe8-9880-c80b-607e-95c11a5f7207-afd68cef, #w-node-_1df1a2cd-1168-b2ed-1fcf-c0c4b2f88d3c-596cbeb8 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f04da7e5-acd8-c4b6-36dd-15a0987e1ee1-5f81104b, #w-node-c95f4e40-dd47-485b-f6e5-0daba7c05759-a9b81164, #w-node-b62310bc-2c85-866e-8b92-0e57a15f08fe-3ecd6a9a, #w-node-_111c0df0-2cc1-537c-1547-07a035e510ca-afd68cef, #w-node-_1df1a2cd-1168-b2ed-1fcf-c0c4b2f88ca6-596cbeb8 {
    place-self: center;
  }
}


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