.section.m-news_sheets {
  position: relative;
  z-index: auto !important;
  overflow: visible !important;
  isolation: auto !important;
  transform: none !important;
  contain: none !important;
}

.news-sheets-overview,
.news-detail-sheet,
.news-detail-hero {
  --ns-bg: var(--ns-light-bg, #fff);
  --ns-wrapper-bg: var(--ns-light-wrapper_bg, #fff);
  --ns-h1: var(--ns-light-h1, #8d5094);
  --ns-h2: var(--ns-light-h2, #8d5094);
  --ns-h3: var(--ns-light-h3, #3264cc);
  --ns-h4: var(--ns-light-h4, #3264cc);
  --ns-text: var(--ns-light-text, #252525);
  --ns-strong: var(--ns-light-strong, #111);
  --ns-link: var(--ns-light-link, #3264cc);
  --ns-hover: var(--ns-light-hover, #8d5094);
  --ns-ul: var(--ns-light-ul, #252525);
  color: var(--ns-text);
  font-family: "agenda", sans-serif;
  font-weight: 400;
}

html[data-theme="dark"] .news-sheets-overview,
body[data-theme="dark"] .news-sheets-overview,
html.dark .news-sheets-overview,
body.dark .news-sheets-overview,
body.dark-mode .news-sheets-overview,
body.is-dark .news-sheets-overview,
.theme-dark .news-sheets-overview,
.perlanova-dark .news-sheets-overview,
html[data-theme="dark"] .news-detail-sheet,
body[data-theme="dark"] .news-detail-sheet,
html.dark .news-detail-sheet,
body.dark .news-detail-sheet,
body.dark-mode .news-detail-sheet,
body.is-dark .news-detail-sheet,
.theme-dark .news-detail-sheet,
.perlanova-dark .news-detail-sheet,
html[data-theme="dark"] .news-detail-hero,
body[data-theme="dark"] .news-detail-hero,
html.dark .news-detail-hero,
body.dark .news-detail-hero,
body.dark-mode .news-detail-hero,
body.is-dark .news-detail-hero,
.theme-dark .news-detail-hero,
.perlanova-dark .news-detail-hero {
  --ns-bg: var(--ns-dark-bg, #151515);
  --ns-wrapper-bg: var(--ns-dark-wrapper_bg, #1f1f1f);
  --ns-h1: var(--ns-dark-h1, #8d5094);
  --ns-h2: var(--ns-dark-h2, #8d5094);
  --ns-h3: var(--ns-dark-h3, #6f91e8);
  --ns-h4: var(--ns-dark-h4, #6f91e8);
  --ns-text: var(--ns-dark-text, #f5f5f5);
  --ns-strong: var(--ns-dark-strong, #fff);
  --ns-link: var(--ns-dark-link, #9eb8ff);
  --ns-hover: var(--ns-dark-hover, #d8a1db);
  --ns-ul: var(--ns-dark-ul, #f5f5f5);
}

html[data-theme="green"] .news-sheets-overview,
body[data-theme="green"] .news-sheets-overview,
html.green .news-sheets-overview,
body.green .news-sheets-overview,
body.green-mode .news-sheets-overview,
body.is-green .news-sheets-overview,
.theme-green .news-sheets-overview,
.perlanova-green .news-sheets-overview,
html[data-theme="green"] .news-detail-sheet,
body[data-theme="green"] .news-detail-sheet,
html.green .news-detail-sheet,
body.green .news-detail-sheet,
body.green-mode .news-detail-sheet,
body.is-green .news-detail-sheet,
.theme-green .news-detail-sheet,
.perlanova-green .news-detail-sheet,
html[data-theme="green"] .news-detail-hero,
body[data-theme="green"] .news-detail-hero,
html.green .news-detail-hero,
body.green .news-detail-hero,
body.green-mode .news-detail-hero,
body.is-green .news-detail-hero,
.theme-green .news-detail-hero,
.perlanova-green .news-detail-hero {
  --ns-bg: var(--ns-green-bg, #4c6e28);
  --ns-wrapper-bg: var(--ns-green-wrapper_bg, #ffffff);
  --ns-h1: var(--ns-green-h1, #4c6e28);
  --ns-h2: var(--ns-green-h2, #4c6e28);
  --ns-h3: var(--ns-green-h3, #5e8138);
  --ns-h4: var(--ns-green-h4, #5e8138);
  --ns-text: var(--ns-green-text, #5e8138);
  --ns-strong: var(--ns-green-strong, #4c6e28);
  --ns-link: var(--ns-green-link, #4c6e28);
  --ns-hover: var(--ns-green-hover, #5e8138);
  --ns-ul: var(--ns-green-ul, #5e8138);
}

.news-sheets-overview,
.news-detail-sheet {
  --ns-z-bg: 40;
  --ns-z-inner: 110;
  display: flow-root;
  position: relative;
  z-index: auto !important;
  isolation: auto !important;
  transform: none !important;
  contain: none !important;
  overflow: visible;
  margin-top: var(--ns-margin-top, 0);
  margin-bottom: var(--ns-margin-bottom, 0);
  padding: 0;
  background: transparent;
}

.news-sheets-overview::before,
.news-detail-sheet::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: var(--ns-z-bg);
  background: var(--ns-bg);
  pointer-events: none;
}

.news-sheets-overview__inner,
.news-detail-sheet__inner {
  position: relative;
  z-index: var(--ns-z-inner) !important;
  isolation: isolate;
  width: min(calc(100% - 40px), var(--ns-wrapper, 1200px));
  margin: var(--ns-inner-margin-top, 0px) auto var(--ns-inner-margin-bottom, 0px);
  box-sizing: border-box;
  padding: calc(var(--ns-padding-top, 80px) + var(--ns-skew-top-size, 0px)) clamp(20px, 3vw, 42px) calc(var(--ns-padding-bottom, 80px) + var(--ns-skew-bottom-size, 0px));
  background: transparent;
  color: var(--ns-text);
}

.news-sheets-overview__inner::before,
.news-detail-sheet__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--ns-wrapper-bg);
  clip-path: polygon(
    0 var(--ns-skew-top-left, 0px),
    100% var(--ns-skew-top-right, 0px),
    100% calc(100% - var(--ns-skew-bottom-right, 0px)),
    0 calc(100% - var(--ns-skew-bottom-left, 0px))
  );
}

.news-sheets-overview__content,
.news-detail-sheet__content {
  position: relative;
  z-index: 1;
  font-size: 19px;
  line-height: 1.62;
  letter-spacing: 0;
}

.news-sheets-overview__intro,
.news-sheets-overview__outro {
  max-width: 860px;
}

.news-sheets-overview__intro {
  margin: 0 0 clamp(28px, 4vw, 54px);
}

.news-sheets-overview__outro {
  margin: clamp(28px, 4vw, 54px) 0 0;
}

.news-sheets-overview__intro > :first-child,
.news-sheets-overview__outro > :first-child {
  margin-top: 0;
}

.news-sheets-overview__intro > :last-child,
.news-sheets-overview__outro > :last-child {
  margin-bottom: 0;
}

.news-sheets-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: clamp(28px, 5vw, 58px) 0;
  border-bottom: 1px solid color-mix(in srgb, var(--ns-text), transparent 82%);
}

.news-sheets-row:first-child,
.news-sheets-row:first-of-type {
  padding-top: 0;
}

.news-sheets-row:last-child,
.news-sheets-row:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

.news-sheets-row--image-right .news-sheets-row__media {
  order: 2;
}

.news-sheets-row--image-right .news-sheets-row__body {
  order: 1;
}

.news-sheets-row__media {
  margin: 0;
  overflow: hidden;
  background: #f5f5f5;
  aspect-ratio: 16 / 11;
  border-radius: var(--ns-overview-image-radius, 0px);
}

.news-sheets-row__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.news-sheets-row__body > :first-child,
.news-detail-sheet__content > :first-child {
  margin-top: 0;
}

.news-sheets-row__body > :last-child,
.news-detail-sheet__content > :last-child {
  margin-bottom: 0;
}

.news-sheets-row__group {
  display: inline-block;
  margin: 0 0 10px;
  color: var(--ns-h3);
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.news-sheets-row h2,
.news-sheets-overview__intro h1,
.news-sheets-overview__intro h2,
.news-sheets-overview__intro h3,
.news-sheets-overview__intro h4,
.news-sheets-overview__outro h1,
.news-sheets-overview__outro h2,
.news-sheets-overview__outro h3,
.news-sheets-overview__outro h4,
.news-detail-sheet h1,
.news-detail-sheet h2,
.news-detail-sheet h3,
.news-detail-sheet h4 {
  margin: 0 0 12px;
  font-family: "agenda", sans-serif;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}
.news-detail-sheet h1 { color: var(--ns-h1); }
.news-detail-sheet h2 { color: var(--ns-h2); }
.news-detail-sheet h3 { color: var(--ns-h3); }
.news-detail-sheet h4 { color: var(--ns-h4); }
.news-sheets-overview__intro h1,
.news-sheets-overview__outro h1 { color: var(--ns-h1); }
.news-sheets-overview__intro h2,
.news-sheets-overview__outro h2 { color: var(--ns-h2); }
.news-sheets-overview__intro h3,
.news-sheets-overview__outro h3 { color: var(--ns-h3); }
.news-sheets-overview__intro h4,
.news-sheets-overview__outro h4 { color: var(--ns-h4); }

.news-sheets-row h2 {
  color: var(--ns-h2);
  font-size: clamp(28px, 2.5vw, 36px);
}

.news-sheets-row__subtitle,
.news-detail-sheet__subtitle {
  margin: 0 0 18px;
  color: var(--ns-h3);
  font-size: clamp(20px, 1.55vw, 26px);
  line-height: 1.24;
}

.news-sheets-row__excerpt {
  margin: 0 0 24px;
}

.news-sheets-row__excerpt > :first-child,
.news-detail-sheet__body > :first-child {
  margin-top: 0;
}

.news-sheets-row__excerpt > :last-child,
.news-detail-sheet__body > :last-child {
  margin-bottom: 0;
}

.news-sheets-overview__intro a,
.news-sheets-overview__outro a,
.news-sheets-row__body a,
.news-sheets-row__excerpt a,
.news-detail-sheet__body a,
.news-detail-sheet a {
  color: var(--ns-link) !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.news-sheets-overview__intro a:hover,
.news-sheets-overview__outro a:hover,
.news-sheets-row__body a:hover,
.news-sheets-row__excerpt a:hover,
.news-detail-sheet__body a:hover,
.news-detail-sheet a:hover {
  color: var(--ns-hover) !important;
}

.news-sheets-row__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 4px;
  background: var(--ns-link) !important;
  color: #fff !important;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  transition: background-color 180ms ease, color 180ms ease;
}

.news-sheets-row__button:hover {
  background: var(--ns-hover) !important;
  color: #fff !important;
}

.news-detail-hero {
  --ns-z-image: 99;
  --ns-z-content: 120;
  --ns-z-label: 2147482000;
  --ns-hero-min-height: 520px;
  --ns-hero-max-height: 780px;
  --ns-image-ratio-vw: 56.25vw;
  position: relative;
  width: 100%;
  height: clamp(var(--ns-hero-min-height), var(--ns-image-ratio-vw), var(--ns-hero-max-height));
  min-height: var(--ns-hero-min-height);
  max-height: var(--ns-hero-max-height);
  overflow: visible;
  background: var(--ns-bg);
  margin-top: 90px;
}

.news-detail-hero__slides {
  position: absolute;
  inset: 0;
  z-index: var(--ns-z-image);
  overflow: hidden;
  border-radius: 0;
}

.news-detail-hero__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.news-detail-hero__image.is-active {
  opacity: 1;
}

.news-detail-hero__image img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
}

.news-detail-hero__wrap {
  position: relative;
  z-index: var(--ns-z-content);
  width: min(calc(100% - 40px), var(--ns-hero-wrapper, var(--ns-wrapper, 1200px)));
  height: 100%;
  min-height: 0;
  margin: 0 auto;
}

.news-detail-hero__logo {
  position: absolute;
  left: var(--ns-logo-x, 120px);
  top: var(--ns-logo-y, 70px);
  z-index: 30;
  display: block;
  width: var(--ns-logo-width, 430px);
  box-sizing: border-box;
  padding: var(--ns-logo-padding, 30px);
  border-radius: var(--ns-logo-radius, 20px);
  overflow: hidden;
  transform: rotate(var(--ns-logo-rotation, 0deg));
  transform-origin: center;
}

.news-detail-hero__logo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: var(--ns-logo-bg, #fff);
  opacity: var(--ns-logo-bg-opacity, 0);
  pointer-events: none;
}

.news-detail-hero__logo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

.news-detail-hero__label-wrap {
  position: absolute;
  left: 50%;
  bottom: -44px;
  z-index: var(--ns-z-label) !important;
  width: min(calc(100% - 40px), var(--ns-hero-wrapper, var(--ns-wrapper, 1200px)));
  --ns-label-box-width: min(760px, 50vw);
  transform: translateX(-50%);
  pointer-events: none;
}

.news-detail-hero__label-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: calc(50% - 50vw);
  z-index: 0;
  background: linear-gradient(var(--ns-label-direction, to right), var(--ns-label-from, #3264cc), var(--ns-label-to, #8d5094));
  clip-path: polygon(0 var(--ns-label-skew-top, 0), 100% 0, 100% 100%, 0 calc(100% - var(--ns-label-skew-bottom, 40px)));
  box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
}

.news-detail-hero__label {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: var(--ns-label-box-width);
  margin-left: 50%;
  padding: var(--ns-label-padding-top, clamp(26px, 3vw, 46px)) clamp(34px, 4vw, 70px) var(--ns-label-padding-bottom, clamp(26px, 3vw, 46px));
  color: var(--ns-label-text, #fff);
  font-size: 34px;
  line-height: 1.18;
  letter-spacing: 0;
}

.news-detail-hero__label-text {
  position: relative;
  z-index: 1;
}

.news-detail-sheet {
  margin-top: 0;
}

.news-detail-hero + .news-detail-sheet .news-detail-sheet__inner {
  margin-top: var(--ns-inner-margin-top, 0px);
}

.news-sheets-hero + .news-sheets-overview .news-sheets-overview__inner {
  margin-top: var(--ns-inner-margin-top, 0px);
}

.news-detail-sheet__header {
  margin-bottom: 28px;
}

.news-detail-sheet h1 {
  font-size: clamp(34px, 3.25vw, 58px);
}

.news-detail-sheet h2 {
  margin-top: 34px;
  font-size: clamp(26px, 2.1vw, 40px);
}

.news-detail-sheet h3 {
  margin-top: 34px;
  font-size: clamp(23px, 1.65vw, 32px);
}

.news-detail-sheet strong,
.news-detail-sheet b,
.news-sheets-overview strong,
.news-sheets-overview b {
  color: var(--ns-strong);
  font-weight: 700;
}

.news-detail-sheet ul,
.news-detail-sheet ol,
.news-sheets-overview ul,
.news-sheets-overview ol {
  color: var(--ns-ul);
}

.news-detail-main,
.news-detail-secondary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: start;
  margin: 34px 0 0;
}

.news-detail-main__info,
.news-detail-main__images,
.news-detail-secondary__info,
.news-detail-secondary__stages {
  min-width: 0;
}

.news-detail-main__info > :first-child,
.news-detail-main__images > :first-child,
.news-detail-secondary__info > :first-child,
.news-detail-secondary__stages > :first-child,
.news-availability > :first-child,
.news-special > :first-child,
.news-stages > :first-child {
  margin-top: 0;
}

.news-specs {
  display: block;
  margin: 26px 0 0;
}

.news-spec {
  border-top: 1px solid color-mix(in srgb, var(--ns-text), transparent 82%);
  padding: 10px 0;
}

.news-spec dt {
  margin: 0 0 3px;
  color: var(--ns-h3);
}

.news-spec dd {
  margin: 0;
}

.news-availability__regions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  color: var(--ns-ul);
}

.news-availability__regions li {
  border: 1px solid color-mix(in srgb, var(--ns-text), transparent 76%);
  border-radius: 4px;
  padding: 7px 10px;
}

.news-images__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.news-stages__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
  align-items: start;
}

.news-stage {
  display: block;
  border-top: 0;
  padding: 0;
}

.news-stage figure,
.news-image {
  margin: 0;
  overflow: hidden;
  border-radius: var(--ns-detail-image-radius, 0px);
}

.news-image__link {
  display: block;
  color: inherit;
}

.news-stage img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  max-width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.news-image img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  border-radius: inherit;
}

.news-image figcaption {
  margin-top: 6px;
  color: var(--ns-h3);
  font-size: 13px;
}

.news-detail-gallery {
  margin-top: clamp(28px, 4vw, 56px);
}

.news-detail-gallery .news-images__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.news-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  padding: clamp(16px, 3vw, 44px);
  background: rgba(0, 0, 0, .86);
  cursor: zoom-out;
}

.news-lightbox img {
  display: block;
  max-width: min(100%, 1500px);
  max-height: 92vh;
  width: auto;
  height: auto;
  border-radius: var(--ns-detail-image-radius, 0px);
  object-fit: contain;
}

.news-lightbox__close {
  position: fixed;
  top: 14px;
  right: 18px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 38px;
  line-height: 1;
  cursor: pointer;
}

.news-stage h4 {
  margin: 0 0 10px;
  color: var(--ns-h3);
  font-size: 21px;
  line-height: 1.15;
}

.news-stage__description > :first-child {
  margin-top: 0;
}

.news-stage__description > :last-child {
  margin-bottom: 0;
}

.news-images,
.news-stages,
.news-availability,
.news-special {
  margin: 0;
}

@media (max-width: 900px) {
  .news-sheets-row {
    grid-template-columns: 1fr;
  }

  .news-sheets-row--image-right .news-sheets-row__media,
  .news-sheets-row--image-right .news-sheets-row__body {
    order: initial;
  }

  .news-detail-main,
  .news-detail-secondary {
    grid-template-columns: 1fr;
  }

  .news-detail-gallery .news-images__grid {
    grid-template-columns: 1fr;
  }

  .news-detail-hero {
    --ns-hero-min-height: 460px;
    margin-top: 50px;
  }

  .news-detail-hero__logo {
    left: 0;
    top: 17px;
    width: min(45vw, var(--ns-logo-width, 230px));
  }

  .news-detail-hero__label-wrap {
    bottom: -32px;
  }

  .news-detail-hero__label {
    width: min(100%, 620px);
    margin-left: 0;
    font-size: 34px;
    padding: var(--ns-label-padding-top, 24px) 28px var(--ns-label-padding-bottom, 30px);
  }

  .news-detail-hero__label-wrap::before {
    left: 0;
  }
}

@media (max-width: 800px) {
  .news-detail-hero__label {
    font-size: 34px;
  }
}

@media (max-width: 760px) {
  .news-stages__grid {
    grid-template-columns: 1fr;
  }

  .news-stage img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 620px) {
  .news-sheets-overview__inner,
  .news-detail-sheet__inner {
    width: min(calc(100% - 24px), var(--ns-wrapper, 1200px));
  }

  .news-detail-hero__wrap,
  .news-detail-hero__label-wrap {
    width: min(calc(100% - 24px), var(--ns-hero-wrapper, var(--ns-wrapper, 1200px)));
  }

  .news-detail-hero {
    --ns-hero-min-height: 380px;
  }
}
