/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* nunito-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/nunito-v26-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 300;
  src: url('../Fonts/nunito-v26-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/nunito-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  src: url('../Fonts/nunito-v26-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: url('../Fonts/nunito-v26-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 600;
  src: url('../Fonts/nunito-v26-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/nunito-v26-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 700;
  src: url('../Fonts/nunito-v26-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --font-family-sans-serif: 'Nunito', sans-serif;
  --font-family-headline: 'Nunito', sans-serif;

  --font-weight-regular: 400;
  --font-weight-bold: 600;
  --font-weight-light: 300;
  --font-weight-headline: 700;
}
:root {
  --brand-primary: #2697FA;
  --brand-primary-light: #d2eafe;
  --brand-primary-dark: #2E6BAE;
  --brand-secondary: #e02f4e;
  --brand-secondary-light: #e02f4e;
  --brand-tertiary: #A36CA1;
  --brand-quaternary: #549E8D;

  --white: #fff;
  --gray-dark: #333131;
  --gray: #707070;
  --gray-lighter: #b1b1b1;
  --gray-light: #fbf6f1;
  --black: #000000;
}
body {
  font-size: 16px;
  line-height: 22px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.container {
  position: relative;
  width: 100%;
}
.container__inside {
  display: block;
  position: relative;
  max-width: 1362px;
  margin: 0 1rem
}
@media(min-width: 1024px) {
.container__inside {
    margin: 0 4rem
}
  }
@media(min-width: 1200px) {
.container__inside {
    margin: 0 4rem
}
  }
@media (min-width: 1440px) {
.container__inside {
    margin: 0 auto
}
  }
.container__inside--small {
  display: block;
  position: relative;
  max-width: 1160px;
  margin: 0 1rem
}
@media(min-width: 1024px) {
.container__inside--small {
    margin: 0 4rem
}
  }
@media(min-width: 1200px) {
.container__inside--small {
    margin: 0 5rem
}
  }
@media (min-width: 1360px) {
.container__inside--small {
    margin: 0 auto
}
  }
.container__inside--extra-small {
  display: block;
  position: relative;
  max-width: 640px;
  margin: 0 1rem
}
@media (min-width: 680px) {
.container__inside--extra-small {
    margin: 0 auto
}
  }
.container--margin {
  margin-top: 2rem;
  margin-bottom: 2rem
}
@media(min-width: 1024px) {
.container--margin {
    margin-top: 4rem;
    margin-bottom: 4rem
}
  }
@media(min-width: 1200px) {
.container--margin {
    margin-top: 7rem;
    margin-bottom: 7rem
}
  }
.container--margin-top {
  margin-top: 2rem;
}
.container--margin-bottom {
  margin-bottom: 2rem;
}
.container--padding {
  padding-top: 2rem;
  padding-bottom: 2rem
}
@media(min-width: 1024px) {
.container--padding {
    padding-top: 4rem;
    padding-bottom: 4rem
}
  }
@media(min-width: 1200px) {
.container--padding {
    padding-top: 7rem;
    padding-bottom: 7rem
}
  }
.container--padding-top {
  padding-top: 2rem;
}
.container--padding-bottom {
  padding-bottom: 2rem;
}
.flowing-text {
  font-size: calc(1rem / 20 * 18);
  line-height: calc(1rem / 20 * 25);
  font-family: 'Nunito', sans-serif;
  font-family: 'Nunito', sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 400;
  font-weight: 400;
  font-weight: var(--font-weight-regular);
  color: #333131;
  color: #333131;
  color: var(--gray-dark);
}
@media(min-width: 1024px) {
.flowing-text {
    font-size: calc(1rem / 20 * 24);
    line-height: calc(1rem / 20 * 32);
}
  }
.flowing-text p {
    margin: 0 0 1em 0
  }
@media(min-width: 1200px) {
.flowing-text p {
  }
    }
.flowing-text p:last-child {
      margin-bottom: 0;
    }
.flowing-text b, .flowing-text strong {
    font-family: 'Nunito', sans-serif;
    font-family: 'Nunito', sans-serif;
    font-family: var(--font-family-sans-serif);
    font-weight: 600;
    font-weight: 600;
    font-weight: var(--font-weight-bold);
  }
.flowing-text a:not(.btn) {
    color: #333131;
    color: #333131;
    color: var(--gray-dark);
    font-weight: 400;
    font-weight: 400;
    font-weight: var(--font-weight-regular);
    text-decoration: underline
  }
.flowing-text a:not(.btn):hover {
      text-decoration: none;
    }
.flowing-text ul {
    margin: 1em 0;
    list-style: none;
    padding: 0 0 0 1.5em;
  }
.flowing-text ul li {
      margin-bottom: .5em
    }
.flowing-text ul li:last-child {
        margin-bottom: 0;
      }
.flowing-text ul li::before {
      content: "•";
      color: #2697FA;
      color: #2697FA;
      color: var(--brand-primary);
      display: inline-block;
      width: 1em;
      margin-left: -1em
    }
.flowing-text ul:last-child {
      margin-bottom: 0;
    }
.flowing-text .important {
    font-family: 'Nunito', sans-serif;
    font-family: 'Nunito', sans-serif;
    font-family: var(--font-family-headline);
    font-weight: 700;
    font-weight: 700;
    font-weight: var(--font-weight-headline)
  }
@media(min-width: 1024px) {
.flowing-text .important {
      font-size: 2rem;
      line-height: 2.4rem
  }
    }
.flowing-text sup, .flowing-text sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
  }
.flowing-text sub {
    top: 0.4em;
  }
.flowing-text h1, h1.headline--1, h2.headline--1, h3.headline--1 {
  margin: 1rem 0;
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: 'Nunito', sans-serif;
  font-family: 'Nunito', sans-serif;
  font-family: var(--font-family-headline);
  font-weight: 700;
  font-weight: 700;
  font-weight: var(--font-weight-headline);
  color: #2697FA;
  color: #2697FA;
  color: var(--brand-primary)
}
@media(min-width: 1024px) {
.flowing-text h1, h1.headline--1, h2.headline--1, h3.headline--1 {
    font-size: 2rem;
    line-height: 2.5rem
}
  }
@media(min-width: 1200px) {
.flowing-text h1, h1.headline--1, h2.headline--1, h3.headline--1 {
    font-size: 3.5rem;
    line-height: 4rem
}
  }
.flowing-text h1:first-child, h1.headline--1:first-child, h2.headline--1:first-child, h3.headline--1:first-child {
    margin-top: 0 !important;
  }
.flowing-text h2, h1.headline--2, h2.headline--2, h3.headline--2 {
  margin: 0 0 1rem 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: 'Nunito', sans-serif;
  font-family: 'Nunito', sans-serif;
  font-family: var(--font-family-headline);
  font-weight: 700;
  font-weight: 700;
  font-weight: var(--font-weight-headline);
  color: #2697FA;
  color: #2697FA;
  color: var(--brand-primary)
}
@media(min-width: 1024px) {
.flowing-text h2, h1.headline--2, h2.headline--2, h3.headline--2 {
    margin: 0 0 3rem 0;
    font-size: 2.5rem;
    line-height: 3rem
}
  }
.flowing-text h2:first-child, h1.headline--2:first-child, h2.headline--2:first-child, h3.headline--2:first-child {
    margin-top: 0 !important;
  }
.flowing-text h3:not(.headline--1), h1.headline--3, h2.headline--3, h3.headline--3 {
  margin: 0 0 1rem 0;
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: 'Nunito', sans-serif;
  font-family: 'Nunito', sans-serif;
  font-family: var(--font-family-headline);
  font-weight: 700;
  font-weight: 700;
  font-weight: var(--font-weight-headline);
  color: #2697FA;
  color: #2697FA;
  color: var(--brand-primary)
}
@media(min-width: 1024px) {
.flowing-text h3:not(.headline--1), h1.headline--3, h2.headline--3, h3.headline--3 {
    font-size: 2.5rem;
    line-height: 3rem
}
  }
.flowing-text h3:not(.headline--1):first-child, h1.headline--3:first-child, h2.headline--3:first-child, h3.headline--3:first-child {
    margin-top: 0 !important;
  }
.flowing-text h4:not(.headline--1), h1.headline--4, h2.headline--4, h3.headline--4 {
  margin: 0 0 1rem 0;
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: 'Nunito', sans-serif;
  font-family: 'Nunito', sans-serif;
  font-family: var(--font-family-headline);
  font-weight: 700;
  font-weight: 700;
  font-weight: var(--font-weight-headline);
  color: #2697FA;
  color: #2697FA;
  color: var(--brand-primary)
}
@media(min-width: 768px) {
.flowing-text h4:not(.headline--1), h1.headline--4, h2.headline--4, h3.headline--4 {
    font-size: 1.5rem;
    line-height: 2rem
}
  }
.flowing-text h4:not(.headline--1):first-child, h1.headline--4:first-child, h2.headline--4:first-child, h3.headline--4:first-child {
    margin-top: 0 !important;
  }
.flowing-text h5:not(.headline--1), h1.headline--5, h2.headline--5, h3.headline--5 {
  margin: 0 0 1rem 0;
  font-size: calc(1rem / 20 * 18);
  line-height: calc(1rem / 20 * 24);
  font-family: 'Nunito', sans-serif;
  font-family: 'Nunito', sans-serif;
  font-family: var(--font-family-headline);
  font-weight: 700;
  font-weight: 700;
  font-weight: var(--font-weight-headline);
  color: #333131;
  color: #333131;
  color: var(--gray-dark)
}
@media(min-width: 768px) {
.flowing-text h5:not(.headline--1), h1.headline--5, h2.headline--5, h3.headline--5 {
    font-size: calc(1rem / 20 * 24);
    line-height: calc(1rem / 20 * 32)
}
  }
.flowing-text .header--center {
    text-align: center;
  }
.flowing-text .header--underline:after {
      content: "";
      display: block;
      width: 100%;
      height: 20px;
      margin: 0 auto;
      background-image: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22713%22%20height%3D%2223%22%20viewBox%3D%220%200%20713%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2%2020.6685C140.167%201.16841%20476.7%20-4.53145%20711.5%2010.6686%22%20stroke%3D%22%232E6BAE%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A');
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain
    }
@media(min-width: 1024px) {
.flowing-text .header--underline:after {
        margin: 1rem auto
    }
      }
.flowing-text figcaption {
    padding: .5rem 0;
    font-size: .8rem;
    line-height: 1rem;
    text-align: left;
    color: #333131;
    color: #333131;
    color: var(--gray-dark)
  }
@media(min-width: 1024px) {
.flowing-text figcaption {
      font-size: .7rem
  }
    }
.btn, a.btn {
  display: inline-block;
  position: relative;
  padding: 0 1.5rem;
  font-size: 1rem;
  line-height: 2rem;
  border-radius: 10px;
  border: none;
  font-family: 'Nunito', sans-serif;
  font-family: 'Nunito', sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 600;
  font-weight: 600;
  font-weight: var(--font-weight-bold);
  color: #fff;
  color: #fff;
  color: var(--white);
  cursor: pointer;
  text-decoration: none;
  background: #2697FA;
  background: #2697FA;
  background: var(--brand-primary);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.075s ease-out
}
.btn:hover, a.btn:hover {
    background: #fff;
    background: #fff;
    background: var(--white);
    color: #2697FA;
    color: #2697FA;
    color: var(--brand-primary);
  }
.btn:active, a.btn:active {
    transform: scale(0.98);
  }
.btn.btn--light, .btn a.btn--light, a.btn.btn--light, a.btn a.btn--light {
    color: #2697FA;
    color: #2697FA;
    color: var(--brand-primary);
    background: #fff;
    background: #fff;
    background: var(--white)
  }
.btn.btn--light:hover, .btn a.btn--light:hover, a.btn.btn--light:hover, a.btn a.btn--light:hover {
      background: #2697FA;
      background: #2697FA;
      background: var(--brand-primary);
      color: #fff;
      color: #fff;
      color: var(--white);
    }
.table-responsive {
  width: 100%;
  overflow-y: auto;
  margin: 2rem 0
}
@media(max-width: 1023px) {
.table-responsive {
    border-left: solid 1px #e3e3e3;
    border-right: solid 1px #e3e3e3;
    border-bottom: solid 1px #e3e3e3
}
  }
.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
  }
.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
  }
table.contenttable {
  width: 100%;
  max-width: 100%;
  border-top: solid 1px #000000;
  border-top: solid 1px #000000;
  border-top: solid 1px var(--black);
  font-size: 14px;
  line-height: 28px;
  border-collapse: collapse;

}
@media(min-width: 1024px) {
table.contenttable {
    font-size: 18px;
    line-height: 32px;

}
  }
table.contenttable thead tr {
      border-bottom: solid 1px #000000;
      border-bottom: solid 1px #000000;
      border-bottom: solid 1px var(--black);
    }
table.contenttable thead th {
      padding: 24px;
      color: #000000;
      color: #000000;
      color: var(--black);
      text-align: left;
      font-family: 'Nunito', sans-serif;
      font-family: 'Nunito', sans-serif;
      font-family: var(--font-family-headline);
      font-weight: 700;
      font-weight: 700;
      font-weight: var(--font-weight-headline);
      vertical-align: top
    }
@media(min-width: 1024px) {
table.contenttable thead th {
        font-size: 24px
    }
      }
table.contenttable td {
    padding: 24px;
  }
table.contenttable tr {
    vertical-align: top;

    border-bottom: solid 1px #e3e3e3
  }
table.contenttable tr:nth-child(odd) {
      background: none;
    }
table.contenttable tr:last-child {
      border-bottom: solid 1px #000000;
      border-bottom: solid 1px #000000;
      border-bottom: solid 1px var(--black);
    }
table.contenttable p {
    margin: 0 !important;
  }
figure.table {
  margin: 0;
}
.carousel-base .slick-arrow {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    border: none;
    background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2246%22%20height%3D%2230%22%20viewBox%3D%220%200%2046%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M7.10177%201.69992L44.6865%2012.153C37.6045%2013.5997%2018.2122%2018.6933%202.49995%2028.4999%22%20stroke%3D%22%232E6BAE%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A');
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    overflow: hidden;
    text-indent: -1000px;
    z-index: 100;
    cursor: pointer;
    transform: rotate(-180deg)
  }
.carousel-base .slick-arrow:hover {
      opacity: .7;
    }
.carousel-base .slick-arrow.slick-next {
      left: auto;
      right: 0;
      transform: none;
    }
@media(min-width: 1024px) {
.carousel-base .slick-arrow {
      background-size: 45px auto
  }
    }
ul.slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.slick-dots li {
    display: block;
    margin: 0
  }
ul.slick-dots li:before {
      display: none;
    }
ul.slick-dots li button {
      display: block;
      width: 24px;
      height: 24px;
      margin: 0 .5rem;
      padding: 0;
      border: solid 2px #2697FA;
      border: solid 2px #2697FA;
      border: solid 2px var(--brand-primary);
      border-radius: 12px;
      background: transparent;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      overflow: hidden;
      text-indent: -1000px;
      cursor: pointer;
    }
ul.slick-dots li:nth-child(even) button {
      }
ul.slick-dots li.slick-active button {
        background: #2697FA;
        background: #2697FA;
        background: var(--brand-primary);
      }
* {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html, body {
  margin: 0;
  padding: 0;
}
html {
  background: #fff;
  background: #fff;
  background: var(--white);
  scroll-behavior: smooth;
  font-size: 20px;
  line-height: 30px;
  scroll-padding-top: 135px
}
@media(min-width: 1024px) {
html {
    scroll-padding-top: 220px
}
  }
body {
  font-family: 'Nunito', sans-serif;
  font-family: 'Nunito', sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 400;
  font-weight: 400;
  font-weight: var(--font-weight-regular);
  color: #000000;
  color: #000000;
  color: var(--black);
}
.page-main {
  min-height: 500px;
}
*.focus-visible {
  outline: 3px dashed #2697FA;
  outline: 3px dashed #2697FA;
  outline: 3px dashed var(--brand-primary);
  outline-offset: 5px;
}
*.focus-visible {
  outline: 3px dashed #2697FA;
  outline: 3px dashed #2697FA;
  outline: 3px dashed var(--brand-primary);
  outline-offset: 5px;
}
*:focus-visible {
  outline: 3px dashed #2697FA;
  outline: 3px dashed #2697FA;
  outline: 3px dashed var(--brand-primary);
  outline-offset: 5px;
}
::-moz-selection {
  background-color: #2697FA;
  background-color: #2697FA;
  background-color: var(--brand-primary);
  color: #fff;
  color: #fff;
  color: var(--white);
}
::selection {
  background-color: #2697FA;
  background-color: #2697FA;
  background-color: var(--brand-primary);
  color: #fff;
  color: #fff;
  color: var(--white);
}
.page-header {
  position: fixed;
  top: 0;
  height: 3rem;
  background: transparent;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  z-index: 100;
  transition: all 250ms ease-out
}
@media(min-width: 1024px) {
.page-header {
    height: 7rem
}
  }
.scrolled:not(.navigation-open) .page-header {
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
  }
@media(min-width: 1024px) {
.scrolled:not(.navigation-open) .page-header {
      height: 4rem
  }
    }
.page-header__inside {
  position: relative;
}
.page-header__logo {
  position: absolute;
  display: block;
  left: 0;
  top: 2rem;
  z-index: 1;
  text-decoration: none;
  color: #333131;
  color: #333131;
  color: var(--gray-dark);
  transition: top 250ms ease-out
}
@media(min-width: 1024px) {
.page-header__logo {
    top: 3.75rem
}
  }
.scrolled:not(.navigation-open) .page-header__logo {
    top: 1rem
  }
@media(min-width: 1024px) {
.scrolled:not(.navigation-open) .page-header__logo {
      top: 1rem
  }
    }
.page-header__logo__img {
  display: block;
  width: 180px;
  height: auto
}
@media(min-width: 1024px) {
.page-header__logo__img {
    width: 306px
}
  }
.page-header__language-menu {
  position: absolute;
  right: 0;
  top: 2rem;
  transition: top 250ms ease-out;
}
@media(min-width: 1024px) {
.page-header__language-menu {
    top: 3.75rem;
    padding-top: 15px;
}
  }
.page-header__language-menu ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
  }
.page-header__language-menu li {
    margin-left: 1rem;
  }
.page-header__language-menu a {
    color: #fff;
    color: #fff;
    color: var(--white);
    text-decoration: none
  }
.page-header__language-menu a:hover {
      text-decoration: underline;
    }
.page-header__language-menu a.active {
        text-decoration: underline;
    }
.scrolled:not(.navigation-open) .page-header__language-menu {
    top: 1rem;
  }
@media(min-width: 1024px) {
.scrolled:not(.navigation-open) .page-header__language-menu {
      top: 1rem;
  }
    }
.scrolled:not(.navigation-open) .page-header__language-menu a {
      color: #000000;
      color: #000000;
      color: var(--black);
    }
.main-navigation__toggle {
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 200;
  width: 60px;
  height: 48px;
  padding: 0;
  background: none;
  cursor: pointer;
  transition: background 100ms;

  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none
}
@media(min-width: 1024px) {
.main-navigation__toggle {
    display: none
}
  }
.scrolled {
  top: 50px;
}
.scrolled .main-navigation__toggle__text:after {
    background: #2697FA;
    background: #2697FA;
    background: var(--brand-primary);
  }
.main-navigation__toggle__text {
  display: none;
}
.main-navigation__toggle__bar {
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  width: 41px;
  height: auto;
  transition: all 200ms ease-out;
  will-change: left, top
}
.main-navigation__toggle__bar:nth-child(2) {
    top: 19px;
  }
.main-navigation__toggle__bar:nth-child(3) {
    top: 33px;
  }
.main-navigation--open .main-navigation__toggle__bar {
    top: 22px;
    right: 0;
  }
.main-navigation--open .main-navigation__toggle__bar:nth-child(1) {
    transform: rotate(225deg);
  }
.main-navigation--open .main-navigation__toggle__bar:nth-child(2) {
    transform: rotate(-225deg);
  }
.main-navigation--open .main-navigation__toggle__bar:nth-child(3) {
    opacity: 0;
  }
.main-navigation ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
  }
.main-navigation li {
    display: block;
    margin-bottom: 1rem;
  }
.main-navigation li.nav-item--l2__parent {
    display: none !important;
  }
@media(min-width: 1024px) {
.main-navigation .nav-item {
      margin-left: 1rem
  }
    }
.main-navigation .nav-item__link {
    display: inline-block;
    position: relative;
    background: none;
    padding: 0;
    border: none;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Nunito', sans-serif;
    font-family: 'Nunito', sans-serif;
    font-family: var(--font-family-sans-serif);
    text-decoration: none;
    color: #333131;
    color: #333131;
    color: var(--gray-dark);
    cursor: pointer
  }
.main-navigation .nav-item__link:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -9px;
      width: 100%;
      height: 10px;
      background-size: auto 8px;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0;
      transition: opacity 200ms ease-out;
    }
.main-navigation .nav-item__link.nav-item__link--active {
      text-decoration: none
    }
.main-navigation .nav-item__link.nav-item__link--active:after {
        background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%22117%22%20height%3D%2212%22%20viewBox%3D%220%200%20117%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2%209.65093C24.6667%205.65093%2079%20-1.14907%20115%203.65093%22%20stroke%3D%22%232E6BAE%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
        width: 100%;
        opacity: 1;
      }
.main-navigation .nav-item__link:hover {
      text-decoration: none
    }
.main-navigation .nav-item__link:hover:after {
        background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%22117%22%20height%3D%2212%22%20viewBox%3D%220%200%20117%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2%209.65093C24.6667%205.65093%2079%20-1.14907%20115%203.65093%22%20stroke%3D%22%232E6BAE%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
        width: 100%;
        opacity: 1;
      }
@media(min-width: 1024px) {
.main-navigation .nav-item__link.nav-item__link__parent-link {
        font-size: 1.2rem
    }
      }
.main-navigation .nav-item--l1--open > .nav-item__link:after {
        background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%22117%22%20height%3D%2212%22%20viewBox%3D%220%200%20117%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2%209.65093C24.6667%205.65093%2079%20-1.14907%20115%203.65093%22%20stroke%3D%22%232E6BAE%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
        width: 100%;
        opacity: 1;
      }
ul.main-navigation__list {
  position: fixed;
  left: 0;
  right: 0;
  height: 100%;
  height: 100dvh;
  padding: 6rem 1rem 1rem 1rem;
  background: #fbf6f1;
  background: #fbf6f1;
  background: var(--gray-light)
}
@media(max-width: 1023px) {
ul.main-navigation__list {
    display: none
}
  }
@media(min-width: 1024px) {
ul.main-navigation__list {
    position: absolute;
    right: 0;
    top: 3rem;
    left: auto;
    height: auto;
    padding: 0;
    background: none
}
  }
@media(max-width: 1023px) {
.main-navigation--open ul.main-navigation__list {
    display: block
}
  }
.nav-item__sub-menu-l2 {
  display: none;
  position: relative;
  left: 0;
  width: 100vw;
  padding: 1rem 1rem 0 1rem;
}
@media(min-width: 1024px) {
.nav-item__sub-menu-l2 {
    position: fixed;
    top: 6rem;
    padding: 0;
}
  }
.nav-item__sub-menu-l2 ul {
    display: block;
  }
@media(min-width: 1024px) {
.nav-item__sub-menu-l2__inside {
    position: relative;
    max-width: 1312px;
    margin: 0 2rem;
    padding: 2rem 2rem 1rem 2rem;
    background: #fff;
    background: #fff;
    background: var(--white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    border-radius: 1rem;
    border: solid 2px #2697FA;
    border: solid 2px #2697FA;
    border: solid 2px var(--brand-primary)
}
  }
@media (min-width: 1440px) {
.nav-item__sub-menu-l2__inside {
    margin: 0 auto
}
  }
.nav-item--l1--open .nav-item__sub-menu-l2 {
  display: block;
}
.nav-item__sub-menu-l2__list {
  position: relative;
}
.nav-item__sub-menu-l3 {
  display: none;
}
.nav-item--l2--open .nav-item__sub-menu-l3 {
  display: block;
}
.nav-item__sub-menu-l3 {
  position: absolute;
  left: 10rem;
  top: 0
}
.nav-item__sub-menu-l3:before {
    content: "";
    position: absolute;
    display: block;
    left: -2rem;
    width: 20px;
    top: 0;
    height: 180px;
    background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2220%22%20height%3D%22204%22%20viewBox%3D%220%200%2020%20204%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2.09476%202C10.284%2042.0934%2024.1924%20138.197%2014.3123%20201.864%22%20stroke%3D%22%233D4245%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .2;
  }
.nav-item__sub-menu-l2__close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
@media(max-width: 767px) {
.nav-item__sub-menu-l2__close-btn {
    display: none;
}
  }
.nav-item__sub-menu-l2__close-btn svg {
    display: block;
    width: 38px;
    height: auto;
  }
.page-header__service-navigation {
  font-size: 20px;
  line-height: 28px;
  margin: 32px 24px 0 24px;
}
@media(min-width: 1024px) {
.page-header__service-navigation {
    margin: 0;
    font-size: 14px;
}
  }
.page-header__service-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
  }
@media(min-width: 1024px) {
.page-header__service-navigation ul {
      display: flex
  }
    }
.page-header__service-navigation li {
    margin-bottom: 16px
  }
@media(min-width: 1024px) {
.page-header__service-navigation li {
      margin-bottom: 0;
      margin-left: 22px
  }
    }
.page-header__service-navigation li:last-child {
      margin-bottom: 0;
    }
.page-header__service-navigation a {
    color: #fff;
    color: #fff;
    color: var(--white);
    text-decoration: none
  }
@media(min-width: 1024px) {
.page-header__service-navigation a {
      color: #000000;
      color: #000000;
      color: var(--black)
  }
    }
.page-header__service-navigation a:hover, .page-header__service-navigation a.active {
      text-decoration: underline;
    }
@media(min-width: 1024px) {
.navigation-open .page-header__service-navigation a {
        color: #fff;
        color: #fff;
        color: var(--white)
    }
      }
.page-header__langauge-navigation {
  font-size: 20px;
  line-height: 28px;
  margin: 16px 24px 32px 24px;
}
@media(min-width: 1024px) {
.page-header__langauge-navigation {
    margin: 0 0 0 20px;
    font-size: 14px;
}
  }
.page-header__langauge-navigation ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
  }
.page-header__langauge-navigation li {
    position: relative;
    display: block;
    padding: 0 7px 0 0;
    margin: 0 7px 0 0

  }
@media(min-width: 1024px) {
.page-header__langauge-navigation li {

  }

    }
.page-header__langauge-navigation li:after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      top: 4px;
      width: 1px;
      height: 18px;
      background-color: #fff;
      background-color: #fff;
      background-color: var(--white)
    }
@media(min-width: 1024px) {
.page-header__langauge-navigation li:after {
        height: 14px;
        top: 8px;
        background-color: #000000;
        background-color: #000000;
        background-color: var(--black)
    }
      }
.page-header__langauge-navigation li:last-child {
      margin-bottom: 0
    }
@media(min-width: 1024px) {
.page-header__langauge-navigation li:last-child {
        margin-right: 0;
        padding-right: 0
    }
      }
.page-header__langauge-navigation li:last-child:after {
        display: none;
      }
.page-header__langauge-navigation a {
    color: #fff;
    color: #fff;
    color: var(--white);
    text-decoration: none
  }
@media(min-width: 1024px) {
.page-header__langauge-navigation a {
      color: #000000;
      color: #000000;
      color: var(--black)
  }
    }
.page-header__langauge-navigation a:hover, .page-header__langauge-navigation a.active {
      text-decoration: underline;
    }
@media(min-width: 1024px) {
.navigation-open .page-header__langauge-navigation li:after {
            background-color: #fff;
            background-color: #fff;
            background-color: var(--white)
      }
        }
@media(min-width: 1024px) {
.navigation-open .page-header__langauge-navigation a {
        color: #fff;
        color: #fff;
        color: var(--white)
    }
      }
.page-footer {
  color: #fff;
  color: #fff;
  color: var(--white);
  background: #000000;
  background: #000000;
  background: var(--black);
  font-size: 18px;
  line-height: 24px;
  padding: 3rem 0;
}
.page-footer a {
    display: inline-block;
    position: relative;
    color: #fff;
    color: #fff;
    color: var(--white);
    text-decoration: none
  }
.page-footer a:hover {
      text-decoration: underline;
    }
.page-footer p {
    margin-top: 0;
  }
.page-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
.page-footer li {
    margin-bottom: .5rem
  }
.page-footer li:last-child {
      margin-bottom: 0;
    }
@media(min-width: 1024px) {
.page-footer__sections {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch
}
  }
@media(max-width: 1199px) {
.page-footer__section {
    margin-bottom: 2rem
}
  }
@media(max-width: 1199px) {
.page-footer__section:last-child {
      margin-bottom: 0
  }
    }
.page-footer__social-links {
  margin-bottom: 2rem;
}
.page-footer__social-links__icon {
  display: block;
  width: 79px;
  height: auto;
  margin: 0 0 1rem 0;
}
.page-footer__service-menu {
  font-size: 18px;
}
.page-footer__service-menu ul {
    display: flex;
    flex-wrap: wrap;
  }
.page-footer__service-menu li {
    margin: 0 1rem 0 0
  }
.page-footer__service-menu li:last-child {
      margin-right: 0;
    }
.page-footer__background {
  position: absolute;
  bottom: 100%;
  left: 40%;
  width: 60%;
  height: 100vh;
  background: url(../Images/background-icon.svg) no-repeat top left;
  background-size: 200% auto;
  z-index: -1;
}
.text {
}
@media(min-width: 1024px) {
.text--reduced-width .text__inside {
      display: flex;
      justify-content: flex-end
  }
    }
@media(min-width: 1024px) {
.text--reduced-width .text__sections {
      width: calc(100% - 300px - 36px)
  }
    }
@media(min-width: 768px) {
.text__header {
    max-width: 65%
}
  }
.text-with-image {
  position: relative;
}
.text-with-image__sections {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media(min-width: 768px) {
.text-with-image--align-center .text-with-image__sections {
      align-items: center
  }
    }
.text-with-image__image-section {
  order: 0;
  position: relative;
  margin: 0;
  width: 100%;
  z-index: 0;
}
@media(min-width: 768px) {
.text-with-image__image-section {
    order: 1;
    width: calc(50% - 2rem);
    margin: 0;
}
  }
.text-with-image__image-section figure {
    display: block;
    width: 100%;
    margin: 0
  }
@media(min-width: 768px) {
.text-with-image__image-section figure {
      margin: 0
  }
    }
.text-with-image__image-section picture img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center;
      border-radius: 8px;
    }
.text-with-image__image-section figcaption {
    padding: .5rem 0;
    font-size: .8rem;
    line-height: 1rem;
    text-align: right;
    color: #333131;
    color: #333131;
    color: var(--gray-dark)
  }
@media(min-width: 1024px) {
.text-with-image__image-section figcaption {
      font-size: .7rem
  }
    }
@media(min-width: 768px) {
.text-with-image--image-left .text-with-image__image-section {
      order: 0
  }
    }
.text-with-image--image-left .text-with-image__figure {
    margin: 0
  }
@media(min-width: 768px) {
.text-with-image--image-left .text-with-image__figure {
      position: absolute;
      right: 0;
      margin: 0
  }
    }
.text-with-image__text-section {
  order: 1;
  position: relative;
  width: 100%
}
@media(min-width: 768px) {
.text-with-image__text-section {
    order: 0;
    width: 50%
}
  }
@media(min-width: 768px) {
.text-with-image--image-left .text-with-image__text-section {
      order: 1;
      padding: 0
  }
    }
@media(min-width: 768px) {
.text-with-image--image-left .text-with-image__caption {
      right: auto;
      left: 18px;
      text-align: left
  }
    }
.intro-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.intro-image__inside {
  position: relative;
}
.intro-image__picture {
}
.intro-image__image {
  display: block;
  width: 100%;
  height: 410px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%
}
@media(min-width: 1024px) {
.intro-image__image {
    height: 465px
}
  }
@media(min-width: 1200px) {
.intro-image__image {
    height: 665px
}
  }
.intro-image__content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: calc(100% - 50px);
  height: auto;
  text-align: center;
}
.intro-image__content h1 {
    font-size: 44px;
    line-height: 44px;
    font-family: 'Nunito', sans-serif;
    font-family: 'Nunito', sans-serif;
    font-family: var(--font-family-headline);
    font-weight: 700;
    font-weight: 700;
    font-weight: var(--font-weight-headline);
    color: #fff;
    color: #fff;
    color: var(--white);
    text-transform: uppercase
  }
@media(min-width: 1024px) {
.intro-image__content h1 {
      font-size: 64px;
      line-height: 64px
  }
    }
@media(min-width: 1200px) {
.intro-image__content h1 {
      font-size: 92px;
      line-height: 92px
  }
    }
.intro-image__bg {
  position: absolute;
  width: 70%;
  left: 30%;
  top: -135px;
  height: 100%;
  background: url(../Images/intro-bg.png);
  background-position: bottom left;
  background-size: cover;
}
.intro-image__placeholder {
  position: relative;
  width: 100%;
  height: 410px;
  background: url(../Images/gradient-bg.jpg) no-repeat top center;
  background-size: cover
}
@media(min-width: 1024px) {
.intro-image__placeholder {
    height: 665px
}
  }
.intro-image:not(.in-viewport) {
  opacity: 0;
}
.intro-image:not(.in-viewport) .intro-image__content h1 {
    opacity: 0;
    transform: translate(0, 100px);
  }
.intro-image:not(.in-viewport) .intro-image__bg {
    opacity: 0;
    transform: translate(0, 50px) rotate(5deg);
  }
.intro-image.in-viewport {
  opacity: 1;
  transition: opacity 1s;
}
.intro-image.in-viewport .intro-image__content h1 {
    transform: translate(0, 0);
    opacity: 1;
    transition: transform .75s ease-out, opacity .75s;
  }
.intro-image.in-viewport .intro-image__bg {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
    transition: opacity 10s ease-out, transform 7s ease-out;
  }
.image-carousel {
  overflow: hidden;
}
@media(min-width: 1024px) {
.image-carousel__header {
    margin-bottom: 3rem !important
}
  }
.image-carousel__images {
}
.image-carousel__image {
  display: block;
}
.image-carousel__image figure {
    margin: 0;
  }
.image-carousel__image img {
    display: block;
    width: 100%;
    height: auto;
  }
.image-carousel__control {
  margin-top: 1rem
}
@media(min-width: 1024px) {
.image-carousel__control {
    margin-top: 2rem
}
  }
.image-grid {

}
.image-grid__images {
  display: flex;
  justify-content: center;
  width: calc(100% + 1rem);
  margin: 0 -.5rem;
}
.image-grid__images__section {
  display: flex;
  flex-direction: column;
  width: 50%
}
.image-grid__images__section:nth-child(2) {
    padding-top: 4rem;
  }
.image-grid__image {
  display: flex;
  width: 100%;
  overflow: hidden;
  padding: .5rem;
}
@media(min-width: 1024px) {
.image-grid__image {
    padding: 2rem;
}
  }
.image-grid__image figure {
    margin: 0;
  }
.image-grid__image img {
    display: block;
    height: 350px;
    width: auto;
    border-radius: 8px;
  }
.image-grid__image.image-grid__image-ratio-landscape img {
      width: 100%;
      height: auto;
    }
.image-grid__image.image-grid__image-ratio-portrait img {
      width: auto;
      height: 200px
    }
@media(min-width: 768px) {
.image-grid__image.image-grid__image-ratio-portrait img {
        height: 400px
    }
      }
@media(min-width: 1024px) {
.image-grid__image.image-grid__image-ratio-portrait img {
        height: 500px
    }
      }
.image-grid__images__section:nth-child(1) .image-grid__image {
    justify-content: flex-end;
  }
hr.line {
    display: block;
    height: 20px;
    width: 710px;
    max-width: calc(100% - 6rem);
    margin: 2rem auto;
    border: 0;
    background-image: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22713%22%20height%3D%2223%22%20viewBox%3D%220%200%20713%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2%2020.6685C140.167%201.16841%20476.7%20-4.53145%20711.5%2010.6686%22%20stroke%3D%22%232E6BAE%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}
@media(min-width: 1024px) {
hr.line {
        margin: 1rem auto
}
    }
.page-intro {
  margin-top: 0;
  padding: 5rem 0 3rem 0;
  background: linear-gradient(to bottom, #000, #2697FA)
}
@media(min-width: 1024px) {
.page-intro {
    padding: 8rem 0 5rem 0
}
  }
.page-intro__columns {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.page-intro__column--left {
  width: 100%
}
@media(max-width: 767px) {
.page-intro__column--left {
    order: 1
}
  }
@media(min-width: 768px) {
.page-intro__column--left {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: flex-start;
    padding-right: 2rem;
    justify-content: center
}
  }
@media(min-width: 1024px) {
.page-intro__column--left {
    width: 50%
}
  }
@media(min-width: 1600px) {
.page-intro__column--left {
    width: 40%
}
  }
.page-intro__column--right {
  display: flex;
  justify-content: space-between;
  width: 100%
}
@media(min-width: 768px) {
.page-intro__column--right {
    display: block;
    width: 50%
}
  }
@media(min-width: 1024px) {
.page-intro__column--right {
    width: 50%
}
  }
@media(min-width: 1600px) {
.page-intro__column--right {
    width: 60%
}
  }
.page-intro__image {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media(max-width: 767px) {
.page-intro__image {
    margin-bottom: 40px;
}
  }
.page-intro__image figure {
    margin: 0;
  }
.page-intro__image img {
    display: block;
    width: 100%;
    max-width: 817px;
    height: auto;
  }
@media(max-width: 767px) {
h1.page-intro__header {
    color: #fff;
    color: #fff;
    color: var(--white)
}
  }
@media(min-width: 768px) {
h1.page-intro__header {
    margin-right: 0
}
  }
@media(max-width: 767px) {
p.page-intro__teaser {
    color: #fff;
    color: #fff;
    color: var(--white)
}
  }
@media(min-width: 768px) {
p.page-intro__teaser {
    max-width: 520px;
    color: #2697FA;
    color: #2697FA;
    color: var(--brand-primary)
}
  }
@media(min-width: 1024px) {
p.page-intro__teaser {
    font-size: 1.5rem;
    line-height: 2rem
}
  }
.page-intro__background {
  position: absolute;
  top: 10%;
  left: 40%;
  width: 60%;
  height: 200%;
  background: url(../Images/background-icon.svg) no-repeat top left;
  background-size: 200% auto;
}
.horizontal-rule__line {
  position: relative;
  border: none;
  padding: 0;
  margin: 0
}
.horizontal-rule__line:before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    margin: 0;
    border-top: solid 1px #707070;
    border-top: solid 1px #707070;
    border-top: solid 1px var(--gray);
    border-bottom: solid 1px #707070;
    border-bottom: solid 1px #707070;
    border-bottom: solid 1px var(--gray);
  }
.profile-teaser {
  position: relative;
}
.profile-teaser__sections {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.profile-teaser--align-center .profile-teaser__sections {
      align-items: center;
  }
.profile-teaser__image-section {
  position: relative;
  width: 30%
}
@media(min-width: 1024px) {
.profile-teaser__image-section {
}
  }
@media(max-width: 1023px) {
.profile-teaser--image-left .profile-teaser__image-section {
      order: 0
  }
    }
.profile-teaser__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.profile-teaser__text-section {
  width: calc(70% - 17px);
  line-height: 22px
}
@media(min-width: 768px) {
.profile-teaser__text-section {
    width: calc(70% - 35px);
    line-height: 32px
}
  }
.profile-teaser h1.profile-teaser__header {
  margin: 0;
}
.profile-teaser__text {
  font-family: 'Nunito', sans-serif;
  font-family: 'Nunito', sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 400;
  font-weight: 400;
  font-weight: var(--font-weight-regular);
}
q.profile-teaser__text {
  font-style: italic;
}
@media(max-width: 1023px) {
.profile-teaser--image-right .profile-teaser__text-section {
      margin-bottom: 28px
  }
    }
@media(min-width: 1024px) {
.profile-teaser--image-right .profile-teaser__text-section {
      order: 0
  }
    }
.social-links {
  /*  border-top: solid 1px var(--black);*/


}
.social-links__inside {
  position: relative

}
.social-links__inside:before,
  .social-links__inside:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    margin: 0 0 16px 0;
    border-top: solid 1px #707070;
    border-top: solid 1px #707070;
    border-top: solid 1px var(--gray);
    border-bottom: solid 1px #707070;
    border-bottom: solid 1px #707070;
    border-bottom: solid 1px var(--gray);
  }
.social-links__inside:after {
    margin: 16px 0 0 0;
  }
ul.social-links__icons {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.social-links__icons li {
    display: block;
    height: 36px;
    margin: 0 20px 0 0
  }
@media(min-width: 768px) {
ul.social-links__icons li {
      height: 50px;
      margin: 0 30px 0 0
  }
    }
ul.social-links__icons li:hover {
      transform: scale(1.02);
    }
ul.social-links__icons li:active {
        transform: scale(0.98);
    }
ul.social-links__icons li img {
      display: block;
      height: 100%;
      width: auto;
    }
.teaser-item {
  padding: 9px;
}
.teaser-item__inside {
  min-height: 100%;
  background: #fff;
  background: #fff;
  background: var(--white);
}
.teaser-item__subheadline {
  display: block;
  color: #707070;
  color: #707070;
  color: var(--gray);
}
.teaser-item__image-section {

}
.teaser-item__image {
  display: block;
  width: 100%;
  height: auto;
}
.teaser-item__text-section {
  padding: 24px;
  min-height: 340px;
}
.teaser-item__text {
  font-size: 16px;
  line-height: 24px
}
@media(min-width: 1024px) {
.teaser-item__text {
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 24px
}
  }
.teaser-item__phone {
  margin: -30px 0 40px 0;

  font-size: 24px;
  line-height: 24px;
}
.teaser-item__phone a {
    position: relative;
    color: #000000 !important;
    color: #000000 !important;
    color: var(--black) !important;
    font-weight: 400;
    font-weight: 400;
    font-weight: var(--font-weight-regular)
  }
.teaser-item__phone a:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 21px;
      height: 40px;
      margin-right: 10px;
      top: 15px;
      background: url(../Images/icon-phone--black.png) no-repeat;
      background-size: contain;
    }
.teaser-item__button-section {
  margin-top: 20px;
}
.teasers {

}
.teasers__inside {
  position: relative;
}
.teasers__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin: 0 -9px;
}
.teasers__items .teaser-item {
    width: 100%
  }
@media(min-width: 768px) {
.teasers__items .teaser-item {
      width: 50%
  }
    }
@media(min-width: 1024px) {
.teasers__items .teaser-item {
      width: calc(100% / 3)
  }
    }
.teaser-carousel {
  background: url(../Images/teaser-carousel-bg.png) no-repeat top right;
  background-size: auto 400px
}
.teaser-carousel:last-child {
    margin-bottom: 64px;
  }
.teaser-carousel__sections {
  display: flex;
  flex-wrap: wrap;
}
.teaser-carousel__headline-section {
  padding: 40px 0 70px 0
}
@media(min-width: 1024px) {
.teaser-carousel__headline-section {
    padding: 150px 0 0 0;
    width: 50%
}
  }
h1.teaser-carousel__headline {
  margin-bottom: 0
}
@media(min-width: 1024px) {
h1.teaser-carousel__headline {
    font-size: 64px;
    line-height: 64px
}
  }
.teaser-carousel__items-section {
  position: relative;
  margin: 0 0 0 -9px;
  width: calc(100% + 24px + 9px)
}
@media(min-width: 1024px) {
.teaser-carousel__items-section {
    width: 50%;
    margin: 0;
    padding-left: 100px
}
  }
.teaser-carousel__items {
  display: block
  /*  width: calc(100vw - 90px);
    margin: 0 0 0 66px;*/
}
@media(min-width: 1024px) {
.teaser-carousel__items {
    width: calc(50vw - 100px);
    margin: 0
}
  }
.teaser-carousel__items .teaser-item__inside {
    width: 302px
  }
@media(min-width: 1024px) {
.teaser-carousel__items .teaser-item__inside {
      width: 416px
  }
    }
.teaser-carousel__control-section {
  position: relative;
  margin-top: 20px;
  width: 100%;
}
@media(max-width: 1023px) {
.teaser-carousel__control-section .slick-arrow {
      display: none !important
  }
    }
.teaser-carousel__state {
  position: relative;
  width: 64px;
  height: 64px;
}
.teaser-carousel__state__value {
  position: absolute;
  top: 0;
  width: 100%;
  color: #000000;
  color: #000000;
  color: var(--black);
  font-size: 14px;
  line-height: 64px;
  text-align: center;
}
.teaser-carousel__state__circle {
  width: 64px;
  height: 64px;
  background: url(../Images/slider-circle.png) no-repeat center center;
  background-size: contain
}
.teaser-carousel__state__circle.teaser-carousel__state__circle--rotated {
    transform: rotate(360deg);
    transition: transform 500ms;
  }
.teaser-carousel:not(.in-viewport-once) .teaser-carousel__headline-section h1 {
    opacity: 0;
    transform: translate(0, 100px);
  }
.teaser-carousel.in-viewport-once .teaser-carousel__headline-section h1 {
    transform: translate(0, 0);
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s;
  }
.navigation-with-text {

}
@media(min-width: 1024px) {
.navigation-with-text__inside {
    display: flex;
    justify-content: space-between
}
  }
.navigation-with-text__navigation-section {
  font-size: 20px;
  line-height: 28px;
  font-family: 'Nunito', sans-serif;
  font-family: 'Nunito', sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 400;
  font-weight: 400;
  font-weight: var(--font-weight-regular);
}
@media(max-width: 1023px) {
.navigation-with-text__navigation-section {
    display: none;
}
  }
@media(min-width: 1024px) {
.navigation-with-text__navigation-section {
    width: 300px;
}
  }
.navigation-with-text__navigation-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
.navigation-with-text__navigation-section li {
    margin: 0 0 28px 0;
  }
.navigation-with-text__navigation-section a {
    color: #707070;
    color: #707070;
    color: var(--gray);
    text-decoration: none
  }
.navigation-with-text__navigation-section a:hover, .navigation-with-text__navigation-section a.active {
      color: #000000;
      color: #000000;
      color: var(--black);
      text-decoration: underline;
      text-underline-offset: 15px;
    }
@media(min-width: 1024px) {
.navigation-with-text__text-section {
    width: calc(100% - 300px - 36px)
}
  }
.text-grid {

}
.text-grid__items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -1rem -1rem -1rem
}
@media(min-width: 1024px) {
.text-grid__items {
    margin: 0 -2rem -2rem -2rem
}
  }
.text-grid-item {
  width: 100%;
  padding: 0 1rem 1rem 1rem
}
@media(min-width: 1024px) {
.text-grid-item {
    width: 50%;
    padding: 2rem
}
  }
@media(min-width: 1200px) {
.text-grid-item {
    width: calc(100% / 3)
}
  }
h3.text-grid-item__title {
  margin: 0 !important;
  font-size: 1rem !important;
  line-height: 2rem !important
}
@media(min-width: 1024px) {
h3.text-grid-item__title {
    margin-bottom: 1rem !important;
    font-size: 1.5rem !important;
    line-height: 2rem !important
}
  }
h3.text-grid-item__title:before {
    content: "";
    display: inline-block;
    position: relative;
    top: 4px;
    width: 20px;
    height: 20px;
    margin-right: .5rem;
    background: url(../Images/mixometer-icon.svg) no-repeat center;
    background-size: contain
  }
@media(min-width: 1024px) {
h3.text-grid-item__title:before {
      top: 8px;
      width: 36px;
      height: 36px
  }
    }
.app-teaser-with-carousel {
  background: #d2eafe;
  background: #d2eafe;
  background: var(--brand-primary-light);
}
@media(min-width: 768px) {
.app-teaser-with-carousel__sections {
    display: flex;
    justify-content: space-between
}
  }
@media(min-width: 768px) {
.app-teaser-with-carousel__text-section {
    width: 50%;
}
  }
.app-teaser-with-carousel__text-section h3.app-teaser-with-carousel__links-header {
    margin: 0 !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important
  }
@media(min-width: 1024px) {
.app-teaser-with-carousel__text-section h3.app-teaser-with-carousel__links-header {
      margin-top: 3rem !important;
      margin-bottom: 1rem !important;
      font-size: 1.5rem !important;
      line-height: 2rem !important
  }
    }
.app-teaser-with-carousel__links {
  display: flex;
  justify-content: flex-start;
}
.app-teaser-with-carousel__link-item {
  margin-right: 2rem;
}
.app-teaser-with-carousel__link-icon {
  display: block;
  height: 70px;
  width: auto;
  margin: 1rem auto;
}
@media(min-width: 768px) {
.app-teaser-with-carousel__image-section {
    width: calc(50% - 100px)
}
  }
.app-teaser-with-carousel__images {
  position: relative;
  margin-top: 2rem
}
@media(min-width: 1200px) {
.app-teaser-with-carousel__images {
    margin-top: -12rem
}
  }
.app-teaser-with-carousel__image {
  width: 100%;

}
.app-teaser-with-carousel__image img {
    display: block;
    width: 100%;
    max-width: 500px;
    height: auto;
  }
.hardware-description {
  width: 100%;
  background: #d2eafe;
  background: #d2eafe;
  background: var(--brand-primary-light);
}
.hardware-description__sections-1,
.hardware-description__sections-2 {
  display: flex;
  flex-wrap: wrap
}
@media(min-width: 768px) {
.hardware-description__sections-1,
.hardware-description__sections-2 {
    justify-content: space-between
}
  }
@media(min-width: 768px) {
.hardware-description__sections-2 {
    margin-top: 4rem
}
  }
@media(min-width: 1024px) {
.hardware-description__sections-2 {
    margin-top: 4rem
}
  }
@media(min-width: 1200px) {
.hardware-description__sections-2 {
    margin-top: 5rem
}
  }
.hardware-description__section-1-1,
.hardware-description__section-1-2,
.hardware-description__section-2-1,
.hardware-description__section-2-2 {
  position: relative
}
@media(min-width: 768px) {
.hardware-description__section-1-1,
.hardware-description__section-1-2,
.hardware-description__section-2-1,
.hardware-description__section-2-2 {
    width: calc(50% - 1rem)
}
  }
@media(min-width: 1024px) {
.hardware-description__section-1-1,
.hardware-description__section-1-2,
.hardware-description__section-2-1,
.hardware-description__section-2-2 {
    width: calc(50% - 2rem)
}
  }
@media(max-width: 767px) {
.hardware-description__section-1-1 {
    order: 1;
    margin-bottom: 1rem
}
  }
.hardware-description__image-1,
.hardware-description__image-2 {
  width: 100%;
}
.hardware-description__image-1 figure, .hardware-description__image-2 figure {
    margin: 0;
    padding: 0;
  }
.hardware-description__image-1 img, .hardware-description__image-2 img {
    display: block;
    width: 100%;
    height: auto;
  }
@media(min-width: 768px) {
.hardware-description__image-1 {
    position: relative;
    width: calc(100% + 50px);
    margin-left: -50px;
    margin-top: -80px
}
  }
@media(min-width: 1024px) {
.hardware-description__image-1 {
    margin-top: 0
}
  }
@media(min-width: 1200px) {
.hardware-description__image-1 {
    position: relative;
    width: calc(100% + 200px);
    margin-left: -200px;
    margin-top: -200px
}
  }
.hardware-description__image-2 {
  margin-top: 2rem
}
@media(min-width: 768px) {
.hardware-description__image-2 {
    position: relative;
    width: calc(100% + 100px);
    margin-left: -100px;
    margin-top: -2rem
}
  }
@media(min-width: 1024px) {
.hardware-description__image-2 {
}

  }
@media(min-width: 1200px) {
.hardware-description__image-2 {
    margin-top: -5rem
}
  }
.logo-grid {

}
.logo-grid__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1rem -1rem 0 -1rem
}
@media(min-width: 1024px) {
.logo-grid__items {
    margin: 2rem -2rem 0 -2rem
}
  }
.logo-grid__item {
  padding: 1rem 1rem 0 1rem;
  width: 50%;
}
@media(min-width: 1024px) {
.logo-grid__item {
    width: calc(100% / 3);
    padding: 2rem 2rem 0 2rem;
}
  }
.logo-grid__item figure {
    display: block;
    margin: 0;
    padding: 0;
  }
.logo-grid__item img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
@media(min-width: 1024px) {
.logo-grid--colums-5 .logo-grid__item {
      width: 25%
  }
    }
@media(min-width: 1200px) {
.logo-grid--colums-5 .logo-grid__item {
      width: 20%
  }
    }
.rapidmail-form #rmOrganism .rmLayout--vertical.rmBase {
    max-width: none;
  }
.rapidmail-form #rmOrganism .rmLayout--vertical.rmBase .rmBase__container {
    padding: 0;
  }
.rapidmail-form #rmOrganism .rmSubscription .rmBase__el.rmBase__el--label-pos-none .rmBase__compLabel.rmBase__compLabel--hideable {
    display: block;
    margin-bottom: 10px !important;
    font-size: 1rem;
    line-height: 1rem;
    color: #000000;
    color: #000000;
    color: var(--black)
  }
.rapidmail-form .rmBase__el--input {
    margin-bottom: 2rem !important;
    font-size: 1rem !important;
    color: #000000;
    color: #000000;
    color: var(--black);
  }
.rapidmail-form #rmOrganism .rmBase__el .comp__input {
    border: solid 1px #2697FA;
    border: solid 1px #2697FA;
    border: solid 1px var(--brand-primary);
    border-radius: 0;
  }
.rapidmail-form #rmOrganism .rmSubscription .rmBase__el.rmBase__el--cta {
    display: block;
  }
.rapidmail-form #rmOrganism .rmBase__comp--cta {
    display: inline-block;
    padding: 0 1.5rem;
    font-size: 1rem !important;
    line-height: 2rem;
    border-radius: 10px;
    border: none;
    font-family: 'Nunito', sans-serif;
    font-family: 'Nunito', sans-serif;
    font-family: var(--font-family-sans-serif);
    font-weight: 600;
    font-weight: 600;
    font-weight: var(--font-weight-bold);
    color: #fff;
    color: #fff;
    color: var(--white);
    cursor: pointer;
    text-decoration: none;
    background: #2697FA;
    background: #2697FA;
    background: var(--brand-primary);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    transition: all 0.075s ease-out;
  }
.rapidmail-form .rmBase__comp--privacy {
    margin-top: 3rem !important;
    padding: 1rem !important;
    background: #2697FA;
    background: #2697FA;
    background: var(--brand-primary);
    color: #2697FA !important;
    color: #2697FA !important;
    color: var(--brand-primary) !important;
  }
.rapidmail-form .privacy__text {
    font-size: .8rem !important;
  }
.rapidmail-form__embed {
  margin-top: 3rem;
}
