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

@font-face {
  font-family: Firasans;
  src: url('../fonts/FiraSans-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Firasans;
  src: url('../fonts/FiraSans-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

:root {
  --default-text: #6c7474;
  --black: #292929;
  --red: #a50944;
  --red-dark: #8c1c4b;
  --gray: #f8f8f7;
  --white: white;
  --transparent: #fff0;
  --gray-dark: #b8b3aa;
  --red-hover: #a6456d;
}

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

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--default-text);
  font-family: Firasans, Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

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

p {
  margin-bottom: 0;
}

a {
  color: var(--red);
  text-decoration: underline;
  transition: color .2s;
}

a:hover {
  color: var(--red-dark);
}

strong {
  font-weight: 500;
}

.container-lg {
  z-index: 1;
  width: 100%;
  max-width: 992px;
}

.container-lg.header-wrap {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.container-s {
  max-width: 850px;
}

.container-m {
  max-width: 992px;
}

.text-34 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
}

.text-34.red {
  color: var(--red);
}

.text-34.title {
  margin-top: 20px;
  margin-bottom: 25px;
}

.text-22 {
  font-size: 20px;
  line-height: 28px;
}

.text-22.label {
  color: var(--red);
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 500;
}

.text-22.section-label {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.text-22.section-label.red {
  color: var(--red);
}

.text-22.nav, .text-22.nav-btn {
  font-size: 14px;
  line-height: 28px;
}

.text-24 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.text-24.black {
  color: var(--black);
}

.text-42 {
  color: var(--black);
  font-size: 34px;
  line-height: 42px;
}

.text-42.red {
  color: var(--red);
  margin-bottom: 0;
}

.page-wrapper {
  flex-flow: column;
  justify-content: space-between;
  min-width: 100%;
  max-width: 1005px;
  min-height: 100vh;
  display: flex;
}

.page-content-wrapper {
  max-width: 100vw;
  overflow: hidden;
}

.header {
  flex-flow: column;
  justify-content: center;
  height: 115px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.header:where(.w-variant-d0406d1f-5678-0e88-126c-074bb8ffc376) {
  background-color: var(--gray);
}

.header.overlay {
  display: none;
}

.header.overlay.gray-9, .header.gray {
  background-color: var(--gray);
}

.line-top {
  z-index: 1;
  background-color: var(--red);
  height: 10px;
  margin: 0 -25px auto;
  position: static;
}

.logo-wrapper {
  width: 200px;
  height: auto;
}

.nav-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.btn-wrapper {
  background-color: var(--red);
  min-height: 55px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 10px 35px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.btn-wrapper:hover {
  background-color: var(--red-dark);
}

.btn-wrapper.menu {
  border: 1.75px solid var(--red);
  background-color: var(--transparent);
  min-height: 45px;
  color: var(--red);
  margin-top: 0;
  padding: 5px 15px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.btn-wrapper.menu:hover {
  background-color: var(--red-dark);
  color: var(--white);
}

.nav-link {
  color: var(--red);
  text-decoration: none;
  transition: color .2s;
}

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

.nav-link.w--current {
  box-shadow: inset 0 -2px 0 0 var(--red);
}

.content-section {
  padding-left: 25px;
  padding-right: 25px;
}

.content-section.bg-gray {
  background-color: var(--gray);
  padding-top: 100px;
}

.content-section.padding-bot {
  padding-bottom: 65px;
}

.intro-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 75%;
  margin-top: 100px;
  margin-bottom: 85px;
  display: flex;
}

.container-xl {
  max-width: 1250px;
}

.img-wrapper {
  background-color: #a5094400;
}

.img-wrapper._16-9 {
  aspect-ratio: 256 / 135;
  object-fit: cover;
  background-image: url('../images/TN-suedhang-jb-home_1905-25.jpg');
  background-position: 50%;
  background-size: contain;
  box-shadow: 0 2px 10px 2px #0003;
}

.img-wrapper._16-9._2025 {
  aspect-ratio: 16 / 9;
  background-image: url('../images/video_qualitaetsbericht_2025_TN.jpg');
}

.img-wrapper._830 {
  aspect-ratio: 83 / 71;
  background-color: var(--red);
}

.img-wrapper._830.right {
  background-color: var(--transparent);
  margin-left: 65px;
}

.img-wrapper._830.left {
  background-color: var(--transparent);
  margin-right: 65px;
}

.img-wrapper._1200 {
  aspect-ratio: 80 / 63;
}

.img-wrapper._937 {
  aspect-ratio: 937 / 630;
  background-color: var(--red);
}

.img-wrapper.quad {
  aspect-ratio: 1;
  width: 100%;
}

.img-wrapper.quad.in-card {
  margin-bottom: 30px;
}

.img-wrapper.free {
  background-color: var(--red);
  width: 100%;
  min-height: 100px;
}

.img-wrapper.in-card {
  margin-bottom: 30px;
}

.container-fullsize {
  max-width: 1920px;
}

.grid-l {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 90px;
}

.grid-item-l {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 496px;
  display: flex;
}

.section-label {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black);
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.section-label.margin-top {
  margin-top: 100px;
}

.section-label.no-margin {
  margin-bottom: 0;
}

.underline {
  background-color: var(--black);
  width: 60px;
  height: 2px;
}

.underline.red {
  background-color: var(--red);
}

.underline.brown {
  background-color: var(--gray-dark);
}

.grid-l-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 85px 1fr;
  margin-bottom: 90px;
}

.grid-l-2.margin-top {
  margin-top: 90px;
}

.grid-item-m {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 480px;
  display: flex;
}

.text-16 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.text-16.footer-style {
  line-height: 32px;
}

.footer {
  color: var(--white);
  padding: 45px 25px;
  position: relative;
}

.grid-footer {
  grid-column-gap: 45px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .35fr 1fr;
  grid-auto-flow: column;
}

.footer-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.socials {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-top: 10px;
  margin-left: -5px;
  display: flex;
}

.social-link {
  width: 30px;
  height: 30px;
  color: var(--white);
  padding: 5px;
  transition: opacity .2s;
}

.social-link:hover {
  opacity: .75;
}

.footer-link {
  color: var(--white);
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.footer-link:hover {
  opacity: .75;
  color: var(--gray);
}

.grid-2 {
  grid-column-gap: 75px;
  grid-row-gap: 65px;
  grid-template-rows: auto;
}

.grid-2.offset {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr .75fr;
}

.grid-2.offset.left {
  grid-template-columns: .75fr 1fr;
}

.grid-2.margin-bot {
  margin-bottom: 100px;
}

.quote-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.line-ontop {
  background-color: var(--gray-dark);
  width: 80px;
  height: 2px;
}

.line-ontop.red {
  background-color: var(--red);
}

.richtext {
  margin-bottom: 60px;
}

.richtext h2 {
  color: var(--black);
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

.richtext p {
  margin-bottom: 25px;
}

.richtext h3, .richtext h4 {
  color: var(--black);
  font-weight: 400;
}

.richtext a {
  color: var(--red);
  text-decoration: none;
  transition: color .2s;
}

.richtext a:hover {
  color: var(--red-dark);
}

.spacer-200 {
  height: 125px;
}

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

.grid-3.margin-bot {
  margin-bottom: 65px;
}

.graphic-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quote-block {
  margin-bottom: 65px;
  padding: 35px 56px;
  box-shadow: 0 2px 10px #0003;
}

.quote-block.sm {
  margin-bottom: 0;
  padding: 45px 35px;
}

.grid-vertical {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.grid-4 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 80px;
}

.team-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.inline-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--red);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

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

.inline-arrow {
  width: 55px;
  line-height: 0;
  text-decoration: none;
}

.inline-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.inline-wrapper.margin-top {
  margin-top: 55px;
}

.heading {
  font-weight: 400;
}

.grid-table-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--gray-dark);
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 20px 25px;
}

.grid-table-3:where(.w-variant-47f55ed0-4615-a91f-209a-71f7546df595) {
  background-color: var(--gray);
}

.tab-slots {
  margin-bottom: 65px;
}

.text-48 {
  color: var(--black);
  margin-bottom: 0;
  font-size: 48px;
  line-height: 62px;
}

.social-icon {
  width: 100%;
  height: 100%;
  line-height: 0;
}

.bg-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: min-content minmax(140px, 140px) auto;
  grid-template-columns: 1fr;
}

.bg-img-stage {
  z-index: -10;
  background-color: var(--gray);
  pointer-events: none;
  position: absolute;
}

.bg-img.footer {
  max-width: none;
  max-height: 100%;
  padding: 20px 0 0;
}

.bg-img-wrapper-footer {
  z-index: -1;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% 0;
  overflow: hidden;
}

.bg-footer {
  z-index: -2;
  background-color: var(--red);
  position: absolute;
  inset: 0%;
}

.video-embed {
  width: 100%;
  height: 100%;
}

.logo-sub-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-sub-logo {
  margin-top: 2px;
  font-size: 14px;
  line-height: 22px;
}

.inline-download {
  width: 26px;
  margin-bottom: 4px;
  line-height: 0;
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 20px;
    line-height: 32px;
  }

  .container-lg {
    max-width: 1440px;
  }

  .container-lg.header-wrap {
    margin-top: 15px;
  }

  .container-s {
    max-width: 1100px;
  }

  .container-m {
    max-width: 1250px;
  }

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

  .text-22, .text-22.nav, .text-22.nav-btn {
    font-size: 22px;
    line-height: 30px;
  }

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

  .text-42 {
    font-size: 42px;
    line-height: 52px;
  }

  .header {
    height: 130px;
  }

  .line-top {
    height: 15px;
  }

  .logo-wrapper {
    width: 250px;
  }

  .nav-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .btn-wrapper.menu {
    min-height: 55px;
    padding: 10px 15px;
  }

  .nav-link {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .intro-wrapper {
    width: 65%;
  }

  .container-xl {
    max-width: 1700px;
  }

  .img-wrapper._830.right {
    margin-left: 100px;
  }

  .img-wrapper._830.left {
    margin-right: 100px;
  }

  .container-fullsize {
    max-width: 1920px;
  }

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

  .grid-item-l {
    max-width: 720px;
  }

  .grid-l-2 {
    grid-template-columns: 1fr 135px 1fr;
  }

  .text-16 {
    font-size: 16px;
    line-height: 26px;
  }

  .quote-item {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .richtext {
    margin-bottom: 65px;
  }

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

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

  .richtext h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .spacer-200 {
    height: 150px;
  }

  .quote-block {
    padding-left: 75px;
    padding-right: 75px;
  }

  .team-card {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .inline-wrapper.margin-top {
    margin-top: 65px;
  }

  .text-48 {
    font-size: 48px;
    line-height: 62px;
  }

  .bg-img-stage {
    justify-content: center;
    align-items: center;
    max-height: 700px;
    display: flex;
    overflow: hidden;
  }

  .bg-img.footer {
    max-width: 60vw;
    min-height: 100%;
    max-height: none;
  }

  .bg-img-wrapper-footer {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .text-sub-logo {
    margin-top: 5px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 18px;
    line-height: 30px;
  }

  .container-lg.header-wrap {
    align-items: center;
    position: static;
  }

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

  .text-22 {
    font-size: 18px;
    line-height: 25px;
  }

  .text-22.nav {
    font-size: 24px;
    line-height: 38px;
  }

  .text-22.nav-btn {
    font-size: 18px;
    line-height: 32px;
  }

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

  .text-42 {
    font-size: 28px;
    line-height: 38px;
  }

  .header {
    z-index: 10;
    width: 100%;
    height: 100px;
  }

  .header.overlay {
    margin-bottom: 35px;
    display: flex;
  }

  .line-top {
    height: 10px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .logo-wrapper {
    width: 200px;
    margin-right: auto;
  }

  .nav-wrapper {
    z-index: 0;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 0;
    display: flex;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .btn-wrapper {
    min-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .btn-wrapper.menu {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link {
    border-top: 1px solid var(--gray-dark);
    border-bottom: 1px solid var(--gray-dark);
    width: 100%;
    min-height: 85px;
    color: var(--red);
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -1px;
    padding: 10px 25px;
    display: flex;
  }

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

  .nav-link.w--current {
    box-shadow: none;
  }

  .content-section.bg-gray {
    padding-top: 65px;
  }

  .intro-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 75%;
    margin-top: 60px;
    margin-bottom: 50px;
  }

  .img-wrapper._830.right {
    margin-left: 0;
  }

  .img-wrapper._830.left {
    margin-right: 0;
  }

  .grid-l {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
    max-width: 728px;
    margin-bottom: 75px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-item-l {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    min-width: 100%;
  }

  .section-label.margin-top {
    margin-top: 75px;
  }

  .underline.brown {
    width: 35px;
  }

  .grid-l-2 {
    grid-template-columns: 1fr 0 1fr;
  }

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

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

  .footer-content {
    margin-bottom: 10px;
  }

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

  .grid-2.offset, .grid-2.offset.left {
    grid-template-columns: 1fr;
  }

  .grid-2.margin-bot {
    margin-bottom: 75px;
  }

  .line-ontop {
    width: 50px;
  }

  .richtext {
    margin-bottom: 45px;
  }

  .richtext h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .spacer-200 {
    height: 100px;
  }

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

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

  .inline-wrapper.margin-top {
    margin-top: 50px;
  }

  .text-48 {
    font-size: 30px;
    line-height: 42px;
  }

  .burger-btn {
    color: var(--black);
    cursor: pointer;
    transition: color .2s;
  }

  .burger-btn:hover {
    color: var(--red);
  }

  .burger-menu {
    width: 40px;
    line-height: 0;
  }

  .bg-img-wrapper-footer {
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 150px;
  }

  .btn-padding {
    margin-top: 55px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .close-icon {
    width: 28px;
    line-height: 0;
  }

  .close-btn {
    color: var(--black);
    cursor: pointer;
    transition: color .2s;
  }

  .close-btn:hover {
    color: var(--red);
  }

  .logo-sub-wrap {
    width: 160px;
    margin-right: auto;
  }

  .text-sub-logo {
    font-size: 11px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 25px;
  }

  .container-lg {
    max-width: 480px;
  }

  .container-lg.btn {
    padding-left: 0;
    padding-right: 0;
  }

  .container-s, .container-m {
    max-width: 480px;
  }

  .header {
    height: 75px;
  }

  .line-top {
    height: 8px;
  }

  .content-section.bg-gray {
    padding-top: 60px;
  }

  .content-section.mobile-gray {
    background-color: var(--gray);
  }

  .intro-wrapper {
    width: 75%;
  }

  .container-xl {
    margin-left: -25px;
    margin-right: -25px;
  }

  .img-wrapper._16-9 {
    box-shadow: none;
  }

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

  .section-label {
    margin-bottom: 20px;
  }

  .section-label.margin-top {
    margin-top: 55px;
  }

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

  .grid-item-m {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: none;
  }

  .footer {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .grid-footer {
    grid-column-gap: 30px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-content {
    margin-bottom: 5px;
  }

  .grid-2 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    grid-template-columns: 1fr;
  }

  .grid-2.offset {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .grid-2.offset.left {
    grid-template-columns: 1fr;
  }

  .grid-2.margin-bot {
    margin-bottom: 60px;
  }

  .quote-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .richtext {
    margin-bottom: 35px;
  }

  .spacer-200 {
    height: 75px;
  }

  .grid-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .graphic-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .quote-block {
    margin-bottom: 45px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .quote-block.sm {
    padding-left: 25px;
    padding-right: 25px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
    margin-bottom: 55px;
  }

  .team-card, .inline-link {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .inline-arrow {
    width: 40px;
  }

  .grid-table-3 {
    padding: 15px;
  }

  .tab-slots {
    margin-bottom: 45px;
  }

  .text-48 {
    font-size: 26px;
    line-height: 36px;
  }

  .burger-menu {
    width: 30px;
  }

  .bg-img-stage {
    object-fit: cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 500px;
    display: none;
  }

  .bg-img {
    display: block;
  }

  .logo-sub-wrap {
    width: 140px;
  }

  .text-sub-logo {
    letter-spacing: .2px;
    font-size: 9px;
    line-height: 16px;
  }
}

@media screen and (max-width: 479px) {
  .text-22.nav {
    font-size: 20px;
    line-height: 32px;
  }

  .text-22.nav-btn {
    font-size: 14px;
    line-height: 28px;
  }

  .nav-link {
    min-height: 75px;
  }

  .intro-wrapper {
    width: 100%;
  }

  .grid-footer {
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: .25fr;
  }

  .socials {
    margin-top: 5px;
  }
}

#w-node-be8b2f32-1dbb-028c-9574-4f8d05969709-158c6c57 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-f99ec2f6-bd0a-8b9a-246a-dfc5a77bcaec-158c6c57 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_508716a3-f573-3e22-c925-d50d3417fd1f-158c6c57 {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-_06ad0da1-5a30-25a3-482e-91de45033617-158c6c57 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_06ad0da1-5a30-25a3-482e-91de45033619-158c6c57 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center end;
}

#w-node-_06ad0da1-5a30-25a3-482e-91de4503361f-158c6c57 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_06ad0da1-5a30-25a3-482e-91de45033621-158c6c57 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-ebd32108-2878-20f7-781c-436379dadb89-158c6c57 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
}

#w-node-ebd32108-2878-20f7-781c-436379dadb84-158c6c57 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_097c88a9-184c-031b-aee2-d5e50c7a3e51-158c6c57 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_097c88a9-184c-031b-aee2-d5e50c7a3e45-158c6c57 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center start;
}

#w-node-df2ebca0-76b9-f3dd-75e7-86ad5879329f-158c6c57 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
}

#w-node-df2ebca0-76b9-f3dd-75e7-86ad58793293-158c6c57 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-d7abf8e7-49f6-86ec-c0d3-79c12eaf2c93-158c6c57 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-d7abf8e7-49f6-86ec-c0d3-79c12eaf2c87-158c6c57 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center start;
}

#w-node-_75182edb-e60b-e86b-03ff-d622760f9c19-760f9c16 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_75182edb-e60b-e86b-03ff-d622760f9c1a-760f9c16 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_75182edb-e60b-e86b-03ff-d622760f9c27-760f9c16 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_75182edb-e60b-e86b-03ff-d622760f9c30-760f9c16 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_75182edb-e60b-e86b-03ff-d622760f9c33-760f9c16 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-ebd32108-2878-20f7-781c-436379dadb89-159cfb38 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ebd32108-2878-20f7-781c-436379dadb84-159cfb38 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_1bf8157d-0a78-90da-6597-582ef4d0d87f-159cfb38 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1bf8157d-0a78-90da-6597-582ef4d0d878-159cfb38 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-d0fee4c3-b372-2815-a203-325ff00a49a5-159cfb38, #w-node-d0fee4c3-b372-2815-a203-325ff00a49ac-159cfb38, #w-node-d0fee4c3-b372-2815-a203-325ff00a49b3-159cfb38, #w-node-d0fee4c3-b372-2815-a203-325ff00a49ba-159cfb38 {
  place-self: center start;
}

#w-node-_20f54c8c-fef2-c4e5-8e83-fb4be4e7eff3-56d649d6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_20f54c8c-fef2-c4e5-8e83-fb4be4e7eff5-56d649d6 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_99297589-6cbb-7da5-0daf-831d2ea1d000-56d649d6 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_99297589-6cbb-7da5-0daf-831d2ea1d002-56d649d6 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center end;
}

#w-node-_99297589-6cbb-7da5-0daf-831d2ea1d00d-56d649d6 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_99297589-6cbb-7da5-0daf-831d2ea1d00f-56d649d6 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-c5db20f0-6f47-75f2-6e79-0e0a2e02b9b0-56d649d6 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-c5db20f0-6f47-75f2-6e79-0e0a2e02b9b2-56d649d6 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center end;
}

#w-node-_0255f919-ba3b-92fe-9017-1a4c2e5ed5ef-513f4c93 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0255f919-ba3b-92fe-9017-1a4c2e5ed5e9-513f4c93 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_3c78f4c2-7b3d-62e0-7e9f-15373145ef1e-513f4c93 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3c78f4c2-7b3d-62e0-7e9f-15373145ef18-513f4c93 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-b21bef8a-7e44-2080-fe0a-2c2b46b84728-513f4c93, #w-node-_9d49d1f4-adbc-d518-2716-3cf00f7fda73-513f4c93, #w-node-_45272f5e-701e-2909-3419-860d0378c096-513f4c93, #w-node-_5741ef82-ca96-0726-d60a-08ccde6c8d48-513f4c93 {
  place-self: center start;
}

#w-node-fc6bf031-22dd-a324-c6e8-027a8c1444d7-8c1444d4, #w-node-fc6bf031-22dd-a324-c6e8-027a8c1444d9-8c1444d4 {
  justify-self: end;
}

#w-node-be8b2f32-1dbb-028c-9574-4f8d05969709-1651f0ac {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-f99ec2f6-bd0a-8b9a-246a-dfc5a77bcaec-1651f0ac {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_508716a3-f573-3e22-c925-d50d3417fd1f-1651f0ac {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-_06ad0da1-5a30-25a3-482e-91de45033617-1651f0ac {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_06ad0da1-5a30-25a3-482e-91de45033619-1651f0ac {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center end;
}

#w-node-_06ad0da1-5a30-25a3-482e-91de4503361f-1651f0ac {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_06ad0da1-5a30-25a3-482e-91de45033621-1651f0ac {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-ebd32108-2878-20f7-781c-436379dadb89-1651f0ac {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
}

#w-node-ebd32108-2878-20f7-781c-436379dadb84-1651f0ac {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_097c88a9-184c-031b-aee2-d5e50c7a3e51-1651f0ac {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_097c88a9-184c-031b-aee2-d5e50c7a3e45-1651f0ac {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center start;
}

#w-node-df2ebca0-76b9-f3dd-75e7-86ad5879329f-1651f0ac {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
}

#w-node-df2ebca0-76b9-f3dd-75e7-86ad58793293-1651f0ac {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-d7abf8e7-49f6-86ec-c0d3-79c12eaf2c93-1651f0ac {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-d7abf8e7-49f6-86ec-c0d3-79c12eaf2c87-1651f0ac {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center start;
}

#w-node-_5f674c2d-2ac8-eb1c-1341-dec776ee9c8a-76ee9c87 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_5f674c2d-2ac8-eb1c-1341-dec776ee9c8c-76ee9c87 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_5f674c2d-2ac8-eb1c-1341-dec776ee9c99-76ee9c87 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_5f674c2d-2ac8-eb1c-1341-dec776ee9ca6-76ee9c87 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_5f674c2d-2ac8-eb1c-1341-dec776ee9cad-76ee9c87 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-ebd32108-2878-20f7-781c-436379dadb89-21466fcf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ebd32108-2878-20f7-781c-436379dadb84-21466fcf {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-fff855d8-9d9b-e7d5-d733-c841bf73e31e-21466fcf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fff855d8-9d9b-e7d5-d733-c841bf73e320-21466fcf {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_11485bff-e8b2-b5e8-d55b-79d32a92631e-21466fcf {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_11485bff-e8b2-b5e8-d55b-79d32a926320-21466fcf {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_1bf8157d-0a78-90da-6597-582ef4d0d87f-21466fcf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1bf8157d-0a78-90da-6597-582ef4d0d878-21466fcf {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_20f54c8c-fef2-c4e5-8e83-fb4be4e7eff3-73b93cf7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_20f54c8c-fef2-c4e5-8e83-fb4be4e7eff5-73b93cf7 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_99297589-6cbb-7da5-0daf-831d2ea1d000-73b93cf7 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_99297589-6cbb-7da5-0daf-831d2ea1d002-73b93cf7 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center end;
}

#w-node-_99297589-6cbb-7da5-0daf-831d2ea1d00d-73b93cf7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_99297589-6cbb-7da5-0daf-831d2ea1d00f-73b93cf7 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_0255f919-ba3b-92fe-9017-1a4c2e5ed5ef-8d22c37f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0255f919-ba3b-92fe-9017-1a4c2e5ed5e9-8d22c37f {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_3c78f4c2-7b3d-62e0-7e9f-15373145ef1e-8d22c37f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3c78f4c2-7b3d-62e0-7e9f-15373145ef18-8d22c37f {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-b21bef8a-7e44-2080-fe0a-2c2b46b84728-8d22c37f, #w-node-_9d49d1f4-adbc-d518-2716-3cf00f7fda73-8d22c37f, #w-node-_45272f5e-701e-2909-3419-860d0378c096-8d22c37f, #w-node-_5741ef82-ca96-0726-d60a-08ccde6c8d48-8d22c37f, #w-node-_7b8bdf38-f045-029b-dbf0-8ee9db54c403-8d22c37f, #w-node-a513faa1-a027-1e31-5a75-ca84113cf0b9-8d22c37f {
  place-self: center start;
}

@media screen and (max-width: 991px) {
  #w-node-_06ad0da1-5a30-25a3-482e-91de45033617-158c6c57 {
    grid-column: 1 / 2;
    align-self: center;
  }

  #w-node-_06ad0da1-5a30-25a3-482e-91de45033619-158c6c57 {
    grid-row: 2 / 3;
  }

  #w-node-_06ad0da1-5a30-25a3-482e-91de4503361f-158c6c57 {
    align-self: center;
  }

  #w-node-_06ad0da1-5a30-25a3-482e-91de45033621-158c6c57 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ebd32108-2878-20f7-781c-436379dadb89-158c6c57, #w-node-_097c88a9-184c-031b-aee2-d5e50c7a3e51-158c6c57, #w-node-df2ebca0-76b9-f3dd-75e7-86ad5879329f-158c6c57, #w-node-d7abf8e7-49f6-86ec-c0d3-79c12eaf2c93-158c6c57, #w-node-ebd32108-2878-20f7-781c-436379dadb89-159cfb38 {
    align-self: center;
  }

  #w-node-_99297589-6cbb-7da5-0daf-831d2ea1d000-56d649d6 {
    grid-column: 1 / 2;
    align-self: center;
  }

  #w-node-_99297589-6cbb-7da5-0daf-831d2ea1d002-56d649d6 {
    grid-row: 2 / 3;
  }

  #w-node-_99297589-6cbb-7da5-0daf-831d2ea1d00d-56d649d6 {
    align-self: center;
  }

  #w-node-_99297589-6cbb-7da5-0daf-831d2ea1d00f-56d649d6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c5db20f0-6f47-75f2-6e79-0e0a2e02b9b0-56d649d6 {
    grid-column: 1 / 2;
    align-self: center;
  }

  #w-node-c5db20f0-6f47-75f2-6e79-0e0a2e02b9b2-56d649d6 {
    grid-row: 2 / 3;
  }

  #w-node-_06ad0da1-5a30-25a3-482e-91de45033617-1651f0ac {
    grid-column: 1 / 2;
    align-self: center;
  }

  #w-node-_06ad0da1-5a30-25a3-482e-91de45033619-1651f0ac {
    grid-row: 2 / 3;
  }

  #w-node-_06ad0da1-5a30-25a3-482e-91de4503361f-1651f0ac {
    align-self: center;
  }

  #w-node-_06ad0da1-5a30-25a3-482e-91de45033621-1651f0ac {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ebd32108-2878-20f7-781c-436379dadb89-1651f0ac, #w-node-_097c88a9-184c-031b-aee2-d5e50c7a3e51-1651f0ac, #w-node-df2ebca0-76b9-f3dd-75e7-86ad5879329f-1651f0ac, #w-node-d7abf8e7-49f6-86ec-c0d3-79c12eaf2c93-1651f0ac, #w-node-ebd32108-2878-20f7-781c-436379dadb89-21466fcf, #w-node-_11485bff-e8b2-b5e8-d55b-79d32a92631e-21466fcf {
    align-self: center;
  }

  #w-node-_11485bff-e8b2-b5e8-d55b-79d32a926320-21466fcf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_99297589-6cbb-7da5-0daf-831d2ea1d000-73b93cf7 {
    grid-column: 1 / 2;
    align-self: center;
  }

  #w-node-_99297589-6cbb-7da5-0daf-831d2ea1d002-73b93cf7 {
    grid-row: 2 / 3;
  }

  #w-node-_99297589-6cbb-7da5-0daf-831d2ea1d00d-73b93cf7 {
    align-self: center;
  }

  #w-node-_99297589-6cbb-7da5-0daf-831d2ea1d00f-73b93cf7 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_06ad0da1-5a30-25a3-482e-91de45033617-158c6c57 {
    grid-column: 1 / 2;
  }

  #w-node-_06ad0da1-5a30-25a3-482e-91de45033619-158c6c57 {
    grid-row: 2 / 3;
  }

  #w-node-_06ad0da1-5a30-25a3-482e-91de45033621-158c6c57 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ebd32108-2878-20f7-781c-436379dadb89-158c6c57 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ebd32108-2878-20f7-781c-436379dadb84-158c6c57 {
    grid-row: 2 / 3;
  }

  #w-node-_097c88a9-184c-031b-aee2-d5e50c7a3e51-158c6c57 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_097c88a9-184c-031b-aee2-d5e50c7a3e45-158c6c57 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-df2ebca0-76b9-f3dd-75e7-86ad5879329f-158c6c57 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-df2ebca0-76b9-f3dd-75e7-86ad58793293-158c6c57 {
    grid-row: 2 / 3;
  }

  #w-node-d7abf8e7-49f6-86ec-c0d3-79c12eaf2c93-158c6c57 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d7abf8e7-49f6-86ec-c0d3-79c12eaf2c87-158c6c57 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ebd32108-2878-20f7-781c-436379dadb89-159cfb38 {
    grid-column: 1 / 2;
  }

  #w-node-ebd32108-2878-20f7-781c-436379dadb84-159cfb38 {
    grid-row: 2 / 3;
  }

  #w-node-_1bf8157d-0a78-90da-6597-582ef4d0d87f-159cfb38 {
    grid-column: 1 / 2;
  }

  #w-node-_1bf8157d-0a78-90da-6597-582ef4d0d878-159cfb38 {
    grid-row: 2 / 3;
  }

  #w-node-_20f54c8c-fef2-c4e5-8e83-fb4be4e7eff3-56d649d6 {
    grid-column: 1 / 2;
  }

  #w-node-_20f54c8c-fef2-c4e5-8e83-fb4be4e7eff5-56d649d6 {
    grid-row: 2 / 3;
  }

  #w-node-_99297589-6cbb-7da5-0daf-831d2ea1d000-56d649d6 {
    grid-column: 1 / 2;
  }

  #w-node-_99297589-6cbb-7da5-0daf-831d2ea1d002-56d649d6 {
    grid-row: 2 / 3;
  }

  #w-node-_99297589-6cbb-7da5-0daf-831d2ea1d00f-56d649d6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c5db20f0-6f47-75f2-6e79-0e0a2e02b9b0-56d649d6 {
    grid-column: 1 / 2;
  }

  #w-node-c5db20f0-6f47-75f2-6e79-0e0a2e02b9b2-56d649d6 {
    grid-row: 2 / 3;
  }

  #w-node-_0255f919-ba3b-92fe-9017-1a4c2e5ed5ef-513f4c93 {
    grid-column: 1 / 2;
  }

  #w-node-_0255f919-ba3b-92fe-9017-1a4c2e5ed5e9-513f4c93 {
    grid-row: 2 / 3;
  }

  #w-node-_3c78f4c2-7b3d-62e0-7e9f-15373145ef18-513f4c93 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_06ad0da1-5a30-25a3-482e-91de45033617-1651f0ac {
    grid-column: 1 / 2;
  }

  #w-node-_06ad0da1-5a30-25a3-482e-91de45033619-1651f0ac {
    grid-row: 2 / 3;
  }

  #w-node-_06ad0da1-5a30-25a3-482e-91de45033621-1651f0ac {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ebd32108-2878-20f7-781c-436379dadb89-1651f0ac {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ebd32108-2878-20f7-781c-436379dadb84-1651f0ac {
    grid-row: 2 / 3;
  }

  #w-node-_097c88a9-184c-031b-aee2-d5e50c7a3e51-1651f0ac {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_097c88a9-184c-031b-aee2-d5e50c7a3e45-1651f0ac {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-df2ebca0-76b9-f3dd-75e7-86ad5879329f-1651f0ac {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-df2ebca0-76b9-f3dd-75e7-86ad58793293-1651f0ac {
    grid-row: 2 / 3;
  }

  #w-node-d7abf8e7-49f6-86ec-c0d3-79c12eaf2c93-1651f0ac {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d7abf8e7-49f6-86ec-c0d3-79c12eaf2c87-1651f0ac {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ebd32108-2878-20f7-781c-436379dadb89-21466fcf {
    grid-column: 1 / 2;
  }

  #w-node-ebd32108-2878-20f7-781c-436379dadb84-21466fcf {
    grid-row: 2 / 3;
  }

  #w-node-fff855d8-9d9b-e7d5-d733-c841bf73e31e-21466fcf {
    grid-column: 1 / 2;
  }

  #w-node-fff855d8-9d9b-e7d5-d733-c841bf73e320-21466fcf {
    grid-row: 2 / 3;
  }

  #w-node-_11485bff-e8b2-b5e8-d55b-79d32a926320-21466fcf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1bf8157d-0a78-90da-6597-582ef4d0d87f-21466fcf {
    grid-column: 1 / 2;
  }

  #w-node-_1bf8157d-0a78-90da-6597-582ef4d0d878-21466fcf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_20f54c8c-fef2-c4e5-8e83-fb4be4e7eff3-73b93cf7 {
    grid-column: 1 / 2;
  }

  #w-node-_20f54c8c-fef2-c4e5-8e83-fb4be4e7eff5-73b93cf7 {
    grid-row: 2 / 3;
  }

  #w-node-_99297589-6cbb-7da5-0daf-831d2ea1d000-73b93cf7 {
    grid-column: 1 / 2;
  }

  #w-node-_99297589-6cbb-7da5-0daf-831d2ea1d002-73b93cf7 {
    grid-row: 2 / 3;
  }

  #w-node-_99297589-6cbb-7da5-0daf-831d2ea1d00f-73b93cf7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0255f919-ba3b-92fe-9017-1a4c2e5ed5ef-8d22c37f {
    grid-column: 1 / 2;
  }

  #w-node-_0255f919-ba3b-92fe-9017-1a4c2e5ed5e9-8d22c37f {
    grid-row: 2 / 3;
  }

  #w-node-_3c78f4c2-7b3d-62e0-7e9f-15373145ef18-8d22c37f {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_75182edb-e60b-e86b-03ff-d622760f9c19-760f9c16 {
    grid-column-end: 2;
  }

  #w-node-_75182edb-e60b-e86b-03ff-d622760f9c27-760f9c16 {
    grid-row: 4 / 5;
  }

  #w-node-_75182edb-e60b-e86b-03ff-d622760f9c30-760f9c16 {
    grid-row: 5 / 6;
  }

  #w-node-_75182edb-e60b-e86b-03ff-d622760f9c33-760f9c16 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_5f674c2d-2ac8-eb1c-1341-dec776ee9c8a-76ee9c87 {
    grid-column-end: 2;
  }

  #w-node-_5f674c2d-2ac8-eb1c-1341-dec776ee9c99-76ee9c87 {
    grid-row: 4 / 5;
  }

  #w-node-_5f674c2d-2ac8-eb1c-1341-dec776ee9ca6-76ee9c87 {
    grid-row: 5 / 6;
  }

  #w-node-_5f674c2d-2ac8-eb1c-1341-dec776ee9cad-76ee9c87 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}