@font-face {
  font-family: Helvetica-Neue-Off;
  src: url('../fonts/HelveticaNeueItalic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Notoserif Variablefont Wdth Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Notoserif Variablefont Wdth Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Helvetica-Neue-Off;
  src: url('../fonts/HelveticaNeueMediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvetica-Neue-Off;
  src: url('../fonts/HelveticaNeueLightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvetica-Neue-Off;
  src: url('../fonts/HelveticaNeueUltraLightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvetica-Neue-Off;
  src: url('../fonts/HelveticaNeueThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvetica-Neue-Off;
  src: url('../fonts/HelveticaNeueThin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica-Neue-Off;
  src: url('../fonts/HelveticaNeueMedium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica-Neue-Off;
  src: url('../fonts/HelveticaNeueUltraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica-Neue-Off;
  src: url('../fonts/HelveticaNeueLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica-Neue-Off;
  src: url('../fonts/HelveticaNeueBlack.otf') format("opentype"), url('../fonts/HelveticaNeueHeavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica-Neue-Off;
  src: url('../fonts/HelveticaNeueBoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvetica-Neue-Off;
  src: url('../fonts/HelveticaNeueRoman.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica-Neue-Off;
  src: url('../fonts/HelveticaNeueBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica-Neue-Off;
  src: url('../fonts/HelveticaNeueHeavyItalic.otf') format("opentype"), url('../fonts/HelveticaNeueBlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: #fafafa;
  --black: #131313;
  --blue: #43b3c2;
  --transparent: transparent;
  --gray: #555;
}

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

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

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

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

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

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

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

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Notoserif, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.navbar-container {
  flex-flow: row;
  justify-content: space-between;
  width: 95%;
  max-width: 87.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.logo {
  width: 140px;
}

.navbar {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fafafae3;
  border-bottom: 1px solid #d8d8d8;
  position: fixed;
  inset: 0% 0% auto;
}

.hero-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4rem;
  display: flex;
}

.hero-container {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 87.5rem;
  padding-top: 4rem;
  display: flex;
}

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

.nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

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

.nav-link.nav-link-highlight {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 8px;
  margin-left: 20px;
}

.hero-text-block {
  max-width: 540px;
}

.hero-image {
  flex: 1;
  max-width: 780px;
  position: relative;
}

.image {
  z-index: 1;
  display: block;
  position: relative;
}

.hero-image--drop-shadow {
  opacity: .2;
  width: 150%;
  height: 150%;
  position: absolute;
  inset: -42% -40% auto auto;
}

.hero-button-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.heading {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Notoserif, Arial, sans-serif;
  font-size: 2.5rem;
}

.heading.site-heading {
  margin-top: 2rem;
  margin-bottom: 4rem;
  font-size: 3.5rem;
}

.button {
  background-color: var(--blue);
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  font-weight: 500;
}

.button.button-secondary {
  color: var(--blue);
  background-color: #0000;
}

.button.button-small {
  padding: .5rem 1rem;
}

.button.button-outline {
  border: 2px solid var(--blue);
  background-color: var(--transparent);
  color: var(--blue);
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8rem;
  display: flex;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.heading-2.h2-leistung {
  margin-bottom: 2rem;
}

.container {
  width: 95%;
  max-width: 87.5rem;
}

.grid-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1rem;
  padding-bottom: 8rem;
  display: grid;
}

.tile {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 2rem;
  flex-flow: column;
  padding: 1rem;
  display: flex;
  box-shadow: 0 10px 40px #0003;
}

.tile.tile-alt {
  box-shadow: none;
  background-color: #0000;
  justify-content: center;
  align-items: center;
}

.tile-image {
  border-radius: 1rem;
  height: 300px;
  overflow: hidden;
}

.tile-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.tile-description {
  color: var(--gray);
  flex: 1;
}

.tile-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.tile-image-img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.hero-text {
  color: var(--gray);
}

.tile-quote {
  text-align: right;
  width: 100%;
  font-style: italic;
}

.footer-dark {
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 30px;
  display: flex;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  width: 200px;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.hero-heading-right {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.leistung-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8rem;
  display: flex;
}

.leistung-wrapper.ls-flipped {
  flex-flow: row-reverse;
}

.leistung-wrapper.lw-single {
  margin-bottom: 2rem;
}

.hero-split {
  border-radius: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
  overflow: hidden;
}

.hero-split.hs-text {
  border-radius: 0;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.list {
  margin-bottom: 2rem;
}

.heading-container {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 960px;
  display: flex;
}

.team-grid {
  width: 95%;
  max-width: 87.5rem;
  margin-top: 4rem;
}

.form-container {
  width: 95%;
  max-width: 60rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.form-input {
  color: #1f1f1f;
  caret-color: #00f;
  background-color: #f9f9fb;
  border: 1px solid #c7c7c7;
  border-radius: .5rem;
  width: 100%;
  height: auto;
  min-height: 4rem;
  margin-bottom: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.form-input:focus {
  border-color: #ff8c9b;
}

.form-input.textarea {
  resize: none;
  min-height: 16rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.button-2 {
  pointer-events: auto;
  color: #fff;
  white-space: nowrap;
  background-color: #ff8c9b;
  border: 1px solid #ff8c9b;
  border-radius: 50px;
  padding: .5em 1.5em;
  font-size: 1em;
  font-weight: 500;
  transition: opacity .2s;
  box-shadow: 0 6px 15px #0000001c;
}

.button-2:hover {
  opacity: .85;
}

.form-heading {
  color: var(--black);
  margin-bottom: 1rem;
}

.form-group-2 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-width: 40%;
  display: flex;
  position: relative;
}

.form-button-wrapper {
  width: 100%;
}

.checkbox-2 {
  width: 1em;
  height: 1em;
  margin-right: 10px;
}

.checkbox-label {
  width: 99%;
}

.form-2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 6rem;
  display: grid;
}

.recaptcha-container {
  margin-bottom: 30px;
}

.form-label {
  pointer-events: none;
  border-radius: 5px;
  height: auto;
  margin-bottom: 0;
  margin-left: calc(1.5rem - 5px);
  padding: 0 5px;
  font-weight: 400;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  position: absolute;
  top: 1.25rem;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.legal-rtb {
  width: 95%;
  max-width: 60rem;
  padding-bottom: 4rem;
}

.nav-spacer {
  flex: 1;
}

.pdf-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--blue);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.pdf-image {
  max-width: 2rem;
}

.pdf-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.logo-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.logo-partner-link {
  max-width: 140px;
}

.foerderungen-link {
  color: var(--blue);
  margin-bottom: 2rem;
  text-decoration: none;
}

.form-contact-block {
  margin-bottom: 2rem;
  font-size: 1.125em;
}

.link {
  color: var(--black);
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .navbar-container {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .hero-container {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .hero-text-block {
    z-index: 2;
    position: relative;
  }

  .hero-image {
    min-width: 320px;
  }

  .heading {
    font-size: 2rem;
    line-height: 1.1;
  }

  .button {
    font-size: .825em;
  }

  .grid-container {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .leistung-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 4rem;
  }

  .leistung-wrapper.ls-flipped {
    flex-flow: column;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .button-2 {
    font-size: .875em;
  }

  .form-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .menu-button {
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .hero-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    padding-top: 3rem;
  }

  .hero-image {
    max-width: 420px;
  }

  .section {
    padding-top: 4rem;
  }

  .container {
    width: 90%;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .form-2 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }
}

@media screen and (max-width: 479px) {
  .hero-button-container {
    flex-flow: column;
  }

  .heading, .heading-2 {
    font-size: 1.5rem;
  }

  .tile-image {
    height: 240px;
  }

  .tile-heading {
    font-size: 1.25rem;
  }

  .container-2 {
    max-width: none;
  }

  .form-input {
    font-size: .9rem;
  }

  .button-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .form-2 {
    flex-flow: column;
  }
}

#w-node-_1e3dbf5c-ac20-5945-db89-9f61ca2fee74-ca2fee6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1e3dbf5c-ac20-5945-db89-9f61ca2fee7a-ca2fee6e, #w-node-_1e3dbf5c-ac20-5945-db89-9f61ca2fee85-ca2fee6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12faecb8-95e9-5b6f-24bc-b18711c95c9b-79a0103d, #w-node-ac9bd003-0aad-42f2-eec4-2b0921bb3f18-79a0103d, #w-node-_12faecb8-95e9-5b6f-24bc-b18711c95c9d-79a0103d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_12faecb8-95e9-5b6f-24bc-b18711c95cb1-79a0103d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12faecb8-95e9-5b6f-24bc-b18711c95cb5-79a0103d, #w-node-_12faecb8-95e9-5b6f-24bc-b18711c95cb9-79a0103d, #w-node-_12faecb8-95e9-5b6f-24bc-b18711c95cc0-79a0103d, #w-node-_12faecb8-95e9-5b6f-24bc-b18711c95cc2-79a0103d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_12faecb8-95e9-5b6f-24bc-b18711c95c9d-79a0103d, #w-node-_12faecb8-95e9-5b6f-24bc-b18711c95ca9-79a0103d, #w-node-_12faecb8-95e9-5b6f-24bc-b18711c95cb1-79a0103d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ac9bd003-0aad-42f2-eec4-2b0921bb3f18-79a0103d, #w-node-_12faecb8-95e9-5b6f-24bc-b18711c95cb1-79a0103d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Helvetica-Neue-Off';
  src: url('../fonts/HelveticaNeueItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notoserif Variablefont Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notoserif Variablefont Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notoserif';
  src: url('../fonts/NotoSerif-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notoserif';
  src: url('../fonts/NotoSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notoserif';
  src: url('../fonts/NotoSerif-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica-Neue-Off';
  src: url('../fonts/HelveticaNeueMediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica-Neue-Off';
  src: url('../fonts/HelveticaNeueLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica-Neue-Off';
  src: url('../fonts/HelveticaNeueUltraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica-Neue-Off';
  src: url('../fonts/HelveticaNeueThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica-Neue-Off';
  src: url('../fonts/HelveticaNeueThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica-Neue-Off';
  src: url('../fonts/HelveticaNeueMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica-Neue-Off';
  src: url('../fonts/HelveticaNeueUltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica-Neue-Off';
  src: url('../fonts/HelveticaNeueLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica-Neue-Off';
  src: url('../fonts/HelveticaNeueBlack.otf') format('opentype'), url('../fonts/HelveticaNeueHeavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica-Neue-Off';
  src: url('../fonts/HelveticaNeueBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica-Neue-Off';
  src: url('../fonts/HelveticaNeueRoman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica-Neue-Off';
  src: url('../fonts/HelveticaNeueBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica-Neue-Off';
  src: url('../fonts/HelveticaNeueHeavyItalic.otf') format('opentype'), url('../fonts/HelveticaNeueBlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}