@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: 0;
  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 {
  color: var(--main-black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  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;
}

.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: 240px;
  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;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  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--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;
  -webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%);
  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-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.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__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 {
  color: var(--red);
  justify-content: center;
  align-items: center;
  width: 20px;
  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 {
  color: var(--red);
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  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;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  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;
}

.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);
  color: var(--white);
  width: 100%;
  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%;
}

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

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

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

@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%);
  }

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

#w-node-_101c6baa-1930-c85e-844d-6b63b548a627-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a629-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a630-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a632-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a639-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a63b-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a642-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a644-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a64b-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a64d-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a654-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a656-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a65d-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a65f-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a666-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a668-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a66f-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a671-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a678-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a67a-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a681-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a683-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a68a-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a68c-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a693-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a695-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a69c-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a69e-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a6a5-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a6a7-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a6ae-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a6b0-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a6b7-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a6b9-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a6c0-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a6c2-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a6c9-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a6cb-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a6d2-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a6d4-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a6db-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a6dd-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a6e4-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a6e6-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a6ed-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a6ef-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a6f6-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a6f8-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a6ff-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a701-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a708-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a70a-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a711-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a713-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a71a-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a71c-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a723-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a725-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a72c-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a72e-5e612c4b, #w-node-b491688b-4a98-efc1-acb0-81578be6e008-5e612c4b, #w-node-b491688b-4a98-efc1-acb0-81578be6e00a-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a735-5e612c4b, #w-node-_101c6baa-1930-c85e-844d-6b63b548a737-5e612c4b, #w-node-_9239e794-3b52-b6ec-1202-2efe32d09772-5e612c4b, #w-node-_9239e794-3b52-b6ec-1202-2efe32d09774-5e612c4b, #w-node-_9239e794-3b52-b6ec-1202-2efe32d0977b-5e612c4b, #w-node-_9239e794-3b52-b6ec-1202-2efe32d0977d-5e612c4b, #w-node-_9239e794-3b52-b6ec-1202-2efe32d09784-5e612c4b, #w-node-_9239e794-3b52-b6ec-1202-2efe32d09786-5e612c4b, #w-node-_86ac928f-c007-6081-3fc6-c900b579313a-5e612c4b, #w-node-_86ac928f-c007-6081-3fc6-c900b579313c-5e612c4b, #w-node-b48eb948-5502-ecdd-4815-b4facac6abc9-5e612c4b, #w-node-b48eb948-5502-ecdd-4815-b4facac6abcb-5e612c4b, #w-node-_77d72f41-bc77-9442-2f51-259b228d1dc3-5e612c4b, #w-node-_77d72f41-bc77-9442-2f51-259b228d1dc5-5e612c4b, #w-node-_1df5f4d7-c2e6-aa8e-756a-5c3544fe7ad9-5e612c4b, #w-node-_1df5f4d7-c2e6-aa8e-756a-5c3544fe7adb-5e612c4b, #w-node-_99ef6e09-9d44-ab84-b770-2ac696a00768-5e612c4b, #w-node-_99ef6e09-9d44-ab84-b770-2ac696a0076a-5e612c4b, #w-node-a48141a3-f98e-da62-d638-1f00c7fd1a55-5e612c4b, #w-node-a48141a3-f98e-da62-d638-1f00c7fd1a57-5e612c4b, #w-node-ef9e5ebe-1924-037d-fd2c-7d30a4427664-5e612c4b, #w-node-ef9e5ebe-1924-037d-fd2c-7d30a4427666-5e612c4b, #w-node-eafb81d6-a500-6b24-9b51-a1f315134355-5e612c4b, #w-node-eafb81d6-a500-6b24-9b51-a1f315134357-5e612c4b, #w-node-_0c41c617-8750-24b2-e53b-14385e1bd202-5e612c4b, #w-node-_0c41c617-8750-24b2-e53b-14385e1bd204-5e612c4b, #w-node-_425d0654-82b2-c75a-8254-e24fbdc53015-5e612c4b, #w-node-_425d0654-82b2-c75a-8254-e24fbdc53017-5e612c4b, #w-node-_485256c0-8aaa-955d-135f-830929c41dbc-5e612c4b, #w-node-_485256c0-8aaa-955d-135f-830929c41dbe-5e612c4b, #w-node-d0655d35-1e51-779f-c48f-c0d91db23050-5e612c4b, #w-node-d0655d35-1e51-779f-c48f-c0d91db23052-5e612c4b, #w-node-_9239e794-3b52-b6ec-1202-2efe32d0978d-5e612c4b, #w-node-_9239e794-3b52-b6ec-1202-2efe32d0978f-5e612c4b, #w-node-_9239e794-3b52-b6ec-1202-2efe32d09796-5e612c4b, #w-node-_9239e794-3b52-b6ec-1202-2efe32d09798-5e612c4b, #w-node-ed98d4b8-9b41-8a41-fb15-168079ad4da1-5e612c4b, #w-node-ed98d4b8-9b41-8a41-fb15-168079ad4da3-5e612c4b, #w-node-da7bae56-4800-43c4-5c37-30e42a6f7b50-5e612c4b, #w-node-da7bae56-4800-43c4-5c37-30e42a6f7b52-5e612c4b, #w-node-_9239e794-3b52-b6ec-1202-2efe32d0979f-5e612c4b, #w-node-_9239e794-3b52-b6ec-1202-2efe32d097a1-5e612c4b {
  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;
}