@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__play {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

p {
  font-family: "Gotham Narrow Book", "sans-serif";
}

.-author {
  margin-bottom: 0;
  font-style: italic;
}

.section__headline, .box__headline, .text-box__headline, .text-box-number__headline b {
  font-family: "Gotham Narrow Bold", sans-serif;
  font-weight: 700;
}

.section__headline {
  text-align: center;
  font-size: 4rem;
  line-height: 120%;
}
@media (min-width: 1366px) {
  .section__headline {
    font-size: 5.2rem;
  }
}

/*--------------------------------------------------------------
# Gotham Narrow
--------------------------------------------------------------*/
@font-face {
  font-family: "Gotham Narrow Medium";
  src: url("../fonts/GothamNarrow/GothamNarrow-Medium.eot");
  src: url("../fonts/GothamNarrow/GothamNarrow-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamNarrow/GothamNarrow-Medium.woff2") format("woff2"), url("../fonts/GothamNarrow/GothamNarrow-Medium.woff") format("woff"), url("../fonts/GothamNarrow/GothamNarrow-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Narrow Black";
  src: url("../fonts/GothamNarrow/GothamNarrow-Black.eot");
  src: url("../fonts/GothamNarrow/GothamNarrow-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamNarrow/GothamNarrow-Black.woff2") format("woff2"), url("../fonts/GothamNarrow/GothamNarrow-Black.woff") format("woff"), url("../fonts/GothamNarrow/GothamNarrow-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Narrow Book";
  src: url("../fonts/GothamNarrow/GothamNarrow-Book.eot");
  src: url("../fonts/GothamNarrow/GothamNarrow-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamNarrow/GothamNarrow-Book.woff2") format("woff2"), url("../fonts/GothamNarrow/GothamNarrow-Book.woff") format("woff"), url("../fonts/GothamNarrow/GothamNarrow-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Narrow Bold";
  src: url("../fonts/GothamNarrow/GothamNarrow-Bold.eot");
  src: url("../fonts/GothamNarrow/GothamNarrow-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamNarrow/GothamNarrow-Bold.woff2") format("woff2"), url("../fonts/GothamNarrow/GothamNarrow-Bold.woff") format("woff"), url("../fonts/GothamNarrow/GothamNarrow-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  background-color: #FFFFFF;
  margin: 0;
  font-weight: 300;
  font-family: "Gotham Narrow Medium", sans-serif;
}
body * {
  box-sizing: border-box;
}

h1, h2, h3, h4 {
  font-family: "Gotham Narrow Bold", sans-serif;
  font-weight: 700;
  color: #000000;
  margin: 0;
}

p {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  p {
    font-size: 2rem;
  }
}

a {
  text-decoration: none;
  color: #000000;
}

.hero {
  text-align: center;
  max-width: 130rem;
  margin: auto;
  margin-bottom: 6.4rem;
  position: relative;
}
.hero__text {
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  display: flex;
  z-index: 1;
  padding: 1.5rem;
}
@media (min-width: 1024px) {
  .hero__text {
    left: 3.6rem;
    font-size: 6.9rem;
  }
}
.hero__mobile {
  object-fit: contain;
  margin: auto 0;
  width: auto;
  max-width: 100vw;
  overflow: hidden;
}
.hero__mobile video {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  transform: scale(1.2) translateY(5rem);
}
.hero__desktop {
  display: none;
  height: calc(100dvh - 10rem);
  min-height: 73rem;
  object-fit: contain;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .hero__desktop {
    height: auto;
  }
  .hero__desktop .video-control {
    bottom: 0;
    right: 2rem;
  }
}
.hero__desktop video {
  max-width: 130rem;
  width: 100%;
  object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .hero__desktop video {
    height: auto;
    transform: translateY(4px);
  }
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .hero {
    margin-top: 2rem;
  }
  .hero__mobile {
    display: none;
  }
  .hero__desktop {
    display: block;
    height: auto;
    min-height: unset;
  }
}
@media (min-width: 1024px) {
  .hero__mobile {
    display: none;
  }
  .hero__desktop {
    display: block;
  }
}

.quote__headline {
  font-family: "Gotham Narrow Book", "sans-serif";
  font-size: 2.6rem;
  line-height: 120%;
}
@media (min-width: 1024px) {
  .quote__headline {
    font-size: 3.2rem;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.section__headline {
  color: #387E90;
}

.hero__text.section__headline {
  opacity: 0;
  animation: fadeIn 1500ms ease forwards;
  animation-delay: 0.6s;
}

.section__container {
  max-width: 91rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .section__container {
    padding-left: calc(1.5rem * 2);
    padding-right: calc(1.5rem * 2);
  }
}

#usercentrics-root .sc-gswNZR {
  display: none;
}

body {
  overflow-y: overlay;
}

img {
  max-width: 100%;
}

video {
  max-width: 100%;
}

.chronic__block video {
  border-radius: 3rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.chronic__block__illustration {
  position: relative;
}
@media (min-width: 1024px) {
  .chronic__block__illustration:after {
    content: "";
    background-color: #55afc8;
    border-radius: 30px;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 1rem;
    left: 1rem;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .chronic__block__illustration:after {
    top: 1.6rem;
    left: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .chronic__block__illustration.-left-top:after {
    top: -1rem;
    left: -1rem;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .chronic__block__illustration.-left-top:after {
    top: -1.6rem;
    left: -1.6rem;
  }
}
.chronic__block__illustration.-left-top .video-control {
  right: unset;
  left: 0;
}

@media screen and (min-width: 1024px) {
  .desktop-hidden {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .mobile-hidden {
    display: none;
  }
}

header {
  z-index: 5 !important;
}

.-credits {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-bottom: 2rem;
}

.button {
  font-family: "Gotham Narrow Medium", sans-serif;
  font-weight: 500;
  background-color: #FFFFFF;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.4rem;
  padding: 1.5rem 6rem;
  display: flex;
  max-width: max-content;
  height: max-content;
  line-height: 1;
  transition: background-color 0.2s ease-in-out;
  border-radius: 3.2rem;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .button {
    padding: 1.5rem 5rem;
    font-size: 1.6rem;
  }
}
.button:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.6);
}

.-text-link {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-family: "Gotham Narrow Book", "sans-serif";
}
@media (min-width: 768px) {
  .-text-link {
    font-size: 2rem;
  }
}
.-text-link:hover span {
  text-decoration: underline;
}
.-text-link:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" class="reports__icon" width="36" height="36" viewBox="0 0 24 24" stroke-width="1.5" stroke="%23000000" fill="none"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><line x1="5" y1="12" x2="17" y2="12"/><polyline points="12 7 17 12 12 17"/></svg>');
  line-height: 1;
  max-height: 2.4rem;
  transform: translateY(-0.8rem);
}

.box {
  display: grid;
  grid-template-rows: auto 1fr;
  color: #FFFFFF;
  background-color: #FFFFFF;
  grid-template-columns: 100%;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
}
.box__headline {
  color: #000000;
  font-size: 2rem;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .box__headline {
    font-size: 3rem;
  }
}
@media (min-width: 1366px) {
  .box__copy {
    padding-right: 5rem;
  }
}
.box p {
  color: #000000;
  line-height: 1.2;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
.box img {
  width: 100%;
  object-fit: cover;
  align-self: center;
  justify-self: center;
}
.box__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  color: #000000;
}
@media (min-width: 1024px) {
  .box__content {
    padding: 3.6rem 5.6rem 3.2rem 2.4rem;
  }
}
.box.-accordion {
  position: relative;
  overflow: hidden;
  grid-template-rows: auto 0;
}
.box.-accordion img {
  height: 100%;
  max-height: 100%;
}
.box.-accordion .box__headline {
  color: #000000;
  font-size: 2.4rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .box.-accordion .box__headline {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .box.-accordion .box__headline {
    font-size: 3.6rem;
  }
}
@media (min-width: 1024px) {
  .box.-accordion .box__copy {
    font-size: 2.8rem;
  }
}
.box.-accordion .box__content {
  position: absolute;
  width: 100%;
  max-height: 8rem;
  transition: max-height 0.3s;
  background: rgba(255, 255, 255, 0.75) 0 0 no-repeat padding-box;
  padding-right: 4.5rem;
  bottom: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .box.-accordion .box__content {
    max-height: 8rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1024px) {
  .box.-accordion .box__content {
    max-height: 12rem;
    padding: 2.4rem 6.4rem 2.2rem 2.9rem;
    font-size: 2.8rem;
  }
}
.box.-accordion .box__content.-active {
  max-height: 30rem;
}
.box.-accordion .box__content .-author {
  font-size: 1.4rem;
}
.box.-accordion .box__content.-single-line {
  max-height: 6rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .box.-accordion .box__content.-single-line {
    max-height: 5.5rem;
  }
}
@media (min-width: 1024px) {
  .box.-accordion .box__content.-single-line {
    max-height: 8rem;
  }
  .box.-accordion .box__content.-single-line .box__content__opener {
    bottom: 1.6rem;
  }
}
.box.-accordion .box__content.-single-line.-active {
  max-height: 30rem;
}
@media screen and (min-width: 1180px) {
  .box.-accordion .box__content:hover {
    max-height: 24rem;
  }
}
@media screen and (min-width: 1180px) and (min-width: 1024px) {
  .box.-accordion .box__content:hover {
    max-height: 30rem;
  }
}
.box.-accordion .box__content__opener {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #55afc8;
  border-radius: 50%;
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
  font-size: 4rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .box.-accordion .box__content__opener {
    width: 4.8rem;
    height: 4.8rem;
    right: 2.5rem;
    bottom: 2.5rem;
  }
}
.box.-accordion .box__content__opener:before {
  content: "";
  border-bottom: 0.3rem solid #FFFFFF;
  width: 1.6rem;
  transform: translateX(0.15rem);
}
@media (min-width: 1024px) {
  .box.-accordion .box__content__opener:before {
    width: 2.4rem;
    transform: translateX(0.25rem);
  }
}
.box.-accordion .box__content__opener:after {
  content: "";
  border-right: 0.3rem solid #FFFFFF;
  height: 1.6rem;
  transform: translateX(-0.85rem) translateY(0%);
  opacity: 1;
  transition: opacity 0.3s, transform 0.3s;
}
@media (min-width: 1024px) {
  .box.-accordion .box__content__opener:after {
    height: 2.4rem;
    transform: translateX(-1.15rem) translateY(0%);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .box.-accordion .box__content__opener {
    right: 1.2rem;
    bottom: 1.2rem;
  }
}
@media screen and (min-width: 1180px) {
  .box.-accordion .box__content:hover .box__content__opener:after {
    opacity: 0;
    transform: translateX(-1.15rem) translateY(120%);
  }
}
.box.-accordion .box__content.-active .box__content__opener:after {
  opacity: 0;
  transform: translateX(-1.15rem) translateY(120%);
}
.box__button {
  padding: 1.6rem 2rem 1.6rem 1.6rem;
  align-self: flex-end;
  background-color: #55afc8;
  color: #FFFFFF;
  border-color: #55afc8;
}
@media (min-width: 1024px) {
  .box__button {
    margin-top: 4rem;
  }
  .box__button:hover {
    background-color: #FFFFFF;
    color: #000000;
  }
}

.quote {
  margin-bottom: 9.6rem;
}
@media screen and (max-width: 767px) {
  .quote {
    max-width: 53rem;
  }
}
@media (min-width: 1367px) {
  .quote {
    margin-bottom: 12.8rem;
  }
}
.quote__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5rem;
  max-width: 32rem;
  margin: auto;
}
@media (min-width: 769px) {
  .quote__inner {
    max-width: 77.6rem;
    flex-direction: row;
    text-align: right;
    gap: 2.4rem;
  }
}
.quote__inner img {
  max-width: 32.7rem;
  width: 100%;
}
.quote__content {
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media (min-width: 1025px) {
  .quote__content {
    align-items: flex-start;
  }
}
.quote__button {
  margin-top: 1.6rem;
  align-self: flex-start;
}
@media (min-width: 1025px) {
  .quote__button {
    margin-top: 4.8rem;
  }
}

@media (min-width: 1025px) {
  #Aufsicht .quote {
    margin-left: -1rem;
  }
}
footer.site-footer {
  background-color: #696E78;
}
@media (max-width: 767px) {
  footer.site-footer {
    padding-top: 1.6rem;
    padding-bottom: 2rem;
  }
}
footer.site-footer .vivawest-footer {
  position: relative;
  max-width: 91rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 135.4rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  footer.site-footer .vivawest-footer {
    padding-left: calc(1.5rem * 2);
    padding-right: calc(1.5rem * 2);
  }
}
@media (min-width: 768px) {
  footer.site-footer .vivawest-footer {
    flex-direction: row;
    height: 7.4rem;
  }
}
footer.site-footer .vivawest-footer .vivawest-footer__social {
  flex: 1;
  width: 100%;
  padding-top: 0.5rem;
}
@media (max-width: 767px) {
  footer.site-footer .vivawest-footer .vivawest-footer__social {
    display: flex;
    justify-content: space-around;
    padding: 0 2rem 1.5rem;
  }
}
@media (min-width: 1024px) {
  footer.site-footer .vivawest-footer .vivawest-footer__social {
    flex: 0.5;
  }
}
footer.site-footer .vivawest-footer .vivawest-footer__social a {
  margin: 0.9rem;
}
footer.site-footer .vivawest-footer .vivawest-footer__social a:first-child {
  margin-left: 0;
}
footer.site-footer .vivawest-footer .vivawest-footer__social a i {
  color: #696E78;
  font-size: 2.4rem;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  background-color: #FFFFFF;
}
footer.site-footer .vivawest-footer .vivawest-footer__menu {
  flex: 1;
  width: 100%;
}
footer.site-footer .vivawest-footer .vivawest-footer__menu ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  justify-content: center;
  padding: 0;
}
@media (min-width: 768px) {
  footer.site-footer .vivawest-footer .vivawest-footer__menu ul {
    justify-content: flex-end;
  }
}
footer.site-footer .vivawest-footer .vivawest-footer__menu ul li {
  padding: 0 1.5rem;
}
footer.site-footer .vivawest-footer .vivawest-footer__menu ul li:first-of-type {
  padding-left: 0;
}
footer.site-footer .vivawest-footer .vivawest-footer__menu ul li:last-of-type {
  padding-right: 0;
}
@media (min-width: 768px) {
  footer.site-footer .vivawest-footer .vivawest-footer__menu ul li {
    padding: 0 1rem;
  }
}
@media (min-width: 1366px) {
  footer.site-footer .vivawest-footer .vivawest-footer__menu ul li {
    padding: 0 2.5rem;
  }
}
footer.site-footer .vivawest-footer .vivawest-footer__menu ul a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 0.5rem;
  display: inline-block;
}
.vivawest-footer {
  position: relative;
}
.vivawest-footer__credit {
  margin-top: 2rem;
  position: absolute;
  top: -12rem;
  left: 2rem;
  padding-right: 5rem;
  font-family: "Gotham Narrow Medium", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.backtotop {
  pointer-events: none;
  opacity: 1;
  z-index: 4;
  right: 1.5rem;
  min-width: 5.5rem;
  max-width: 5.5rem;
  min-height: 5.5rem;
  max-height: 5.5rem;
  background-color: #f1e7da;
  border-radius: 100%;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.25);
  transition: opacity 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.backtotop__wrapper {
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  position: sticky;
  margin-bottom: -2.5rem;
  width: 100%;
  bottom: 6rem;
}
.-active .backtotop__wrapper {
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 1366px) {
  .backtotop__wrapper {
    position: fixed;
    bottom: 8rem;
    margin-bottom: 0;
  }
}
.backtotop__inner {
  margin-top: -3rem;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  max-width: 91rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 131rem;
}
@media (min-width: 768px) {
  .backtotop__inner {
    padding-left: calc(1.5rem * 2);
    padding-right: calc(1.5rem * 2);
  }
}
@media (min-width: 1366px) {
  .backtotop__inner {
    margin-top: 0;
  }
}
@media (min-width: 1366px) {
  .backtotop {
    top: 73vh;
  }
}
.backtotop svg {
  width: 2.5rem;
  max-width: 2.5rem;
}

.-active .backtotop {
  opacity: 1;
  pointer-events: all;
}

.-active.backtotop__wrapper {
  opacity: 1;
}

.bottom-nav {
  font-family: "Gotham Narrow Book", sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .bottom-nav {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }
}

header {
  top: 0;
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 2;
  height: 6rem;
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1607843137);
}
header .main-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 91rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 135.4rem;
}
@media (min-width: 768px) {
  header .main-navigation {
    padding-left: calc(1.5rem * 2);
    padding-right: calc(1.5rem * 2);
  }
}
header .logo {
  width: 17rem;
  max-width: 10.9rem;
}
header span {
  color: #000000;
  text-align: right;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.9rem;
}

@media (min-width: 1024px) {
  header {
    height: 8rem;
  }
  header .logo {
    min-height: 4rem;
    max-width: 16.7rem;
  }
  header span {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.editorial {
  margin-bottom: 9.6rem;
}
@media (min-width: 1024px) {
  .editorial {
    margin-bottom: 12rem;
  }
}
.editorial__headline {
  margin-bottom: 3.2rem;
  max-width: 43rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .editorial__headline {
    margin-bottom: 4.2rem;
  }
}
.editorial__media {
  margin-bottom: 2.4rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  width: calc(100% + 3rem);
}
@media (min-width: 768px) {
  .editorial__media {
    width: 100%;
    margin-left: unset;
    margin-right: unset;
  }
}

.reports {
  margin-bottom: 9.6rem;
}
@media (min-width: 1024px) {
  .reports {
    margin-bottom: 12rem;
    max-width: 136rem;
  }
}
.reports__headline {
  margin-bottom: 3.2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 62rem;
}
@media (min-width: 1024px) {
  .reports__headline {
    margin-bottom: 8.2rem;
  }
}
.reports__inner {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  max-width: 91rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .reports__inner {
    padding-left: calc(1.5rem * 2);
    padding-right: calc(1.5rem * 2);
  }
}
@media (min-width: 768px) {
  .reports__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: flex-end;
  }
}
.reports__box__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
@media (min-width: 768px) {
  .reports__box__inner {
    gap: 1.2rem;
  }
}
.reports__box .-text-link {
  position: relative;
  z-index: 1;
}
.reports__box__image-wraper {
  border-radius: 50%;
  min-width: 25rem;
  min-height: 25rem;
  max-width: 25rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .reports__box__image-wraper {
    min-width: 20rem;
    min-height: 20rem;
  }
}
.reports__box__image-wraper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .reports__box__image-wraper img {
    transform: scale(1.2);
  }
  .reports__box__image-wraper img.-special {
    transform: scale(1);
  }
}
@media (min-width: 1024px) {
  .reports__box__image-wraper img.-special {
    max-height: 23rem;
    transform: scale(1.1);
  }
}

.chronic {
  max-width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 0, 0.3), rgba(248, 88, 8, 0.3) 46%, rgba(1, 170, 255, 0.3));
  padding-bottom: 0;
}
.chronic__headline {
  margin-bottom: 1.9rem;
}
.chronic__copy {
  text-align: center;
  max-width: 67.2rem;
  margin: 0 auto 6.4rem;
}
@media (min-width: 1024px) {
  .chronic__copy {
    margin-bottom: 9.6rem;
  }
}
@media (min-width: 1024px) {
  .chronic__inner {
    max-width: 91rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 136rem;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .chronic__inner {
    padding-left: calc(1.5rem * 2);
    padding-right: calc(1.5rem * 2);
  }
}
.chronic__nav-wrapper {
  position: sticky;
  z-index: 3;
  top: -2.4rem;
  margin: 0 auto;
  transform: translateY(50%);
}
@media (min-width: 1024px) {
  .chronic__nav-wrapper {
    padding-right: calc(50vw - 71rem);
    margin-right: 3rem;
    top: -2rem;
    display: flex;
    justify-content: flex-end;
  }
}
.chronic__nav {
  display: flex;
  align-items: center;
  padding: 2rem 0.6rem;
  border-radius: 3.2rem;
  background-color: #55afc8;
  width: max-content;
  margin: 0 auto;
  box-shadow: 0 0.6rem 1.4rem rgba(0, 0, 0, 0.16);
}
@media (min-width: 1024px) {
  .chronic__nav {
    padding: 2rem 4rem;
    border-radius: 4rem;
    gap: 0;
    margin: 0;
  }
}
.chronic__nav__link {
  white-space: nowrap;
  font-size: 1.4rem;
  padding: 0 0.6rem;
  cursor: pointer;
  color: #000000;
  text-decoration: none;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-family: "Gotham Narrow Medium", sans-serif;
}
@media screen and (max-width: 374px) {
  .chronic__nav__link {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .chronic__nav__link {
    padding: 0 2rem;
  }
}
@media (min-width: 1024px) {
  .chronic__nav__link {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
.chronic__nav__link span {
  display: inline-block;
  text-underline-offset: 0.6rem;
}
.chronic__nav__link span:hover {
  text-decoration: underline;
}
.chronic__nav__link.-active span {
  text-decoration: underline;
}
.chronic__nav__link:not(:last-child) {
  border-right: 0.1rem solid #000000;
}
@media (min-width: 768px) {
  .chronic__nav__link:not(:last-child) {
    border-width: 0.2rem;
  }
}
.chronic__wrapper {
  background-color: #020099;
  color: #FFFFFF;
  padding: 0 1.5rem;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
}
@media (min-width: 1024px) {
  .chronic__wrapper {
    padding: 0 3rem 6rem;
    border-top-left-radius: 10rem;
    border-top-right-radius: 10rem;
  }
}
.chronic__block {
  padding-top: 12rem;
  scroll-margin-top: 8rem;
}
@media (min-width: 1024px) {
  .chronic__block {
    padding-top: 16rem;
    scroll-margin-top: 10rem;
  }
  .chronic__block#morgens {
    padding-top: 12rem;
  }
}
.chronic__block.-big > div > div {
  max-width: 130rem;
}
.chronic__block.-dark {
  padding-top: 0;
  margin-top: -10rem;
  background-color: #c4e6ff;
  position: relative;
  z-index: 2;
  will-change: transform;
}
.chronic__block.-dark > div > div {
  margin: auto;
  max-width: 118rem;
}
.chronic__block.-dark .chronic__head {
  margin-bottom: 9.6rem;
  padding-top: 4.6rem;
}
.chronic__block.-dark .chronic__articles {
  padding-bottom: 8rem;
}
.chronic__block.-dark .chronic__article__headline, .chronic__block.-dark .chronic__article__copy {
  color: #FFFFFF;
}
.chronic__block__header {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
}
@media (min-width: 1024px) {
  .chronic__block__header {
    align-items: flex-end;
    gap: 6rem;
  }
}
@media (min-width: 1024px) {
  .chronic__block.-reverse .chronic__block__header {
    flex-direction: row-reverse;
  }
}
.chronic__block__info {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  min-width: 32rem;
}
@media (min-width: 1024px) {
  .chronic__block__info {
    flex: 1;
    gap: 3.2rem;
    justify-content: flex-end;
  }
}
.chronic__block__illustration {
  min-width: 32rem;
  margin-bottom: 8rem;
}
@media (min-width: 1024px) {
  .chronic__block__illustration {
    flex: 1;
    margin-bottom: unset;
  }
}
.chronic__block__illustration img {
  width: 100%;
  height: 30rem;
  object-fit: cover;
  border-radius: 2rem;
}
@media (min-width: 1024px) {
  .chronic__block__illustration img {
    height: 46rem;
  }
}
.chronic__block__text {
  font-family: "Gotham Narrow Medium", sans-serif;
  font-size: 2.6rem;
  line-height: 1.35;
  color: inherit;
  margin: 0;
}
@media (min-width: 1024px) {
  .chronic__block__text {
    font-size: 3.6rem;
  }
}
.chronic.-base {
  position: relative;
  z-index: 1;
  padding-bottom: 9.6rem;
}
@media (min-width: 1024px) {
  .chronic.-base {
    padding-bottom: 12.8rem;
  }
}
.chronic__clock {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 11.6rem;
  height: 7.3rem;
}
.chronic__clock::after {
  content: url("../img/Final_CLOCK-new.svg");
  width: 100%;
  min-width: 15rem;
  margin-right: -1rem;
  margin-bottom: -0.5rem;
}
.chronic__clock.-light .chronic__clock__time {
  color: #000000;
}
.chronic__clock__time {
  position: absolute;
  width: 10rem;
  height: 5.6rem;
  padding-top: 0.6rem;
  font-family: "Gotham Narrow Medium", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chronic__articles {
  display: flex;
  gap: 5.6rem;
  padding-top: 3.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .chronic__articles {
    gap: 2.4rem;
    padding-top: 12.8rem;
    flex-wrap: wrap;
    row-gap: 4.8rem;
  }
}
.chronic__article {
  display: flex;
  flex-direction: column;
  max-width: 41.7rem;
}
@media (min-width: 768px) {
  .chronic__article {
    min-width: 41.7rem;
  }
}
@media (min-width: 1024px) {
  .chronic__article {
    min-width: 41.7rem;
  }
}
.chronic__article__image {
  border-radius: 2rem;
  overflow: hidden;
  width: 100%;
  height: 30rem;
  object-fit: cover;
  margin-bottom: 2.4em;
  background-color: #d6d7d9;
}
@media (min-width: 1024px) {
  .chronic__article__image {
    height: 31.3rem;
    margin-bottom: 3.2em;
  }
}
.chronic__article__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.chronic__article__headline {
  font-size: 2.4rem;
  line-height: 1.2;
  color: #000000;
  margin: 0 0 0.8rem 0;
}
@media (min-width: 1024px) {
  .chronic__article__headline {
    font-size: 2.8rem;
    margin: 0 0 1rem 0;
  }
}
.chronic__article__copy {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #000000;
  margin: 0 0 2.4rem 0;
}
@media (min-width: 1024px) {
  .chronic__article__copy {
    font-size: 2rem;
    line-height: 1.3;
    margin: 0 0 3.2rem 0;
  }
}
.chronic__article__author {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.4rem;
  color: #8D8282;
}
.chronic__article__button {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 1.6rem;
}
.chronic__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5.6rem;
}
@media (min-width: 1024px) {
  .chronic__head {
    margin-bottom: 9rem;
  }
}
.chronic__head__arrow {
  animation: move 1s ease-in-out infinite alternate;
}
@keyframes move {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-1rem);
  }
}
.chronic__head p {
  margin-bottom: 0;
  font-family: "Gotham Narrow Book", "sans-serif";
}

.video-control {
  position: absolute;
  bottom: -6rem;
  right: 0;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding: 0;
  transition: opacity 0.2s;
}
@media (min-width: 1024px) {
  .video-control {
    bottom: -8rem;
  }
}
.video-control:hover {
  opacity: 0.75;
}
.video-control svg {
  width: 4.8rem;
  height: 4.8rem;
}
.video-control .video-control__play {
  display: none;
}
.video-control.-paused .video-control__pause {
  display: none;
}
.video-control.-paused .video-control__play {
  display: flex;
}

.hero__desktop,
.hero__mobile {
  position: relative;
}

/*# sourceMappingURL=styles.css.map */
