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

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

:root {
  --grey-bg: #efefef;
  --main-black: black;
  --white: white;
  --red: #d7000e;
}

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 0;
}

.kgv-test-img {
  width: 100%;
  max-width: 1000px;
  margin-top: 10vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading {
  font-family: FuturaPT, Arial, sans-serif;
  font-weight: 400;
}

.space-test {
  background-color: var(--grey-bg);
  width: 100%;
  height: 600px;
}

.component-holder {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 300px;
  display: flex;
}

.container-1280 {
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container-1280.footer {
  justify-content: space-between;
  display: flex;
}

.one-page-wrap {
  width: 100%;
  color: var(--main-black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  overflow: clip;
}

.p.is-bold {
  font-weight: 700;
}

.p.space-bottom {
  margin-bottom: 30px;
}

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

.t-1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.t-2 {
  font-size: 40px;
  line-height: 46px;
}

.t-2.is-white {
  color: var(--white);
}

.t-3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

.navbar {
  z-index: 100;
  border-bottom: 15px solid var(--red);
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 145px;
  transition: height .3s, border-width .3s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-wrap {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1340px;
  padding: 31px 30px;
  transition: padding .3s;
  display: flex;
  position: relative;
}

.brand--logo {
  max-height: 67.9px;
  transition: max-height .3s;
}

.nav-menu-holder {
  flex: none;
  padding-top: 35px;
}

.nav-menu-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link {
  letter-spacing: .8px;
  text-transform: uppercase;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  transition: color .3s;
}

.nav-link:hover {
  color: var(--red);
}

.nav-link.w--current {
  color: var(--main-black);
}

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

.menu-btn--line {
  background-color: var(--main-black);
}

.section__hero {
  border-bottom: 20px solid var(--red);
  width: 100%;
  margin-top: 143px;
  position: relative;
}

.hero-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  padding-top: 139px;
  padding-bottom: 92px;
  display: flex;
}

.hero-title-wrap {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 180px;
  display: flex;
}

.lead {
  font-size: 30px;
  line-height: 40px;
}

.hero-lead-wrap {
  width: 100%;
  max-width: 400px;
}

.hero-partner-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
}

.hero-parner__img {
  height: 43.5px;
}

.hero-img-wrap {
  justify-content: center;
  align-items: center;
  width: 55%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.hero__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-img__shape {
  z-index: 3;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  background-color: #fff;
  width: 100px;
  height: 110%;
  position: absolute;
  inset: 0% auto 0% -1px;
}

.hero-img__shape.is-hidder {
  background-color: var(--red);
  left: 1px;
  transform: translate(-100%)rotate(180deg);
}

.section__50pad {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.section__50pad.is-grey {
  background-color: var(--grey-bg);
}

.section__50pad.is-slider {
  background-color: #d7000e;
}

._2-col-with-title-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._2-col-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._2-col-wrap.swap {
  flex-flow: row-reverse;
}

._2-col-left-wrap {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._2-col-right-wrap {
  flex: 1;
  max-width: 951px;
}

._2-col-p-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._2-col-p-wrap.space-top {
  margin-top: 60px;
}

._2-col--img {
  object-fit: cover;
  border-radius: 500px;
  width: 188px;
  height: 188px;
}

._2-col-name-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 27px;
  display: flex;
}

._2-col__pos {
  font-size: 18px;
  line-height: 26px;
}

._2-col__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

._2-col-extra {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

._2-col-extra-p-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

._2-col-extra-cta {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--red);
  letter-spacing: .9px;
  text-transform: uppercase;
  cursor: pointer;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.extra-arr-holder {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 11px;
  height: 18px;
  display: flex;
}

.extra-less {
  display: none;
}

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

._2-col-extra__expander {
  flex: none;
  width: 100%;
  height: 30px;
}

.hl-holder {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.hl-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.hl-col {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hl-col.is-second {
  margin-top: 60px;
}

.hl-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hl-img-wrap {
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 21px;
  padding-bottom: 63%;
  display: flex;
  position: relative;
}

.hl-img-wrap.hide {
  display: none;
}

.hl__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hl-p-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hl-side-shape {
  opacity: .1;
  clip-path: polygon(0% 0, 100% 0, 100% 100%);
  background-color: #d7000e;
  width: 40%;
  padding-bottom: 88%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hl-content-holder {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.wirtsch-holder {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.table-title-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.table-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.table-line {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  border-bottom: 1px solid #48494933;
  grid-template: ". . . . . Area"
  / 2fr .75fr .5fr .75fr .5fr 1fr;
  place-items: start;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 17px;
  font-size: 18px;
  line-height: 24px;
}

.table-line.is-title {
  color: #d7000e;
  padding-top: 0;
  font-weight: 500;
}

.table-line._4-columns {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  grid-template-columns: .4fr .3fr .3fr .5fr;
  max-width: 1149px;
}

.table-line._4-columns.is-last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.table-bold {
  font-weight: 500;
}

.table-green {
  color: #13b144;
  font-weight: 700;
}

.slider-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.slider-mask {
  width: 68%;
  height: auto;
  overflow: visible;
}

.slider-nav {
  display: none;
}

.slider-arr {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: opacity .3s;
  display: flex;
  inset: -70px -10px auto auto;
}

.slider-arr.left {
  right: 50px;
}

.slider-arr__ico {
  justify-content: center;
  align-items: center;
  width: 26px;
  display: flex;
}

.slider-slide {
  height: auto;
  margin-right: 40px;
}

.slider-slider-wrap {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 38px 30px 24px;
  display: flex;
  box-shadow: 3px 3px 15px #0003;
}

.slide-title-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.slide-ico-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  max-width: 120px;
  height: 80px;
  display: flex;
}

.slide-ico-wrap.full-width {
  max-width: 50%;
}

.slide__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.slide__ico {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.slide-p-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.zahlen-holder {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.numbers-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.numbers-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.num-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.num-num-wrap {
  color: #c00;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
  display: flex;
}

.num-text-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.num__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

.tabs-wrap {
  border-top: 1px solid #484949;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tab {
  border-bottom: 1px solid #484949;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tab__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.tab-title-wrap {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.tab__arrow {
  width: 20px;
  color: var(--red);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 20px auto auto;
}

.tab-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.tab-content__expander {
  flex: none;
  width: 100%;
  height: 27px;
}

.slider-custom-code {
  display: none;
}

.banner-holder {
  width: 100%;
  margin-top: 54px;
  position: relative;
  overflow: hidden;
}

.banner-wrap {
  grid-column-gap: 21.3%;
  grid-row-gap: 21.3%;
  background-color: var(--grey-bg);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 44px 113px 44px 52px;
  display: flex;
}

.banner-block {
  z-index: 1;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  position: relative;
}

.banners-logo-wrap {
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  justify-content: flex-start;
  align-items: center;
  height: 43px;
  display: flex;
}

.banner__logo {
  height: 100%;
}

.banner__logo.is-bvs {
  max-height: 34px;
}

.banner__bg {
  z-index: -1;
  background-color: var(--grey-bg);
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.banner__shape {
  height: 100%;
  color: var(--red);
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.banner-logo-url {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.flex-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.t2-with-p-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.vorst-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
  display: grid;
}

.p--link {
  color: var(--red);
  font-weight: 700;
  text-decoration: none;
  transition: color .3s;
}

.p--link:hover {
  color: var(--main-black);
}

.p--link.footer {
  opacity: .8;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
}

.p--link.footer.last {
  margin-left: 30px;
}

.section__gew {
  background-image: url('../images/LQ_ALP1944-1600x850.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 100px;
}

.section__gew.hide {
  display: none;
}

.gew-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 624px;
  padding: 50px 50px 62px;
  display: flex;
  box-shadow: 3px 3px 15px #0003;
}

.section__fin {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 110px;
  position: relative;
}

.scroll-anchor {
  pointer-events: none;
  width: 100%;
  height: 100px;
  position: absolute;
  inset: -100px auto auto 0%;
}

.fin-title-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.fin-grid {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  place-items: start;
  width: 100%;
}

.fin__img {
  width: 100%;
}

.fin-pdf-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: auto;
  padding: 33px 36px 31px;
  display: flex;
  box-shadow: 3px 3px 15px #0003;
}

.fin-pdf__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.fin-pdf-content-wrap {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.fin-pdf__img {
  border: 1px solid #7e7e7e;
  width: 100%;
}

.fin-pdf-cta-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section__footer {
  background-color: var(--red);
  width: 100%;
  color: var(--white);
  padding-top: 47px;
  padding-bottom: 40px;
}

.section__footer.imprint {
  padding-top: 0;
  padding-bottom: 20px;
}

.footer-wrap {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-brand--logo {
  max-height: 50.8px;
}

.footer-sponsor {
  grid-column-gap: 13.8px;
  grid-row-gap: 13.8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  max-width: 297px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
}

.footer__partner {
  max-height: 43.5px;
}

.footer-address-wrap {
  grid-column-gap: 30.5%;
  grid-row-gap: 30.5%;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  margin-right: auto;
  display: flex;
}

.footer-address-column {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 20px;
  line-height: 26px;
  display: flex;
}

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

.footer--link:hover {
  text-decoration: none;
}

.components-wrap {
  width: 100%;
  display: none;
}

.navbar-bg {
  display: none;
}

.table-red {
  color: #ff0004;
  font-weight: 700;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.rich-content.is-bold {
  font-weight: 700;
}

.rich-content.space-bottom {
  margin-bottom: 30px;
}

.rich-content.is-tab {
  width: 100%;
}

.slider-title-wrap.max-width {
  width: 90%;
}

.tab-content-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.table-wrap-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.table-line-2 {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  border-bottom: 1px solid #48494933;
  grid-template-rows: auto;
  grid-template-columns: 2fr .75fr .5fr .75fr .5fr 1fr;
  place-items: start;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 17px;
  font-size: 18px;
  line-height: 24px;
}

.table-line-2.is-title {
  color: #d7000e;
  padding-top: 0;
  font-weight: 500;
}

.table-line-2._4-columns {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  grid-template-columns: .4fr .3fr .3fr .5fr;
  max-width: 1149px;
}

.table-line-2._4-columns.is-last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.hero-img--hidder {
  z-index: 2;
  background-color: var(--red);
  width: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gew-p-wrap, .t-2-with-p-p-wrap, .fade-up-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.table-empty {
  width: 1px;
  height: 1px;
}

.image-portrait {
  object-fit: cover;
  width: 100%;
  height: 280px;
  margin-bottom: 10px;
}

.btn {
  color: var(--red);
  background-color: #fff;
}

.div-portrait-vorstand {
  width: 100%;
}

.grid {
  width: 11%;
}

.link-block {
  width: 60px;
}

.social-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 40%;
  margin-top: 30px;
  margin-bottom: 50px;
  display: grid;
}

.image-content {
  margin-top: 30px;
  margin-bottom: 10px;
}

.p--space-bottom {
  margin-bottom: 50px;
}

.tab__arrow-2 {
  color: #d7000e;
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
  position: absolute;
  inset: auto 20px auto auto;
}

.banner__bg-2 {
  z-index: -1;
  background-color: #efefef;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.table-wrap-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.banner__shape-2 {
  color: #d7000e;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.p--link-2 {
  color: #d7000e;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s;
}

.p--link-2:hover {
  color: #000;
}

.table-line-3 {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  border-bottom: 1px solid #48494933;
  grid-template-rows: auto;
  grid-template-columns: 2fr .75fr .5fr .75fr .5fr 1fr;
  place-items: start;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 17px;
  font-size: 18px;
  line-height: 24px;
}

.table-line-3._4-columns {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  grid-template-columns: .4fr .3fr .3fr .5fr;
  max-width: 1149px;
}

.table-line-3._4-columns.is-last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.table-line-3.is-title {
  color: #d7000e;
  padding-top: 0;
  font-weight: 500;
}

.banner-wrap-2 {
  grid-column-gap: 21.3%;
  grid-row-gap: 21.3%;
  background-color: #efefef;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 44px 113px 44px 52px;
  display: flex;
}

.logo-publirep {
  max-width: 50%;
  margin-top: 25px;
  margin-bottom: 20px;
}

.logo-publirep.is-bvs {
  max-height: 34px;
}

._2-col-sponsor {
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-bottom: 40px;
  display: flex;
}

._2-col-sponsor-text {
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  h2 {
    font-size: 34px;
    line-height: 42px;
  }

  h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .container-1280 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .t-1 {
    font-size: 40px;
    line-height: 50px;
  }

  .t-2 {
    font-size: 34px;
    line-height: 42px;
  }

  .t-3 {
    font-size: 24px;
    line-height: 30px;
  }

  .navbar {
    border-bottom-width: 6px;
    height: 80px;
  }

  .navbar-wrap {
    height: 100%;
    padding: 12px 24px;
  }

  .brand--logo {
    max-height: 38px;
  }

  .nav-menu-holder {
    background-color: #fff;
    padding-top: 0;
    inset: 80px 0% auto;
  }

  .nav-menu-wrap {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    border-bottom: 6px solid var(--red);
    text-align: center;
    flex-flow: column;
    padding-top: 7vw;
    padding-bottom: 7vw;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    font-size: clamp(16px, 2.5vw, 24px);
    line-height: 1em;
  }

  .nabar-ham {
    z-index: 2;
    padding: 0;
  }

  .nabar-ham.w--open {
    z-index: 2;
    background-color: #0000;
  }

  .menu-btn-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin-right: -15px;
    display: flex;
    position: relative;
  }

  .menu-btn--line {
    border-radius: 30px;
    width: 30px;
    height: 3px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section__hero {
    border-bottom-width: 12px;
    margin-top: 80px;
  }

  .hero-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-title-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 80px;
  }

  .lead {
    font-size: 26px;
    line-height: 32px;
  }

  .hero-lead-wrap {
    max-width: 350px;
  }

  .hero-partner-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .hero-parner__img {
    height: 30px;
  }

  ._2-col-with-title-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  ._2-col-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  ._2-col-left-wrap {
    max-width: 200px;
    position: sticky;
    top: 120px;
  }

  ._2-col--img {
    width: 140px;
    height: 140px;
  }

  ._2-col__name {
    font-size: 18px;
  }

  .hl-img-wrap {
    padding-bottom: 55%;
  }

  .hl-content-holder {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .wirtsch-holder {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .table-line {
    grid-template-columns: 1.75fr .75fr .5fr .75fr .5fr 1fr;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
    line-height: 20px;
  }

  .table-line._4-columns {
    grid-template-columns: .4fr .3fr .3fr .25fr;
  }

  .slider-holder {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .slider-mask {
    width: 75%;
  }

  .slider-slide {
    margin-right: 32px;
  }

  .slide-title-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .slide-ico-wrap {
    height: 60px;
  }

  .num-num-wrap {
    font-size: 8vw;
    line-height: 70px;
  }

  .num__title {
    font-size: 2.5vw;
    line-height: 24px;
  }

  .tab__title {
    font-size: 26px;
    line-height: 32px;
  }

  .tab__arrow {
    width: 16px;
  }

  .banner-wrap {
    grid-column-gap: 15%;
    grid-row-gap: 15%;
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left: 42px;
  }

  .banners-logo-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    height: 36px;
  }

  .banner__logo.is-bvs {
    max-height: 28px;
  }

  .section__gew {
    padding-bottom: 80px;
  }

  .gew-wrap {
    max-width: 750px;
    padding: 40px 40px 52px;
  }

  .section__fin {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .scroll-anchor {
    height: 80px;
    top: -80px;
  }

  .fin-title-wrap {
    margin-bottom: 40px;
  }

  .fin-pdf-wrap {
    padding-top: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section__footer {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .footer-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .footer-brand {
    flex: none;
  }

  .footer-brand--logo {
    max-height: 38px;
  }

  .footer-sponsor {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .footer__partner {
    max-height: 30px;
  }

  .footer-address-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 35%;
  }

  .navbar-bg {
    opacity: 0;
    pointer-events: none;
    background-color: #000;
    width: 100vw;
    height: 100vh;
    display: block;
    position: fixed;
  }

  .table-line-2 {
    grid-template-columns: 1.75fr .75fr .5fr .75fr .5fr 1fr;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
    line-height: 20px;
  }

  .table-line-2._4-columns {
    grid-template-columns: .4fr .3fr .3fr .25fr;
  }

  .tab__arrow-2 {
    width: 16px;
  }

  .table-line-3 {
    grid-template-columns: 1.75fr .75fr .5fr .75fr .5fr 1fr;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
    line-height: 20px;
  }

  .table-line-3._4-columns {
    grid-template-columns: .4fr .3fr .3fr .25fr;
  }

  .banner-wrap-2 {
    grid-column-gap: 15%;
    grid-row-gap: 15%;
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left: 42px;
  }

  .logo-publirep.is-bvs {
    max-height: 28px;
  }

  ._2-col-sponsor {
    width: 60%;
  }
}

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

  h2 {
    font-size: 30px;
    line-height: 34px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

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

  .p {
    font-size: 16px;
    line-height: 24px;
  }

  .t-1 {
    font-size: 32px;
    line-height: 40px;
  }

  .t-2 {
    font-size: 30px;
    line-height: 34px;
  }

  .navbar {
    border-bottom-width: 4px;
    height: 70px;
  }

  .navbar-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand--logo {
    max-height: 32px;
  }

  .nav-menu-holder {
    top: 70px;
  }

  .nav-menu-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .nav-link {
    font-size: clamp(20px, 3vw, 30px);
  }

  .menu-btn-wrap {
    width: 50px;
    height: 50px;
    margin-right: -11px;
  }

  .section__hero {
    border-bottom-width: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 70px;
    display: flex;
  }

  .hero-wrap {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-title-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 30px;
  }

  .lead {
    font-size: 22px;
    line-height: 26px;
  }

  .hero-partner-wrap {
    font-size: 16px;
    line-height: 20px;
  }

  .hero-parner__img {
    height: 26px;
  }

  .hero-img-wrap {
    width: 100%;
    height: 50vw;
    max-height: 300px;
    position: relative;
  }

  .hero-img__shape {
    display: none;
    left: auto;
    right: -1px;
  }

  .section__50pad {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._2-col-with-title-wrap {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  ._2-col-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  ._2-col-wrap.swap {
    flex-flow: column-reverse;
  }

  ._2-col-left-wrap {
    width: 100%;
    max-width: none;
    position: static;
  }

  ._2-col--img {
    width: 140px;
    height: 140px;
  }

  ._2-col-extra-cta {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: 16px;
  }

  .hl-wrap {
    grid-template-columns: 1fr;
  }

  .hl-col {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .hl-col.is-second {
    margin-top: 0;
  }

  .table-wrap {
    width: calc(100% + 20px);
    overflow: auto;
  }

  .table-line {
    grid-template-columns: 1.5fr .75fr .5fr .75fr .5fr 1fr;
    width: 800px;
  }

  .table-line._4-columns {
    grid-template-columns: .25fr .25fr .3fr .25fr;
  }

  .slider-mask {
    width: 90%;
  }

  .slider-arr {
    width: 46px;
    height: 46px;
    top: -62px;
  }

  .slider-arr__ico {
    width: 24px;
  }

  .slider-slide {
    margin-right: 24px;
  }

  .slider-slider-wrap {
    padding: 24px 18px;
  }

  .slide-title-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 14px;
  }

  .slide-ico-wrap {
    max-width: 100px;
    height: 50px;
  }

  .numbers-holder {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .numbers-grid {
    grid-column-gap: 10%;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

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

  .num-num-wrap {
    justify-content: flex-start;
    align-items: center;
    font-size: 10vw;
    line-height: 1em;
  }

  .num-text-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .num__title {
    font-size: 3.5vw;
    line-height: 1.4em;
  }

  .tab__title {
    font-size: 24px;
    line-height: 30px;
  }

  .tab-title-wrap {
    padding: 16px 12px;
  }

  .tab-content {
    width: calc(100% + 20px);
    padding-left: 12px;
    padding-right: 12px;
  }

  .banner-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .banner-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .banners-logo-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 250px;
    height: auto;
  }

  .banner__logo {
    max-height: 34px;
  }

  .banner__logo.is-bvs {
    width: 200px;
    max-height: none;
  }

  .banner__shape {
    height: 101%;
    transform: translate(32%);
  }

  .banner-logo-url {
    height: auto;
  }

  .vorst-grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

  .section__gew {
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .gew-wrap {
    padding: 32px 32px 40px;
  }

  .scroll-anchor {
    height: 70px;
    top: -70px;
  }

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

  .footer-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-brand--logo {
    max-height: 32px;
  }

  .footer__partner {
    max-height: 27px;
  }

  .footer-address-wrap {
    width: 100%;
  }

  .rich-content {
    font-size: 16px;
    line-height: 24px;
  }

  .rich-content.is-tab {
    padding-right: 20px;
  }

  .footer-p {
    font-size: 20px;
    line-height: 28px;
  }

  .image-portrait {
    width: 80%;
  }

  .social-grid {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .table-wrap-3 {
    width: calc(100% + 20px);
    overflow: auto;
  }

  .banner__shape-2 {
    height: 101%;
    transform: translate(32%);
  }

  .table-line-3 {
    grid-template-columns: 1.5fr .75fr .5fr .75fr .5fr 1fr;
    width: 800px;
  }

  .table-line-3._4-columns {
    grid-template-columns: .25fr .25fr .3fr .25fr;
  }

  .banner-wrap-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .logo-publirep {
    max-height: 34px;
  }

  .logo-publirep.is-bvs {
    width: 200px;
    max-height: none;
  }

  ._2-col-sponsor {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .container-1280.footer {
    display: block;
  }

  .navbar {
    height: 60px;
  }

  .brand--logo {
    max-height: 30px;
  }

  .menu-btn-wrap {
    width: 40px;
    height: 40px;
    margin-right: -5px;
  }

  .section__hero {
    margin-top: 60px;
  }

  .hero-img-wrap {
    height: 60vw;
  }

  .slide-title-wrap {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .num-num-wrap {
    font-size: 11vw;
  }

  .num__title {
    font-size: 4vw;
  }

  .banner-wrap {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
  }

  .banner__logo {
    max-height: 30px;
  }

  .banner__logo.is-bvs {
    width: 150px;
  }

  .banner__shape {
    transform: translate(65%);
  }

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

  .p--link.footer {
    display: block;
  }

  .p--link.footer.last {
    margin-top: 10px;
    margin-left: 0;
  }

  .section__gew {
    padding-bottom: 100px;
  }

  .scroll-anchor {
    height: 60px;
    top: -60px;
  }

  .fin-grid {
    grid-row-gap: 50px;
  }

  .slider-title-wrap {
    width: 100%;
    max-width: 70%;
  }

  .image-portrait {
    width: 70%;
  }

  .banner__shape-2 {
    transform: translate(65%);
  }

  .banner-wrap-2 {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
  }

  .logo-publirep {
    max-height: 30px;
  }

  .logo-publirep.is-bvs {
    width: 150px;
  }
}

#w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe81c3-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe81c5-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe81cc-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe81ce-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe81d5-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe81d7-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe81de-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe81e0-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe81e7-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe81e9-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe81f0-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe81f2-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe81f9-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe81fb-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8202-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8204-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe820b-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe820d-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8214-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8216-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe821d-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe821f-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8226-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8228-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe822f-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8231-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8238-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe823a-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8241-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8243-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe824a-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe824c-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8253-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8255-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe825c-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe825e-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8265-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8267-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe826e-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8270-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8277-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8279-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8280-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8282-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8289-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe828b-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8292-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8294-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe829b-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe829d-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe82a4-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe82a6-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe82ad-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe82af-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe82b6-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe82b8-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe82bf-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe82c1-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe82c8-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe82ca-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe82d1-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe82d3-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe82da-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe82db-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe82f4-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe82f6-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe82fd-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe82ff-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8306-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8308-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe830f-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8311-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8318-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe831a-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8321-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8323-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe832a-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe832c-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8333-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8335-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe833c-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe833e-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8345-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8347-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe834e-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8350-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8357-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8359-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8360-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8362-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8369-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe836b-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8372-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8374-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe837b-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe837d-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8384-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8386-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe838d-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe838f-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8396-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe8398-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe839f-10678b8a, #w-node-f4cf3d12-252a-61d4-0a09-0d1a1cfe83a0-10678b8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'FuturaPT';
  src: url('../fonts/FuturaCyrillicBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FuturaPT';
  src: url('../fonts/FuturaCyrillicBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}