h1 {
  width: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.primary-teasers {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(310px, 320px) 1fr minmax(310px, 320px);
  grid-template-columns: minmax(310px, 320px) 1fr minmax(310px, 320px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  margin: 0 -5px 20px;
}
.primary-teaser {
  position: relative;
  margin: 0 5px 10px;
  color: #fff;
}
.primary-teaser:not(.primary-teaser--big) {
  height: 295px;
}
.primary-teaser--big {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}
.primary-teaser a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
}
.primary-teaser figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.primary-teaser img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.primary-teaser__info {
  position: relative;
  padding: 10px;
  background-color: rgba(8, 14, 62, 0.8);
}
.primary-teaser--big .primary-teaser__info {
  padding: 10px 20px 20px;
}
.primary-teaser__category {
  display: block;
  margin: 0 0 12px;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 1.6px;
  font-weight: bold;
}
.primary-teaser h2 {
  margin: 0 0 10px;
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: bold;
}
.primary-teaser h3 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: bold;
}
.primary-teaser__summary {
  margin: 0 0 20px;
  font-size: 1.4rem;
  line-height: 2rem;
  color: var(--grey);
}
.primary-teaser time {
  display: block;
  color: #fff;
}
.primary-teaser .date {
  color: #fff;
}

.split-content__main {
  max-width: calc(100% - 320px);
}
.split-content__main section {
  text-align: center;
}
* + .adv--full {
  margin-top: 10px;
}

.horizontal-teasers {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  margin: 0 -10px;
}
.horizontal-teaser {
  position: relative;
  margin: 0 10px 20px;
  text-align: left;
  background: #fff;
}
.horizontal-teaser:hover {
  background-image: -o-linear-gradient(top, var(--blue) 0%, #fff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--blue)), to(#fff));
  background-image: linear-gradient(to bottom, var(--blue) 0%, #fff 100%);
}
.horizontal-teaser--big {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  color: #fff;
}
.horizontal-teaser:hover:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 8px;
  right: 8px;
  height: 5px;
  background: var(--grey);
}
.horizontal-teaser a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 1px;
  padding: 9px;
  background: #fff;
}
.horizontal-teaser--big a {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0;
  padding: 0;
}
.horizontal-teaser figure {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 31%;
  flex: 1 0 31%;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: -10px 10px 3px -10px;
}
.horizontal-teaser--big figure {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.horizontal-teaser--big img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.horizontal-teaser h4 {
  font-weight: bold;
}
.horizontal-teaser--big h4 {
  position: relative;
  padding: 20px;
  font-size: 2.4rem;
  line-height: 3rem;
  background-color: rgba(8, 14, 62, 0.8);
}

.default-teaser h4 {
  margin: 10px 0 0;
}
.default-teaser--special h4 {
  margin: 0 0 20px;
}
.default-teaser time {
  display: none;
}

.mini-teasers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  text-align: left;
}
.mini-teaser {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(33.3333% - 20px);
  flex: 1 0 calc(33.3333% - 20px);
  margin: 0 10px 20px;
  background: #fff;
}
.mini-teaser:hover {
  background-image: -o-linear-gradient(top, var(--blue) 0%, #fff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--blue)), to(#fff));
  background-image: linear-gradient(to bottom, var(--blue) 0%, #fff 100%);
}
.mini-teaser:hover:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 8px;
  right: 8px;
  height: 5px;
  background: var(--grey);
}
.mini-teaser a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 1px;
  padding: 9px;
  background: #fff;
}
.mini-teaser figure {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  margin: -10px 10px -10px -10px;
}
.mini-teaser img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mini-teaser h4 {
  font-weight: bold;
}
.mini-teaser:hover h4 {
  color: var(--blue);
}

.card-teasers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  text-align: left;
}
.card-teaser {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(25% - 20px);
  flex: 1 0 calc(25% - 20px);
  margin: 0 10px 20px;
  background: #000;
  color: #fff;
}
.card-teaser:after {
  content:'';
  position: absolute;
  top: 115px;
  left: 20px;
  z-index: 1;
  width: 78px;
  height: 65px;
  background: url(../../images/BD-lines.svg) no-repeat;
  background-size: contain;
}
.card-teaser:hover:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 8px;
  right: 8px;
  height: 5px;
  background: var(--grey);
}
.card-teaser:hover {
  background: -o-linear-gradient(top, #000, var(--dark-blue));
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(var(--dark-blue)));
  background: linear-gradient(to bottom, #000, var(--dark-blue));
}
.card-teaser a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
  padding: 200px 20px 20px;
}
.card-teaser figure {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 197px;
  height: 190px;
  padding: 0 0 5px 12px;
  overflow: hidden;
}
.card-teaser figure:before {
  content: '';
  position: absolute;
  left: 12px;
  bottom: 5px;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: var(--blue);
  opacity: 0.5;
}
.card-teaser figure:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 300px;
  height: 300px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.card-teaser:hover figure:after {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: -o-linear-gradient(top, rgba(183, 187, 226, 0.1) 0%, rgba(0, 22, 213, 0.49) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(183, 187, 226, 0.1)), to(rgba(0, 22, 213, 0.49)));
  background: linear-gradient(180deg, rgba(183, 187, 226, 0.1) 0%, rgba(0, 22, 213, 0.49) 100%);
}
.card-teaser:hover figure:before {
  opacity: 0.1;
}
.card-teaser img {
  max-width: none;
  width: 270px;
  height: 270px;
  margin: -85px -82px 0 0;
  border-radius: 50%;
}
.card-teaser h4 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: bold;
}
.plain-teasers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  text-align: left;
}
.plain-teaser {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(25% - 20px);
  flex: 1 0 calc(25% - 20px);
  border-top: 4px solid #000;
  border-bottom: 2px solid #000;
  margin: 0 10px 20px;
}
.plain-teaser:hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  right: -10px;
  bottom: 0;
  background-image: -o-linear-gradient(top, var(--blue) 0%, #fff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--blue)), to(#fff));
  background-image: linear-gradient(to bottom, var(--blue) 0%, #fff 100%);
}
.plain-teaser:hover:after {
  content: '';
  position: absolute;
  top: 1px;
  left: -9px;
  right: -9px;
  bottom: 0;
  background: #fff;
}
.plain-teaser a {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  padding: 10px 0 12px;
}
.plain-teaser:hover a:after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 8px;
  right: 8px;
  height: 5px;
  background: var(--grey);
}
.plain-teaser h4 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: bold;
}
.plain-teaser:hover h4 {
  color: var(--blue);
}

.full-special {
  margin-bottom: 40px;
  background: #000;
  color: #fff;
}
.full-special__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  min-height: 200px;
  background: -o-linear-gradient(left, rgba(0, 22, 213, 0.6) 0%, rgba(8, 14, 62, 0) 100%), url(../../images/bd-pattern.svg);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 22, 213, 0.6)), to(rgba(8, 14, 62, 0))), url(../../images/bd-pattern.svg);
  background: linear-gradient(to right, rgba(0, 22, 213, 0.6) 0%, rgba(8, 14, 62, 0) 100%), url(../../images/bd-pattern.svg);
}
.full-special__link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: #fff;
}
.full-special__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}
.full-special__img {
  position: relative;
  margin-bottom: 10px;
}
.full-special__img svg {
  position: absolute;
  top: 50%;
  left: 2px;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 10px;
  height: 12px;
  fill: #fff;
  z-index: 1;
  background: var(--dark-blue);
  padding: 2px 0;
}
.full-special__img figure {
  position: relative;
  padding: 2px;
  border: 1px solid transparent;
  border-radius: 50%;
}
.full-special__img figure:before {
  content: '';
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: calc(50% - 2px);
  background: url(../../images/bd-circle.svg) 3px 0 no-repeat;
  background-size: contain;
  right: -5px;
}
.full-special__img figure:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
          clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}
.full-special__img img {
  border-radius: 50%;
}
.full-special__author {
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: bold;
  text-align: center;
}
.full-special__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 40px;
}
.full-special__body:before {
  content: '';
  position: absolute;
  left: 0;
  top: -20px;
  bottom: -20px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.full-special__title {
  position: relative;
  margin-bottom: 10px;
  max-width: 500px;
  font-size: 2.2rem;
  line-height: 2.8rem;
}
.full-special__title svg {
  position: absolute;
  left: -20px;
  top: 10px;
  width: 10px;
  height: 8px;
  fill: #fff;
}
.full-special__desc {
  margin-bottom: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: var(--grey);
  max-width: 500px;
}
.full-special .default-date,
.full-special .default-date .date {
  color: #fff;
}

.special-block {
  margin-bottom: 40px;
}
.special-block .default-teaser h4 {
  margin: 0;
}
.special-block .default-teaser time {
  display: block;
  margin-top: 20px;
}
.special-block .default-teaser__category {
  display: none;
}

.promo-slider-wrap {
  position: relative;
  overflow: hidden;
  max-width: 1026px;
  padding-bottom: 50px;
  background: var(--light-grey);
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.promo-slider-wrap:before {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--grey);
}
.promo-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.promo-slider__article {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 90%;
          flex: 1 0 90%;
  position: relative;
  background-position: center;
  background-size: cover;
}
.promo-slider__article.active .promo-slider__link {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.promo-slider__article figure {
  flex: 1 0 513px;
}
.promo-slider__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  background: #fff;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.promo-slider__content {
  padding: 20px;
}
.promo-slider__content h4 {
  margin-bottom: 20px;
  font-size: 2.4rem;
  line-height: 3rem;
}
.promo-slider__nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  right: 0;
  padding-left: 10px;
  background: var(--light-grey);
  line-height: 0;
}
.promo-slider__btn {
  width: 40px;
  height: 40px;
  padding: 12px;
  cursor: pointer;
  border: 1px solid var(--grey);
}
.promo-slider__btn--prev {
  margin-right: 10px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.promo-slider__btn.disabled {
  fill: var(--grey);
  cursor: default;
}
.promo-slider__pagination {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
  height: 40px;
  bottom: 0;
  left: 0;
  font-size: 1.6rem;
  line-height: 2.2rem;
  background: var(--light-grey);
}
.promo-slider__pagination .active {
  position: relative;
  margin-right: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: var(--blue);
}
.promo-slider__pagination .active:before {
  content: '';
  position: absolute;
  right: -11px;
  top: 9px;
  width: 3px;
  height: 3px;
  background: #a7a7a7;
  border-radius: 50%;
}

.tribute__content {
  display: flex;
}
.tribute__main {
  position: relative;
  z-index: 1;
  min-width: 320px;
  min-height: 230px;
  margin: 0 20px 0 0;
  text-align: left;
  background: var(--darker-blue);
  color: #fff;
}
.tribute__main a {
  display: block;
  height: 100%;
  padding: 20px 40px;
}
.tribute__main h4 {
  margin: 0 0 10px;
  font-size: 2.4rem;
  line-height: 3rem;
}
.tribute__summary {
  font-size: 1.4rem;
  line-height: 2rem;
}
.tribute .promo-slider-wrap {
  margin: 0 0 -50px -340px;
  padding-left: 340px;
}
.tribute .promo-slider {
  align-items: initial;
}
.tribute .promo-slider__link {
  align-items: initial;
  height: 100%;
}
.tribute .promo-slider__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tribute .promo-slider h4 {
  font-size: 2.2rem;
  line-height: 2.8rem;
}
.tribute figure {
  flex: 1 0 50%;
}
.tribute img {
  height: 100%;
  object-fit: cover;
  object-position: 50%;
}

/* Photo of the day */
.promo-photo-wrapper {
  align-items: flex-start;
}
.promo-photo a {
  flex-direction: column;
  align-items: flex-end;
  background: transparent;
}
.promo-photo figure {
  flex: 0 1 auto;
}
.promo-photo__info {
  max-width: 420px;
  min-height: 120px;
  margin: -120px 30px 0;
  padding: 20px 20px 20px 30px;
  background: rgba(8, 14, 62, 0.8);
  color: #fff;
}
.promo-photo__info time {
  margin: 0 0 8px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  letter-spacing: 0.02em;
  color: #fff;
}
.promo-photo__text {
  position: relative;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-style: italic;
}
.promo-photo__text svg {
  position: absolute;
  top: 6px;
  left: -20px;
  width: 10px;
  height: 8px;
  fill: #fff;
}

/* Podcasts */
.podcasts > .more-link {
  margin-top: 20px;
}
.podcasts-promo {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 15px;
  text-align: left;
  background: linear-gradient(200deg, rgba(0, 22, 213, 0.7) 0%, rgba(8, 14, 62, 0) 100%), url(../../images/bd-pattern.svg), linear-gradient(to top, #000, #000) no-repeat;
  color: #fff;
}
.podcast-promo {
  flex: 1 0 calc(33.3333% - 30px);
  margin: 0 15px;
}
.podcast-promo figure {
  margin: 0 0 12px;
}
.has-default figure {
  position: relative;
}
.has-default figure:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 6px solid var(--blue);
}
.no-default figure {
  position: relative;
}
.no-default figure:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(321deg, rgba(8, 14, 62, 0) 0%, rgba(0, 22, 213, 0.6) 100%);
}
.no-default figure:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 50% 50% url(../../images/bd-podcast.png) no-repeat;
  background-size: contain;
}

.podcast-promo__category {
  display: block;
  margin: 0 0 12px;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 1.6px;
  font-weight: bold;
}
.podcast-promo h3 {
  margin: 0 0 12px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: bold;
}
.podcast-promo__summary {
  margin: 0 0 12px;
  font-size: 1.4rem;
  line-height: 2rem;
}
.podcast-promo time {
  display: block;
  margin: 12px 0;
  color: #fff;
}
.podcast-promo .date {
  color: #fff;
}
.podcast-signup {
  position: relative;
  z-index: 1;
}
.podcast-signup .more-link {
  margin: 0;
  border-color: #fff;
  white-space: nowrap;
  cursor: pointer;
}
.podcast-signup .more-link svg {
  fill: #fff;
}
.podcast-signup__list {
  display: none;
  position: absolute;
  top: 55px;
  padding: 10px 15px;
  border: 1px solid var(--blue);
  background: #fff;
  color: #000;
}
.podcast-signup__list li {
  display: block;
  margin: 0 0 5px;
  white-space: nowrap;
}
.podcast-signup__list li:last-child {
  margin: 0;
}
.podcast-signup__list a {
  display: block;
  padding: 5px;
  font-size: 0;
  line-height: 0;
}
.podcast-signup__list span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1rem;
  line-height: 1.4rem;
  letter-spacing: 2.2px;
  font-weight: bold;
}
.podcast-signup__list svg {
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 8px;
  margin-left: 8px;
  fill: var(--blue);
}
.podcast-signup__list--open {
  display: block;
}
.more-link--drop svg {
  transform: rotate(90deg);
}


@media screen and (min-width: 1025px) {
  .default-teaser:hover h4 {
    margin: 0 0 20px;
  }
  .podcast-signup:hover .more-link {
    border-color: #fff;
    background: #fff;
    color: var(--blue);
  }
  .podcast-promo:first-child {
    flex: 1 0 calc(100% - 30px);
    min-height: 185px;
    margin: 0 15px 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .podcast-promo:first-child > a {
    position: relative;
    display: block;
    padding: 0 0 0 calc(33.3333% + 10px);
  }
  .podcast-promo:first-child figure {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(33.3333% - 20px);
    margin: 0;
  }
  .podcast-promo:first-child h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .podcast-promo:first-child .podcast-signup {
    display: inline-block;
    vertical-align: top;
    margin: 12px 0 0 calc(33.333% + 10px);
  }
  .podcast-signup:hover .more-link svg {
    fill: var(--blue);
  }
}

@media screen and (max-width: 1200px) and (min-width: 1025px),
screen and (max-width: 800px) {
  .card-teaser,
  .plain-teaser {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% - 20px);
    flex: 1 0 calc(50% - 20px);
  }
}

@media screen and (max-width: 1024px) {
  .primary-teasers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .primary-teaser {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% - 20px);
    flex: 1 0 calc(50% - 20px);
  }
  .primary-teaser--big {
    height: 600px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% - 20px);
    flex: 1 0 calc(100% - 20px);
  }
  .split-content:not(:last-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .split-content__main {
    max-width: none;
  }
  .split-content:not(:last-child) .split-content__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .split-content:not(:last-child) aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0;
  }
  .author-teaser--vertical {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .tribute__content {
    display: block;
  }
  .tribute__main {
    min-height: 0;
  }
  .tribute .promo-slider-wrap {
    margin: 0;
    padding-left: 0;
  }
  .podcasts-promo {
    margin: 0 -10px;
    padding: 30px 15px 10px;
  }
  .podcast-promo {
    flex: 1 0 calc(50% - 30px);
    margin: 0 15px 20px;
  }
}

@media screen and (max-width: 800px) {
  .horizontal-teasers {
    display: block;
    margin: 0;
  }
  .horizontal-teaser {
    margin: 0 0 20px;
  }
  .horizontal-teaser--big a {
    height: 350px;
  }
}

@media screen and (max-width: 600px) and (min-width: 451px) {
  .mini-teaser {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% - 20px);
    flex: 1 0 calc(50% - 20px);
  }
}

@media screen and (max-width: 600px) {
  .primary-teasers {
    display: block;
  }
  .primary-teaser {
    height: 290px;
  }
  .primary-teaser__info,
  .primary-teaser--big .primary-teaser__info {
    padding: 10px 15px 15px;
  }
  .primary-teaser h2 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .primary-teaser__summary {
    display: none;
  }
  * + .adv--full {
    margin-top: 20px;
  }
  .horizontal-teaser {
    margin: 0 0 10px;
  }
  .horizontal-teaser--big a {
    height: 250px;
  }
  .horizontal-teaser--big h4 {
    padding: 10px 15px;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .default-teaser h4 {
    margin: 0;
  }
  .mini-teasers {
    display: block;
    margin: 0;
  }
  .mini-teaser {
    margin: 0 0 10px;
  }
  .mini-teaser figure,
  .horizontal-teaser figure {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 130px;
    flex: 1 0 130px;
    height: 73px;
    margin: 0 10px 0 -10px;
  }
  .horizontal-teaser--big figure {
    height: 100%;
    margin: 0;
  }
  .card-teasers,
  .plain-teasers {
    display: block;
    margin: 0;
  }
  .card-teaser {
    margin: 0 0 10px;
    overflow: hidden;
  }
  .card-teaser:after {
    top: auto;
    left: auto;
    bottom: 10px;
    right: 100px;
    width: 40px;
    height: 35px;
  }
  .card-teaser a {
    display: block;
    min-height: 116px;
    padding: 10px 140px 10px 10px;
  }
  .card-teaser figure {
    width: 140px;
    height: 140px;
  }
  .card-teaser figure:before {
    bottom: 0;
    width: 180px;
    height: 180px;
  }
  .card-teaser figure:after {
    width: 200px;
    height: 185px;
  }
  .card-teaser img {
    width: 180px;
    height: 180px;
    margin: -40px -40px 0 0;
  }
  .card-teaser h4 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .plain-teaser {
    margin: 0 0 10px;
  }
  .plain-teaser a {
    padding: 8px 0 10px;
  }
  .plain-teaser h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .promo-slider__article {
    z-index: -1;
  }
  .promo-slider__article.active {
    z-index: 1;
  }
  .promo-slider__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-transform: scale(0.8) translateX(-87%);
        -ms-transform: scale(0.8) translateX(-87%);
            transform: scale(0.8) translateX(-87%);
  }
  .promo-slider__content {
    padding: 10px;
  }
  .promo-slider__content h4,
  .tribute .promo-slider h4 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .promo-slider__nav {
    display: none;
  }
  .promo-slider__article figure {
    flex: auto;
  }
  .tribute__main {
    margin: 0 0 10px;
  }
  .tribute__main a {
    padding: 25px;
  }
  .tribute__main h4 {
    font-size: 2rem;
    line-height: 2.6rem;
  }

  .promo-photo-outer {
    max-width: calc(100vw - 20px);
  }
  .promo-photo a {
    display: block;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .promo-photo__info {
    max-width: none;
    margin: 0;
    padding: 20px 20px 15px 30px;
    background: var(--darker-blue);
    visibility: hidden;
  }
  .promo-photo.active .promo-photo__info {
    visibility: visible;
  }

  .podcasts-promo {
    display: block;
  }
}

@media screen and (max-width: 650px) {
  .full-special__link {
    display: block;
  }
  .full-special__head {
    margin: 0 0 40px;
  }
  .full-special__author {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  
  .full-special__img svg {
    background: var(--darker-blue);
  }
  .full-special__body {
    padding: 0 0 0 20px;
  }
  .full-special__body:before {
    bottom: auto;
    width: auto;
    height: 1px;
    right: 0;
  }
  .full-special__title {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}