:root {
  --home-red: #c90000;
  --home-red-dark: #a90000;
  --home-ink: #16130f;
  --home-muted: #6e6a64;
  --home-line: #e7e3dc;
  --home-paper: #ffffff;
  --home-soft: #f7f5f2;
}

.home-redesign {
  background: var(--home-paper);
  color: var(--home-ink);
  overflow: hidden;
}

.home-redesign *,
.home-redesign *::before,
.home-redesign *::after {
  box-sizing: border-box;
}

.home-redesign img,
.home-redesign video {
  display: block;
  max-width: 100%;
}

.home-container {
  width: min(100% - 48px, 1240px);
  margin-inline: auto;
}

.home-eyebrow {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  color: var(--home-red);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.home-eyebrow--light {
  color: #ff8a96;
}

.home-section-heading {
  margin-bottom: 38px;
}

.home-section-heading h2 {
  max-width: 100%;
  margin: 10px 0 0;
  color: var(--home-ink);
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.16;
  overflow-wrap: anywhere;
}

.home-section-heading h2 span {
  color: inherit;
}

.home-section-heading p,
.home-section-heading__description,
.home-section-heading__description p {
  margin: 14px 0 0;
  color: var(--home-muted);
  font-size: 16px;
  line-height: 1.7;
}

.home-section-heading__description p:first-child {
  margin-top: 0;
}

.home-section-heading--center {
  max-width: 790px;
  margin-inline: auto;
  text-align: center;
}

.home-section-heading--split,
.home-section-heading--news {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
}

.home-section-heading--split > p {
  max-width: 470px;
  margin: 0;
}

.home-section-heading--split > .home-section-heading__description {
  max-width: 360px;
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
}

.home-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 26px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.home-button:hover {
  transform: translateY(-2px);
}

.home-button--primary {
  background: var(--home-red);
  color: #fff;
  box-shadow: 0 16px 32px -18px rgba(201, 0, 0, 0.75);
}

.home-button--primary:hover {
  background: var(--home-red-dark);
  color: #fff;
}

.home-button--ghost {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  backdrop-filter: blur(8px);
}

.home-button--ghost:hover {
  border-color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.home-button--light {
  background: #fff;
  color: var(--home-red);
}

.home-button--light:hover {
  background: #f8eded;
  color: var(--home-red-dark);
}

.home-button--outline-light {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.home-button--outline-light:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.home-redesign a:focus-visible,
.home-redesign button:focus-visible {
  outline: 3px solid #ffb4bd;
  outline-offset: 4px;
}

/* Hero */
.home-hero {
  position: relative;
  height: calc(100svh - 94px);
  min-height: 620px;
  max-height: 920px;
  overflow: hidden;
  background: var(--home-ink);
  color: #fff;
}

.home-hero__slider,
.home-hero__slider .slick-list,
.home-hero__slider .slick-track,
.home-hero__slider .slick-slide,
.home-hero__slider .slick-slide > div {
  height: 100%;
}

.home-hero__slider:not(.slick-initialized) .home-hero__slide:not(:first-child) {
  display: none;
}

.home-hero__slide {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.home-hero__media,
.home-hero__media picture,
.home-hero__media img,
.home-hero__media video,
.home-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-hero__media img,
.home-hero__media video {
  object-fit: cover;
  object-position: center;
}

.home-hero__overlay {
  display: none;
}

.home-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(100% - 48px, 1560px);
  height: 100%;
  align-items: center;
  padding-block: 64px 88px;
}

.home-hero__content {
  min-width: 0;
  width: min(100%, 700px);
  text-align: left;
}

.home-hero__badge {
  padding: 7px 14px;
  border: 1px solid rgba(255, 104, 120, 0.55);
  border-radius: 999px;
  background: rgba(193, 0, 0, 0.24);
  color: #ffbac2;
  letter-spacing: 0.05em;
}

.home-hero__cms {
  margin-top: clamp(16px, 2.4vh, 24px);
  text-align: left;
}

.home-hero__cms h1,
.home-hero__cms h2,
.home-hero__cms h3,
.home-hero__cms .title,
.home-hero__cms .slide-title {
  max-width: 700px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4.35vw, 62px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  overflow-wrap: anywhere;
  text-align: left;
  text-wrap: balance;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.52);
}

.home-hero__cms p,
.home-hero__cms .description,
.home-hero__cms .slide-description {
  max-width: 590px;
  margin: 20px 0 0;
  color: #e2ddd6;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.65;
  text-align: left;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.home-hero__cms .slide-icon {
  display: none;
}

.home-hero__cms a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  margin: 28px 10px 0 0;
  padding: 13px 27px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: var(--home-red);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease;
}

.home-hero__cms a:hover {
  background: var(--home-red-dark);
  color: #fff;
  transform: translateY(-2px);
}

.home-hero__cms a.position-absolute.top-0.w-100.h-100 {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  transform: none;
}

.home-hero__cms a.position-absolute.top-0.w-100.h-100:hover {
  background: transparent;
  color: transparent;
  transform: none;
}

.home-hero__cms a.position-absolute.top-0.w-100.h-100:focus-visible {
  outline: 3px solid #fff;
  outline-offset: -6px;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.home-hero__dots {
  position: absolute;
  z-index: 3;
  right: max(24px, calc((100vw - 1240px) / 2));
  bottom: 32px;
}

.home-hero__dots .slick-dots,
.home-news__dots .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-hero__dots .slick-dots li,
.home-news__dots .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.home-hero__dots .slick-dots button,
.home-news__dots .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  color: transparent;
  font-size: 0;
  transition: width 220ms ease, background-color 220ms ease;
}

.home-hero__dots .slick-dots {
  gap: 10px;
}

.home-hero__dots .slick-dots button {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
}

.home-hero__dots .slick-dots .slick-active button {
  width: 34px;
  background: var(--home-red);
}

/* Statistics */
.home-stats {
  padding: 70px 0 76px;
  background: #fff;
}

.home-stats .home-section-heading {
  margin-bottom: 42px;
}

.home-stats__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  row-gap: 32px;
}

.home-stat {
  min-width: 0;
  padding: 6px 16px;
  border-left: 1px solid var(--home-line);
  text-align: center;
}

.home-stat:first-child {
  border-left: 0;
}

.home-stat__eyebrow {
  display: block;
  min-height: 20px;
  margin-bottom: 9px;
  color: #8b867f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-stat__number {
  display: flex;
  min-width: 0;
  align-items: baseline;
  justify-content: center;
  color: var(--home-red);
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  white-space: nowrap;
}

.home-stat__label {
  overflow-wrap: anywhere;
  margin-top: 8px;
  color: #858078;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  text-transform: uppercase;
}

/* Fields of work */
.home-areas {
  padding: 78px 0 0;
  background: var(--home-soft);
}

.home-areas__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.home-area-card {
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 20px 35px -34px rgba(22, 19, 15, 0.55);
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.home-area-card:hover {
  border-color: #d6cec4;
  box-shadow: 0 24px 44px -30px rgba(22, 19, 15, 0.48);
  transform: translateY(-6px);
}

.home-area-card__link {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.home-area-card__media {
  position: relative;
  height: 210px;
  flex: 0 0 auto;
  overflow: hidden;
  background: #e8e3dc;
}

.home-area-card__media::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(0deg, rgba(22, 19, 15, 0.22), transparent);
  content: "";
}

.home-area-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.home-area-card:hover .home-area-card__media img {
  transform: scale(1.045);
}

.home-area-card__placeholder,
.home-news-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(135deg, rgba(201, 0, 0, 0.13), transparent 60%),
    #e9e4dd;
}

.home-area-card__icon {
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 14px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 12px;
  background: #fff;
  color: var(--home-red);
  box-shadow: 0 10px 22px -12px rgba(0, 0, 0, 0.55);
  font-size: 20px;
}

.home-area-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 21px 21px 23px;
}

.home-area-card__body h3 {
  margin: 0;
  color: var(--home-ink);
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.home-area-card__body p {
  display: -webkit-box;
  min-height: 68px;
  margin: 9px 0 18px;
  overflow: hidden;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.6;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-area-card__action {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: var(--home-red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Value cards */
.home-values {
  position: relative;
  padding: 88px 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 22%, rgba(201, 0, 0, 0.035) 0 2px, transparent 3px) 0 0 / 36px 36px,
    var(--home-soft);
}

.home-values__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.home-value-card {
  position: relative;
  display: flex;
  min-height: 295px;
  flex-direction: column;
  overflow: hidden;
  padding: 34px 30px 29px;
  border-radius: 19px;
  background:
    radial-gradient(circle at 115% -10%, rgba(255, 255, 255, 0.18) 0 82px, transparent 84px),
    var(--home-red);
  color: #fff;
  box-shadow: 0 24px 40px -30px rgba(145, 0, 0, 0.8);
  transition: box-shadow 200ms ease, transform 200ms ease;
}

.home-value-card:hover {
  box-shadow: 0 30px 50px -28px rgba(145, 0, 0, 0.75);
  transform: translateY(-6px);
}

.home-value-card__icon {
  display: grid;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  margin-bottom: 21px;
  place-items: center;
  color: #fff;
  font-size: 48px;
}

.home-value-card__logo {
  width: 140px;
  max-width: 100%;
  height: 64px;
  margin-bottom: 21px;
  object-fit: contain;
  object-position: left center;
}

.home-value-card h3 {
  position: relative;
  max-width: 100%;
  margin: 0;
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.home-value-card__description,
.home-value-card__description p {
  position: relative;
  margin: 13px 0 0;
  color: #ffe0e4;
  font-size: 14px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.home-value-card__description p:first-child {
  margin-top: 0;
}

.home-value-card__action {
  position: relative;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-width: 44px;
  min-height: 44px;
  max-width: 100%;
  padding: 10px 14px;
  margin-top: auto;
  align-self: flex-start;
  border-radius: 8px;
  background: #fff;
  color: var(--home-red);
  font-size: 14px;
  line-height: 1.4;
  overflow-wrap: anywhere;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.home-value-card__description { margin-bottom: 24px; }

.home-value-card__action:hover {
  background: #241e18;
  color: #fff;
  transform: translateX(3px);
}

/* Donation callout */
.home-cta {
  --home-cta-bottom-space: 0px;
  padding: 80px 0 var(--home-cta-bottom-space);
  background: var(--home-soft);
}

.home-cta__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(240px, 0.65fr);
  gap: 52px;
  align-items: center;
  overflow: hidden;
  padding: 40px 0;
  border-block: 1px solid var(--home-line);
  border-radius: 0;
  background: transparent;
  color: var(--home-ink);
}

.home-cta__panel::after {
  content: none;
}

.home-cta__copy,
.home-cta__actions {
  min-width: 0;
  position: relative;
  z-index: 1;
}

.home-cta__copy h2 {
  max-width: 630px;
  margin: 0;
  color: var(--home-ink);
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.17;
  overflow-wrap: anywhere;
  text-align: left;
  text-wrap: balance;
}

.home-cta__copy p {
  max-width: 560px;
  margin: 15px 0 0;
  color: var(--home-muted);
  font-size: 16px;
  line-height: 1.65;
  text-align: left;
}

.home-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.home-cta__actions .home-button--light {
  background: var(--home-red);
  color: #fff;
}

.home-cta__actions .home-button--light:hover {
  background: var(--home-red-dark);
}

/* Nationwide impact */
.home-impact {
  margin-top: 0;
  padding: clamp(58px, 7vw, 88px) 0;
  background: var(--home-ink);
  color: #fff;
}

.home-impact__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 1fr);
  gap: clamp(42px, 6vw, 72px);
  align-items: center;
}

.home-impact__copy {
  min-width: 0;
}

.home-impact__copy h2 {
  margin: 14px 0 0;
  color: #fff;
  font-size: clamp(29px, 3.2vw, 42px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  overflow-wrap: anywhere;
  text-align: left;
}

.home-impact__description,
.home-impact__description p {
  margin: 19px 0 0;
  color: #d8d2ca;
  font-size: 15px;
  line-height: 1.75;
}

.home-impact__description p:first-child {
  margin-top: 0;
}

.home-impact__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.home-impact__chips a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 8px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.home-impact__chips a:hover {
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.home-impact__about {
  margin-top: 28px;
}

.home-impact__map-panel {
  position: relative;
  display: flex;
  min-height: 470px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: clamp(22px, 3vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.035);
  border-radius: 21px;
  background: #241e18;
}

.home-impact__map {
  width: 100%;
  min-height: 350px;
}

.home-impact__map svg {
  display: block;
  width: 100%;
  height: 100%;
}

.home-impact__map .jqvmap-region {
  cursor: default;
}

.home-impact__map .jqvmap-region.has-count {
  cursor: pointer;
}

.home-impact__map .jqvmap-zoomin,
.home-impact__map .jqvmap-zoomout {
  display: none;
}

.home-map-tooltip {
  z-index: 10000;
  min-width: 116px;
  padding: 10px 14px;
  border: 0;
  border-radius: 10px;
  background: #fff;
  color: var(--home-ink);
  box-shadow: 0 18px 36px -18px rgba(0, 0, 0, 0.7);
  font-family: inherit;
  text-align: left;
}

.home-map-tooltip .city-name,
.home-map-tooltip .count,
.home-map-tooltip .label {
  display: block;
}

.home-map-tooltip .city-name {
  color: var(--home-red);
  font-size: 13px;
  font-weight: 800;
}

.home-map-tooltip .count {
  margin-top: 2px;
  color: var(--home-ink);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.home-map-tooltip .label {
  margin-top: 1px;
  color: #817b74;
  font-size: 11px;
  font-weight: 600;
}

/* News */
.home-news {
  padding: 84px 0 92px;
  background: #fff;
}

.home-section-heading--news {
  margin-bottom: 32px;
}

.home-news__all {
  display: inline-flex;
  min-height: 48px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 11px 21px;
  border: 1px solid #ded8cf;
  border-radius: 11px;
  color: var(--home-ink);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.home-news__all:hover {
  border-color: var(--home-red);
  color: var(--home-red);
  transform: translateY(-2px);
}

.home-news__stage {
  position: relative;
}

.home-news__slider {
  margin-inline: -11px;
}

.home-news__slider:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-inline: 0;
}

.home-news__slider:not(.slick-initialized) .home-news-card:nth-child(n + 4) {
  display: none;
}

.home-news__slider .slick-track {
  display: flex;
}

.home-news__slider .slick-slide {
  height: auto;
  padding-inline: 11px;
}

.home-news__slider .slick-slide > div {
  height: 100%;
}

.home-news-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 18px 34px -32px rgba(22, 19, 15, 0.6);
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.home-news-card:hover {
  border-color: #d4ccc2;
  box-shadow: 0 25px 45px -31px rgba(22, 19, 15, 0.52);
  transform: translateY(-5px);
}

.home-news-card__link {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.home-news-card__media {
  height: 205px;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  background: #e9e4dd;
}

.home-news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.home-news-card:hover .home-news-card__media img {
  transform: scale(1.045);
}

.home-news-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 21px 22px;
}

.home-news-card__tag {
  color: var(--home-red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-news-card__body h3 {
  display: -webkit-box;
  min-height: 50px;
  margin: 10px 0 0;
  overflow: hidden;
  color: var(--home-ink);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.38;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-news-card__body p {
  display: -webkit-box;
  margin: 10px 0 0;
  overflow: hidden;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.6;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-news-card__action {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 18px;
  color: var(--home-red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-news__arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  place-items: center;
  border: 1px solid #ded8cf;
  border-radius: 50%;
  background: #fff;
  color: var(--home-ink);
  box-shadow: 0 12px 26px -16px rgba(0, 0, 0, 0.45);
  font-size: 25px;
  line-height: 1;
  transform: translateY(-50%);
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, opacity 180ms ease;
}

.home-news__stage.is-slider-ready .home-news__arrow {
  display: grid;
}

.home-news__arrow--previous {
  left: -23px;
}

.home-news__arrow--next {
  right: -23px;
}

.home-news__arrow:hover:not(.slick-disabled) {
  border-color: var(--home-red);
  background: var(--home-red);
  color: #fff;
}

.home-news__arrow.slick-disabled {
  cursor: default;
  opacity: 0.35;
}

.home-news__dots {
  margin-top: 30px;
}

.home-news__dots .slick-dots button {
  background: #c9c3bb;
}

.home-news__dots .slick-dots .slick-active button {
  width: 28px;
  background: var(--home-red);
}

@media (max-width: 1199.98px) {
  .home-areas__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-impact__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
    gap: 38px;
  }

  .home-news__arrow--previous {
    left: -10px;
  }

  .home-news__arrow--next {
    right: -10px;
  }
}

@media (max-width: 991.98px) {
  .home-hero {
    height: auto;
    min-height: 690px;
    max-height: none;
  }

  .home-hero__slider,
  .home-hero__slider .slick-list,
  .home-hero__slider .slick-track,
  .home-hero__slider .slick-slide,
  .home-hero__slider .slick-slide > div,
  .home-hero__slide {
    min-height: 690px;
  }

  .home-hero__inner {
    align-items: flex-end;
    padding-block: 120px 104px;
  }

  .home-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 34px;
  }

  .home-stat:nth-child(odd) {
    border-left: 0;
  }

  .home-stat:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
    width: 100%;
    max-width: 360px;
    padding-top: 24px;
    border-top: 1px solid var(--home-line);
  }

  .home-values__grid {
    grid-template-columns: 1fr;
  }

  .home-value-card {
    min-height: 250px;
  }

  .home-cta__panel {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home-cta__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-impact__grid {
    grid-template-columns: 1fr;
  }

  .home-impact__copy {
    max-width: 720px;
  }

  .home-news__slider:not(.slick-initialized) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-news__slider:not(.slick-initialized) .home-news-card:nth-child(3) {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .home-container {
    width: min(100% - 32px, 1240px);
  }

  .home-section-heading {
    margin-bottom: 28px;
  }

  .home-eyebrow {
    font-size: 13px;
  }

  .home-section-heading h2 {
    font-size: 26px;
  }

  .home-section-heading--split,
  .home-section-heading--news {
    display: block;
  }

  .home-section-heading--split > p {
    margin-top: 14px;
  }

  .home-hero,
  .home-hero__slider,
  .home-hero__slider .slick-list,
  .home-hero__slider .slick-track,
  .home-hero__slider .slick-slide,
  .home-hero__slider .slick-slide > div,
  .home-hero__slide {
    min-height: 680px;
  }

  .home-hero__inner {
    padding-block: 100px 92px;
  }

  .home-hero__cms h1,
  .home-hero__cms h2,
  .home-hero__cms h3,
  .home-hero__cms .title,
  .home-hero__cms .slide-title {
    font-size: clamp(31px, 9.3vw, 42px);
  }

  .home-hero__cms p,
  .home-hero__cms .description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.55;
  }

  .home-hero__cms a {
    width: 100%;
    margin: 13px 0 0;
  }

  .home-hero__actions {
    display: grid;
    gap: 10px;
    margin-top: 22px;
  }

  .home-hero__dots {
    right: 16px;
    bottom: 22px;
  }

  .home-stats {
    padding: 56px 0 60px;
  }

  .home-stats .home-section-heading {
    margin-bottom: 34px;
  }

  .home-stat {
    padding-inline: 12px;
  }

  .home-stat__number {
    font-size: 32px;
  }

  .home-areas,
  .home-values,
  .home-news {
    padding-top: 64px;
  }

  .home-areas__grid {
    grid-template-columns: 1fr;
  }

  .home-area-card__media {
    height: 220px;
  }

  .home-value-card {
    min-height: 270px;
    padding: 30px 25px 25px;
  }

  .home-cta {
    --home-cta-bottom-space: 0px;
    padding-top: 62px;
  }

  .home-cta__panel {
    gap: 26px;
    border-radius: 19px;
  }

  .home-cta__actions {
    grid-template-columns: 1fr;
  }

  .home-impact {
    margin-top: 0;
  }

  .home-impact__chips {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-impact__chips a {
    justify-content: center;
    text-align: center;
  }

  .home-impact__map-panel {
    min-height: 335px;
    padding: 16px;
    border-radius: 17px;
  }

  .home-impact__map {
    min-height: 275px;
  }

  .home-section-heading--news .home-news__all {
    margin-top: 20px;
  }

  .home-news {
    padding-bottom: 70px;
  }

  .home-news__slider:not(.slick-initialized) {
    grid-template-columns: 1fr;
  }

  .home-news__slider:not(.slick-initialized) .home-news-card:nth-child(2) {
    display: none;
  }

  .home-news__arrow {
    width: 42px;
    height: 42px;
  }

  .home-news__arrow--previous {
    left: -7px;
  }

  .home-news__arrow--next {
    right: -7px;
  }
}

@media (max-width: 419.98px) {
  .home-hero__badge {
    font-size: 11px;
  }

  .home-stat { padding-inline: 8px; }

  .home-stat__number { font-size: 28px; }

  .home-stat__label { font-size: 11px; }

  .home-impact__chips {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .home-hero,
  .home-hero__slider,
  .home-hero__slider .slick-list,
  .home-hero__slider .slick-track,
  .home-hero__slider .slick-slide,
  .home-hero__slide {
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .home-hero { background: var(--home-red); }
  .home-hero__slider .slick-track { display: block; }
  .home-hero__slider .slick-slide > div { min-height: 0; height: auto; }

  .home-hero__slide {
    display: flex !important;
    flex-direction: column;
    height: auto;
  }

  .home-hero__inner {
    order: 0;
    flex: none;
    width: 100%;
    height: auto;
    padding: 32px 24px;
    align-items: flex-start;
  }

  .home-hero__content { width: 100%; }
  .home-hero__cms { margin-top: 0; }
  .home-hero__cms :is(h1, h2, h3, .slide-title) {
    font-size: 32px;
    line-height: 1.15;
    letter-spacing: 0;
    text-shadow: none;
  }
  .home-hero__cms .text-red { color: #fff !important; }
  .home-hero__cms > .text,
  .home-hero__cms .slide-action { font-size: 0; line-height: 0; }
  .home-hero__cms a {
    min-height: 44px;
    border: 1px solid rgb(255 255 255 / 70%);
    font-size: 14px;
    line-height: 1.4;
  }
  .home-hero__cms .slide-action { margin-top: 20px; }

  .home-hero__media {
    position: relative;
    inset: auto;
    order: 1;
    flex: none;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .home-hero__media :is(img, video) { object-fit: contain; }

  .home-hero__slide:not(.home-hero__slide--has-mobile-artwork) {
    display: block !important;
    min-height: clamp(590px, calc(100svh - 124px), 680px);
  }

  .home-hero__slide:not(.home-hero__slide--has-mobile-artwork) .home-hero__media {
    position: absolute;
    inset: 0;
    order: initial;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    background: var(--home-red);
  }

  .home-hero__slide:not(.home-hero__slide--has-mobile-artwork) .home-hero__media :is(img, video) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .home-hero__slide:not(.home-hero__slide--has-mobile-artwork) .home-hero__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: inherit;
  }

  .home-hero__slide--has-mobile-artwork .home-hero__overlay {
    display: none;
  }

  .home-hero__slide--has-mobile-artwork .home-hero__inner {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .home-hero__slide--has-mobile-artwork .home-hero__content,
  .home-hero__slide--has-mobile-artwork .home-hero__cms,
  .home-hero__slide--has-mobile-artwork .home-hero__cms > .text {
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .home-hero__slide--has-mobile-artwork .home-hero__cms > .text > :not(a.position-absolute.top-0.w-100.h-100) {
    display: none;
  }

  .home-hero__slide--has-mobile-artwork .home-hero__media {
    aspect-ratio: auto;
  }

  .home-hero__slide--has-mobile-artwork .home-hero__media picture,
  .home-hero__slide--has-mobile-artwork .home-hero__media img {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    height: auto;
  }

  .home-hero__dots {
    position: relative;
    inset: auto;
    width: 100%;
    padding: 14px 24px;
    background: #fff;
  }
  .home-hero__dots .slick-dots { justify-content: center; }
  .home-hero__dots .slick-dots button { background: #b8b8b8; box-shadow: none; }
  .home-cta__panel { padding: 32px 0; border-radius: 0; }
  .home-cta__copy h2 { font-size: 26px; }

}


@media (prefers-reduced-motion: reduce) {
  .home-redesign *,
  .home-redesign *::before,
  .home-redesign *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
