@font-face {
  font-family: "Foxi Encode Sans Condensed";
  src: url("../fonts/Encode_Sans_Condensed/EncodeSansCondensed-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Foxi Encode Sans Condensed";
  src: url("../fonts/Encode_Sans_Condensed/EncodeSansCondensed-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

.fxs-slider {
  --fxs-accent: #ef2b2d;
  --fxs-nav-bg: #353947;
  --fxs-mobile-title-bg: #171b24;
  --fxs-stage-desktop-height: clamp(420px, 52vw, 560px);
  --fxs-heading-font: "Foxi Encode Sans Condensed", var(--heading-font, "Newsdesk Encode Sans Condensed", "Arial Narrow", "Helvetica Neue Condensed Bold", sans-serif);
  position: relative;
  width: 100%;
  max-width: 100%;
  background: #ffffff;
}

.fxs-slider *,
.fxs-slider *::before,
.fxs-slider *::after {
  box-sizing: border-box;
}

.fxs-slider a {
  color: inherit;
  text-decoration: none;
}

.fxs-headline-slider {
  width: 100%;
  max-width: 100%;
}

.fxs-headline-slider-stage {
  position: relative;
  height: var(--fxs-stage-desktop-height);
  min-height: 420px;
  max-height: 560px;
  background: #0f1219;
  overflow: hidden;
  touch-action: pan-y;
}

.fxs-headline-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.fxs-headline-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.fxs-headline-slide a {
  position: relative;
  display: block;
  height: 100%;
}

.fxs-headline-slide-media,
.fxs-headline-slide-media img,
.fxs-placeholder {
  width: 100%;
  height: 100%;
  min-height: 0;
}

.fxs-headline-slide-media {
  background: var(--fxs-nav-bg);
}

.fxs-headline-slide-media img {
  display: block;
  object-fit: cover;
}

.fxs-placeholder {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #272d39 0%, #121720 100%);
  color: #ffffff;
  padding: 20px;
  text-align: center;
}

.fxs-placeholder span {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
}

.fxs-headline-slide-overlay {
  position: absolute;
  inset: auto 0 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 22px 16px;
  min-height: 44%;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(17, 21, 30, 0) 0%, rgba(20, 25, 37, 0.32) 35%, rgba(38, 43, 56, 0.9) 72%, rgba(43, 48, 62, 0.98) 100%);
}

.fxs-headline-slide-kicker {
  display: inline-block;
  margin: 0 0 10px;
  padding: 8px 14px 9px;
  background: var(--fxs-accent);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.fxs-slider .fxs-headline-slide-overlay h2 {
  max-width: 860px;
  margin: 0 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-family: var(--fxs-heading-font) !important;
  font-size: clamp(1.78rem, 2.8vw, 2.2rem) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.015em !important;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.45);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-decoration: none !important;
  transition: opacity 180ms ease;
}

.fxs-headline-slide a:hover h2,
.fxs-headline-slide a:focus-visible h2 {
  opacity: 0.92;
}

.fxs-headline-slider-nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  width: 100%;
  padding: 0;
  overflow-x: auto;
  scrollbar-width: none;
  background: rgba(53, 57, 71, 0.95);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.fxs-headline-slider-nav::-webkit-scrollbar {
  display: none;
}

.fxs-headline-slider-dot {
  flex: 1 1 5%;
  min-width: 0;
  width: auto;
  height: 46px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  background: transparent;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 180ms ease, transform 180ms ease;
}

.fxs-headline-slider-dot.is-active,
.fxs-headline-slider-dot:hover,
.fxs-headline-slider-dot:focus-visible {
  background: var(--fxs-accent);
  outline: 0;
}

.fxs-headline-slider-mobile-title {
  display: none;
}

.fxs-headline-mobile-arrow {
  display: none;
}

@media (max-width: 720px) {
  .fxs-headline-slide-overlay {
    display: none;
  }

  .fxs-headline-slider-stage,
  .fxs-headline-slide,
  .fxs-headline-slide a,
  .fxs-headline-slide-media,
  .fxs-headline-slide-media img,
  .fxs-placeholder {
    height: 270px;
    min-height: 270px;
    max-height: none;
  }

  .fxs-headline-slider-nav {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 8;
    width: auto;
    max-width: calc(100% - 24px);
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    border-top: 0;
    background: transparent;
    gap: 7px;
  }

  .fxs-headline-slider-dot {
    flex: 0 0 9px;
    width: 9px;
    min-width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 999px;
    border-right: 0;
    background: rgba(255, 255, 255, 0.38);
    font-size: 0;
  }

  .fxs-headline-slider-dot.is-active,
  .fxs-headline-slider-dot:hover,
  .fxs-headline-slider-dot:focus-visible {
    background: #ffffff;
    transform: scale(1.18);
  }

  .fxs-headline-mobile-arrow {
    display: grid;
    place-items: center;
    position: absolute;
    top: 50%;
    z-index: 8;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: rgba(28, 33, 44, 0.62);
    color: #ffffff;
    font-size: 1.7rem;
    line-height: 1;
    transform: translateY(-50%);
    cursor: pointer;
    backdrop-filter: blur(3px);
  }

  .fxs-headline-mobile-arrow span {
    transform: translateY(-1px);
  }

  .fxs-headline-mobile-arrow-prev {
    left: 10px;
  }

  .fxs-headline-mobile-arrow-next {
    right: 10px;
  }

  .fxs-headline-slider-mobile-title {
    display: block;
    padding: 14px 14px 14px;
    background: var(--fxs-mobile-title-bg);
    color: #ffffff;
    font-family: var(--fxs-heading-font);
    font-size: clamp(1.08rem, 5.2vw, 1.42rem);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: 0.01em;
    min-height: 0;
    overflow: visible;
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal !important;
  }
}
