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

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

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

@font-face {
  font-family: Sourcesanspro;
  src: url('../fonts/SourceSansPro-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

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

:root {
  --blau: #015b97;
  --black: black;
  --grau-hell: #f2f2f2;
  --grau-dunkel: #343436;
  --blau-dunkel: #074f80;
  --white: white;
  --grau-mittel: #ebebeb;
  --grau\<deleted\|variable-cb871e2b\>: #f4f4f4;
}

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

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.section-head {
  background-color: #0000;
}

.container-10 {
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 20px;
  display: block;
}

.section-navi {
  background-color: #f4f4f4;
}

.container-12 {
  background-color: var(--blau);
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.nav-link-6 {
  color: #fff;
  border-right: 1px solid #fff;
  padding: 8px 10px;
  font-family: Source Sans Pro;
  font-size: 14px;
}

.nav-link-6:hover, .nav-link-6:focus {
  background-color: #c51438;
}

.nav-link-6.w--current {
  color: #fff;
  text-decoration: none;
}

.nav-menu-2 {
  color: #fff;
  background-color: #9e062c;
  display: flex;
}

.body {
  background-color: var(--grau-hell);
  color: #fff;
  font-family: Sourcesanspro, sans-serif;
  font-size: 15px;
  line-height: 19px;
}

.navbar-2 {
  background-color: #0000;
  display: block;
}

.container-14, .container-16 {
  background-color: #fff;
}

.section-5 {
  color: var(--black);
  background-color: #0000;
  text-decoration: none;
}

.container-17 {
  background-color: #fff;
  padding: 10px 20px 50px;
}

.head-klein {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 44px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-4 {
  color: #000;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Sourcesanspro, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 19px;
}

.section-footer {
  background-color: #0000;
  display: block;
}

.container-18 {
  background-color: var(--grau-dunkel);
  padding: 12px 20px;
}

.link-3 {
  color: #fff;
  padding-right: 28px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.link-3:focus {
  text-decoration: underline;
}

.paragraph-7 {
  float: left;
  margin-bottom: 0;
  display: flex;
}

.paragraph-7:hover {
  text-decoration: underline;
}

.container-20 {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-right: 0;
  display: block;
}

.link-5 {
  color: #000;
  font-family: Sourcesanspro, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.link-5:hover {
  color: #9e062c;
}

.text-block-5 {
  color: #000;
  margin-bottom: 20px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 19px;
}

.map {
  height: 400px;
  color: var(--black);
}

.container-22 {
  background-color: #fff;
  padding: 0 20px 20px;
}

.container-23 {
  background-color: #fff;
  border-top-style: none;
  border-top-color: #6d6d6d;
  padding: 0 20px 20px;
}

.container-24 {
  background-color: #fff;
  padding: 0 20px 30px;
}

.image-30 {
  margin-bottom: 25px;
}

.container-25 {
  background-color: #fff;
  border-top: 1px solid #6d6d6d;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.partner-head-klein {
  color: #000;
  margin-bottom: 20px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.paragraph-14 {
  color: #000;
  margin-bottom: 30px;
}

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

.link-blau:hover {
  color: var(--blau);
  text-decoration: underline;
}

.container-26 {
  color: #000;
  background-color: #6d6d6d;
  height: 1px;
}

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

.section-7 {
  font-size: 13px;
  line-height: 15px;
}

.bold {
  font-weight: 600;
}

.image-31 {
  display: none;
}

.columns {
  padding-bottom: 25px;
}

.text-block-7 {
  color: #fff;
  font-size: 14px;
}

.dropdown-toggle {
  border-right: 1px solid #fff;
  padding: 8px 12px;
  font-size: 14px;
  display: block;
}

.dropdown-toggle:hover {
  background-color: #c51438;
}

.nav-link-7 {
  background-color: var(--blau);
  color: #fff;
  border-right: 1px solid #fff;
  padding: 8px 12px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 14px;
}

.nav-link-7:hover, .nav-link-7:focus {
  background-color: var(--blau-dunkel);
}

.nav-link-7.w--current {
  background-color: var(--blau);
  color: #fff;
  text-decoration: none;
}

.nav-link-7.w--current:hover {
  background-color: var(--blau-dunkel);
}

.dropdown-link {
  color: #fff;
  background-color: #9e062c;
  margin-top: 4px;
  padding: 8px 12px;
  font-size: 14px;
}

.dropdown-link:hover {
  background-color: #c51438;
}

.dropdown-link.w--current {
  background-color: var(--blau);
  color: var(--white);
  text-decoration: none;
}

.bold-text-7 {
  font-weight: 600;
}

.text {
  color: #000;
  margin-bottom: 0;
  font-family: Sourcesanspro, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}

.div-1 {
  background-image: url('../images/nachhaltigkeit.jpg');
  background-position: 50%;
  background-size: cover;
  height: 380px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 0;
}

.heading-2-b {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 30px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
}

.columns-2 {
  margin-top: 30px;
  margin-bottom: 40px;
}

.div-block-26 {
  background-color: var(--grau-mittel);
  height: 160px;
  padding: 10px;
}

.list-item {
  color: var(--black);
}

.list-2 {
  color: var(--black);
  margin-bottom: 0;
  padding-left: 20px;
  line-height: 21px;
}

.div-block-26-b {
  background-color: var(--blau);
  margin-bottom: 5px;
  padding: 6px 10px;
}

.text-block-9 {
  color: var(--white);
  font-size: 19px;
  line-height: 24px;
}

.column-38 {
  padding-right: 10px;
}

.text-box {
  color: #000;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}

.bold-text-23 {
  color: var(--blau);
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-27 {
  background-color: var(--grau-mittel);
  height: 410px;
  color: var(--white);
}

.div-block-28 {
  background-color: var(--grau-mittel);
  color: #0000;
  height: 410px;
  display: block;
}

.div1 {
  background-image: url('../images/wasser.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
}

.div2 {
  background-image: url('../images/labor.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
}

.div-block-37 {
  color: var(--grau\<deleted\|variable-cb871e2b\>);
  margin-bottom: 80px;
}

.slider-4 {
  background-color: #0000;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.slide-nav-4 {
  opacity: .4;
  color: var(--white);
  background-color: #0000;
  margin-top: 0;
  margin-bottom: -60px;
  padding-top: 0;
  font-size: 9px;
}

.right-arrow {
  opacity: .8;
  margin-right: -60px;
  padding-right: 0;
}

.column-39 {
  align-items: flex-start;
  display: block;
}

.columns-7 {
  display: block;
}

.div3 {
  background-image: url('../images/energie.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
}

.div4 {
  background-image: url('../images/nahrung.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
}

.div5 {
  background-image: url('../images/arzt.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
}

.div6 {
  background-image: url('../images/umweltschutz.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
}

.left-arrow-3 {
  opacity: .8;
  margin-left: -60px;
}

.slide-6 {
  padding-left: 0;
  padding-right: 0;
}

.image-33, .image-34 {
  height: 60px;
  margin-top: 175px;
  margin-bottom: 175px;
}

.zitat {
  color: var(--blau);
  text-align: right;
  margin-bottom: 14px;
  padding-left: 65px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
}

.zitat-copy {
  color: var(--black);
  text-align: right;
  margin-bottom: 20px;
  margin-right: 0;
  font-family: Sourcesanspro, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  display: inline-block;
}

.column-45 {
  text-align: left;
}

.column-46 {
  text-align: right;
}

.columns-8 {
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.link-block-5 {
  color: #0000;
  text-decoration: none;
}

.link-block-6 {
  text-decoration: none;
}

.nav-link-11 {
  display: none;
}

.dropdown-list, .dropdown-list-2 {
  background-color: #0000;
}

.button-nl {
  background-color: #0000;
  padding: 0;
}

.div-start {
  background-image: url('../images/starbild.jpg');
  background-position: 50% 10%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 470px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 40px 50px 135px;
  display: flex;
}

.heading-4 {
  text-shadow: 0 1px 20px #000;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-31, .bold-text-32, .bold-text-33, .bold-text-35, .bold-text-36 {
  font-weight: 600;
}

.div-2 {
  background-image: url('../images/partner.jpg');
  background-position: 50% 20%;
  background-size: cover;
  height: 380px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 0;
}

.div-3 {
  background-image: url('../images/kontakt.jpg');
  background-position: 50%;
  background-size: cover;
  height: 380px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 0;
}

.vorspann {
  color: #000;
  text-align: left;
  margin-bottom: 40px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.head-klein-normal {
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
}

.box {
  background-color: var(--blau);
  color: var(--black);
  margin-top: 30px;
  padding: 25px 30px 30px;
}

.text-weiss {
  color: var(--white);
  margin-bottom: 0;
  font-family: Sourcesanspro, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

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

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.container-28 {
  background-color: #fff;
  border-top-style: none;
  border-top-color: #6d6d6d;
  padding: 20px;
}

.body-2, .body-3 {
  font-family: Sourcesanspro, sans-serif;
}

.columns-9 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.column-47 {
  padding-left: 30px;
}

@media screen and (max-width: 991px) {
  .container-12 {
    float: right;
    background-color: #fff;
    flex-direction: column;
    display: inline-block;
  }

  .nav-link-6 {
    color: #000;
    background-color: #ededee;
    border-bottom: 1px solid #fff;
    border-right-width: 0;
    border-right-color: #0000;
    padding-top: 12px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 15px;
    left: 0;
    right: 0;
  }

  .nav-link-6:hover {
    color: #9e062c;
    background-color: #ededee;
  }

  .nav-link-6:focus {
    background-color: #ededee;
  }

  .nav-link-6:visited {
    color: var(--black);
    background-color: #ededee;
  }

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

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

  .nav-link-6.w--current:visited {
    color: #000;
    background-color: #ededee;
  }

  .nav-menu-2 {
    background-color: #ededee;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .container-17 {
    color: var(--black);
    padding: 10px 20px 40px;
  }

  .icon-2 {
    color: var(--blau);
    font-size: 44px;
  }

  .menu-button-2 {
    margin-top: -58px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .container-20 {
    padding-top: 0;
  }

  .map {
    height: 260px;
    padding-bottom: 0;
  }

  .container-22 {
    background-color: #fff;
  }

  .paragraph-14 {
    margin-bottom: 30px;
  }

  .dropdown-toggle {
    display: none;
  }

  .nav-link-7 {
    background-color: var(--grau-hell);
    color: #000;
    border-bottom: 1px solid #fff;
    border-right-width: 0;
    border-right-color: #0000;
    padding-top: 12px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 15px;
    left: 0;
    right: 0;
  }

  .nav-link-7:hover {
    background-color: var(--grau-hell);
    color: var(--blau);
  }

  .nav-link-7:focus {
    background-color: var(--grau-hell);
  }

  .nav-link-7:visited {
    background-color: var(--grau-hell);
    color: #000;
  }

  .nav-link-7.w--current {
    color: #000;
  }

  .nav-link-7.w--current:hover {
    color: #9e062c;
  }

  .nav-link-7.w--current:visited {
    color: #000;
    background-color: #ededee;
  }

  .div-1 {
    height: 320px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-26 {
    height: 180px;
  }

  .text-block-9 {
    font-size: 18px;
  }

  .column-36 {
    padding-right: 5px;
  }

  .column-37 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .column-38 {
    padding-left: 5px;
  }

  .div-block-27, .div-block-28 {
    height: 420px;
  }

  .right-arrow {
    margin-right: -55px;
  }

  .left-arrow-3 {
    margin-left: -55px;
  }

  .image-33, .image-34 {
    height: 50px;
    margin-top: 185px;
    margin-bottom: 185px;
  }

  .zitat {
    padding-left: 0;
  }

  .dropdown, .dropdown-2 {
    display: none;
  }

  .nav-link-11 {
    border-bottom: 1px solid var(--white);
    padding: 12px 12px 12px 20px;
    display: block;
  }

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

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

  .div-start {
    height: 400px;
    margin-left: 0;
    margin-right: 0;
    padding: 30px 40px 50px;
  }

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

  .div-2, .div-3 {
    height: 320px;
    margin-left: 0;
    margin-right: 0;
  }

  .vorspann {
    margin-bottom: 30px;
  }

  .box {
    padding: 20px;
  }

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

  .columns-9 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .column-47 {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link-6 {
    font-size: 17px;
  }

  .nav-menu-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-17 {
    padding: 0 20px 30px;
  }

  .head-klein {
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph-4 {
    margin-right: 0;
    font-size: 15px;
    line-height: 19px;
  }

  .container-20 {
    padding-bottom: 20px;
  }

  .link-5 {
    font-size: 17px;
  }

  .text-block-5 {
    font-size: 15px;
    line-height: 19px;
  }

  .container-25 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .partner-head-klein {
    margin-top: 20px;
  }

  .paragraph-14 {
    font-size: 15px;
    line-height: 19px;
  }

  .image-31 {
    width: 26px;
    display: block;
  }

  .column-34 {
    text-align: right;
    padding-top: 20px;
    padding-right: 100px;
  }

  .link-block-4 {
    margin-bottom: -15px;
    padding-bottom: 0;
  }

  .column-35 {
    padding-left: 0;
  }

  .nav-link-7 {
    font-size: 17px;
  }

  .text {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 19px;
  }

  .div-1 {
    height: 240px;
    padding-bottom: 0;
  }

  .heading-2-b {
    font-size: 24px;
    line-height: 28px;
  }

  .columns-2 {
    margin-bottom: 35px;
  }

  .div-block-26 {
    height: auto;
    font-size: 16px;
    line-height: 22px;
  }

  .list-2 {
    font-size: 15px;
    line-height: 19px;
  }

  .column-36, .column-37 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-38 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-box {
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 19px;
  }

  .div-block-27, .div-block-28 {
    height: auto;
  }

  .div1 {
    height: 240px;
  }

  .div2 {
    height: 240px;
    margin-top: 20px;
  }

  .div-block-37 {
    margin-bottom: 30px;
  }

  .slide-nav-4 {
    margin-bottom: -30px;
  }

  .right-arrow {
    margin-right: 0;
    display: none;
  }

  .column-39 {
    padding-left: 0;
    padding-right: 0;
  }

  .div3 {
    height: 240px;
  }

  .div4 {
    height: 240px;
    margin-top: 20px;
  }

  .div6 {
    margin-top: 20px;
  }

  .left-arrow-3 {
    margin-left: 0;
    display: none;
  }

  .column-40, .column-41, .column-42, .column-43, .column-44 {
    padding-left: 0;
    padding-right: 0;
  }

  .zitat {
    font-size: 19px;
    line-height: 23px;
  }

  .zitat-copy {
    font-size: 16px;
    line-height: 22px;
  }

  .columns-8 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .nav-link-11 {
    font-size: 17px;
  }

  .div-start {
    background-position: 50% 10%;
    height: 260px;
    padding: 20px 20px 30px;
  }

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

  .div-2, .div-3 {
    height: 240px;
    padding-bottom: 0;
  }

  .vorspann {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 19px;
  }

  .head-klein-normal {
    font-size: 22px;
    line-height: 28px;
  }

  .box {
    padding: 20px;
  }

  .text-weiss {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 19px;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .columns-9 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .column-47 {
    padding-left: 10px;
    padding-right: 0;
  }

  .column-48 {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .nav-link-6 {
    padding-left: 20px;
    font-size: 17px;
  }

  .nav-menu-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .head-klein {
    margin-top: 0;
    padding-right: 5px;
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph-4 {
    font-size: 15px;
    line-height: 19px;
  }

  .link-3 {
    clear: left;
    padding-right: 20px;
  }

  .map {
    height: 220px;
  }

  .column-34 {
    padding-right: 90px;
  }

  .link-block-4 {
    margin-bottom: -10px;
  }

  .nav-link-7 {
    padding-left: 20px;
    font-size: 17px;
  }

  .div-1 {
    height: 240px;
    padding-bottom: 0;
  }

  .heading-2-b {
    margin-top: 0;
    padding-right: 5px;
    font-size: 24px;
    line-height: 28px;
  }

  .div1, .div2 {
    height: 160px;
  }

  .div-block-37 {
    margin-bottom: 40px;
  }

  .slide-nav-4 {
    margin-bottom: -40px;
  }

  .div3, .div4, .div5, .div6 {
    height: 160px;
  }

  .column-45 {
    text-align: right;
  }

  .columns-8 {
    margin-top: 0;
    margin-bottom: 30px;
    display: inline-block;
  }

  .div-start {
    background-position: 50% 10%;
    height: 260px;
    padding-bottom: 20px;
  }

  .div-2 {
    background-position: 50% 20%;
    height: 240px;
    padding-bottom: 0;
  }

  .div-3 {
    height: 240px;
    padding-bottom: 0;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .column-47 {
    padding-left: 0;
  }

  .column-48 {
    padding-right: 0;
  }

  .image-35 {
    max-width: 45%;
    margin-bottom: 20px;
  }
}


@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}