@font-face {
  font-family: Vag Rounded Std;
  src: url('../fonts/VAG-Rounded-Std-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vag Rounded Std;
  src: url('../fonts/VAG-Rounded-Std-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vag Rounded Std;
  src: url('../fonts/VAG-Rounded-Std-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--accent--primary-1: #da2a1c;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #2c2c2c;
  --elements-webflow-library--secondary--color-1: #2c2c2c;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--general--shadow-05: #14142b29;
  --combine-library--white: white;
  --elements-webflow-library--general--shadow-04: #14142b24;
  --combine-library--grey-800: #1f2c3d;
  --combine-library--grey-600: #5f6570;
  --combine-library--primary-600: #6157f8;
  --combine-library--secondary-600: #00a1c1;
  --combine-library--grey-050: #f2f3f7;
  --combine-library--warning-400: #f8b34b;
  --combine-library--grey-100: #d9dce2;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
}

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

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
}

.brix---mg-bottom-40px {
  margin-bottom: 0;
}

.container-default {
  max-width: 70rem;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Vag Rounded Std, Arial, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 66px;
}

.brix---heading-h1-size.secondary {
  color: #ff8e15;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: Vag Rounded Std, Arial, sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 30px;
}

.brix---paragraph-default.white {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---paragraph-default.center {
  text-align: center;
}

.brix---button-row-left {
  margin-right: 24px;
}

.header-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header {
  background-image: linear-gradient(3deg, var(--elements-webflow-library--accent--primary-1), #fff0 71%);
  padding-top: 234px;
  padding-bottom: 234px;
  position: relative;
  overflow: hidden;
}

.header.stellenbeschreibung, .header.stellenbeschreibung-copy {
  background-image: linear-gradient(3deg, var(--elements-webflow-library--accent--primary-1), #fff0 71%);
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 15px;
  padding: 15px 25px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.navbar {
  background-color: var(--elements-webflow-library--neutral--100);
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

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

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-nav-link {
  color: var(--elements-webflow-library--neutral--600);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---hamburger-menu-bar-top, .brix---hamburger-menu-bar-bottom {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.footer {
  background-color: #da2a1c;
  border: 0 #000;
}

.brix---grid-footer-v11 {
  grid-template-rows: auto;
  align-items: center;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library--neutral--100);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---footer-small {
  padding-top: 72px;
  padding-bottom: 72px;
}

.brix---text-right---t-center {
  text-align: right;
}

.brix---text-left---t-center {
  text-align: left;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stellenangebote {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 60px;
  padding-bottom: 60px;
}

.brix---heading-h2-size {
  color: #da2a1c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vag Rounded Std, Arial, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h2-size.weiss {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---heading-h2-size.center {
  text-align: center;
}

.brix---heading-h3-size {
  color: #2c2c2c;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Vag Rounded Std, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---heading-h3-size.number {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---heading-h3-size.number.weiss {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---heading-h3-size.white {
  color: #fff;
}

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

.brix---content-inside-card {
  padding: 40px 28px 48px;
}

.brix---image-wrapper---br-top {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---image-width-100 {
  width: 100%;
}

.brix---card-link {
  border: 1px none var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  border-radius: 24px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 30px;
  justify-content: center;
  min-width: 100%;
  padding: 15px 25px;
  font-family: Vag Rounded Std, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---container-default-2 {
  max-width: 70rem;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--100);
}

.abschluss {
  background-color: var(--elements-webflow-library--accent--primary-1);
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.brix---z-index-1 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.space-medium {
  height: 3vh;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-top-80px {
  margin-top: 60px;
}

.brix---border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.imagefilm {
  position: relative;
}

.brix---play-button-large {
  box-shadow: 0 24px 65px 0 var(--elements-webflow-library--general--shadow-05);
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
}

.brix---play-button-large:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---bg-overlay {
  z-index: 1;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brix---video-bg-image {
  overflow: visible;
}

.brix---lightbox-video-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---hero-v15-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.brix---section-hero-half-bg-color {
  background-color: var(--elements-webflow-library--accent--primary-1);
  background-image: none;
  padding-top: 60px;
  padding-bottom: 60px;
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
  display: flex;
}

.brix---grid-3-columns-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-0 {
  text-align: left;
  margin-bottom: 0;
}

.brix---square-icon {
  border-radius: 16px;
  max-width: 50%;
  overflow: clip;
}

.benefits {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.brix---heading-h2-size-2 {
  color: var(--elements-webflow-library--accent--primary-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vag Rounded Std, Arial, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 50px;
}

.brix---heading-h2-size-2.weiss {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---heading-h3-size-2 {
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: left;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Vag Rounded Std, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: Vag Rounded Std, Arial, sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 30px;
}

.brix---paragraph-default-2.white {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---card-content-center {
  border: 1px none var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  outline-offset: 0px;
  text-align: center;
  border-radius: 24px;
  outline: 3px #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 0;
  display: flex;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-top: 0;
  display: flex;
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---mg-bottom-56px {
  margin-bottom: 56px;
}

.beschreibung {
  color: var(--elements-webflow-library--neutral--100);
  background-color: #f9f9f8;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.beschreibung._2 {
  padding-bottom: 115px;
}

.brix---icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.brix---icon-list {
  margin-right: 16px;
}

.text-list-regular {
  font-family: Vag Rounded Std, Arial, sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 24px;
}

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

.brix--grid-2-columns-text-right {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.image {
  border-radius: 20px;
  max-width: 80%;
}

.bold-text {
  color: #2c2c2c;
}

.ablauf {
  background-color: var(--elements-webflow-library--accent--primary-1);
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.step-arrow-top {
  opacity: 1;
  max-width: 30%;
  position: absolute;
  inset: -20% 0% 0% 44%;
}

.steps-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.step-item-top {
  margin-top: 100px;
}

.step-arrow-bottom {
  opacity: 1;
  color: #004289;
  max-width: 30%;
  position: absolute;
  inset: auto 0% -20% 11%;
}

.step-heading {
  color: #004289;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.3em;
}

.space-header {
  height: 11vh;
}

.section-divider-bae_divider_1756902147086 {
  color: var(--elements-webflow-library--accent--primary-1);
  width: 100%;
  height: 45px;
  padding-bottom: 0;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  overflow: hidden;
  transform: rotate(180deg);
}

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

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

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

.galerie {
  background-color: var(--combine-library--white);
}

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

.combine-gallery1_image-wrapper {
  border-radius: .75rem;
  width: 100%;
  height: 17rem;
  display: flex;
  overflow: hidden;
}

.combine-gallery1_image {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 100% 0%;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.text-span-2 {
  font-family: Vag Rounded Std, Arial, sans-serif;
  font-size: 30px;
  font-weight: 100;
}

.brix---heading-h1-size-copy {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 40px;
}

.brix---color-neutral-808 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-809 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---display-4 {
  color: var(--elements-webflow-library--accent--primary-1);
  font-family: Vag Rounded Std, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.stellenangebot {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 100px;
  padding-bottom: 0;
}

.brix---link-content {
  color: var(--elements-webflow-library--neutral--600);
  text-decoration: none;
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---grid-2-columns-text-left-2 {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix--grid-2-columns-text-right-2 {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---image-wrapper-br-24px-shadow {
  box-shadow: 0 14px 42px 0 var(--elements-webflow-library--general--shadow-04);
  border-radius: 24px;
  overflow: hidden;
}

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

.brix---inner-container-1000px-center {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.brix---icon-list-item-wrapper-copy {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.brix---icon-list-copy {
  max-width: 50%;
  margin-right: 16px;
  display: block;
  overflow: visible;
}

.galerie-3x1 {
  background-color: var(--combine-library--white);
}

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

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

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

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

.combine-heading-style-h2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.brix-par {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-icon_color1 {
  color: var(--combine-library--primary-600);
}

.combine-icon_medium {
  width: 2.25rem;
  height: 2.25rem;
}

.combine-icon_color2 {
  color: var(--combine-library--secondary-600);
}

.combine-section_feature2 {
  background-color: var(--combine-library--grey-050);
}

.combine-feature2_wrapper {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-direction: column;
  display: flex;
}

.combine-feature2_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.combine-icon_color3 {
  color: var(--combine-library--warning-400);
}

.combine-feature2_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: center;
  display: flex;
}

.combine-feature2_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-feature2_image-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  overflow: hidden;
}

.combine-feature2_image {
  object-fit: cover;
}

.space-large {
  height: 8vh;
}

.brix---color-neutral-810 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-811 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---btn-primary-2 {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---container-default-3 {
  max-width: 70rem;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size-2 {
  color: #da2a1c;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Vag Rounded Std, Arial, sans-serif;
  font-size: 54px;
  font-weight: 900;
  line-height: 66px;
}

.brix---heading-h1-size-2.white {
  color: #fff;
}

.brix---opacity-20 {
  opacity: .2;
}

.brix---paragraph-default-4 {
  margin-bottom: 0;
  font-family: Vag Rounded Std, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---grid-hero-v1 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---floating-image-hero-v2---1 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: -1% auto auto -21%;
  transform: rotate(140deg);
}

.brix---full-width-image {
  object-fit: cover;
  object-position: 25% 50%;
  width: 100%;
  height: 100%;
}

.brix---section-hero-full-width-right {
  background-color: #da2a1c;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.brix---hero-full-width-right-hero-v5 {
  max-width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.white {
  color: var(--elements-webflow-library--neutral--100);
}

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

.topline {
  color: var(--elements-webflow-library--accent--primary-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vag Rounded Std, Arial, sans-serif;
  font-size: 21px;
  font-weight: 100;
  line-height: 50px;
}

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

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

.combine-button-small {
  background-color: var(--combine-library--grey-800);
  color: var(--combine-library--white);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-small:hover {
  background-color: #28364ae6;
}

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

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

.combine-heading-style-h2-2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-heading-style-h5 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-text-size-regular {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-icon_small {
  color: var(--elements-webflow-library--accent--primary-1);
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.combine-icon_color4 {
  color: var(--combine-library--grey-600);
}

.combine-section_faq4 {
  background-color: #f9f9f8;
}

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

.combine-faq4_wrapper {
  background-color: #f9f9f8;
  border-radius: 1.25rem;
  flex-direction: column;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.combine-faq4_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

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

.combine-faq4_title {
  color: var(--elements-webflow-library--accent--primary-1);
  font-family: Vag Rounded Std, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-faq4_answer {
  overflow: hidden;
}

.combine-faq4_info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--combine-library--grey-100);
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.25rem;
  display: flex;
}

.image-2 {
  max-width: 20%;
  margin-bottom: 15px;
}

.bold-text-2 {
  font-family: Vag Rounded Std, Arial, sans-serif;
}

@media screen and (min-width: 1440px) {
  .brix---z-index-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .brix---grid-hero-v1 {
    grid-column-gap: 90px;
  }
}

@media screen and (min-width: 1920px) {
  .brix---hero-full-width-right-hero-v5 {
    width: 100%;
    max-width: 46%;
  }
}

@media screen and (max-width: 991px) {
  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .header {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .navbar {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---grid-footer-v11 {
    grid-template-columns: 1fr;
  }

  .brix---footer-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---text-right---t-center, .brix---text-left---t-center {
    text-align: center;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

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

  .stellenangebote {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .abschluss {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 100px;
  }

  .brix---hero-v15-grid {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-half-bg-color {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---grid-3-columns-2 {
    grid-template-columns: 1fr 1fr;
  }

  .benefits {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .beschreibung {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix--grid-2-columns-text-right {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .ablauf {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .step-arrow-top {
    display: none;
  }

  .steps-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .step-item-top {
    text-align: center;
    width: 400px;
    margin-top: 0;
  }

  .step-arrow-bottom {
    display: none;
  }

  .step-item {
    text-align: center;
    width: 400px;
  }

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

  .brix---heading-h1-size-copy {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .stellenangebot {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---grid-2-columns-text-left-2, .brix--grid-2-columns-text-right-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

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

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

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-hero-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---floating-image-hero-v2---1 {
    top: 24%;
    right: -30%;
  }

  .brix---section-hero-full-width-right {
    padding-top: 100px;
    padding-bottom: 522px;
  }

  .brix---hero-full-width-right-hero-v5 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: 450px;
    display: flex;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .topline {
    font-size: 30px;
    line-height: 46px;
  }

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

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

@media screen and (max-width: 767px) {
  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .header {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---footer-small {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

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

  .stellenangebote {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---content-inside-card {
    padding: 32px 32px 40px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .abschluss {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---mg-top-80px {
    margin-top: 64px;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 90px;
  }

  .brix---hero-v15-grid {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-half-bg-color {
    background-image: linear-gradient(to bottom, var(--elements-webflow-library--accent--primary-1) 72%, var(--elements-webflow-library--accent--primary-1) 72%, white 72%);
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .brix---grid-3-columns-2 {
    grid-template-columns: 1fr;
  }

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .benefits {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .beschreibung {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-list-regular {
    font-size: 16px;
  }

  .brix--grid-2-columns-text-right {
    grid-template-columns: 1fr;
  }

  .ablauf {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .step-item-top, .step-item {
    width: 300px;
  }

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

  .combine-gallery1_component {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h1-size-copy {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .stellenangebot {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---grid-2-columns-text-left-2, .brix--grid-2-columns-text-right-2 {
    grid-template-columns: 1fr;
  }

  .brix---image-wrapper-br-24px-shadow {
    box-shadow: 0 4px 22px 0 var(--elements-webflow-library--general--shadow-04);
    border-radius: 14px;
  }

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

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

  .combine-feature2_component {
    flex-direction: column;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-hero-v1 {
    grid-template-columns: 1fr;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---floating-image-hero-v2---1 {
    max-width: 480px;
  }

  .brix---section-hero-full-width-right {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---hero-full-width-right-hero-v5 {
    margin-top: 62px;
    position: static;
  }

  .topline {
    font-size: 28px;
    line-height: 40px;
  }

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

  .combine-faq4_component {
    grid-template-columns: 1fr;
  }

  .combine-faq4_content {
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .header {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-secondary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---footer-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

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

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---content-inside-card {
    padding-top: 26px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .abschluss {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---mg-top-80px {
    margin-top: 56px;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 70px;
  }

  .brix---section-hero-half-bg-color {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---grid-3-columns-2 {
    grid-template-columns: 1fr;
  }

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .ablauf {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .steps-grid {
    grid-row-gap: 30px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .step-item-top, .step-item {
    width: 100%;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-gallery1_component {
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-copy {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 16px;
  }

  .brix---icon-list-copy {
    width: 24px;
    margin-right: 8px;
  }

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

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

  .brix---btn-primary-2, .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---floating-image-hero-v2---1 {
    display: none;
  }

  .brix---section-hero-full-width-right {
    padding-top: 48px;
  }

  .brix---hero-full-width-right-hero-v5 {
    object-fit: fill;
    height: 50%;
  }

  .topline {
    font-size: 24px;
    line-height: 34px;
  }

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

#w-node-b3230bea-b319-a487-38c4-1a8e81c3019c-9f644d22 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8429ad3a-f0b7-c81e-5f9b-1b671f76e76d-9f644d22 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_405bf516-2aa4-1dd2-f21e-96e72a339ee3-9f644d22 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ff49e374-a5ff-ac2e-ce6a-2276a58cbf90-9f644d22 {
  place-self: start;
}

#w-node-_9211cee2-1859-0387-e7d1-4d7b8807553b-9f644d22 {
  justify-self: auto;
}

#w-node-def7a757-e838-67e1-f721-d0ed6fd8faa1-9f644d22, #w-node-_3dd8fa8b-8d6b-6ab5-8384-3e10f398de2e-9f644d22, #w-node-_9d6944b8-c0c6-5bf3-1229-2f3cb1e6d3b1-9f644d22, #w-node-a15fd508-798d-ec41-0991-05b55d0aa0ec-9f644d22 {
  place-self: start;
}

#w-node-_54e31357-cd2d-a3e8-33ec-d5c4ecd09e95-9f644d22, #w-node-_54e31357-cd2d-a3e8-33ec-d5c4ecd09e97-9f644d22, #w-node-_54e31357-cd2d-a3e8-33ec-d5c4ecd09e99-9f644d22, #w-node-_54e31357-cd2d-a3e8-33ec-d5c4ecd09e9b-9f644d22, #w-node-_54e31357-cd2d-a3e8-33ec-d5c4ecd09e9d-9f644d22, #w-node-_54e31357-cd2d-a3e8-33ec-d5c4ecd09e9f-9f644d22, #w-node-_2489e49e-bea8-92a2-1d5f-ec69a08785f9-9f644d22, #w-node-d1f348ae-9324-28d7-10a9-18831551f924-1551f920, #w-node-d1f348ae-9324-28d7-10a9-18831551f92a-1551f920, #w-node-_5d912231-67b0-d9d0-80b7-d49373978c88-73978c74, #w-node-_5d912231-67b0-d9d0-80b7-d49373978c93-73978c74, #w-node-_5d912231-67b0-d9d0-80b7-d49373978c94-73978c74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c463d53-d3fe-1e40-7e11-63192d005ead-9f644d23 {
  place-self: start;
}

#w-node-_3c463d53-d3fe-1e40-7e11-63192d005eb6-9f644d23 {
  justify-self: auto;
}

#w-node-_3c463d53-d3fe-1e40-7e11-63192d005ebf-9f644d23, #w-node-_3c463d53-d3fe-1e40-7e11-63192d005ec8-9f644d23, #w-node-_3c463d53-d3fe-1e40-7e11-63192d005ed1-9f644d23, #w-node-_3c463d53-d3fe-1e40-7e11-63192d005eda-9f644d23 {
  place-self: start;
}

#w-node-_6769ac32-4ae6-9276-52d8-e2beb351d434-9f644d23, #w-node-_6769ac32-4ae6-9276-52d8-e2beb351d436-9f644d23, #w-node-_6769ac32-4ae6-9276-52d8-e2beb351d438-9f644d23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6058c773-1999-9662-f0f1-27eff99dcbe9-b507b86b {
  place-self: start;
}

#w-node-_6058c773-1999-9662-f0f1-27eff99dcbf2-b507b86b {
  justify-self: auto;
}

#w-node-_6058c773-1999-9662-f0f1-27eff99dcbfb-b507b86b, #w-node-_6058c773-1999-9662-f0f1-27eff99dcc04-b507b86b, #w-node-_6058c773-1999-9662-f0f1-27eff99dcc0d-b507b86b, #w-node-_6058c773-1999-9662-f0f1-27eff99dcc16-b507b86b {
  place-self: start;
}

#w-node-_6769ac32-4ae6-9276-52d8-e2beb351d434-b507b86b, #w-node-_6769ac32-4ae6-9276-52d8-e2beb351d436-b507b86b, #w-node-_6769ac32-4ae6-9276-52d8-e2beb351d438-b507b86b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ca53357-3aba-55c5-8eba-284928e9584c-ec8ed6e5 {
  place-self: start;
}

#w-node-_7ca53357-3aba-55c5-8eba-284928e95855-ec8ed6e5 {
  justify-self: auto;
}

#w-node-_7ca53357-3aba-55c5-8eba-284928e9585e-ec8ed6e5, #w-node-_7ca53357-3aba-55c5-8eba-284928e95867-ec8ed6e5, #w-node-_7ca53357-3aba-55c5-8eba-284928e95870-ec8ed6e5, #w-node-_7ca53357-3aba-55c5-8eba-284928e95879-ec8ed6e5 {
  place-self: start;
}

#w-node-_6769ac32-4ae6-9276-52d8-e2beb351d434-ec8ed6e5, #w-node-_6769ac32-4ae6-9276-52d8-e2beb351d436-ec8ed6e5, #w-node-_6769ac32-4ae6-9276-52d8-e2beb351d438-ec8ed6e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Vag Rounded Std';
  src: url('../fonts/VAG-Rounded-Std-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vag Rounded Std';
  src: url('../fonts/VAG-Rounded-Std-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vag Rounded Std';
  src: url('../fonts/VAG-Rounded-Std-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}