.loading-skeleton {
  background-color: rgba(0, 0, 0, 0.05);
  color: transparent;
  overflow: hidden;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.loading-skeleton:before {
  animation: wave 1s linear 0.7s infinite;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0%25' x2='50%25' y1='0%25' y2='0' spreadMethod='pad'%3E%3Cstop offset='0%25' stop-color='transparent'/%3E%3Cstop offset='50%25' stop-color='rgba(0, 0, 0, 0.04)'/%3E%3Cstop offset='100%25' stop-color='transparent'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='50%25' height='100%25' fill='url(%23a)'/%3E%3C/svg%3E");
  background-size: 400% 400%;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate3d(-100%, 0, 0);
}
.loading-skeleton--paused:before {
  animation-play-state: paused;
}
@keyframes wave {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  60% {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(100%, 0, 0);
  }
}
.section-headline {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  overflow: hidden;
  padding-bottom: 16px;
  position: relative;
  z-index: 10;
}
.cms-container--mobile-full-width .section-headline {
  margin-left: 16px;
  margin-right: 16px;
}
@media screen and (min-width: 1024px) {
  .cms-container--mobile-full-width .section-headline {
    margin-left: 0;
  }
}
.section-headline__text {
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 120%;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .section-headline__text {
    font-family:
      Avenir Next,
      Helvetica Neue,
      Helvetica,
      Arial,
      sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 120%;
    text-transform: uppercase;
  }
}
.section-headline__link {
  margin-bottom: 8px;
}
.video-time {
  align-items: center;
  background-color: #fff;
  display: inline-flex;
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 150%;
  padding: 0 8px;
}
.video-time-minutes {
  display: inline-block;
  margin-left: 8px;
}
:export {
  colorGreyLight5: #f2f2f2;
  colorGreyDark50: #8a8a8a;
  colorGreyMedium: #e6e6e6;
  colorMintBright: var(--color-brand-bright);
  colorMintMedium: var(--color-brand-medium);
  colorBlack: #000;
  colorWhite: #fffffd;
  colorBrandLight: var(--color-brand-light);
  bgColorLightMint: #e6f6f4;
  bgColorLightRose: #ffebf0;
  bgColorRed: #ffebee;
  bgColorPink: #fce4ec;
  bgColorViolet: #f3e5f5;
  bgColorPurple: #ede7f6;
  bgColorIndigo: #e8eaf6;
  bgColorBlue: #e3f2fd;
  bgColorBabyBlue: #e1f5fe;
  bgColorCyan: #e0f7fa;
  bgColorTeal: #e0f2f1;
  bgColorGreen: #e8f5e9;
  bgColorFreshGreen: #f1f8e9;
  bgColorLime: #f9fbe7;
  bgColorYellow: #fffde7;
  bgColorAmber: #fff8e1;
  bgColorOrange: #fff3e0;
  bgColorRedOrange: #fbe9e7;
  bgColorMakeUp: #f7f1ed;
  bgColorBrown: #efebe9;
  bgColorGrey: #f2f2f2;
  bgColorBlueGrey: #eceff1;
  criteoColorGray: #b3b3b3;
  criteoColorBlack: #322b29;
  criteoColorDarkBrown: #5e534e;
}
.single-story {
  display: flex;
  flex-direction: column;
  min-width: 147px;
  width: 100%;
}
.single-story__image .image {
  height: auto;
  width: 100%;
}
.single-story__image-wrapper {
  margin-bottom: 12px;
  position: relative;
}
.single-story__image-wrapper--calculated {
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  position: absolute;
  right: 0;
}
.single-story__image-wrapper__image {
  width: 100%;
}
.single-story__image-container {
  margin-bottom: 12px;
  position: relative;
  width: 100%;
}
.single-story__image-placeholder {
  padding-bottom: 100%;
}
.single-story__overline {
  letter-spacing: 0.5px;
  line-height: 120%;
  text-transform: uppercase;
}
.single-story__headline,
.single-story__overline {
  display: block;
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 2px;
  margin-left: 16px;
}
.single-story__headline {
  letter-spacing: 0;
  line-height: 150%;
}
.single-story__info {
  color: #595959;
  display: block;
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 160%;
  margin-left: 16px;
}
.single-story__content {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 22px;
}
.single-story__content.paragraph {
  text-align: justify;
}
.singe-story-video-time {
  bottom: 16px;
  position: absolute;
  right: 16px;
  z-index: 1;
}
:export {
  mobileMax: 767px;
  tabletMax: 1023px;
  desktopMax: 1279px;
  largeMax: 1400px;
}
.story-slider {
  overflow: visible;
}
@media screen and (min-width: 1024px) {
  .story-slider {
    overflow: hidden;
  }
}
.story-slider .swiper-slide__initial {
  width: 236px;
}
@media screen and (min-width: 768px) {
  .story-slider .swiper-slide__initial {
    width: 173px;
  }
}
@media screen and (min-width: 1024px) {
  .story-slider .swiper-slide__initial {
    width: 325px;
  }
}
.story-slider__loadingskeleton .skeleton-image {
  border-radius: 4px;
  margin-bottom: 15px;
}
.story-slider__loadingskeleton .skeleton-headline {
  margin-bottom: 5px;
  margin-top: 3px;
}
.story-slider .douglas-swiper-carousel--horizontal .swiper-arrow {
  top: 40%;
}
.story-slider .swiper-container {
  padding-bottom: 35px;
}
.story-slider-lastslide {
  text-align: center;
}
.story-slider-lastslide__headline {
  font-size: 14px;
  line-height: 110%;
  margin: 0 auto 5px;
}
.story-slider-lastslide__headline,
.story-slider-lastslide__linktext {
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  max-width: 150px;
}
.story-slider-lastslide__linktext {
  font-size: 12px;
  line-height: 150%;
  margin: 0 auto;
  text-decoration: underline;
}
.story-slider-lastslide__link {
  background-color: #f2f2f2;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.douglas-swiper-carousel--horizontal .swiper-arrow {
  top: 50%;
}
