.lyd-web-spot {
  display: flex;
  width: 100%;
  height: 100%;
}
.lyd-web-spot .dre-teaser-title {
  margin: 0 0 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  padding: 0.2em 0;
}
.lyd-web-spot span.dre-teaser-title--hover,
.lyd-web-spot span.dre-teaser-title:hover {
  text-decoration: none;
}
.lyd-web-spot .lyd-web-meta-line {
  margin-bottom: 0.8rem;
}
.lyd-web-spot__description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #333;
}
.lyd-web-spot__head__progress {
  display: none;
}
.lyd-web-spot__head .lyd-web-spot__play-button {
  display: none;
}
.lyd-web-spot__meta-long {
  display: none;
}
.lyd-web-spot__text-box {
  padding-top: 0.5rem;
}
@media (min-width: 60rem) {
  .lyd-web-spot__text-box {
    padding-top: 0.75rem;
  }
}
.lyd-web-spot__image__inner {
  position: relative;
}
.lyd-web-spot__image__label {
  max-width: 100%;
  margin-bottom: 0;
  position: absolute;
  top: 0.5rem;
  left: -0.25rem;
  z-index: 3;
  -webkit-transform: translateZ(0);
}
@media (min-width: 30rem) {
  .lyd-web-spot__image__label {
    top: 1rem;
    left: -0.375rem;
  }
}
@media (min-width: 60rem) {
  .lyd-web-spot__image__label {
    top: 1.5rem;
    left: -0.5rem;
  }
}
.lyd-web-spot__image .lyd-web-spot__play-button {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
.lyd-web-spot__top-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ccc;
}
.lyd-web-spot__image .lyd-web-spot__remove-progress-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: rgba(255, 255, 255, 0.5);
}
.lyd-web-spot__image .lyd-web-spot__remove-progress-button .dre-button,
.lyd-web-spot__image .lyd-web-spot__remove-progress-button .dre-button:hover:not(:disabled) {
  --dre-button__main__text-color: #000;
}
.lyd-web-spot__subtitle {
  display: block;
  text-decoration: none;
  margin: -0.4rem 0 0.3rem;
  color: #000;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  padding: 0.2em 0;
}
.lyd-web-spot__subtitle--link:hover {
  text-decoration: underline;
}
.lyd-web-spot__clip-rect,
.lyd-web-spot__description-play {
  display: none;
}
.lyd-web-spot--billboard {
  margin: -2rem -1rem 0;
  width: calc(100% + 2rem);
}
@media (min-width: 60rem) {
  .lyd-web-spot--billboard {
    margin: 0 0 2.5rem;
    width: 100%;
  }
}
@media (min-width: 60rem) {
  .lyd-web-spot--billboard .dre-teaser {
    flex-direction: row;
    background-color: #f2f2f2;
  }
  .lyd-web-spot-container--odd .lyd-web-spot--billboard .dre-teaser {
    background-color: #fff;
  }
}
@media (min-width: 60rem) {
  .lyd-web-spot--billboard .dre-teaser-title {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 60rem) {
  .lyd-web-spot--billboard__image {
    flex: 0 0 57%;
  }
}
@media (max-width: 59.999rem) {
  .lyd-web-spot--billboard__image__label {
    top: 1rem;
    left: 1rem;
  }
}
@media (min-width: 60rem) {
  .lyd-web-spot--billboard-reversed .dre-teaser {
    flex-direction: row-reverse;
  }
}
@media (min-width: 60rem) {
  .lyd-web-spot--billboard-reversed__image__label {
    top: 1.5rem;
    right: -0.5rem;
    left: auto;
  }
}
.lyd-web-spot--billboard__text-box {
  padding: 20px 24px 30px;
}
@media (min-width: 60rem) {
  .lyd-web-spot--billboard__text-box {
    padding: 40px;
  }
}
.lyd-web-spot--primary {
  position: relative;
  margin: -2rem 0 0;
  width: 100%;
}
@media (min-width: 60rem) {
  .lyd-web-spot--primary {
    margin: 0 0 2.5rem;
  }
}
@media (min-width: 60rem) {
  .lyd-web-spot--primary .dre-teaser-title {
    margin-bottom: 1.25rem;
  }
}
.lyd-web-spot--primary .dre-teaser-content {
  display: block;
  margin: -0.5rem 0 0 0;
  padding: 0.5625rem 0 0 0;
}
@media (min-width: 45rem) {
  .lyd-web-spot--primary .dre-teaser-content {
    width: 27.5rem;
    padding: 1.5rem 1.5rem 1.5rem 0;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .lyd-web-spot-container--odd .lyd-web-spot--primary .dre-teaser-content {
    background-color: #f2f2f2;
  }
}
@media (min-width: 60rem) {
  .lyd-web-spot--primary .dre-teaser-content {
    width: 37.5rem;
    padding: 2.5rem 2.5rem 2.5rem 0;
  }
}
.lyd-web-spot--primary__clip-rect {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 20%;
  background-color: #fff;
  height: 10%;
}
@media (min-width: 45rem) {
  .lyd-web-spot--primary__clip-rect {
    display: none;
  }
}
.lyd-web-spot--primary__top-progress {
  display: none;
}
.lyd-web-spot--primary__text-box {
  padding: 0 0 30px;
}
@media (min-width: 60rem) {
  .lyd-web-spot--primary__text-box {
    padding: 0;
  }
}
.lyd-web-spot--primary__image .lyd-web-spot__play-button {
  bottom: 2.5rem;
}
@media (min-width: 60rem) {
  .lyd-web-spot--primary__image .lyd-web-spot__play-button {
    display: none;
  }
}
@media (min-width: 60rem) {
  .lyd-web-spot--primary__description-play {
    display: block;
    margin: 1.5rem 0 -2.5rem;
  }
}
.lyd-web-spot--mini__text-box {
  padding-top: 0.5rem;
}
.lyd-web-spot--promoted .dre-teaser {
  background-color: #f2f2f2;
}
.lyd-web-spot-container--odd .lyd-web-spot--promoted .dre-teaser {
  background-color: #fff;
}
.lyd-web-spot--promoted__text-box {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-bottom: 0;
}
@media (min-width: 90rem) {
  .lyd-web-spot--promoted__text-box {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 60rem) {
  .lyd-web-spot--row .dre-teaser {
    flex-direction: row;
  }
  .lyd-web-spot--row .dre-teaser-content {
    flex: 1 1 auto;
  }
}
.lyd-web-spot--row__text-box {
  flex: 1 1 auto;
}
.lyd-web-spot--row__image {
  display: none;
}
@media (min-width: 60rem) {
  .lyd-web-spot--row__image {
    display: block;
    flex: 0 0 10.375rem;
    height: 10.375rem;
    margin-right: 2.5rem;
  }
}
.lyd-web-spot--row__top-progress {
  display: none;
}
@media (min-width: 60rem) {
  .lyd-web-spot--row__top-progress {
    display: block;
  }
}
@media (min-width: 60rem) {
  .lyd-web-spot--row__title-box {
    max-width: 50rem;
  }
}
@media (min-width: 60rem) {
  .lyd-web-spot--row__description {
    font-size: 1.125rem;
    line-height: 1.625rem;
    max-width: 50rem;
  }
}
@media (min-width: 60rem) {
  .lyd-web-spot--row .lyd-web-spot-description__button {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media (max-width: 59.999rem) {
  .lyd-web-spot--row__head {
    display: flex;
    flex-direction: column-reverse;
  }
}
.lyd-web-spot--row__head__progress {
  display: block;
  height: 0.1875rem;
  margin: 0 0 0.875rem;
  background-color: #ccc;
}
@media (min-width: 60rem) {
  .lyd-web-spot--row__head__progress {
    display: none;
  }
}
@media (min-width: 60rem) {
  .lyd-web-spot--row__meta-short {
    display: none;
  }
}
.lyd-web-spot--row__meta-long {
  display: block;
}
@media (max-width: 59.999rem) {
  .lyd-web-spot--row__meta-long {
    display: none;
  }
}
@media (max-width: 59.999rem) {
  .lyd-web-spot--row__title-box {
    display: flex;
    align-items: stretch;
    margin: 0 0 1rem;
  }
  .lyd-web-spot--row__title-box .dre-teaser-title {
    margin-bottom: 0;
  }
  .lyd-web-spot--row__title-box__inner {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 59.999rem) {
  .lyd-web-spot--row__text-box {
    width: 100%;
  }
}
.lyd-web-spot--row__follow {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
}
@media (min-width: 60rem) {
  .lyd-web-spot--row__follow {
    margin-left: 1.5rem;
  }
}
@media (max-width: 59.999rem) {
  .lyd-web-spot--row__head:not(.lyd-web-spot--live__head) .lyd-web-meta-line__primary {
    display: none;
  }
  .lyd-web-spot--row__head:not(.lyd-web-spot--live__head) .lyd-web-meta-line__primary + .lyd-web-meta-line__secondary {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
}
.lyd-web-spot--row__head .lyd-web-spot__play-button {
  display: block;
  margin: 0 0.875rem 0 0;
}
@media (min-width: 60rem) {
  .lyd-web-spot--row__head .lyd-web-spot__play-button {
    display: none;
  }
}
@media (max-width: 59.999rem) {
  .lyd-web-spot--schedule-row {
    position: relative;
  }
}
.lyd-web-spot--schedule-row .lyd-web-meta-line {
  display: none;
}
@media (max-width: 59.999rem) {
  .lyd-web-spot--schedule-row__image {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 5.375rem;
    height: 5.375rem;
  }
}
@media (min-width: 60rem) {
  .lyd-web-spot--schedule-row__image {
    flex: 0 0 8.75rem;
    height: 8.75rem;
  }
}
.lyd-web-spot--schedule-row__top-progress {
  display: block;
}
.lyd-web-spot--schedule-row__head__progress {
  display: none;
}
@media (max-width: 59.999rem) {
  .lyd-web-spot--schedule-row__head {
    height: 5.375rem;
    margin-left: 6.375rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 59.999rem) {
  .lyd-web-spot--schedule-row__title-box {
    flex: 0 0 100%;
    margin-bottom: 0;
  }
}
.lyd-web-spot--schedule-row__text-box {
  padding-top: 0;
}
.lyd-web-spot--schedule-row__head .lyd-web-spot__play-button,
.lyd-web-spot--schedule-row__image .lyd-web-spot__play-button {
  display: none;
}
.lyd-web-spot--category__image {
  border: 1px solid #d2d2d2;
  margin: 1px 1px 0.5rem 1px;
}
.lyd-web-spot--category__image .dre-teaser-image {
  transition: background-color 0.25s ease-out;
}
.lyd-web-spot--category__image .dre-teaser-image--animate {
  background-color: rgba(210, 210, 210, 0.25);
}

.lyd-web-follow-button {
  position: relative;
}
.lyd-web-follow-button--without-text .dre-button,
.lyd-web-follow-button--without-text .dre-button:hover:not(:disabled) {
  --dre-button__main__text-color: #000;
}
.lyd-web-follow-button__popup {
  position: absolute;
  top: 100%;
  left: 5%;
  margin-top: 2px;
  z-index: 1;
  background-color: white;
  padding: 1rem;
  width: 15.625rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.4);
  color: black;
  text-align: center;
}
.lyd-web-follow-button__popup:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 20%;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 9px solid white;
}
.lyd-web-follow-button__popup__headline {
  text-transform: uppercase;
  font-weight: 700;
}
.lyd-web-follow-button__popup__text {
  color: #333;
  margin: 0.75rem 0.75rem 1rem;
  line-height: 1.375rem;
}
.lyd-web-follow-button__popup__text strong {
  font-weight: 700;
}
.lyd-web-follow-button__popup .lyd-web-login-button {
  margin-left: 1rem;
}

.lyd-web-spot-category-image {
  position: relative;
}
.lyd-web-spot-category-image > img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lyd-web-spot-category-image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.lyd-web-spot-description {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
@media (min-width: 0) {
  .lyd-web-spot-description--xxs {
    -webkit-line-clamp: var(--lyd-web-spot-description__line-clamp--xxs);
  }
}
@media (min-width: 30rem) {
  .lyd-web-spot-description--xs {
    -webkit-line-clamp: var(--lyd-web-spot-description__line-clamp--xs);
  }
}
@media (min-width: 45rem) {
  .lyd-web-spot-description--sm {
    -webkit-line-clamp: var(--lyd-web-spot-description__line-clamp--sm);
  }
}
@media (min-width: 60rem) {
  .lyd-web-spot-description--md {
    -webkit-line-clamp: var(--lyd-web-spot-description__line-clamp--md);
  }
}
@media (min-width: 75rem) {
  .lyd-web-spot-description--lg {
    -webkit-line-clamp: var(--lyd-web-spot-description__line-clamp--lg);
  }
}
@media (min-width: 90rem) {
  .lyd-web-spot-description--xl {
    -webkit-line-clamp: var(--lyd-web-spot-description__line-clamp--xl);
  }
}
.lyd-web-spot-description__button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  color: inherit;
  font-family: inherit;
  font-weight: 600;
  margin-top: 0.5rem;
}
.lyd-web-spot-description__button:hover {
  text-decoration: underline;
}

.dre-dart-animation-icon {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.dre-dart-animation-icon__circle {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  animation: 1s dre-dart-animation-icon__circle--first 0s ease infinite;
  display: inline-block;
  background-color: currentColor;
  position: absolute;
  top: 0;
  left: 0;
}
.dre-dart-animation-icon__circle--second {
  animation-name: dre-dart-animation-icon__circle--second;
}
.dre-dart-animation-icon__circle--second-inner {
  color: white;
  animation-name: dre-dart-animation-icon__circle--second-inner;
}
.dre-dart-animation-icon__circle--third {
  animation-name: dre-dart-animation-icon__circle--third;
}
.dre-dart-animation-icon__circle--third-inner {
  animation-name: dre-dart-animation-icon__circle--third-inner;
  color: white;
}
@keyframes dre-dart-animation-icon__circle--first {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  90% {
    transform: scale(0.2, 0.2);
    opacity: 1;
  }
  100% {
    transform: scale(0.2, 0.2);
    opacity: 1;
  }
}
@keyframes dre-dart-animation-icon__circle--second {
  0% {
    transform: scale(0.2, 0.2);
  }
  25% {
    transform: scale(0.28, 0.28);
  }
  85% {
    transform: scale(0.63, 0.63);
  }
  90% {
    transform: scale(0.59, 0.59);
  }
  100% {
    transform: scale(0.59, 0.59);
  }
}
@keyframes dre-dart-animation-icon__circle--second-inner {
  0% {
    transform: scale(0.15, 0.15);
  }
  25% {
    transform: scale(0.2, 0.2);
  }
  85% {
    transform: scale(0.45, 0.45);
  }
  90% {
    transform: scale(0.43, 0.43);
  }
  100% {
    transform: scale(0.43, 0.43);
  }
}
@keyframes dre-dart-animation-icon__circle--third {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  90% {
    transform: scale(1, 1);
    opacity: 0.4;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes dre-dart-animation-icon__circle--third-inner {
  0% {
    transform: scale(0.45, 0.45);
  }
  90% {
    transform: scale(0.8, 0.8);
  }
  100% {
    transform: scale(0.8, 0.8);
  }
}

:root {
  font-size: 100%;
}

:root {
  --dre-font-ascender: var(--dr-font-publik-ascender, 1);
  --dre-font-cap-height: var(--dr-font-publik-cap-height, 0.69);
  --dre-font-descender: var(--dr-font-publik-descender, 0.2);
  --dre-font-line-gap: var(--dr-font-publik-line-gap, 0);
  --dre-font-line-height-normal: calc(var(--dre-font-ascender) + var(--dre-font-descender));
}

.dre-badge {
  display: flex;
  z-index: 10;
}
.dre-badge__icon, .dre-badge__title, .dre-badge__label {
  height: 1.5rem;
}
@media (min-width: 45rem) {
  .dre-badge__icon, .dre-badge__title, .dre-badge__label {
    height: 1.75rem;
  }
}
.dre-badge__icon, .dre-badge__title {
  background: #ff011e;
}
@media (min-width: 0) {
  .dre-badge__title--xxs-small, .dre-badge__label--xxs-small {
    display: none;
  }
  .dre-badge__title--xxs-medium, .dre-badge__label--xxs-medium {
    display: flex;
  }
}
@media (min-width: 30rem) {
  .dre-badge__title--xs-small, .dre-badge__label--xs-small {
    display: none;
  }
  .dre-badge__title--xs-medium, .dre-badge__label--xs-medium {
    display: flex;
  }
}
@media (min-width: 45rem) {
  .dre-badge__title--sm-small, .dre-badge__label--sm-small {
    display: none;
  }
  .dre-badge__title--sm-medium, .dre-badge__label--sm-medium {
    display: flex;
  }
}
@media (min-width: 60rem) {
  .dre-badge__title--md-small, .dre-badge__label--md-small {
    display: none;
  }
  .dre-badge__title--md-medium, .dre-badge__label--md-medium {
    display: flex;
  }
}
@media (min-width: 75rem) {
  .dre-badge__title--lg-small, .dre-badge__label--lg-small {
    display: none;
  }
  .dre-badge__title--lg-medium, .dre-badge__label--lg-medium {
    display: flex;
  }
}
@media (min-width: 90rem) {
  .dre-badge__title--xl-small, .dre-badge__label--xl-small {
    display: none;
  }
  .dre-badge__title--xl-medium, .dre-badge__label--xl-medium {
    display: flex;
  }
}
.dre-badge__icon {
  padding: 0.3125rem;
}
@media (min-width: 45rem) {
  .dre-badge__icon {
    padding: 0.4375rem;
  }
}
.dre-badge__title {
  font-weight: 600;
  color: #fff;
  min-width: 0;
  padding: 0 0.4375rem;
  align-items: center;
  max-width: 100%;
}
.dre-badge__title--spacing {
  margin-right: 0.125rem;
}
.dre-badge__title-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0.5rem 0;
  margin: -0.5rem 0;
}
@media (min-width: 45rem) {
  .dre-badge__title-text {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.dre-badge__label {
  padding: 0.5rem;
  background: #f3f0ef;
  color: #000;
}
@media (min-width: 45rem) {
  .dre-badge__label {
    padding: 0.5625rem;
  }
}
.dre-badge__label--spacing {
  margin-left: 0.125rem;
}

:root {
  font-size: 100%;
}

:root {
  --dre-font-ascender: var(--dr-font-publik-ascender, 1);
  --dre-font-cap-height: var(--dr-font-publik-cap-height, 0.69);
  --dre-font-descender: var(--dr-font-publik-descender, 0.2);
  --dre-font-line-gap: var(--dr-font-publik-line-gap, 0);
  --dre-font-line-height-normal: calc(var(--dre-font-ascender) + var(--dre-font-descender));
}

.dre-badge-animation {
  background-color: #932412;
  contain: content;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  max-width: 100%;
}
.dre-badge-animation__badge-band {
  will-change: transform;
}
.dre-badge-animation__badge-band--items-1 {
  animation: dre-badge-animation__badge-band--items-1 5s ease-in-out infinite;
}
@keyframes dre-badge-animation__badge-band--items-1 {
  0% {
    transform: translateX(calc(var(--dre-badge-animation__width, 0) * -1));
  }
  14% {
    transform: translateX(0);
  }
  86% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--dre-badge-animation__width, 0));
  }
}
.dre-badge-animation__badge-band--items-2 {
  animation: dre-badge-animation__badge-band--items-2 10s ease-in-out infinite;
}
@keyframes dre-badge-animation__badge-band--items-2 {
  0% {
    transform: translateX(calc(var(--dre-badge-animation__width, 0) * -3));
  }
  7% {
    transform: translateX(calc(var(--dre-badge-animation__width, 0) * -2));
  }
  43% {
    transform: translateX(calc(var(--dre-badge-animation__width, 0) * -2));
  }
  50% {
    transform: translateX(calc(var(--dre-badge-animation__width, 0) * -1));
  }
  57% {
    transform: translateX(0);
  }
  93% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--dre-badge-animation__width, 0));
  }
}
.dre-badge-animation__badge {
  width: 100%;
  background-color: #ff011e;
}
.dre-badge-animation__badge--item-1 {
  margin-left: 200%;
  margin-top: -1.5rem;
}
@media (min-width: 45rem) {
  .dre-badge-animation__badge--item-1 {
    margin-top: -1.75rem;
  }
}

.dre-teaser {
  width: 100%;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  position: relative;
}

:root {
  font-size: 100%;
}

:root {
  --dre-font-ascender: var(--dr-font-publik-ascender, 1);
  --dre-font-cap-height: var(--dr-font-publik-cap-height, 0.69);
  --dre-font-descender: var(--dr-font-publik-descender, 0.2);
  --dre-font-line-gap: var(--dr-font-publik-line-gap, 0);
  --dre-font-line-height-normal: calc(var(--dre-font-ascender) + var(--dre-font-descender));
}

.dre-teaser-date {
  text-transform: uppercase;
  font-size: 0.6875rem;
  --dre-line-height: 1;
  line-height: 1em;
  font-family: Publik, Gibson, "gibsonRegular", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  color: rgba(0, 0, 0, 0.6);
  padding-top: 0.625rem;
}
.dre-teaser-date--dark {
  color: rgba(255, 255, 255, 0.6);
}

.dre-teaser-image {
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
  z-index: 0;
}
.dre-teaser-image__image {
  will-change: transform;
  transition: transform 0.25s ease-out;
}
.dre-teaser-image__image--animate {
  transform: scale(1.025);
}

:root {
  font-size: 100%;
}

:root {
  --dre-font-ascender: var(--dr-font-publik-ascender, 1);
  --dre-font-cap-height: var(--dr-font-publik-cap-height, 0.69);
  --dre-font-descender: var(--dr-font-publik-descender, 0.2);
  --dre-font-line-gap: var(--dr-font-publik-line-gap, 0);
  --dre-font-line-height-normal: calc(var(--dre-font-ascender) + var(--dre-font-descender));
}

.dre-teaser-image-badge {
  max-width: 100%;
  position: absolute;
  top: 0.5rem;
  left: -0.25rem;
  -webkit-transform: translateZ(0);
}
@media (min-width: 0) {
  .dre-teaser-image-badge--xxs-small {
    top: 0.25rem;
    left: -0.25rem;
  }
  .dre-teaser-image-badge--xxs-medium {
    top: 0.5rem;
    left: -0.25rem;
  }
  .dre-teaser-image-badge--xxs-large {
    top: 1rem;
    left: -0.5rem;
  }
}
@media (min-width: 30rem) {
  .dre-teaser-image-badge--xs-small {
    top: 0.25rem;
    left: -0.25rem;
  }
  .dre-teaser-image-badge--xs-medium {
    top: 0.5rem;
    left: -0.25rem;
  }
  .dre-teaser-image-badge--xs-large {
    top: 1rem;
    left: -0.5rem;
  }
}
@media (min-width: 45rem) {
  .dre-teaser-image-badge--sm-small {
    top: 0.25rem;
    left: -0.25rem;
  }
  .dre-teaser-image-badge--sm-medium {
    top: 0.5rem;
    left: -0.25rem;
  }
  .dre-teaser-image-badge--sm-large {
    top: 1rem;
    left: -0.5rem;
  }
}
@media (min-width: 60rem) {
  .dre-teaser-image-badge--md-small {
    top: 0.25rem;
    left: -0.25rem;
  }
  .dre-teaser-image-badge--md-medium {
    top: 0.5rem;
    left: -0.25rem;
  }
  .dre-teaser-image-badge--md-large {
    top: 1rem;
    left: -0.5rem;
  }
}
@media (min-width: 75rem) {
  .dre-teaser-image-badge--lg-small {
    top: 0.25rem;
    left: -0.25rem;
  }
  .dre-teaser-image-badge--lg-medium {
    top: 0.5rem;
    left: -0.25rem;
  }
  .dre-teaser-image-badge--lg-large {
    top: 1rem;
    left: -0.5rem;
  }
}
@media (min-width: 90rem) {
  .dre-teaser-image-badge--xl-small {
    top: 0.25rem;
    left: -0.25rem;
  }
  .dre-teaser-image-badge--xl-medium {
    top: 0.5rem;
    left: -0.25rem;
  }
  .dre-teaser-image-badge--xl-large {
    top: 1rem;
    left: -0.5rem;
  }
}

.dre-teaser-image-rotation {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.dre-teaser-image-rotation__image-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  animation-play-state: paused;
}
.dre-teaser-image-rotation__image-container--animate {
  animation-play-state: running;
}
@keyframes dre-teaser-image-rotation__fade-1 {
  12%, 100% {
    opacity: 1;
  }
  112%, 100% {
    opacity: 0;
  }
}
.dre-teaser-image-rotation__image-container--1-1 {
  opacity: 1;
  animation-duration: 5s;
  animation-delay: 0s;
  animation-name: dre-teaser-image-rotation__fade-1;
  animation-iteration-count: infinite;
}
@keyframes dre-teaser-image-rotation__fade-2 {
  6%, 50% {
    opacity: 1;
  }
  56%, 100% {
    opacity: 0;
  }
}
.dre-teaser-image-rotation__image-container--2-1 {
  opacity: 1;
  animation-duration: 10s;
  animation-delay: 0s;
  animation-name: dre-teaser-image-rotation__fade-2;
  animation-iteration-count: infinite;
}
.dre-teaser-image-rotation__image-container--2-2 {
  opacity: 0;
  animation-duration: 10s;
  animation-delay: 5s;
  animation-name: dre-teaser-image-rotation__fade-2;
  animation-iteration-count: infinite;
}
@keyframes dre-teaser-image-rotation__fade-3 {
  4%, 33.3333333333% {
    opacity: 1;
  }
  37.3333333333%, 100% {
    opacity: 0;
  }
}
.dre-teaser-image-rotation__image-container--3-1 {
  opacity: 1;
  animation-duration: 15s;
  animation-delay: 0s;
  animation-name: dre-teaser-image-rotation__fade-3;
  animation-iteration-count: infinite;
}
.dre-teaser-image-rotation__image-container--3-2 {
  opacity: 0;
  animation-duration: 15s;
  animation-delay: 5s;
  animation-name: dre-teaser-image-rotation__fade-3;
  animation-iteration-count: infinite;
}
.dre-teaser-image-rotation__image-container--3-3 {
  opacity: 0;
  animation-duration: 15s;
  animation-delay: 10s;
  animation-name: dre-teaser-image-rotation__fade-3;
  animation-iteration-count: infinite;
}
@keyframes dre-teaser-image-rotation__fade-4 {
  3%, 25% {
    opacity: 1;
  }
  28%, 100% {
    opacity: 0;
  }
}
.dre-teaser-image-rotation__image-container--4-1 {
  opacity: 1;
  animation-duration: 20s;
  animation-delay: 0s;
  animation-name: dre-teaser-image-rotation__fade-4;
  animation-iteration-count: infinite;
}
.dre-teaser-image-rotation__image-container--4-2 {
  opacity: 0;
  animation-duration: 20s;
  animation-delay: 5s;
  animation-name: dre-teaser-image-rotation__fade-4;
  animation-iteration-count: infinite;
}
.dre-teaser-image-rotation__image-container--4-3 {
  opacity: 0;
  animation-duration: 20s;
  animation-delay: 10s;
  animation-name: dre-teaser-image-rotation__fade-4;
  animation-iteration-count: infinite;
}
.dre-teaser-image-rotation__image-container--4-4 {
  opacity: 0;
  animation-duration: 20s;
  animation-delay: 15s;
  animation-name: dre-teaser-image-rotation__fade-4;
  animation-iteration-count: infinite;
}
@keyframes dre-teaser-image-rotation__fade-5 {
  2.4%, 20% {
    opacity: 1;
  }
  22.4%, 100% {
    opacity: 0;
  }
}
.dre-teaser-image-rotation__image-container--5-1 {
  opacity: 1;
  animation-duration: 25s;
  animation-delay: 0s;
  animation-name: dre-teaser-image-rotation__fade-5;
  animation-iteration-count: infinite;
}
.dre-teaser-image-rotation__image-container--5-2 {
  opacity: 0;
  animation-duration: 25s;
  animation-delay: 5s;
  animation-name: dre-teaser-image-rotation__fade-5;
  animation-iteration-count: infinite;
}
.dre-teaser-image-rotation__image-container--5-3 {
  opacity: 0;
  animation-duration: 25s;
  animation-delay: 10s;
  animation-name: dre-teaser-image-rotation__fade-5;
  animation-iteration-count: infinite;
}
.dre-teaser-image-rotation__image-container--5-4 {
  opacity: 0;
  animation-duration: 25s;
  animation-delay: 15s;
  animation-name: dre-teaser-image-rotation__fade-5;
  animation-iteration-count: infinite;
}
.dre-teaser-image-rotation__image-container--5-5 {
  opacity: 0;
  animation-duration: 25s;
  animation-delay: 20s;
  animation-name: dre-teaser-image-rotation__fade-5;
  animation-iteration-count: infinite;
}

.dre-teaser-video {
  overflow: hidden;
  flex: 0 0 auto;
}
.dre-teaser-video__video {
  opacity: 0;
  transition: 0.5s opacity;
}
.dre-teaser-video__video--visible {
  opacity: 1;
}

:root {
  font-size: 100%;
}

:root {
  --dre-font-ascender: var(--dr-font-publik-ascender, 1);
  --dre-font-cap-height: var(--dr-font-publik-cap-height, 0.69);
  --dre-font-descender: var(--dr-font-publik-descender, 0.2);
  --dre-font-line-gap: var(--dr-font-publik-line-gap, 0);
  --dre-font-line-height-normal: calc(var(--dre-font-ascender) + var(--dre-font-descender));
}

.dre-video-player {
  position: relative;
}
.dre-video-player__placeholder {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
@keyframes dre-video-player__fade-sticky-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dre-video-player__fade-not-sticky-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.dre-video-player__sticky-container {
  background-color: black;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  animation: dre-video-player__fade-not-sticky-in ease 1s;
  will-change: transform, opacity;
}
.dre-video-player__sticky-container--sticky {
  z-index: 994;
  position: fixed;
  left: 0;
  top: 0;
  animation: dre-video-player__fade-sticky-in ease 1s;
  height: 6.25rem;
  transform: translateY(calc(var(--dre-navigation__offset, var(--dre-top-navigation__offset, 0px))));
  transition: transform 0.5s ease;
}
@media (min-width: 60rem) {
  .dre-video-player__sticky-container--sticky {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
    flex-direction: column;
    float: right;
    justify-content: normal;
    width: 24.375rem;
    margin-bottom: 1.25rem;
    margin-right: 1.25rem;
    animation: dre-video-player__fade-sticky-in ease 1s;
    transform: none;
    height: 21.5625rem;
  }
}
.dre-video-player__sticky-video-player {
  flex: 1;
  min-width: 0;
  width: 100%;
}
@media (min-width: 60rem) {
  .dre-video-player__sticky-video-player {
    flex: none;
  }
}
.dre-video-player__sticky-video-player--sticky {
  overflow: hidden;
  max-width: 11.0625rem;
}
@media (min-width: 60rem) {
  .dre-video-player__sticky-video-player--sticky {
    max-width: 100%;
    height: 13.75rem;
  }
}
.dre-video-player__sticky-metadata {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  padding-left: 0.3125rem;
}
@media (min-width: 60rem) {
  .dre-video-player__sticky-metadata {
    padding: 1.25rem;
  }
}
.dre-video-player__sticky-controlbar {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0.3125rem;
  max-height: 1.5625rem;
  min-width: 0;
}
.dre-video-player__sticky-controlbar button {
  cursor: pointer;
}
@media (min-width: 60rem) {
  .dre-video-player__sticky-controlbar {
    margin-top: 0;
  }
}
.dre-video-player__sticky-right-icon-group {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-end;
}
@media (min-width: 60rem) {
  .dre-video-player__sticky-right-icon-group {
    justify-content: flex-start;
  }
}
.dre-video-player__sticky-live-label {
  padding-left: 0.3125rem;
  padding-right: 0.9375rem;
  animation: dre-video-player__fade-sticky-in ease 1s;
}
@media (min-width: 60rem) {
  .dre-video-player__sticky-live-label {
    padding-left: 0;
    padding-right: 0.625rem;
  }
}
.dre-video-player__sticky-mute {
  padding-right: 0.9375rem;
  animation: dre-video-player__fade-sticky-in ease 1s;
  color: #ccc;
}
.dre-video-player__sticky-mute:hover {
  color: #fff;
}
.dre-video-player__sticky-close {
  padding-right: 0.625rem;
  animation: dre-video-player__fade-sticky-in ease 1s;
  color: #ccc;
}
@media (min-width: 60rem) {
  .dre-video-player__sticky-close {
    display: none;
  }
}
.dre-video-player__sticky-close:hover {
  color: #fff;
}
.dre-video-player__sticky-close-desktop {
  display: none;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  color: #ccc;
  cursor: pointer;
  animation: dre-video-player__fade-sticky-in ease 1s;
}
.dre-video-player__sticky-close-desktop:hover {
  color: #fff;
}
@media (min-width: 60rem) {
  .dre-video-player__sticky-close-desktop {
    display: block;
  }
}
.dre-video-player__sticky-link {
  text-decoration: none;
  color: white;
}
.dre-video-player__sticky-link--hover, .dre-video-player__sticky-link:hover {
  text-decoration: underline;
}
@media (hover: none) {
  .dre-video-player__sticky-link--hover, .dre-video-player__sticky-link:hover {
    text-decoration: none;
  }
}
.dre-video-player__sticky-title {
  font-family: Publik, Gibson, "gibsonRegular", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  font-size: 0.875rem;
  --dre-line-height: 1.2857142857;
  line-height: 1.2857142857em;
  font-weight: 600;
  display: -webkit-box;
  height: 2.1875rem;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  animation: dre-video-player__fade-sticky-in ease 1s;
}
.dre-video-player__sticky-title::selection {
  color: #fff;
  background-color: blue;
}
@media (min-width: 60rem) {
  .dre-video-player__sticky-title {
    font-size: 1.125rem;
    --dre-line-height: 1.3333333333;
    line-height: 1.3333333333em;
    height: 3.75rem;
    -webkit-line-clamp: 2;
    padding-top: 0.625rem;
  }
}
.dre-video-player__sticky-title-container {
  display: flex;
  flex: 1;
  height: 3.75rem;
  min-width: 0;
  padding: 0.3125rem;
}
@media (min-width: 60rem) {
  .dre-video-player__sticky-title-container {
    padding: 0;
  }
}

.dre-teaser-content {
  position: relative;
  display: flex;
  flex: 1 1 auto;
}
@supports (-webkit-touch-callout: none) {
  .dre-teaser-content {
    transform: translateZ(0);
  }
}

:root {
  font-size: 100%;
}

:root {
  --dre-font-ascender: var(--dr-font-publik-ascender, 1);
  --dre-font-cap-height: var(--dr-font-publik-cap-height, 0.69);
  --dre-font-descender: var(--dr-font-publik-descender, 0.2);
  --dre-font-line-gap: var(--dr-font-publik-line-gap, 0);
  --dre-font-line-height-normal: calc(var(--dre-font-ascender) + var(--dre-font-descender));
}

.dre-teaser-title {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  color: black;
  font-family: Publik, Gibson, "gibsonRegular", "Arial", sans-serif;
  font-weight: 600;
  font-style: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  font-size: 0.875rem;
  --dre-line-height: 1.2857142857;
  line-height: 1.2857142857em;
}
.dre-teaser-title__text::before {
  --dre-font-leading-top: calc(
    1em *
    (
      ((var(--dre-line-height) - var(--dre-font-line-height-normal)) / 2) +
        var(--dre-font-ascender) - var(--dre-font-cap-height)
    )
  );
  content: "";
  display: table;
  margin-bottom: calc(var(--dre-font-leading-top, 0) * -1);
}
.dre-teaser-title__text::after {
  --dre-font-leading-bottom: calc(
    1em *
    (
      ((var(--dre-line-height) - var(--dre-font-line-height-normal)) / 2) +
        var(--dre-font-descender)
    )
  );
  content: "";
  display: table;
  margin-top: calc(var(--dre-font-leading-bottom, 0) * -1);
}
.dre-teaser-title--fill {
  width: 100%;
  height: 100%;
}
.dre-teaser-title--prefixed {
  font-weight: 400;
}
.dre-teaser-title--dark {
  color: white;
}
.dre-teaser-title--dark:hover {
  color: white;
}
.dre-teaser-title--hover, .dre-teaser-title:hover {
  text-decoration: underline;
}
@media (hover: none) {
  .dre-teaser-title--hover, .dre-teaser-title:hover {
    text-decoration: none;
  }
}
.dre-teaser-title__prefix {
  font-weight: bold;
}
@media (min-width: 0) {
  .dre-teaser-title--xxs-xx-small {
    font-size: 0.875rem;
    --dre-line-height: 1.2857142857;
    line-height: 1.2857142857em;
  }
  .dre-teaser-title--xxs-x-small {
    font-size: 1.125rem;
    --dre-line-height: 1.3333333333;
    line-height: 1.3333333333em;
  }
  .dre-teaser-title--xxs-small {
    font-size: 1.5rem;
    --dre-line-height: 1.25;
    line-height: 1.25em;
  }
  .dre-teaser-title--xxs-medium {
    font-size: 1.875rem;
    --dre-line-height: 1.2;
    line-height: 1.2em;
  }
  .dre-teaser-title--xxs-large {
    font-size: 2.25rem;
    --dre-line-height: 1.1666666667;
    line-height: 1.1666666667em;
  }
  .dre-teaser-title--xxs-x-large {
    font-size: 3rem;
    --dre-line-height: 1.125;
    line-height: 1.125em;
  }
  .dre-teaser-title--xxs-xx-large {
    font-size: 3.75rem;
    --dre-line-height: 1.1;
    line-height: 1.1em;
  }
  .dre-teaser-title--xxs-xxx-large {
    font-size: 3.75rem;
    --dre-line-height: 1.1;
    line-height: 1.1em;
  }
}
@media (min-width: 30rem) {
  .dre-teaser-title--xs-xx-small {
    font-size: 0.875rem;
    --dre-line-height: 1.2857142857;
    line-height: 1.2857142857em;
  }
  .dre-teaser-title--xs-x-small {
    font-size: 1.125rem;
    --dre-line-height: 1.3333333333;
    line-height: 1.3333333333em;
  }
  .dre-teaser-title--xs-small {
    font-size: 1.5rem;
    --dre-line-height: 1.25;
    line-height: 1.25em;
  }
  .dre-teaser-title--xs-medium {
    font-size: 1.875rem;
    --dre-line-height: 1.2;
    line-height: 1.2em;
  }
  .dre-teaser-title--xs-large {
    font-size: 2.25rem;
    --dre-line-height: 1.1666666667;
    line-height: 1.1666666667em;
  }
  .dre-teaser-title--xs-x-large {
    font-size: 3rem;
    --dre-line-height: 1.125;
    line-height: 1.125em;
  }
  .dre-teaser-title--xs-xx-large {
    font-size: 3.75rem;
    --dre-line-height: 1.1;
    line-height: 1.1em;
  }
  .dre-teaser-title--xs-xxx-large {
    font-size: 3.75rem;
    --dre-line-height: 1.1;
    line-height: 1.1em;
  }
}
@media (min-width: 45rem) {
  .dre-teaser-title--sm-xx-small {
    font-size: 0.875rem;
    --dre-line-height: 1.2857142857;
    line-height: 1.2857142857em;
  }
  .dre-teaser-title--sm-x-small {
    font-size: 1.125rem;
    --dre-line-height: 1.3333333333;
    line-height: 1.3333333333em;
  }
  .dre-teaser-title--sm-small {
    font-size: 1.5rem;
    --dre-line-height: 1.25;
    line-height: 1.25em;
  }
  .dre-teaser-title--sm-medium {
    font-size: 1.875rem;
    --dre-line-height: 1.2;
    line-height: 1.2em;
  }
  .dre-teaser-title--sm-large {
    font-size: 2.25rem;
    --dre-line-height: 1.1666666667;
    line-height: 1.1666666667em;
  }
  .dre-teaser-title--sm-x-large {
    font-size: 3rem;
    --dre-line-height: 1.125;
    line-height: 1.125em;
  }
  .dre-teaser-title--sm-xx-large {
    font-size: 3.75rem;
    --dre-line-height: 1.1;
    line-height: 1.1em;
  }
  .dre-teaser-title--sm-xxx-large {
    font-size: 3.75rem;
    --dre-line-height: 1.1;
    line-height: 1.1em;
  }
}
@media (min-width: 60rem) {
  .dre-teaser-title--md-xx-small {
    font-size: 0.875rem;
    --dre-line-height: 1.2857142857;
    line-height: 1.2857142857em;
  }
  .dre-teaser-title--md-x-small {
    font-size: 1.125rem;
    --dre-line-height: 1.3333333333;
    line-height: 1.3333333333em;
  }
  .dre-teaser-title--md-small {
    font-size: 1.5rem;
    --dre-line-height: 1.25;
    line-height: 1.25em;
  }
  .dre-teaser-title--md-medium {
    font-size: 1.875rem;
    --dre-line-height: 1.2;
    line-height: 1.2em;
  }
  .dre-teaser-title--md-large {
    font-size: 2.25rem;
    --dre-line-height: 1.1666666667;
    line-height: 1.1666666667em;
  }
  .dre-teaser-title--md-x-large {
    font-size: 3rem;
    --dre-line-height: 1.125;
    line-height: 1.125em;
  }
  .dre-teaser-title--md-xx-large {
    font-size: 3.75rem;
    --dre-line-height: 1.1;
    line-height: 1.1em;
  }
  .dre-teaser-title--md-xxx-large {
    font-size: 3.75rem;
    --dre-line-height: 1.1;
    line-height: 1.1em;
  }
}
@media (min-width: 75rem) {
  .dre-teaser-title--lg-xx-small {
    font-size: 0.875rem;
    --dre-line-height: 1.2857142857;
    line-height: 1.2857142857em;
  }
  .dre-teaser-title--lg-x-small {
    font-size: 1.125rem;
    --dre-line-height: 1.3333333333;
    line-height: 1.3333333333em;
  }
  .dre-teaser-title--lg-small {
    font-size: 1.5rem;
    --dre-line-height: 1.25;
    line-height: 1.25em;
  }
  .dre-teaser-title--lg-medium {
    font-size: 1.875rem;
    --dre-line-height: 1.2;
    line-height: 1.2em;
  }
  .dre-teaser-title--lg-large {
    font-size: 2.25rem;
    --dre-line-height: 1.1666666667;
    line-height: 1.1666666667em;
  }
  .dre-teaser-title--lg-x-large {
    font-size: 3rem;
    --dre-line-height: 1.125;
    line-height: 1.125em;
  }
  .dre-teaser-title--lg-xx-large {
    font-size: 3.75rem;
    --dre-line-height: 1.1;
    line-height: 1.1em;
  }
  .dre-teaser-title--lg-xxx-large {
    font-size: 3.75rem;
    --dre-line-height: 1.1;
    line-height: 1.1em;
  }
}
@media (min-width: 90rem) {
  .dre-teaser-title--xl-xx-small {
    font-size: 0.875rem;
    --dre-line-height: 1.2857142857;
    line-height: 1.2857142857em;
  }
  .dre-teaser-title--xl-x-small {
    font-size: 1.125rem;
    --dre-line-height: 1.3333333333;
    line-height: 1.3333333333em;
  }
  .dre-teaser-title--xl-small {
    font-size: 1.5rem;
    --dre-line-height: 1.25;
    line-height: 1.25em;
  }
  .dre-teaser-title--xl-medium {
    font-size: 1.875rem;
    --dre-line-height: 1.2;
    line-height: 1.2em;
  }
  .dre-teaser-title--xl-large {
    font-size: 2.25rem;
    --dre-line-height: 1.1666666667;
    line-height: 1.1666666667em;
  }
  .dre-teaser-title--xl-x-large {
    font-size: 3rem;
    --dre-line-height: 1.125;
    line-height: 1.125em;
  }
  .dre-teaser-title--xl-xx-large {
    font-size: 3.75rem;
    --dre-line-height: 1.1;
    line-height: 1.1em;
  }
  .dre-teaser-title--xl-xxx-large {
    font-size: 3.75rem;
    --dre-line-height: 1.1;
    line-height: 1.1em;
  }
}

:root {
  font-size: 100%;
}

:root {
  --dre-font-ascender: var(--dr-font-publik-ascender, 1);
  --dre-font-cap-height: var(--dr-font-publik-cap-height, 0.69);
  --dre-font-descender: var(--dr-font-publik-descender, 0.2);
  --dre-font-line-gap: var(--dr-font-publik-line-gap, 0);
  --dre-font-line-height-normal: calc(var(--dre-font-ascender) + var(--dre-font-descender));
}

.dre-teaser-summary {
  font-family: Publik, Gibson, "gibsonRegular", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  color: #4d4d4d;
}
.dre-teaser-summary--dark {
  color: #cccccc;
}
@media (min-width: 0) {
  .dre-teaser-summary--x-small-xxs, .dre-teaser-summary--small-xxs, .dre-teaser-summary--medium-xxs {
    font-size: 1rem;
    --dre-line-height: 1.375;
    line-height: 1.375em;
    padding-top: 0.625rem;
  }
  .dre-teaser-summary--medium-xxs, .dre-teaser-summary--large-xxs, .dre-teaser-summary--x-large-xxs {
    font-size: 1.125rem;
    --dre-line-height: 1.3333333333;
    line-height: 1.3333333333em;
    padding-top: 0.625rem;
  }
  .dre-teaser-summary--xx-large-xxs, .dre-teaser-summary--xxx-large-xxs {
    font-size: 1.125rem;
    --dre-line-height: 1.3333333333;
    line-height: 1.3333333333em;
    padding-top: 1.25rem;
  }
}
@media (min-width: 30rem) {
  .dre-teaser-summary--x-small-xs, .dre-teaser-summary--small-xs, .dre-teaser-summary--medium-xs {
    font-size: 1rem;
    --dre-line-height: 1.375;
    line-height: 1.375em;
    padding-top: 0.625rem;
  }
  .dre-teaser-summary--medium-xs, .dre-teaser-summary--large-xs, .dre-teaser-summary--x-large-xs {
    font-size: 1.125rem;
    --dre-line-height: 1.3333333333;
    line-height: 1.3333333333em;
    padding-top: 0.625rem;
  }
  .dre-teaser-summary--xx-large-xs, .dre-teaser-summary--xxx-large-xs {
    font-size: 1.125rem;
    --dre-line-height: 1.3333333333;
    line-height: 1.3333333333em;
    padding-top: 1.25rem;
  }
}
@media (min-width: 45rem) {
  .dre-teaser-summary--x-small-sm, .dre-teaser-summary--small-sm, .dre-teaser-summary--medium-sm {
    font-size: 1rem;
    --dre-line-height: 1.375;
    line-height: 1.375em;
    padding-top: 0.625rem;
  }
  .dre-teaser-summary--medium-sm, .dre-teaser-summary--large-sm, .dre-teaser-summary--x-large-sm {
    font-size: 1.125rem;
    --dre-line-height: 1.3333333333;
    line-height: 1.3333333333em;
    padding-top: 0.625rem;
  }
  .dre-teaser-summary--xx-large-sm, .dre-teaser-summary--xxx-large-sm {
    font-size: 1.125rem;
    --dre-line-height: 1.3333333333;
    line-height: 1.3333333333em;
    padding-top: 1.25rem;
  }
}
@media (min-width: 60rem) {
  .dre-teaser-summary--x-small-md, .dre-teaser-summary--small-md, .dre-teaser-summary--medium-md {
    font-size: 1rem;
    --dre-line-height: 1.375;
    line-height: 1.375em;
    padding-top: 0.625rem;
  }
  .dre-teaser-summary--medium-md, .dre-teaser-summary--large-md, .dre-teaser-summary--x-large-md {
    font-size: 1.125rem;
    --dre-line-height: 1.3333333333;
    line-height: 1.3333333333em;
    padding-top: 0.625rem;
  }
  .dre-teaser-summary--xx-large-md, .dre-teaser-summary--xxx-large-md {
    font-size: 1.125rem;
    --dre-line-height: 1.3333333333;
    line-height: 1.3333333333em;
    padding-top: 1.25rem;
  }
}
@media (min-width: 75rem) {
  .dre-teaser-summary--x-small-lg, .dre-teaser-summary--small-lg, .dre-teaser-summary--medium-lg {
    font-size: 1rem;
    --dre-line-height: 1.375;
    line-height: 1.375em;
    padding-top: 0.625rem;
  }
  .dre-teaser-summary--medium-lg, .dre-teaser-summary--large-lg, .dre-teaser-summary--x-large-lg {
    font-size: 1.125rem;
    --dre-line-height: 1.3333333333;
    line-height: 1.3333333333em;
    padding-top: 0.625rem;
  }
  .dre-teaser-summary--xx-large-lg, .dre-teaser-summary--xxx-large-lg {
    font-size: 1.125rem;
    --dre-line-height: 1.3333333333;
    line-height: 1.3333333333em;
    padding-top: 1.25rem;
  }
}
@media (min-width: 90rem) {
  .dre-teaser-summary--x-small-xl, .dre-teaser-summary--small-xl, .dre-teaser-summary--medium-xl {
    font-size: 1rem;
    --dre-line-height: 1.375;
    line-height: 1.375em;
    padding-top: 0.625rem;
  }
  .dre-teaser-summary--medium-xl, .dre-teaser-summary--large-xl, .dre-teaser-summary--x-large-xl {
    font-size: 1.125rem;
    --dre-line-height: 1.3333333333;
    line-height: 1.3333333333em;
    padding-top: 0.625rem;
  }
  .dre-teaser-summary--xx-large-xl, .dre-teaser-summary--xxx-large-xl {
    font-size: 1.125rem;
    --dre-line-height: 1.3333333333;
    line-height: 1.3333333333em;
    padding-top: 1.25rem;
  }
}

:root {
  font-size: 100%;
}

:root {
  --dre-font-ascender: var(--dr-font-publik-ascender, 1);
  --dre-font-cap-height: var(--dr-font-publik-cap-height, 0.69);
  --dre-font-descender: var(--dr-font-publik-descender, 0.2);
  --dre-font-line-gap: var(--dr-font-publik-line-gap, 0);
  --dre-font-line-height-normal: calc(var(--dre-font-ascender) + var(--dre-font-descender));
}

.dre-teaser-meta {
  text-transform: uppercase;
  height: 1.125rem;
  overflow: hidden;
  margin: -0.3125rem 0;
  padding: 0.3125rem 0;
  display: flex;
}
.dre-teaser-meta > * {
  min-width: 0;
}
.dre-teaser-meta__part {
  white-space: nowrap;
  margin-bottom: 0.3125rem;
  display: inline-block;
  vertical-align: top;
}
.dre-teaser-meta__part::before {
  content: "";
  margin: -0.125rem 0.5rem;
  display: inline-block;
  border-left: thin solid;
  min-height: 0.75rem;
  color: rgba(0, 0, 0, 0.6);
}
.dre-teaser-meta__part--dark::before {
  color: rgba(255, 255, 255, 0.6);
}
.dre-teaser-meta__part--primary {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  margin-top: -0.3125rem;
  padding: 0.3125rem 0;
}
.dre-teaser-meta__part--primary::before {
  display: none;
}

:root {
  font-size: 100%;
}

:root {
  --dre-font-ascender: var(--dr-font-publik-ascender, 1);
  --dre-font-cap-height: var(--dr-font-publik-cap-height, 0.69);
  --dre-font-descender: var(--dr-font-publik-descender, 0.2);
  --dre-font-line-gap: var(--dr-font-publik-line-gap, 0);
  --dre-font-line-height-normal: calc(var(--dre-font-ascender) + var(--dre-font-descender));
}

.dre-teaser-meta-label {
  color: rgba(0, 0, 0, 0.6);
}
.dre-teaser-meta-label--dark {
  color: rgba(255, 255, 255, 0.6);
}
.dre-teaser-meta-label--primary {
  color: #DB001A;
  font-weight: 600;
}
.dre-teaser-meta-label--primary-dark {
  color: #FF1A34;
  font-weight: 600;
}

.dre-page {
  position: relative;
  min-height: 12.5rem;
  padding-bottom: 3.75rem;
}

