/**
 * Page block: News marquee — compiled to style.css (npm run watch / compile:blocks).
 * Marquee animation runs only with `.has-animation` on `.cws.news-marquee` (set from script by item count + viewport).
 */
/* stylelint-disable-next-line wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-disable wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-enable wrap-rem-on-px/wrap-rem-on-px */
/*
USAGE:
font-size: fluid(12, 62); : from rem(12)@380px to  rem(62)@1440px
gap: fluid(10, 33, 992);  : from rem(10)@991px to  rem(33)@1440px
margin-right: fluid(32, 65, 320, 2560);  : from rem(32)@320px to  rem(65)@2560px
*/
/*
AUTOFILL

USAGE:
@include mixin.autofill(background-color, text-color);
@include mixin.autofill;

Note: Call this mixin in the wrapper or container to where you intend to manipulate the
      default chrome autofill styles for input, textarea and select elements.
*/
/* stylelint-disable */
/* stylelint-enable */
/* Font */
/* Brand palette */
/* Neutral palette */
/* CardWorks UI kit — eyebrow pills, section surfaces (stack-showcase, etc.) */
/* Accents & states */
/* News filter cards (Figma — Filter + Cards) */
.section--news-marquee {
  position: relative;
  overflow: clip;
  padding: 6rem 0 6rem;
  background-color: #fff;
  color: #150D50;
}
@media screen and (min-width:991px) {
  .section--news-marquee {
    padding: 8rem 0 8rem;
  }
}
.section--news-marquee .cws.news-marquee {
  position: relative;
  isolation: isolate;
}
.section--news-marquee .cws.news-marquee .news-marquee__gradient {
  position: absolute;
  z-index: 0;
  top: -11.25rem;
  left: -0.875rem;
  width: min(90.9375rem, 180vw);
  max-width: none;
  margin: 0;
  pointer-events: none;
}
.section--news-marquee .cws.news-marquee .news-marquee__gradient-frame {
  --aspect-ratio: 0.3374570447;
  width: 100%;
  max-width: 90.9375rem;
}
.section--news-marquee .cws.news-marquee .news-marquee__gradient-frame img {
  object-fit: contain;
  object-position: left top;
}
.section--news-marquee .cws.news-marquee .news-marquee__content {
  position: relative;
  z-index: 1;
}
.section--news-marquee .cws.news-marquee .news-marquee__header {
  display: flex;
  max-width: 54.5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 3.75rem;
  gap: 1.875rem;
}
.section--news-marquee .cws.news-marquee .news-marquee__header h2 {
  margin: 0;
  color: #150D50;
  font-family: "Circular XX TT", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 450;
  letter-spacing: normal;
  line-height: 1.1666666667;
  max-width: 38.75rem;
}
@media screen and (min-width:991px) {
  .section--news-marquee .cws.news-marquee .news-marquee__header h2 {
    font-size: 3rem;
  }
}
.section--news-marquee .cws.news-marquee .news-marquee__header h2 span {
  display: block;
}
.section--news-marquee .cws.news-marquee .news-marquee__rows {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}
.section--news-marquee .cws.news-marquee .news-marquee__row {
  width: 100%;
  min-width: 0;
}
.section--news-marquee .cws.news-marquee .news-marquee__row--left {
  margin-bottom: 1rem;
}
.section--news-marquee .cws.news-marquee .news-marquee__viewport {
  overflow: hidden;
  width: 100%;
  min-width: 0;
}
.section--news-marquee .cws.news-marquee .news-marquee__track {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
.section--news-marquee .cws.news-marquee .news-marquee__strip {
  display: flex;
  flex-shrink: 0;
  align-items: stretch;
  gap: 1rem;
}
.section--news-marquee .cws.news-marquee {
  /* -------- Static: no `has-animation` (or before JS) -------- */
}
.section--news-marquee .cws.news-marquee:not(.has-animation) .news-marquee__track {
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 1rem;
  animation: none;
}
.section--news-marquee .cws.news-marquee:not(.has-animation) .news-marquee__strip[aria-hidden=true] {
  display: none;
}
.section--news-marquee .cws.news-marquee:not(.has-animation) .news-marquee__strip {
  flex-wrap: wrap;
  justify-content: center;
  padding-inline-end: 0;
}
.section--news-marquee .cws.news-marquee:not(.has-animation) .news-marquee__viewport--stagger {
  padding-inline-start: 0;
}
.section--news-marquee .cws.news-marquee {
  /* -------- Marquee: `has-animation` + script gates count / viewport -------- */
}
.section--news-marquee .cws.news-marquee.has-animation .news-marquee__rows .container {
  padding: 0;
  margin: unset;
  max-width: unset;
}
.section--news-marquee .cws.news-marquee.has-animation .news-marquee__viewport:hover .news-marquee__track, .section--news-marquee .cws.news-marquee.has-animation .news-marquee__viewport:focus-within .news-marquee__track {
  animation-play-state: paused;
}
.section--news-marquee .cws.news-marquee.has-animation .news-marquee__track {
  width: max-content;
  flex-wrap: nowrap;
  animation: news-marquee-left 60s linear infinite;
  will-change: transform;
}
.section--news-marquee .cws.news-marquee.has-animation .news-marquee__row--right .news-marquee__track {
  animation-direction: reverse;
}
.section--news-marquee .cws.news-marquee.has-animation .news-marquee__strip {
  padding-inline-end: 1rem;
}
.section--news-marquee .cws.news-marquee .news-marquee__card {
  position: relative;
  display: flex;
  width: 27rem;
  max-width: min(27rem, 85vw);
  box-sizing: border-box;
  flex-direction: column;
  flex-shrink: 0;
  padding: 1.5rem;
  border: 0.0625rem solid transparent;
  border-radius: 0.75rem;
  background-color: #cbf9ff;
  color: inherit;
  gap: 1rem;
  text-align: left;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.section--news-marquee .cws.news-marquee .news-marquee__card a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  font-size: 0;
}
.section--news-marquee .cws.news-marquee .news-marquee__card h5 {
  margin: 0;
  color: #2626FF;
  font-family: "Circular XX TT", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
}
@media screen and (min-width:991px) {
  .section--news-marquee .cws.news-marquee .news-marquee__card h5 {
    font-size: 2rem;
  }
}
.section--news-marquee .cws.news-marquee .news-marquee__card h5 {
  font-weight: 450;
  letter-spacing: normal;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section--news-marquee .cws.news-marquee .news-marquee__card article {
  margin: 0;
  color: #150D50;
  font-family: "Circular XX TT", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
}
@media screen and (min-width:991px) {
  .section--news-marquee .cws.news-marquee .news-marquee__card article {
    font-size: 1.25rem;
  }
}
.section--news-marquee .cws.news-marquee .news-marquee__card article {
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.4;
}
.section--news-marquee .cws.news-marquee .news-marquee__card article p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
}
.section--news-marquee .cws.news-marquee .news-marquee__card:hover {
  border-color: #53ebff;
}
.section--news-marquee .cws.news-marquee .news-marquee__card:focus-visible {
  border-color: #53ebff;
  outline: none;
}
@media (prefers-reduced-motion: reduce) {
  .section--news-marquee .cws.news-marquee .news-marquee__track {
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    animation: none;
    will-change: auto;
    row-gap: 1rem;
  }
  .section--news-marquee .cws.news-marquee .news-marquee__strip[aria-hidden=true] {
    display: none;
  }
  .section--news-marquee .cws.news-marquee .news-marquee__strip {
    flex-wrap: wrap;
    justify-content: center;
    padding-inline-end: 0;
  }
  .section--news-marquee .cws.news-marquee .news-marquee__viewport--stagger {
    padding-inline-start: 0;
  }
}
.section--news-marquee.has-gradient {
  padding-bottom: 8rem;
}
@media screen and (min-width:991px) {
  .section--news-marquee.has-gradient {
    padding-bottom: 18.75rem;
  }
}
.section--news-marquee.has-gradient::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml,<svg width="1440" height="491" viewBox="0 0 1440 491" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1447 81L-8 241.499L-6.4373 333.346L1447 491L1447 81Z" fill="url(%23paint0_linear_1197_4349)"/><path d="M1447 0L-8 161.282L-6.4373 253.577L1447 412L1447 0Z" fill="url(%23paint1_linear_1197_4349)"/><defs><linearGradient id="paint0_linear_1197_4349" x1="1411.43" y1="105.642" x2="188.562" y2="736.247" gradientUnits="userSpaceOnUse"><stop stop-color="%2353EBFF"/><stop offset="1" stop-color="%232626FF"/></linearGradient><linearGradient id="paint1_linear_1197_4349" x1="1411.43" y1="24.7626" x2="186.069" y2="653.586" gradientUnits="userSpaceOnUse"><stop stop-color="%2353EBFF" stop-opacity="0"/><stop offset="1" stop-color="%232626FF"/></linearGradient></defs></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  transform: translateY(8%);
}

.section--text-image.has-gradient + .section--news-marquee {
  padding-top: 6rem;
}
@media screen and (min-width:991px) {
  .section--text-image.has-gradient + .section--news-marquee {
    padding-top: 13rem;
  }
}

@keyframes news-marquee-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/*# sourceMappingURL=style.css.map */
