@font-face {
  font-family: Materialsymbolsrounded;
  src: url('../fonts/MaterialSymbolsRounded-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Materialsymbolsrounded;
  src: url('../fonts/MaterialSymbolsRounded-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Materialsymbolsrounded;
  src: url('../fonts/MaterialSymbolsRounded-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Materialsymbolsrounded;
  src: url('../fonts/MaterialSymbolsRounded-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Materialsymbolsrounded;
  src: url('../fonts/MaterialSymbolsRounded-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Materialsymbolsrounded;
  src: url('../fonts/MaterialSymbolsRounded-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Materialsymbolsrounded;
  src: url('../fonts/MaterialSymbolsRounded-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Worksans;
  src: url('../fonts/WorkSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Worksans;
  src: url('../fonts/WorkSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Worksans;
  src: url('../fonts/WorkSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Worksans;
  src: url('../fonts/WorkSans-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-family: Worksans, Arial, sans-serif;
  --_colors---grey-90: #222f34;
  --h1: 45px;
  --h2: 45px;
  --h3: 24px;
  --h4: 16px;
  --_colors---black: #000;
  --card-title: 32px;
  --body: 24px;
  --_space---space-xs: 16px;
  --quote: 72px;
  --_space---space-xxxxl: 144px;
  --_space---space-xl: 40px;
  --_space---space-xxs: 12px;
  --_space---space-s: 18px;
  --_space---space-l: 32px;
  --_colors---orange-100: #ee7f00;
  --_colors---white: #fff;
  --_space---space-m: 24px;
  --_colors---color: transparent;
  --body-small: 16px;
  --_space---space-xxxs: 8px;
  --_space---space-xxxxxl: 240px;
  --_colors---blue-100: #6baad0;
  --_space---space-xxl: 80px;
  --_border---radius: 32px;
  --_colors---blue-10: #f0f6fa;
  --fact-num-descr\<deleted\|variable-46b23868-0cba-f99c-da39-db021334e3ec\>: 32px;
  --_space---space-xxxl: 120px;
  --_colors---blue-30: #d2e5f0;
  --_colors---grey-10: #e5e8e8;
}

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

@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 {
  color: #333;
  --font-family: Worksans, Arial, sans-serif;
  --h1: 45px;
  --h2: 45px;
  --h3: 24px;
  --h4: 16px;
  --card-title: 32px;
  --body: 24px;
  --quote: 72px;
  --body-small: 16px;
  --fact-num-descr\<deleted\|variable-46b23868-0cba-f99c-da39-db021334e3ec\>: 32px;
  --_space---space-xs: 16px;
  --_space---space-xxxxl: 144px;
  --_space---space-xl: 40px;
  --_space---space-xxs: 12px;
  --_space---space-s: 18px;
  --_space---space-l: 32px;
  --_space---space-m: 24px;
  --_space---space-xxxs: 8px;
  --_space---space-xxxxxl: 240px;
  --_space---space-xxl: 80px;
  --_space---space-xxxl: 120px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-family: var(--font-family);
  color: var(--_colors---grey-90);
  font-size: var(--h1);
  line-height: var(--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
}

h2 {
  font-family: var(--font-family);
  color: var(--_colors---grey-90);
  font-size: var(--h2);
  line-height: var(--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
}

h3 {
  font-family: var(--font-family);
  color: var(--_colors---grey-90);
  font-size: var(--h3);
  line-height: var(--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

h4 {
  font-family: var(--font-family);
  color: var(--_colors---grey-90);
  font-size: var(--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 135%;
}

h5 {
  font-family: var(--font-family);
  color: var(--_colors---black);
  font-size: var(--card-title);
  line-height: var(--card-title);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

p {
  color: var(--_colors---grey-90);
  font-family: Worksans, Arial, sans-serif;
  font-size: var(--body);
  max-width: 55ch;
  margin-bottom: 0;
  line-height: 135%;
}

a {
  font-family: var(--font-family);
  color: var(--_colors---grey-90);
  font-size: var(--body);
  line-height: var(--body);
  font-weight: 700;
  text-decoration: none;
}

ul {
  margin-top: var(--_space---space-xs);
  margin-bottom: var(--_space---space-xs);
  padding-left: 30px;
}

li {
  color: var(--_colors---grey-90);
  font-family: Worksans, Arial, sans-serif;
  font-size: var(--body);
  line-height: 135%;
}

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

blockquote {
  font-family: var(--font-family);
  color: var(--_colors---black);
  font-size: var(--quote);
  text-align: right;
  border-left: 5px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-weight: 800;
  line-height: 115%;
}

.section.hero {
  grid-template-rows: 65svh auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 170px;
  display: grid;
}

.container {
  padding-right: var(--_space---space-xxxxl);
  padding-left: var(--_space---space-xxxxl);
  width: 100%;
  max-width: 1440px;
}

.hero-visual {
  background-image: url('../images/iStock-1396633199_red.jpg');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.hero-visual.isfaq {
  background-image: url('../images/csm_Batterie-Elektro-LKW-laden-Ladekabel1_ed946c38ab.jpg');
}

.hero-visual.isanleitung {
  background-image: url('../images/iStock-1396606521_red.jpg');
}

.button {
  padding: var(--_space---space-s) var(--_space---space-l);
  border: 3px solid var(--_colors---orange-100);
  background-color: var(--_colors---orange-100);
  font-family: var(--font-family);
  color: var(--_colors---black);
  font-size: var(--body);
  line-height: var(--body);
  border-radius: 60px;
  flex-flow: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.button:hover {
  border: 3px solid var(--_colors---orange-100);
  background-color: var(--_colors---white);
}

.button.tertiary {
  padding: var(--_space---space-xxs) var(--_space---space-m);
  border: 2px solid var(--_colors---black);
  background-color: var(--_colors---color);
  font-size: var(--body-small);
  line-height: var(--body-small);
  border-radius: 40px;
  transition: all .3s;
}

.button.tertiary:hover, .button.tertiary.w--current {
  background-color: var(--_colors---black);
  color: var(--_colors---white);
}

.button.secondary {
  margin-bottom: var(--_space---space-xxxs);
  padding: var(--_space---space-xs) var(--_space---space-m);
  color: var(--_colors---grey-90);
  font-size: var(--body-small);
  line-height: var(--body-small);
}

.hero-visual_image {
  width: 100%;
}

.space-xxxxxl {
  height: var(--_space---space-xxxxxl);
}

.block-blue {
  background-color: var(--_colors---blue-100);
  width: 142px;
  height: 14px;
}

.block-orange {
  background-color: var(--_colors---orange-100);
  width: 25px;
  height: 8px;
}

.body {
  display: block;
}

.highlight-card {
  padding: var(--_space---space-xxl) var(--_space---space-xl);
  grid-column-gap: var(--_space---space-xl);
  grid-row-gap: var(--_space---space-xl);
  border-radius: var(--_border---radius);
  background-color: var(--_colors---blue-100);
  flex-flow: column;
  display: flex;
}

.highlights-card_content_list {
  grid-column-gap: var(--_space---space-xxxs);
  grid-row-gap: var(--_space---space-xxxs);
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: min-content auto;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: flex;
}

.icon {
  font-family: Materialsymbolsrounded, Arial, sans-serif;
}

.icon.accordion-icon {
  color: var(--_colors---grey-90);
  font-size: var(--h2);
  font-weight: 100;
}

.isblack {
  color: #000;
}

.txt-small {
  color: var(--_colors---grey-90);
  font-family: Worksans, Arial, sans-serif;
  font-size: var(--body-small);
  max-width: 80ch;
}

.txt-small.is-black {
  color: var(--_colors---black);
}

.txt-small.text-link {
  text-decoration: underline;
}

.txt-small.iswhite.hidemobile.isright {
  text-align: right;
}

.txt-small.iswhite.isregular {
  font-weight: 400;
}

.txt-small.teaser-link {
  color: var(--_colors---orange-100);
  font-weight: 600;
  text-decoration: underline;
}

.txt-small.teaser2-link {
  color: var(--_colors---black);
  font-weight: 600;
  text-decoration: underline;
}

.txt-small.isbold {
  font-weight: 800;
}

.txt-small.isblack {
  color: var(--_colors---black);
}

.facts-grid {
  grid-column-gap: var(--_space---space-m);
  grid-row-gap: var(--_space---space-m);
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.fact_icon_img {
  vertical-align: middle;
  width: 50%;
}

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

.txt-center.iswhite.isregular {
  font-weight: 400;
}

.txt-center.iswhite.isregular.w--current {
  color: var(--_colors---white);
}

.fact_txt-num {
  display: flex;
}

.fact_txt-num.txt-center {
  justify-content: center;
  align-items: flex-end;
}

.fact {
  grid-column-gap: var(--_space---space-xxxs);
  grid-row-gap: var(--_space---space-xxxs);
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 250px;
  display: grid;
}

.fact_bubble {
  aspect-ratio: 1;
  background-color: var(--_colors---blue-10);
  border-radius: 100%;
  width: 100%;
}

.fact-txt_numxl {
  font-family: var(--font-family);
  color: var(--_colors---orange-100);
  font-size: var(--quote);
  font-weight: 800;
  line-height: 55px;
}

.fact-txt_numm {
  color: var(--_colors---orange-100);
  font-family: Worksans, Arial, sans-serif;
  font-size: var(--h3);
  font-weight: 800;
  line-height: 100%;
}

.fact_txt-descr {
  font-family: var(--font-family);
  color: var(--_colors---grey-90);
  font-size: var(--fact-num-descr\<deleted\|variable-46b23868-0cba-f99c-da39-db021334e3ec\>);
  line-height: 135%;
}

.fact_txt-descr.txt-center {
  font-size: var(--body);
}

.fact_icon {
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.txt-block {
  max-width: 940px;
}

.header {
  z-index: 100;
  position: fixed;
  inset: 0% 0% auto;
}

.header-lang {
  padding: var(--_space---space-xxxs) var(--_space---space-m);
  grid-column-gap: var(--_space---space-m);
  grid-row-gap: var(--_space---space-m);
  background-color: var(--_colors---grey-90);
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-nav {
  padding: var(--_space---space-m) var(--_space---space-xs) var(--_space---space-s) var(--_space---space-xxxxl);
  background-color: var(--_colors---white);
  justify-content: space-between;
  display: flex;
}

.header-nav.ismobile {
  display: none;
}

.footer {
  padding: var(--_space---space-m);
  background-color: var(--_colors---grey-90);
  justify-content: space-between;
  display: flex;
}

.header-nav_left_logo {
  justify-content: space-between;
  align-items: center;
  width: 184px;
  display: flex;
}

.header-nav_left_nav {
  grid-column-gap: var(--_space---space-l);
  grid-row-gap: var(--_space---space-l);
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.header-lang_logo {
  height: 34px;
}

.image {
  max-height: 100%;
}

.header-nav_left {
  grid-column-gap: var(--_space---space-xxl);
  grid-row-gap: var(--_space---space-xxl);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main-nav-txt {
  font-size: var(--body-small);
}

.main-nav-txt.iscurrent {
  color: var(--_colors---orange-100);
  text-decoration: underline;
}

.highlights-card_content {
  grid-column-gap: var(--_space---space-xs);
  grid-row-gap: var(--_space---space-xs);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.highlights-card_content.is2, .highlights-card_content.is3, .highlights-card_content.is4 {
  display: flex;
}

.highlights-card_content_list_item {
  grid-column-gap: var(--_space---space-xxxs);
  grid-row-gap: var(--_space---space-xxxs);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.txt-link {
  color: var(--_colors---grey-90);
  text-decoration: underline;
}

.txt-link.isblack {
  color: var(--_colors---black);
}

.space-xxxxl {
  height: var(--_space---space-xxxxl);
}

.space-xxxl {
  height: var(--_space---space-xxxl);
}

.space-xxl {
  height: var(--_space---space-xxl);
}

.footer-logobfe {
  width: 300px;
}

.footer-logoastag {
  width: 115px;
}

.footer-nav, .footer-logos {
  grid-column-gap: var(--_space---space-m);
  grid-row-gap: var(--_space---space-m);
  display: flex;
}

.center {
  align-self: center;
}

.teaser2 {
  aspect-ratio: 3 / 2;
  border-radius: var(--_border---radius);
  object-fit: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.teaser_txt {
  z-index: 20;
  margin-top: var(--_space---space-l);
  margin-bottom: var(--_space---space-l);
  padding-right: var(--_space---space-l);
  padding-left: var(--_space---space-l);
  grid-column-gap: var(--_space---space-xxxs);
  grid-row-gap: var(--_space---space-xxxs);
  flex-flow: column;
  display: flex;
  position: relative;
}

.teaser_img {
  z-index: 10;
  transition: all .2s;
  position: relative;
}

.teaser_overlay {
  z-index: 15;
  background-image: linear-gradient(225deg, #0000, #000000b3), linear-gradient(#0000000d, #0000000d);
  position: relative;
}

.teaser-grid {
  grid-column-gap: var(--_space---space-m);
  grid-row-gap: var(--_space---space-m);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.iswhite {
  color: var(--_colors---white);
}

.teaser_txt_font {
  font-weight: 600;
}

.floating-bubble {
  backface-visibility: visible;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 350px;
  display: grid;
  transform: translate(0, 30px);
}

.floating-bubble_txt {
  text-align: center;
  padding-left: 70px;
  font-size: 38px;
  line-height: 120%;
}

.space-xl {
  height: var(--_space---space-xl);
}

.space-l {
  height: var(--_space---space-l);
}

.space-s {
  height: var(--_space---space-s);
}

.space-xs {
  height: var(--_space---space-xs);
}

.space-xxs {
  height: var(--_space---space-xxs);
}

.space-xxxs {
  height: var(--_space---space-xxxs);
}

.quote_visual {
  background-image: url('../images/iStock-1396606474_red.jpg');
  background-position: 50% 20%;
  background-size: cover;
  overflow: hidden;
}

.paragraph-4 {
  font-size: var(--body-small);
}

.quote_vector {
  max-width: 500px;
}

.space-m {
  height: var(--_space---space-m);
}

.quote_txt {
  z-index: 10;
  position: relative;
}

.quote {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 60svh auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  display: grid;
}

.prozess-visual_image.ismobile {
  display: none;
}

.highlight_block {
  grid-column-gap: var(--_space---space-xs);
  grid-row-gap: var(--_space---space-xs);
  flex-flow: column;
  display: flex;
}

.accordion-item {
  padding-bottom: var(--_space---space-s);
  box-shadow: none;
}

.accordion-item-content {
  overflow: hidden;
}

.secondary {
  color: #575757;
}

.accordion-item-grid {
  grid-column-gap: var(--_space---space-xxxs);
  grid-row-gap: var(--_space---space-xs);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: min-content 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.accordion-item-trigger {
  padding-top: var(--_space---space-xs);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
}

.box-light {
  padding: var(--_space---space-xl);
  border-radius: var(--_border---radius);
  background-color: var(--_colors---blue-10);
  display: block;
}

.isorange {
  color: var(--_colors---orange-100);
}

.accordion-separator {
  font-size: var(--body-small);
  cursor: pointer;
  border: 1px solid #222f3480;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.section-heading {
  grid-column-gap: var(--_space---space-xs);
  grid-row-gap: var(--_space---space-xs);
  display: flex;
}

.accordion-item-grid-txt {
  grid-column-gap: var(--_space---space-xxxs);
  grid-row-gap: var(--_space---space-xxxs);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: min-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.accordion-item-grid-txt.is1row {
  grid-template-rows: auto;
}

.box-light_toggle {
  grid-column-gap: var(--_space---space-xxxs);
  grid-row-gap: var(--_space---space-xxxs);
  display: flex;
}

.box-light_toggle1 {
  aspect-ratio: 1;
  border: 3px solid var(--_colors---orange-100);
  background-color: var(--_colors---orange-100);
  border-radius: 50px;
  width: 28px;
  height: 28px;
}

.box-light_toggle_txt {
  grid-column-gap: var(--_space---space-xxxs);
  grid-row-gap: var(--_space---space-xxxs);
  flex-flow: column;
  display: flex;
}

.highlights-card-2_content {
  grid-column-gap: 0px;
  grid-row-gap: var(--_space---space-xxxs);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 32px 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.txt-link-small {
  font-size: var(--body-small);
  line-height: 20px;
  text-decoration: underline;
}

.accordion-item-flex {
  grid-column-gap: var(--_space---space-xxxs);
  grid-row-gap: var(--_space---space-xxxs);
  flex-flow: column;
  display: flex;
}

.highlights-card_content_list-2 {
  grid-column-gap: var(--_space---space-l);
  grid-row-gap: var(--_space---space-l);
  flex-flow: column;
  display: flex;
}

.tabs-menu {
  margin-bottom: var(--_space---space-l);
  grid-column-gap: var(--_space---space-xxxs);
  grid-row-gap: var(--_space---space-xxxs);
  flex-flow: wrap;
  display: flex;
}

.nav-item {
  padding: var(--_space---space-xxs) var(--_space---space-s);
}

.dropdown-toggle {
  padding: var(--_space---space-xxs) var(--_space---space-xs);
  grid-column-gap: var(--_space---space-xxxs);
  grid-row-gap: var(--_space---space-xxxs);
  flex-flow: row;
  display: flex;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: var(--_colors---grey-90);
}

.heading-2, .heading-3, .heading-4 {
  line-height: 135%;
}

.mobile-nav {
  z-index: 5000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100dvw;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

._100 {
  width: 100%;
}

.anleitung2 {
  display: none;
}

.anleitung1 {
  display: block;
}

.box-light_toggle2 {
  aspect-ratio: 1;
  border: 3px solid var(--_colors---orange-100);
  background-color: var(--_colors---white);
  border-radius: 50px;
  width: 28px;
  height: 28px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    --font-family: Worksans, Arial, sans-serif;
    --h1: 32px;
    --h2: 32px;
    --h3: 22px;
    --h4: 16px;
    --card-title: 32px;
    --body: 20px;
    --quote: 56px;
    --body-small: 14px;
    --fact-num-descr\<deleted\|variable-46b23868-0cba-f99c-da39-db021334e3ec\>: 32px;
    --_space---space-xs: 14px;
    --_space---space-xxxxl: 120px;
    --_space---space-xl: 32px;
    --_space---space-xxs: 10px;
    --_space---space-s: 16px;
    --_space---space-l: 24px;
    --_space---space-m: 20px;
    --_space---space-xxxs: 6px;
    --_space---space-xxxxxl: 180px;
    --_space---space-xxl: 64px;
    --_space---space-xxxl: 96px;
  }

  .section.hero {
    margin-top: 140px;
  }

  .container {
    padding-right: var(--_space---space-xl);
    padding-left: var(--_space---space-xl);
  }

  .facts-grid {
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .fact {
    max-width: 200px;
  }

  .fact-txt_numxl {
    line-height: 42px;
  }

  .header-nav {
    padding-right: var(--_space---space-xl);
    padding-left: var(--_space---space-xl);
  }

  .floating-bubble {
    width: 300px;
    transform: translate(0, 25px);
  }

  .floating-bubble_txt {
    padding-left: 40px;
    font-size: 28px;
  }

  .quote_vector {
    max-width: 400px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --font-family: Worksans, Arial, sans-serif;
    --h1: 32px;
    --h2: 32px;
    --h3: 22px;
    --h4: 16px;
    --card-title: 32px;
    --body: 20px;
    --quote: 56px;
    --body-small: 14px;
    --fact-num-descr\<deleted\|variable-46b23868-0cba-f99c-da39-db021334e3ec\>: 32px;
    --_space---space-xs: 14px;
    --_space---space-xxxxl: 120px;
    --_space---space-xl: 32px;
    --_space---space-xxs: 10px;
    --_space---space-s: 16px;
    --_space---space-l: 24px;
    --_space---space-m: 20px;
    --_space---space-xxxs: 6px;
    --_space---space-xxxxxl: 180px;
    --_space---space-xxl: 64px;
    --_space---space-xxxl: 96px;
  }

  .section.hero {
    margin-top: 140px;
  }

  .icon.isbig {
    font-size: var(--h1);
    font-weight: 400;
  }

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

  .txt-center.iscurrent {
    color: var(--_colors---orange-100);
    text-decoration: underline;
  }

  .header-nav {
    display: none;
  }

  .header-nav.ismobile {
    display: flex;
  }

  .footer {
    grid-column-gap: var(--_space---space-xl);
    grid-row-gap: var(--_space---space-xl);
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-logos {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .floating-bubble {
    width: 200px;
    transform: translate(0, 29px);
  }

  .floating-bubble_txt {
    padding-left: 30px;
    font-size: 20px;
  }

  .quote_vector {
    max-width: 300px;
  }

  .prozess-visual_image.isdesktop {
    display: none;
  }

  .prozess-visual_image.ismobile {
    display: inline-block;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .box-light_toggle1 {
    width: 22px;
    height: 22px;
  }

  .navbutton-mobile {
    background-color: var(--_colors---blue-30);
    border-radius: 50px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
  }

  .navbutton-mobile.nav-white {
    background-color: var(--_colors---white);
  }

  .mobile-nav {
    z-index: 5000;
    grid-column-gap: var(--_space---space-xxxs);
    grid-row-gap: var(--_space---space-xxxs);
    background-color: var(--_colors---blue-30);
    flex-flow: column;
    grid-template-rows: auto min-content;
    grid-template-columns: 100%;
    grid-auto-columns: 1fr;
    align-items: stretch;
  }

  .mobile-nav_close {
    padding-bottom: var(--_space---space-xxxxl);
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .mobile-nav_nav {
    grid-column-gap: var(--_space---space-l);
    grid-row-gap: var(--_space---space-l);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .box-light_toggle2 {
    width: 22px;
    height: 22px;
  }
}

@media screen and (max-width: 479px) {
  body {
    --font-family: Worksans, Arial, sans-serif;
    --h1: 24px;
    --h2: 24px;
    --h3: 20px;
    --h4: 16px;
    --card-title: 24px;
    --body: 16px;
    --quote: 40px;
    --body-small: 14px;
    --fact-num-descr\<deleted\|variable-46b23868-0cba-f99c-da39-db021334e3ec\>: 32px;
    --_space---space-xs: 12px;
    --_space---space-xxxxl: 96px;
    --_space---space-xl: 24px;
    --_space---space-xxs: 8px;
    --_space---space-s: 14px;
    --_space---space-l: 20px;
    --_space---space-m: 16px;
    --_space---space-xxxs: 4px;
    --_space---space-xxxxxl: 120px;
    --_space---space-xxl: 48px;
    --_space---space-xxxl: 72px;
  }

  .section.hero {
    margin-top: 120px;
  }

  .container {
    padding-right: var(--_space---space-xxs);
    padding-left: var(--_space---space-xxs);
  }

  .txt-small.iswhite.hidemobile {
    display: none;
  }

  .fact {
    grid-column-gap: var(--_space---space-xxxs);
    grid-row-gap: var(--_space---space-xxxs);
  }

  .fact-txt_numxl {
    line-height: 29px;
  }

  .footer-logobfe {
    width: 250px;
  }

  .floating-bubble {
    width: 200px;
    transform: translate(0, 20px);
  }

  .floating-bubble_txt {
    padding-left: 15px;
    font-size: 16px;
  }

  .quote_vector {
    max-width: 150px;
  }

  .accordion-item-grid {
    grid-template-columns: auto;
    grid-auto-columns: auto;
  }

  .accordion-item-grid-txt {
    grid-template-columns: auto 1fr;
    grid-auto-columns: auto;
  }

  .box-light_toggle1, .box-light_toggle2 {
    aspect-ratio: 1;
  }
}

#w-node-_7e8dcd33-f64f-6a08-0c9f-098ba162c73d-03511a92 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9e13fa1e-0574-5bb2-1623-39f72bf180d8-03511a92 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: end;
}

#w-node-b1d28884-0f88-34ee-423d-299a6ec13f1a-03511a92 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7bdda337-f2ed-9635-8921-e540c9e0a52d-03511a92 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center stretch;
}

#w-node-_76eefd3c-3a01-98d5-c0eb-ac7e497b5b7f-03511a92 {
  justify-self: stretch;
}

#w-node-f8d16738-eda9-9df7-0130-6f4a03c4bd2a-03511a92 {
  place-self: start center;
}

#w-node-be2e539d-4f6b-34f4-97ed-b868d7518960-03511a92, #w-node-f50eaddf-105d-6620-375d-0b523a423bd3-03511a92 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_91694123-ca59-4b75-5dbd-dd64748f99f4-03511a92 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: end center;
}

#w-node-_8e0907c1-3ffc-1a02-ff7c-7c9b2551b02a-03511a92 {
  place-self: start center;
}

#w-node-_8e0907c1-3ffc-1a02-ff7c-7c9b2551b02b-03511a92, #w-node-_8e0907c1-3ffc-1a02-ff7c-7c9b2551b02c-03511a92 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_8e0907c1-3ffc-1a02-ff7c-7c9b2551b02e-03511a92 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: end center;
}

#w-node-c5af8870-ae8f-34b3-e652-a9a43d361bdd-03511a92 {
  place-self: start center;
}

#w-node-c5af8870-ae8f-34b3-e652-a9a43d361bde-03511a92, #w-node-c5af8870-ae8f-34b3-e652-a9a43d361bdf-03511a92 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-c5af8870-ae8f-34b3-e652-a9a43d361be1-03511a92 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: end center;
}

#w-node-_140ecca8-b62b-5fbd-1e3b-42f94238bcd1-03511a92 {
  place-self: start center;
}

#w-node-_140ecca8-b62b-5fbd-1e3b-42f94238bcd2-03511a92, #w-node-_140ecca8-b62b-5fbd-1e3b-42f94238bcd3-03511a92 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_140ecca8-b62b-5fbd-1e3b-42f94238bcd5-03511a92 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: end center;
}

#w-node-d4ff8151-a2c6-e184-244b-f764c11d2ce6-03511a92 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d4ff8151-a2c6-e184-244b-f764c11d2ce8-03511a92 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: center end;
}

#w-node-d4ff8151-a2c6-e184-244b-f764c11d2cea-03511a92 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7b6583d0-9d3f-2980-d772-034657e31910-57e31910 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b6583d0-9d3f-2980-d772-034657e31911-57e31910 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_7b6583d0-9d3f-2980-d772-034657e31913-57e31910 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: end;
}

#w-node-b7613cad-5ad9-4c77-e84c-0a453415e880-ad75533b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b7613cad-5ad9-4c77-e84c-0a453415e882-ad75533b {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end;
}

#w-node-b7613cad-5ad9-4c77-e84c-0a453415e883-ad75533b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b7613cad-5ad9-4c77-e84c-0a453415e884-ad75533b {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center stretch;
}

#w-node-b7613cad-5ad9-4c77-e84c-0a453415e88a-ad75533b {
  justify-self: stretch;
}

#w-node-d1a8eba0-96de-3b15-79a6-e10608fdc978-ad75533b, #w-node-a014c49a-1fa8-dad2-6dcc-910b79751a0e-ad75533b {
  align-self: center;
}

#w-node-a014c49a-1fa8-dad2-6dcc-910b79751a11-ad75533b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_809dc016-bc05-4067-a937-08371b2199c2-ad75533b {
  align-self: center;
}

#w-node-_809dc016-bc05-4067-a937-08371b2199c5-ad75533b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e94031db-f1c5-441f-c110-9e403e93dcb2-ad75533b {
  align-self: center;
}

#w-node-e94031db-f1c5-441f-c110-9e403e93dcb5-ad75533b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5fac262a-0be0-1f4e-24e6-234b377893e5-ad75533b {
  align-self: center;
}

#w-node-_5fac262a-0be0-1f4e-24e6-234b377893e8-ad75533b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5d7ab333-9c98-a3ed-92f7-e13af02459d0-ad75533b {
  align-self: center;
}

#w-node-_5d7ab333-9c98-a3ed-92f7-e13af02459d3-ad75533b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0c4b881d-f0bb-336c-1af9-83f5e46e3a3a-ad75533b {
  align-self: center;
}

#w-node-_0c4b881d-f0bb-336c-1af9-83f5e46e3a3d-ad75533b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_856a15f9-34dc-f70b-8fc2-3b31a8c5f2f8-ad75533b, #w-node-_0b13d8e2-da29-4cc6-f511-6842a9e73121-ad75533b {
  align-self: center;
}

#w-node-_0b13d8e2-da29-4cc6-f511-6842a9e73124-ad75533b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f8751294-29e0-8dd5-10f1-391ca7cb724e-ad75533b {
  align-self: center;
}

#w-node-f8751294-29e0-8dd5-10f1-391ca7cb7251-ad75533b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_93353470-9e68-ca26-0595-2340837fb4c1-ad75533b {
  align-self: center;
}

#w-node-_93353470-9e68-ca26-0595-2340837fb4c4-ad75533b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_25cda70a-314a-b3ad-edce-466626679552-ad75533b {
  align-self: center;
}

#w-node-_25cda70a-314a-b3ad-edce-466626679555-ad75533b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_12ca233e-39ba-2e32-800c-3319d56adbde-ad75533b {
  align-self: center;
}

#w-node-_12ca233e-39ba-2e32-800c-3319d56adbe1-ad75533b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f77f3d6f-1fdd-3ead-f7fa-9b955c703eac-ad75533b {
  align-self: center;
}

#w-node-f77f3d6f-1fdd-3ead-f7fa-9b955c703eaf-ad75533b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_27ad5066-e886-c08d-7c25-ce3cb72fd342-ad75533b {
  align-self: center;
}

#w-node-_27ad5066-e886-c08d-7c25-ce3cb72fd345-ad75533b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_08327ff8-84a5-76fd-f90c-2e70ce4431a5-ad75533b {
  align-self: center;
}

#w-node-_08327ff8-84a5-76fd-f90c-2e70ce4431a8-ad75533b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2293bda9-06f8-e3c3-6470-9b3442f2c01d-ad75533b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2293bda9-06f8-e3c3-6470-9b3442f2c01f-ad75533b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2293bda9-06f8-e3c3-6470-9b3442f2c021-ad75533b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2293bda9-06f8-e3c3-6470-9b3442f2c024-ad75533b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2293bda9-06f8-e3c3-6470-9b3442f2c026-ad75533b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2293bda9-06f8-e3c3-6470-9b3442f2c028-ad75533b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2293bda9-06f8-e3c3-6470-9b3442f2c02e-ad75533b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2293bda9-06f8-e3c3-6470-9b3442f2c030-ad75533b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2293bda9-06f8-e3c3-6470-9b3442f2c032-ad75533b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b7613cad-5ad9-4c77-e84c-0a453415e880-5e907f9d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b7613cad-5ad9-4c77-e84c-0a453415e88a-5e907f9d {
  justify-self: stretch;
}

#w-node-_7e8dcd33-f64f-6a08-0c9f-098ba162c73d-af7ee117 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9e13fa1e-0574-5bb2-1623-39f72bf180d8-af7ee117 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: end;
}

#w-node-b1d28884-0f88-34ee-423d-299a6ec13f1a-af7ee117 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7bdda337-f2ed-9635-8921-e540c9e0a52d-af7ee117 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center stretch;
}

#w-node-_76eefd3c-3a01-98d5-c0eb-ac7e497b5b7f-af7ee117 {
  justify-self: stretch;
}

#w-node-f8d16738-eda9-9df7-0130-6f4a03c4bd2a-af7ee117 {
  place-self: start center;
}

#w-node-be2e539d-4f6b-34f4-97ed-b868d7518960-af7ee117, #w-node-f50eaddf-105d-6620-375d-0b523a423bd3-af7ee117 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_91694123-ca59-4b75-5dbd-dd64748f99f4-af7ee117 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: end center;
}

#w-node-_8e0907c1-3ffc-1a02-ff7c-7c9b2551b02a-af7ee117 {
  place-self: start center;
}

#w-node-_8e0907c1-3ffc-1a02-ff7c-7c9b2551b02b-af7ee117, #w-node-_8e0907c1-3ffc-1a02-ff7c-7c9b2551b02c-af7ee117 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_8e0907c1-3ffc-1a02-ff7c-7c9b2551b02e-af7ee117 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: end center;
}

#w-node-c5af8870-ae8f-34b3-e652-a9a43d361bdd-af7ee117 {
  place-self: start center;
}

#w-node-c5af8870-ae8f-34b3-e652-a9a43d361bde-af7ee117, #w-node-c5af8870-ae8f-34b3-e652-a9a43d361bdf-af7ee117 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-c5af8870-ae8f-34b3-e652-a9a43d361be1-af7ee117 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: end center;
}

#w-node-_140ecca8-b62b-5fbd-1e3b-42f94238bcd1-af7ee117 {
  place-self: start center;
}

#w-node-_140ecca8-b62b-5fbd-1e3b-42f94238bcd2-af7ee117, #w-node-_140ecca8-b62b-5fbd-1e3b-42f94238bcd3-af7ee117 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_140ecca8-b62b-5fbd-1e3b-42f94238bcd5-af7ee117 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: end center;
}

#w-node-d4ff8151-a2c6-e184-244b-f764c11d2ce6-af7ee117 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d4ff8151-a2c6-e184-244b-f764c11d2ce8-af7ee117 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: center end;
}

#w-node-d4ff8151-a2c6-e184-244b-f764c11d2cea-af7ee117 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7e8dcd33-f64f-6a08-0c9f-098ba162c73d-adb76870 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9e13fa1e-0574-5bb2-1623-39f72bf180d8-adb76870 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: end;
}

#w-node-b1d28884-0f88-34ee-423d-299a6ec13f1a-adb76870 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7bdda337-f2ed-9635-8921-e540c9e0a52d-adb76870 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center stretch;
}

#w-node-_76eefd3c-3a01-98d5-c0eb-ac7e497b5b7f-adb76870 {
  justify-self: stretch;
}

#w-node-f8d16738-eda9-9df7-0130-6f4a03c4bd2a-adb76870 {
  place-self: start center;
}

#w-node-be2e539d-4f6b-34f4-97ed-b868d7518960-adb76870, #w-node-f50eaddf-105d-6620-375d-0b523a423bd3-adb76870 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_91694123-ca59-4b75-5dbd-dd64748f99f4-adb76870 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: end center;
}

#w-node-_8e0907c1-3ffc-1a02-ff7c-7c9b2551b02a-adb76870 {
  place-self: start center;
}

#w-node-_8e0907c1-3ffc-1a02-ff7c-7c9b2551b02b-adb76870, #w-node-_8e0907c1-3ffc-1a02-ff7c-7c9b2551b02c-adb76870 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_8e0907c1-3ffc-1a02-ff7c-7c9b2551b02e-adb76870 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: end center;
}

#w-node-c5af8870-ae8f-34b3-e652-a9a43d361bdd-adb76870 {
  place-self: start center;
}

#w-node-c5af8870-ae8f-34b3-e652-a9a43d361bde-adb76870, #w-node-c5af8870-ae8f-34b3-e652-a9a43d361bdf-adb76870 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-c5af8870-ae8f-34b3-e652-a9a43d361be1-adb76870 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: end center;
}

#w-node-_140ecca8-b62b-5fbd-1e3b-42f94238bcd1-adb76870 {
  place-self: start center;
}

#w-node-_140ecca8-b62b-5fbd-1e3b-42f94238bcd2-adb76870, #w-node-_140ecca8-b62b-5fbd-1e3b-42f94238bcd3-adb76870 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_140ecca8-b62b-5fbd-1e3b-42f94238bcd5-adb76870 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: end center;
}

#w-node-d4ff8151-a2c6-e184-244b-f764c11d2ce6-adb76870 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d4ff8151-a2c6-e184-244b-f764c11d2ce8-adb76870 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: center end;
}

#w-node-d4ff8151-a2c6-e184-244b-f764c11d2cea-adb76870 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b7613cad-5ad9-4c77-e84c-0a453415e880-9663eb0e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b7613cad-5ad9-4c77-e84c-0a453415e882-9663eb0e {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end;
}

#w-node-b7613cad-5ad9-4c77-e84c-0a453415e883-9663eb0e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b7613cad-5ad9-4c77-e84c-0a453415e884-9663eb0e {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center stretch;
}

#w-node-b7613cad-5ad9-4c77-e84c-0a453415e88a-9663eb0e {
  justify-self: stretch;
}

#w-node-d1a8eba0-96de-3b15-79a6-e10608fdc978-9663eb0e {
  align-self: center;
}

#w-node-d1a8eba0-96de-3b15-79a6-e10608fdc97a-9663eb0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a014c49a-1fa8-dad2-6dcc-910b79751a0e-9663eb0e {
  align-self: center;
}

#w-node-a014c49a-1fa8-dad2-6dcc-910b79751a11-9663eb0e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_809dc016-bc05-4067-a937-08371b2199c2-9663eb0e {
  align-self: center;
}

#w-node-_809dc016-bc05-4067-a937-08371b2199c5-9663eb0e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e94031db-f1c5-441f-c110-9e403e93dcb2-9663eb0e {
  align-self: center;
}

#w-node-e94031db-f1c5-441f-c110-9e403e93dcb5-9663eb0e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5fac262a-0be0-1f4e-24e6-234b377893e5-9663eb0e {
  align-self: center;
}

#w-node-_5fac262a-0be0-1f4e-24e6-234b377893e8-9663eb0e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5d7ab333-9c98-a3ed-92f7-e13af02459d0-9663eb0e {
  align-self: center;
}

#w-node-_5d7ab333-9c98-a3ed-92f7-e13af02459d3-9663eb0e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0c4b881d-f0bb-336c-1af9-83f5e46e3a3a-9663eb0e {
  align-self: center;
}

#w-node-_0c4b881d-f0bb-336c-1af9-83f5e46e3a3d-9663eb0e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_856a15f9-34dc-f70b-8fc2-3b31a8c5f2f8-9663eb0e, #w-node-_0b13d8e2-da29-4cc6-f511-6842a9e73121-9663eb0e {
  align-self: center;
}

#w-node-_0b13d8e2-da29-4cc6-f511-6842a9e73124-9663eb0e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f8751294-29e0-8dd5-10f1-391ca7cb724e-9663eb0e {
  align-self: center;
}

#w-node-f8751294-29e0-8dd5-10f1-391ca7cb7251-9663eb0e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_93353470-9e68-ca26-0595-2340837fb4c1-9663eb0e {
  align-self: center;
}

#w-node-_93353470-9e68-ca26-0595-2340837fb4c4-9663eb0e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_25cda70a-314a-b3ad-edce-466626679552-9663eb0e {
  align-self: center;
}

#w-node-_25cda70a-314a-b3ad-edce-466626679555-9663eb0e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_12ca233e-39ba-2e32-800c-3319d56adbde-9663eb0e {
  align-self: center;
}

#w-node-_12ca233e-39ba-2e32-800c-3319d56adbe1-9663eb0e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f77f3d6f-1fdd-3ead-f7fa-9b955c703eac-9663eb0e {
  align-self: center;
}

#w-node-f77f3d6f-1fdd-3ead-f7fa-9b955c703eaf-9663eb0e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_27ad5066-e886-c08d-7c25-ce3cb72fd342-9663eb0e {
  align-self: center;
}

#w-node-_27ad5066-e886-c08d-7c25-ce3cb72fd345-9663eb0e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_08327ff8-84a5-76fd-f90c-2e70ce4431a5-9663eb0e {
  align-self: center;
}

#w-node-_08327ff8-84a5-76fd-f90c-2e70ce4431a8-9663eb0e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2293bda9-06f8-e3c3-6470-9b3442f2c01d-9663eb0e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2293bda9-06f8-e3c3-6470-9b3442f2c01f-9663eb0e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2293bda9-06f8-e3c3-6470-9b3442f2c021-9663eb0e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2293bda9-06f8-e3c3-6470-9b3442f2c024-9663eb0e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2293bda9-06f8-e3c3-6470-9b3442f2c026-9663eb0e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2293bda9-06f8-e3c3-6470-9b3442f2c028-9663eb0e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2293bda9-06f8-e3c3-6470-9b3442f2c02e-9663eb0e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2293bda9-06f8-e3c3-6470-9b3442f2c030-9663eb0e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2293bda9-06f8-e3c3-6470-9b3442f2c032-9663eb0e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b7613cad-5ad9-4c77-e84c-0a453415e880-994f559c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b7613cad-5ad9-4c77-e84c-0a453415e88a-994f559c {
  justify-self: stretch;
}

#w-node-b7613cad-5ad9-4c77-e84c-0a453415e880-833a1f70 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b7613cad-5ad9-4c77-e84c-0a453415e882-833a1f70 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end;
}

#w-node-b7613cad-5ad9-4c77-e84c-0a453415e883-833a1f70 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b7613cad-5ad9-4c77-e84c-0a453415e884-833a1f70 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center stretch;
}

#w-node-b7613cad-5ad9-4c77-e84c-0a453415e88a-833a1f70 {
  justify-self: stretch;
}

#w-node-d1a8eba0-96de-3b15-79a6-e10608fdc978-833a1f70, #w-node-a014c49a-1fa8-dad2-6dcc-910b79751a0e-833a1f70 {
  align-self: center;
}

#w-node-a014c49a-1fa8-dad2-6dcc-910b79751a11-833a1f70 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_809dc016-bc05-4067-a937-08371b2199c2-833a1f70 {
  align-self: center;
}

#w-node-_809dc016-bc05-4067-a937-08371b2199c5-833a1f70 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e94031db-f1c5-441f-c110-9e403e93dcb2-833a1f70 {
  align-self: center;
}

#w-node-e94031db-f1c5-441f-c110-9e403e93dcb5-833a1f70 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5fac262a-0be0-1f4e-24e6-234b377893e5-833a1f70 {
  align-self: center;
}

#w-node-_5fac262a-0be0-1f4e-24e6-234b377893e8-833a1f70 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5d7ab333-9c98-a3ed-92f7-e13af02459d0-833a1f70 {
  align-self: center;
}

#w-node-_5d7ab333-9c98-a3ed-92f7-e13af02459d3-833a1f70 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0c4b881d-f0bb-336c-1af9-83f5e46e3a3a-833a1f70 {
  align-self: center;
}

#w-node-_0c4b881d-f0bb-336c-1af9-83f5e46e3a3d-833a1f70 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_856a15f9-34dc-f70b-8fc2-3b31a8c5f2f8-833a1f70, #w-node-_0b13d8e2-da29-4cc6-f511-6842a9e73121-833a1f70 {
  align-self: center;
}

#w-node-_0b13d8e2-da29-4cc6-f511-6842a9e73124-833a1f70 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f8751294-29e0-8dd5-10f1-391ca7cb724e-833a1f70 {
  align-self: center;
}

#w-node-f8751294-29e0-8dd5-10f1-391ca7cb7251-833a1f70 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_93353470-9e68-ca26-0595-2340837fb4c1-833a1f70 {
  align-self: center;
}

#w-node-_93353470-9e68-ca26-0595-2340837fb4c4-833a1f70 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_25cda70a-314a-b3ad-edce-466626679552-833a1f70 {
  align-self: center;
}

#w-node-_25cda70a-314a-b3ad-edce-466626679555-833a1f70 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_12ca233e-39ba-2e32-800c-3319d56adbde-833a1f70 {
  align-self: center;
}

#w-node-_12ca233e-39ba-2e32-800c-3319d56adbe1-833a1f70 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f77f3d6f-1fdd-3ead-f7fa-9b955c703eac-833a1f70 {
  align-self: center;
}

#w-node-f77f3d6f-1fdd-3ead-f7fa-9b955c703eaf-833a1f70 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_27ad5066-e886-c08d-7c25-ce3cb72fd342-833a1f70 {
  align-self: center;
}

#w-node-_27ad5066-e886-c08d-7c25-ce3cb72fd345-833a1f70 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_08327ff8-84a5-76fd-f90c-2e70ce4431a5-833a1f70 {
  align-self: center;
}

#w-node-_08327ff8-84a5-76fd-f90c-2e70ce4431a8-833a1f70 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2293bda9-06f8-e3c3-6470-9b3442f2c01d-833a1f70 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2293bda9-06f8-e3c3-6470-9b3442f2c01f-833a1f70 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2293bda9-06f8-e3c3-6470-9b3442f2c021-833a1f70 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2293bda9-06f8-e3c3-6470-9b3442f2c024-833a1f70 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2293bda9-06f8-e3c3-6470-9b3442f2c026-833a1f70 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2293bda9-06f8-e3c3-6470-9b3442f2c028-833a1f70 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2293bda9-06f8-e3c3-6470-9b3442f2c02e-833a1f70 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2293bda9-06f8-e3c3-6470-9b3442f2c030-833a1f70 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2293bda9-06f8-e3c3-6470-9b3442f2c032-833a1f70 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b7613cad-5ad9-4c77-e84c-0a453415e880-5b6f3c11 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b7613cad-5ad9-4c77-e84c-0a453415e88a-5b6f3c11 {
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_140ecca8-b62b-5fbd-1e3b-42f94238bcd5-03511a92, #w-node-_140ecca8-b62b-5fbd-1e3b-42f94238bcd5-af7ee117, #w-node-_140ecca8-b62b-5fbd-1e3b-42f94238bcd5-adb76870 {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7bdda337-f2ed-9635-8921-e540c9e0a52d-03511a92, #w-node-_7bdda337-f2ed-9635-8921-e540c9e0a52d-af7ee117, #w-node-_7bdda337-f2ed-9635-8921-e540c9e0a52d-adb76870 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b7613cad-5ad9-4c77-e84c-0a453415e884-ad75533b, #w-node-b7613cad-5ad9-4c77-e84c-0a453415e884-9663eb0e, #w-node-b7613cad-5ad9-4c77-e84c-0a453415e884-833a1f70 {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Materialsymbolsrounded';
  src: url('../fonts/MaterialSymbolsRounded-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialsymbolsrounded';
  src: url('../fonts/MaterialSymbolsRounded-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialsymbolsrounded';
  src: url('../fonts/MaterialSymbolsRounded-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialsymbolsrounded';
  src: url('../fonts/MaterialSymbolsRounded-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialsymbolsrounded';
  src: url('../fonts/MaterialSymbolsRounded-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialsymbolsrounded';
  src: url('../fonts/MaterialSymbolsRounded-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialsymbolsrounded';
  src: url('../fonts/MaterialSymbolsRounded-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}