.lyd-web-description__p {
  margin: 0;
  padding: 0 0 1.25rem;
}
.lyd-web-description__p:last-child {
  padding-bottom: 0;
}
.lyd-web-description--clamped__p {
  display: inline;
  padding: 0 0.375rem 0 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-button {
  padding: 0;
  margin: 0;
  border: 0 none;
  background-color: transparent;
  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;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  /* Apply hover when primary input mechanism system can hover
     and supports the hover media feature */
  /* Apply hover when firefox */
}
.dre-button:disabled {
  --dre-button__main__text-color: #676767;
  --dre-button__label__text-color: #676767;
  --dre-button__main__background-color: #cccccc;
  --dre-button__label__background-color: #cccccc;
}
.dre-button--secondary:disabled, .dre-button--secondary-on-dark:disabled, .dre-button--tertiary:disabled, .dre-button--tertiary-on-dark:disabled {
  --dre-button__main__text-color: #b2b2b2;
  --dre-button__main__background-color: transparent;
}
.dre-button__touch-area {
  display: flex;
}
.dre-button__touch-area--small-icon-only {
  padding: 0.375rem;
  margin: -0.375rem;
}
.dre-button__main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dre-button__main__text-color, #FFF);
  background-color: var(--dre-button__main__background-color, #FF001E);
  transition: background-color 0.3s ease-out, border-color 0.1s ease-out;
  padding-left: var(--dre-button__main__left-padding);
  padding-right: var(--dre-button__main__right-padding);
}
.dre-button__main--grow {
  flex-grow: 1;
}
.dre-button__main--small {
  height: 1.75rem;
  --dre-button__main__left-padding: .5rem;
  --dre-button__main__right-padding: 1rem;
}
.dre-button__main--medium {
  height: 2.5rem;
  --dre-button__main__left-padding: 1rem;
  --dre-button__main__right-padding: 1.5rem;
}
.dre-button__main--small-icon-only {
  --dre-button__main__left-padding: .4375rem;
  --dre-button__main__right-padding: .4375rem;
}
.dre-button__main--small-text-only {
  --dre-button__main__left-padding: 1rem;
  --dre-button__main__right-padding: 1rem;
}
.dre-button__main--medium-icon-only {
  --dre-button__main__left-padding: .625rem;
  --dre-button__main__right-padding: .625rem;
}
.dre-button__main--medium-text-only {
  --dre-button__main__left-padding: 1.5rem;
  --dre-button__main__right-padding: 1.5rem;
}
.dre-button__main--secondary {
  color: var(--dre-button__main__text-color, #000);
  border: 0.0625rem solid currentColor;
}
.dre-button__main--secondary-on-dark {
  color: var(--dre-button__main__text-color, #FFF);
  border: 0.0625rem solid currentColor;
}
.dre-button__main--tertiary {
  color: var(--dre-button__main__text-color, #DB001A);
  border: 0.0625rem solid transparent;
}
.dre-button__main--tertiary-pressed {
  border: 0.0625rem solid currentColor;
}
.dre-button__main--tertiary-on-dark {
  color: var(--dre-button__main__text-color, #FF1A34);
  border: 0.0625rem solid transparent;
}
.dre-button__main--tertiary-on-dark-pressed {
  border: 0.0625rem solid currentColor;
}
.dre-button__main--secondary, .dre-button__main--secondary-on-dark, .dre-button__main--tertiary, .dre-button__main--tertiary-on-dark {
  padding-left: calc(var(--dre-button__main__left-padding, 0rem) - 0.0625rem);
  padding-right: calc(var(--dre-button__main__right-padding, 0rem) - 0.0625rem);
  background-color: var(--dre-button__main__background-color, transparent);
}
.dre-button__text--small:not(:first-child) {
  margin-left: 0.25rem;
}
.dre-button__text--medium:not(:first-child) {
  margin-left: 0.5rem;
}
.dre-button__label {
  display: inline-flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  margin-left: 0.125rem;
  color: var(--dre-button__label__text-color, #000);
  background-color: var(--dre-button__label__background-color, #f3f0ef);
  transition: background-color 0.3s ease-out;
}
.dre-button__label--small {
  height: 1.75rem;
  padding: 0.5rem;
}
.dre-button__label--medium {
  height: 2.5rem;
  padding: 0 1.5rem;
}
@media (hover: hover) {
  .dre-button:hover:not(:disabled) {
    text-decoration: none;
    --dre-button__main__background-color: #DB001A;
    --dre-button__label__background-color: #e5e5e5;
  }
  .dre-button--tertiary:hover:not(:disabled) {
    --dre-button__main__text-color: #FF001E;
    --dre-button__main__background-color: transparent;
  }
  .dre-button--tertiary-on-dark:hover:not(:disabled) {
    --dre-button__main__text-color: #DB001A;
    --dre-button__main__background-color: transparent;
  }
  .dre-button--secondary:hover:not(:disabled) {
    --dre-button__main__background-color: #e5e5e5;
  }
  .dre-button--secondary-on-dark:hover:not(:disabled) {
    --dre-button__main__background-color: #333333;
  }
}
@-moz-document url-prefix() {
  .dre-button:hover:not(:disabled) {
    text-decoration: none;
    --dre-button__main__background-color: #DB001A;
    --dre-button__label__background-color: #e5e5e5;
  }
  .dre-button--tertiary:hover:not(:disabled) {
    --dre-button__main__text-color: #FF001E;
    --dre-button__main__background-color: transparent;
  }
  .dre-button--tertiary-on-dark:hover:not(:disabled) {
    --dre-button__main__text-color: #DB001A;
    --dre-button__main__background-color: transparent;
  }
  .dre-button--secondary:hover:not(:disabled) {
    --dre-button__main__background-color: #e5e5e5;
  }
  .dre-button--secondary-on-dark:hover:not(:disabled) {
    --dre-button__main__background-color: #333333;
  }
}

: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-label-text {
  font-family: Publik, Gibson, "gibsonRegular", "Arial", sans-serif;
  max-width: inherit;
  display: flex;
  align-items: baseline;
  height: 0.5rem;
  font-size: calc(8 / var(--dre-font-cap-height, 1) / 16 * 1rem);
  line-height: 0.4375rem;
}
.dre-label-text::after {
  content: "";
  visibility: hidden;
  font-size: 0;
  height: 100%;
  width: 0;
  display: grid;
  align-items: end;
}
.dre-label-text__text {
  max-width: inherit;
}
@media (min-width: 0) {
  .dre-label-text--xxs-x-small {
    height: 0.5rem;
    font-size: calc(8 / var(--dre-font-cap-height, 1) / 16 * 1rem);
    line-height: 0.4375rem;
  }
  .dre-label-text--xxs-small {
    height: 0.5625rem;
    font-size: calc(9 / var(--dre-font-cap-height, 1) / 16 * 1rem);
    line-height: 0.5rem;
  }
  .dre-label-text--xxs-medium {
    height: 0.625rem;
    font-size: calc(10 / var(--dre-font-cap-height, 1) / 16 * 1rem);
    line-height: 0.5625rem;
  }
  .dre-label-text--xxs-large {
    height: 0.6875rem;
    font-size: calc(11 / var(--dre-font-cap-height, 1) / 16 * 1rem);
    line-height: 0.625rem;
  }
  .dre-label-text--xxs-x-large {
    height: 0.75rem;
    font-size: calc(12 / var(--dre-font-cap-height, 1) / 16 * 1rem);
    line-height: 0.6875rem;
  }
}
@media (min-width: 30rem) {
  .dre-label-text--xs-x-small {
    height: 0.5rem;
    font-size: calc(8 / var(--dre-font-cap-height, 1) / 16 * 1rem);
    line-height: 0.4375rem;
  }
  .dre-label-text--xs-small {
    height: 0.5625rem;
    font-size: calc(9 / var(--dre-font-cap-height, 1) / 16 * 1rem);
    line-height: 0.5rem;
  }
  .dre-label-text--xs-medium {
    height: 0.625rem;
    font-size: calc(10 / var(--dre-font-cap-height, 1) / 16 * 1rem);
    line-height: 0.5625rem;
  }
  .dre-label-text--xs-large {
    height: 0.6875rem;
    font-size: calc(11 / var(--dre-font-cap-height, 1) / 16 * 1rem);
    line-height: 0.625rem;
  }
  .dre-label-text--xs-x-large {
    height: 0.75rem;
    font-size: calc(12 / var(--dre-font-cap-height, 1) / 16 * 1rem);
    line-height: 0.6875rem;
  }
}
@media (min-width: 45rem) {
  .dre-label-text--sm-x-small {
    height: 0.5rem;
    font-size: calc(8 / var(--dre-font-cap-height, 1) / 16 * 1rem);
    line-height: 0.4375rem;
  }
  .dre-label-text--sm-small {
    height: 0.5625rem;
    font-size: calc(9 / var(--dre-font-cap-height, 1) / 16 * 1rem);
    line-height: 0.5rem;
  }
  .dre-label-text--sm-medium {
    height: 0.625rem;
    font-size: calc(10 / var(--dre-font-cap-height, 1) / 16 * 1rem);
    line-height: 0.5625rem;
  }
  .dre-label-text--sm-large {
    height: 0.6875rem;
    font-size: calc(11 / var(--dre-font-cap-height, 1) / 16 * 1rem);
    line-height: 0.625rem;
  }
  .dre-label-text--sm-x-large {
    height: 0.75rem;
    font-size: calc(12 / var(--dre-font-cap-height, 1) / 16 * 1rem);
    line-height: 0.6875rem;
  }
}
@media (min-width: 60rem) {
  .dre-label-text--md-x-small {
    height: 0.5rem;
    font-size: calc(8 / var(--dre-font-cap-height, 1) / 16 * 1rem);
    line-height: 0.4375rem;
  }
  .dre-label-text--md-small {
    height: 0.5625rem;
    font-size: calc(9 / var(--dre-font-cap-height, 1) / 16 * 1rem);
    line-height: 0.5rem;
  }
  .dre-label-text--md-medium {
    height: 0.625rem;
    font-size: calc(10 / var(--dre-font-cap-height, 1) / 16 * 1rem);
    line-height: 0.5625rem;
  }
  .dre-label-text--md-large {
    height: 0.6875rem;
    font-size: calc(11 / var(--dre-font-cap-height, 1) / 16 * 1rem);
    line-height: 0.625rem;
  }
  .dre-label-text--md-x-large {
    height: 0.75rem;
    font-size: calc(12 / var(--dre-font-cap-height, 1) / 16 * 1rem);
    line-height: 0.6875rem;
  }
}
@media (min-width: 75rem) {
  .dre-label-text--lg-x-small {
    height: 0.5rem;
    font-size: calc(8 / var(--dre-font-cap-height, 1) / 16 * 1rem);
    line-height: 0.4375rem;
  }
  .dre-label-text--lg-small {
    height: 0.5625rem;
    font-size: calc(9 / var(--dre-font-cap-height, 1) / 16 * 1rem);
    line-height: 0.5rem;
  }
  .dre-label-text--lg-medium {
    height: 0.625rem;
    font-size: calc(10 / var(--dre-font-cap-height, 1) / 16 * 1rem);
    line-height: 0.5625rem;
  }
  .dre-label-text--lg-large {
    height: 0.6875rem;
    font-size: calc(11 / var(--dre-font-cap-height, 1) / 16 * 1rem);
    line-height: 0.625rem;
  }
  .dre-label-text--lg-x-large {
    height: 0.75rem;
    font-size: calc(12 / var(--dre-font-cap-height, 1) / 16 * 1rem);
    line-height: 0.6875rem;
  }
}
@media (min-width: 90rem) {
  .dre-label-text--xl-x-small {
    height: 0.5rem;
    font-size: calc(8 / var(--dre-font-cap-height, 1) / 16 * 1rem);
    line-height: 0.4375rem;
  }
  .dre-label-text--xl-small {
    height: 0.5625rem;
    font-size: calc(9 / var(--dre-font-cap-height, 1) / 16 * 1rem);
    line-height: 0.5rem;
  }
  .dre-label-text--xl-medium {
    height: 0.625rem;
    font-size: calc(10 / var(--dre-font-cap-height, 1) / 16 * 1rem);
    line-height: 0.5625rem;
  }
  .dre-label-text--xl-large {
    height: 0.6875rem;
    font-size: calc(11 / var(--dre-font-cap-height, 1) / 16 * 1rem);
    line-height: 0.625rem;
  }
  .dre-label-text--xl-x-large {
    height: 0.75rem;
    font-size: calc(12 / var(--dre-font-cap-height, 1) / 16 * 1rem);
    line-height: 0.6875rem;
  }
}

.dre-progress-bar {
  overflow: hidden;
  background-color: transparent;
}
.dre-progress-bar--small {
  height: 0.1875rem;
}
.dre-progress-bar--medium {
  height: 0.3125rem;
}
.dre-progress-bar--large {
  height: 0.5rem;
}
.dre-progress-bar__bar {
  height: 100%;
  width: 100%;
  will-change: transform;
  transform: translateX(-100%);
  background-color: black;
}

.lyd-web-meta-line {
  margin: 0 0 1rem;
  color: #7f7f7f;
  font-size: 0.6875rem;
  line-height: 1.0625rem;
  text-transform: uppercase;
}
.lyd-web-meta-line__primary {
  font-weight: 600;
  color: #ff001e;
}
.lyd-web-meta-line__secondary {
  margin: 0 0 0 0.5rem;
  padding: 0 0 0 0.5rem;
  border-left: 1px solid #7f7f7f;
}
.lyd-web-meta-line__secondary:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 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-picture {
  position: relative;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.dre-picture__image {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.dre-picture__image--unloaded {
  background-color: rgba(0, 0, 0, 0.1);
}
.dre-picture__image--error {
  opacity: 0;
}
.dre-picture__image:-moz-loading {
  opacity: 0;
}
.dre-picture__ratio-padder {
  display: block;
  position: relative;
  visibility: visible;
  width: 100%;
  padding-bottom: calc(var(--dre-picture__ratio, 0.5625) * 100%);
  line-height: 0;
}
@media (min-width: 0) {
  .dre-picture__ratio-padder--xxs {
    --dre-picture__ratio: var(--dre-picture__ratio--xxs);
  }
}
@media (min-width: 30rem) {
  .dre-picture__ratio-padder--xs {
    --dre-picture__ratio: var(--dre-picture__ratio--xs);
  }
}
@media (min-width: 45rem) {
  .dre-picture__ratio-padder--sm {
    --dre-picture__ratio: var(--dre-picture__ratio--sm);
  }
}
@media (min-width: 60rem) {
  .dre-picture__ratio-padder--md {
    --dre-picture__ratio: var(--dre-picture__ratio--md);
  }
}
@media (min-width: 75rem) {
  .dre-picture__ratio-padder--lg {
    --dre-picture__ratio: var(--dre-picture__ratio--lg);
  }
}
@media (min-width: 90rem) {
  .dre-picture__ratio-padder--xl {
    --dre-picture__ratio: var(--dre-picture__ratio--xl);
  }
}

: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-image {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  transform: translateZ(0);
  background-color: #cccccc;
  user-select: none;
}
.dre-image--loaded {
  background-color: transparent;
}
.dre-image__image {
  transform: translateZ(0);
  z-index: 1;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  object-fit: cover;
}
.dre-image__image--error {
  display: none;
}
.dre-image__ratio-padder {
  display: block;
  position: relative;
  visibility: visible;
  width: 100%;
  padding-bottom: 100%;
  line-height: 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-icon-wrapper {
  display: inline-flex;
  vertical-align: top;
  text-align: left;
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
}
.dre-icon-wrapper__wrapper {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.dre-icon-wrapper__wrapper > svg {
  fill: currentColor;
  vertical-align: top;
}
.dre-icon-wrapper--boxed {
  padding: 0.25rem;
}
@media (min-width: 0) {
  .dre-icon-wrapper--xxs-xxx-small {
    width: 0.75rem;
    height: 0.75rem;
  }
  .dre-icon-wrapper--xxs-xx-small {
    width: 0.875rem;
    height: 0.875rem;
  }
  .dre-icon-wrapper--xxs-x-small {
    width: 1.25rem;
    height: 1.25rem;
  }
  .dre-icon-wrapper--xxs-small {
    width: 1.5rem;
    height: 1.5rem;
  }
  .dre-icon-wrapper--xxs-medium {
    width: 1.875rem;
    height: 1.875rem;
  }
  .dre-icon-wrapper--xxs-large {
    width: 2.5rem;
    height: 2.5rem;
  }
  .dre-icon-wrapper--xxs-x-large {
    width: 3.75rem;
    height: 3.75rem;
  }
  .dre-icon-wrapper--xxs-xxx-small-boxed {
    padding: 0.03125rem;
  }
  .dre-icon-wrapper--xxs-xx-small-boxed {
    padding: 0.0625rem;
  }
  .dre-icon-wrapper--xxs-x-small-boxed, .dre-icon-wrapper--xxs-small-boxed {
    padding: 0.125rem;
  }
  .dre-icon-wrapper--xxs-medium-boxed {
    padding: 0.25rem;
  }
  .dre-icon-wrapper--xxs-large-boxed {
    padding: 0.3125rem;
  }
  .dre-icon-wrapper--xxs-x-large-boxed {
    padding: 0.5rem;
  }
}
@media (min-width: 30rem) {
  .dre-icon-wrapper--xs-xxx-small {
    width: 0.75rem;
    height: 0.75rem;
  }
  .dre-icon-wrapper--xs-xx-small {
    width: 0.875rem;
    height: 0.875rem;
  }
  .dre-icon-wrapper--xs-x-small {
    width: 1.25rem;
    height: 1.25rem;
  }
  .dre-icon-wrapper--xs-small {
    width: 1.5rem;
    height: 1.5rem;
  }
  .dre-icon-wrapper--xs-medium {
    width: 1.875rem;
    height: 1.875rem;
  }
  .dre-icon-wrapper--xs-large {
    width: 2.5rem;
    height: 2.5rem;
  }
  .dre-icon-wrapper--xs-x-large {
    width: 3.75rem;
    height: 3.75rem;
  }
  .dre-icon-wrapper--xs-xxx-small-boxed {
    padding: 0.03125rem;
  }
  .dre-icon-wrapper--xs-xx-small-boxed {
    padding: 0.0625rem;
  }
  .dre-icon-wrapper--xs-x-small-boxed, .dre-icon-wrapper--xs-small-boxed {
    padding: 0.125rem;
  }
  .dre-icon-wrapper--xs-medium-boxed {
    padding: 0.25rem;
  }
  .dre-icon-wrapper--xs-large-boxed {
    padding: 0.3125rem;
  }
  .dre-icon-wrapper--xs-x-large-boxed {
    padding: 0.5rem;
  }
}
@media (min-width: 45rem) {
  .dre-icon-wrapper--sm-xxx-small {
    width: 0.75rem;
    height: 0.75rem;
  }
  .dre-icon-wrapper--sm-xx-small {
    width: 0.875rem;
    height: 0.875rem;
  }
  .dre-icon-wrapper--sm-x-small {
    width: 1.25rem;
    height: 1.25rem;
  }
  .dre-icon-wrapper--sm-small {
    width: 1.5rem;
    height: 1.5rem;
  }
  .dre-icon-wrapper--sm-medium {
    width: 1.875rem;
    height: 1.875rem;
  }
  .dre-icon-wrapper--sm-large {
    width: 2.5rem;
    height: 2.5rem;
  }
  .dre-icon-wrapper--sm-x-large {
    width: 3.75rem;
    height: 3.75rem;
  }
  .dre-icon-wrapper--sm-xxx-small-boxed {
    padding: 0.03125rem;
  }
  .dre-icon-wrapper--sm-xx-small-boxed {
    padding: 0.0625rem;
  }
  .dre-icon-wrapper--sm-x-small-boxed, .dre-icon-wrapper--sm-small-boxed {
    padding: 0.125rem;
  }
  .dre-icon-wrapper--sm-medium-boxed {
    padding: 0.25rem;
  }
  .dre-icon-wrapper--sm-large-boxed {
    padding: 0.3125rem;
  }
  .dre-icon-wrapper--sm-x-large-boxed {
    padding: 0.5rem;
  }
}
@media (min-width: 60rem) {
  .dre-icon-wrapper--md-xxx-small {
    width: 0.75rem;
    height: 0.75rem;
  }
  .dre-icon-wrapper--md-xx-small {
    width: 0.875rem;
    height: 0.875rem;
  }
  .dre-icon-wrapper--md-x-small {
    width: 1.25rem;
    height: 1.25rem;
  }
  .dre-icon-wrapper--md-small {
    width: 1.5rem;
    height: 1.5rem;
  }
  .dre-icon-wrapper--md-medium {
    width: 1.875rem;
    height: 1.875rem;
  }
  .dre-icon-wrapper--md-large {
    width: 2.5rem;
    height: 2.5rem;
  }
  .dre-icon-wrapper--md-x-large {
    width: 3.75rem;
    height: 3.75rem;
  }
  .dre-icon-wrapper--md-xxx-small-boxed {
    padding: 0.03125rem;
  }
  .dre-icon-wrapper--md-xx-small-boxed {
    padding: 0.0625rem;
  }
  .dre-icon-wrapper--md-x-small-boxed, .dre-icon-wrapper--md-small-boxed {
    padding: 0.125rem;
  }
  .dre-icon-wrapper--md-medium-boxed {
    padding: 0.25rem;
  }
  .dre-icon-wrapper--md-large-boxed {
    padding: 0.3125rem;
  }
  .dre-icon-wrapper--md-x-large-boxed {
    padding: 0.5rem;
  }
}
@media (min-width: 75rem) {
  .dre-icon-wrapper--lg-xxx-small {
    width: 0.75rem;
    height: 0.75rem;
  }
  .dre-icon-wrapper--lg-xx-small {
    width: 0.875rem;
    height: 0.875rem;
  }
  .dre-icon-wrapper--lg-x-small {
    width: 1.25rem;
    height: 1.25rem;
  }
  .dre-icon-wrapper--lg-small {
    width: 1.5rem;
    height: 1.5rem;
  }
  .dre-icon-wrapper--lg-medium {
    width: 1.875rem;
    height: 1.875rem;
  }
  .dre-icon-wrapper--lg-large {
    width: 2.5rem;
    height: 2.5rem;
  }
  .dre-icon-wrapper--lg-x-large {
    width: 3.75rem;
    height: 3.75rem;
  }
  .dre-icon-wrapper--lg-xxx-small-boxed {
    padding: 0.03125rem;
  }
  .dre-icon-wrapper--lg-xx-small-boxed {
    padding: 0.0625rem;
  }
  .dre-icon-wrapper--lg-x-small-boxed, .dre-icon-wrapper--lg-small-boxed {
    padding: 0.125rem;
  }
  .dre-icon-wrapper--lg-medium-boxed {
    padding: 0.25rem;
  }
  .dre-icon-wrapper--lg-large-boxed {
    padding: 0.3125rem;
  }
  .dre-icon-wrapper--lg-x-large-boxed {
    padding: 0.5rem;
  }
}
@media (min-width: 90rem) {
  .dre-icon-wrapper--xl-xxx-small {
    width: 0.75rem;
    height: 0.75rem;
  }
  .dre-icon-wrapper--xl-xx-small {
    width: 0.875rem;
    height: 0.875rem;
  }
  .dre-icon-wrapper--xl-x-small {
    width: 1.25rem;
    height: 1.25rem;
  }
  .dre-icon-wrapper--xl-small {
    width: 1.5rem;
    height: 1.5rem;
  }
  .dre-icon-wrapper--xl-medium {
    width: 1.875rem;
    height: 1.875rem;
  }
  .dre-icon-wrapper--xl-large {
    width: 2.5rem;
    height: 2.5rem;
  }
  .dre-icon-wrapper--xl-x-large {
    width: 3.75rem;
    height: 3.75rem;
  }
  .dre-icon-wrapper--xl-xxx-small-boxed {
    padding: 0.03125rem;
  }
  .dre-icon-wrapper--xl-xx-small-boxed {
    padding: 0.0625rem;
  }
  .dre-icon-wrapper--xl-x-small-boxed, .dre-icon-wrapper--xl-small-boxed {
    padding: 0.125rem;
  }
  .dre-icon-wrapper--xl-medium-boxed {
    padding: 0.25rem;
  }
  .dre-icon-wrapper--xl-large-boxed {
    padding: 0.3125rem;
  }
  .dre-icon-wrapper--xl-x-large-boxed {
    padding: 0.5rem;
  }
}

.dre-threshold-trigger {
  pointer-events: none;
}
.dre-threshold-trigger--top, .dre-threshold-trigger--right, .dre-threshold-trigger--bottom, .dre-threshold-trigger--left {
  position: absolute;
  min-width: 1px;
  min-height: 1px;
}
.dre-threshold-trigger--top {
  top: 0;
}
.dre-threshold-trigger--right {
  right: 0;
}
.dre-threshold-trigger--bottom {
  bottom: 0;
}
.dre-threshold-trigger--left {
  left: 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-picture-download {
  top: 1rem;
  left: 1rem;
  position: absolute;
  display: block;
  z-index: 3;
  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;
  float: left;
  color: #DB001A;
  background-color: white;
  text-transform: uppercase;
  padding: 0.625rem 1rem;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.dre-picture-download:hover {
  text-decoration: underline;
}
@media (hover: none) {
  .dre-picture-download:hover {
    text-decoration: none;
  }
}
@media (min-width: 45rem) {
  .dre-picture-download {
    top: 1.5rem;
    left: 1.5rem;
  }
}
.dre-picture-download__icon {
  padding-right: 0.5rem;
}

: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-breakpoint {
  display: none;
  flex: 1 1 auto;
}
@media (min-width: 0) and (max-width: 29.999rem) {
  .dre-breakpoint--xxs {
    display: var(--dre-breakpoint-display, initial);
  }
}
@media (min-width: 30rem) and (max-width: 44.999rem) {
  .dre-breakpoint--xs {
    display: var(--dre-breakpoint-display, initial);
  }
}
@media (min-width: 45rem) and (max-width: 59.999rem) {
  .dre-breakpoint--sm {
    display: var(--dre-breakpoint-display, initial);
  }
}
@media (min-width: 60rem) and (max-width: 74.999rem) {
  .dre-breakpoint--md {
    display: var(--dre-breakpoint-display, initial);
  }
}
@media (min-width: 75rem) and (max-width: 89.999rem) {
  .dre-breakpoint--lg {
    display: var(--dre-breakpoint-display, initial);
  }
}
@media (min-width: 90rem) {
  .dre-breakpoint--xl {
    display: var(--dre-breakpoint-display, initial);
  }
}

.lyd-web-login-button {
  display: inline-block;
  border: 1px solid #ff001e;
  background-color: #ff001e;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  padding: 0.675rem 1.5rem 0.75rem;
  transition: background-color 0.3s ease-out, border-color 0.1s ease-out;
}
.lyd-web-login-button:hover {
  background-color: #db001a;
  border-color: #db001a;
}
.lyd-web-login-button--small {
  font-size: 0.75rem;
  padding: 0.45rem 1rem 0.5rem;
}
.lyd-web-login-button--secondary {
  background-color: #fff;
  color: #000;
}
.lyd-web-login-button--secondary,
.lyd-web-login-button--secondary:hover {
  border-color: #000;
}
.lyd-web-login-button--secondary:hover {
  background-color: #e5e5e5;
}

.dre-loading-animation-icon {
  animation: 1s dre-loading-animation-icon-rotation 0s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes dre-loading-animation-icon-rotation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(360deg);
  }
}

: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-picture-error {
  --dre-picture-error__font-size: 0.75rem;
  --dre-picture-error__alt_margin: 0.5rem;
  --dre-picture-error__alt_display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  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: var(--dre-picture-error__font-size);
  line-height: 1.2;
}
.dre-picture-error__icon {
  opacity: 0.5;
}
.dre-picture-error__alt {
  font-style: italic;
  color: #000;
  display: var(--dre-picture-error__alt_display);
  margin-top: var(--dre-picture-error__alt_margin);
}
@media (min-width: 0) {
  .dre-picture-error--xxs-small {
    --dre-picture-error__alt_display: none;
  }
  .dre-picture-error--xxs-medium {
    --dre-picture-error__alt_margin: 1rem;
    --dre-picture-error__alt_display: inline;
    --dre-picture-error__font-size: 0.75rem;
  }
  .dre-picture-error--xxs-large {
    --dre-picture-error__alt_margin: 1.5rem;
    --dre-picture-error__alt_display: inline;
    --dre-picture-error__font-size: 1rem;
  }
}
@media (min-width: 30rem) {
  .dre-picture-error--xs-small {
    --dre-picture-error__alt_display: none;
  }
  .dre-picture-error--xs-medium {
    --dre-picture-error__alt_margin: 1rem;
    --dre-picture-error__alt_display: inline;
    --dre-picture-error__font-size: 0.75rem;
  }
  .dre-picture-error--xs-large {
    --dre-picture-error__alt_margin: 1.5rem;
    --dre-picture-error__alt_display: inline;
    --dre-picture-error__font-size: 1rem;
  }
}
@media (min-width: 45rem) {
  .dre-picture-error--sm-small {
    --dre-picture-error__alt_display: none;
  }
  .dre-picture-error--sm-medium {
    --dre-picture-error__alt_margin: 1rem;
    --dre-picture-error__alt_display: inline;
    --dre-picture-error__font-size: 0.75rem;
  }
  .dre-picture-error--sm-large {
    --dre-picture-error__alt_margin: 1.5rem;
    --dre-picture-error__alt_display: inline;
    --dre-picture-error__font-size: 1rem;
  }
}
@media (min-width: 60rem) {
  .dre-picture-error--md-small {
    --dre-picture-error__alt_display: none;
  }
  .dre-picture-error--md-medium {
    --dre-picture-error__alt_margin: 1rem;
    --dre-picture-error__alt_display: inline;
    --dre-picture-error__font-size: 0.75rem;
  }
  .dre-picture-error--md-large {
    --dre-picture-error__alt_margin: 1.5rem;
    --dre-picture-error__alt_display: inline;
    --dre-picture-error__font-size: 1rem;
  }
}
@media (min-width: 75rem) {
  .dre-picture-error--lg-small {
    --dre-picture-error__alt_display: none;
  }
  .dre-picture-error--lg-medium {
    --dre-picture-error__alt_margin: 1rem;
    --dre-picture-error__alt_display: inline;
    --dre-picture-error__font-size: 0.75rem;
  }
  .dre-picture-error--lg-large {
    --dre-picture-error__alt_margin: 1.5rem;
    --dre-picture-error__alt_display: inline;
    --dre-picture-error__font-size: 1rem;
  }
}
@media (min-width: 90rem) {
  .dre-picture-error--xl-small {
    --dre-picture-error__alt_display: none;
  }
  .dre-picture-error--xl-medium {
    --dre-picture-error__alt_margin: 1rem;
    --dre-picture-error__alt_display: inline;
    --dre-picture-error__font-size: 0.75rem;
  }
  .dre-picture-error--xl-large {
    --dre-picture-error__alt_margin: 1.5rem;
    --dre-picture-error__alt_display: inline;
    --dre-picture-error__font-size: 1rem;
  }
}

.dre-resize-detector {
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  margin: 1px 0 0;
  border: none;
  opacity: 0;
  pointer-events: none;
}
.dre-resize-detector--no-pointer-events {
  visibility: hidden;
}
.dre-resize-detector--axis-horizontal {
  height: 1px;
}
.dre-resize-detector--axis-vertical {
  width: 1px;
}

: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-caption {
  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);
}
.dre-caption--dark {
  color: rgba(255, 255, 255, 0.6);
}

: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-container--margin-top {
  margin-top: 2rem;
}
@media (min-width: 60rem) {
  .dre-container--margin-top {
    margin-top: 2.5rem;
  }
}
.dre-container--margin-bottom {
  margin-bottom: 2rem;
}
@media (min-width: 60rem) {
  .dre-container--margin-bottom {
    margin-bottom: 2.5rem;
  }
}
.dre-container__content {
  position: relative;
  box-sizing: content-box;
  padding-left: 1rem;
  padding-right: 1rem;
  --dre-container__offset: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.dre-container__content:before, .dre-container__content:after {
  content: " ";
  display: table;
}
.dre-container__content:after {
  clear: both;
}
@media (min-width: 45rem) {
  .dre-container__content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    --dre-container__offset: 2.5rem;
  }
}
@media (min-width: 75rem) {
  .dre-container__content {
    padding-left: 4rem;
    padding-right: 4rem;
    --dre-container__offset: 4rem;
  }
}
.dre-container__content--small {
  max-width: 35rem;
}
@media (min-width: 45rem) {
  .dre-container__content--small {
    max-width: 38.75rem;
  }
}
@media (min-width: 60rem) {
  .dre-container__content--small {
    max-width: 43.75rem;
  }
}
.dre-container__content--medium {
  max-width: 35rem;
}
@media (min-width: 45rem) {
  .dre-container__content--medium {
    max-width: 38.75rem;
  }
}
@media (min-width: 60rem) {
  .dre-container__content--medium {
    max-width: 53.125rem;
  }
}
.dre-container__content--large {
  max-width: 75rem;
}
.dre-container__content--x-large {
  max-width: 92.5rem;
}

