.header__accent {
  background-color: var(--bw-white);
  color: var(--bw-foreground-primary);
  border-bottom: 2px #ffcc01 solid;
  border-top: 2px #ffcc01 solid;
}
.logo__image {
  height: 130%;
  width: auto;
  display: block;
}
.header__accent .icon-link {
  color: var(--bw-grey-95);
}
.icon-link__text {
  -webkit-hyphens: manual;
  hyphens: manual;
  color: var(--bw-grey-95);
}
Element {
}
@media (min-width: 51.25em) {
  .stage-illu__title .headline {
    max-width: 100rem;
  }
}
@media (min-width: 51.25em) and (min-width: 68.125em) {
  .stage-illu__inner {
    padding-left: 20px;

    padding-right: 20px;

    max-width: 110rem;

  }
}
@media (min-width: 36.25em) {
  .stage-illu__title {
    align-self: center;
    padding-right: 0;
    width: 80%;
  }
}