.elementor-2211 .elementor-element.elementor-element-9aad2ae{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2211 .elementor-element.elementor-element-9aad2ae.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2211 .elementor-element.elementor-element-9aad2ae{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-b85e564 *//* =========================================================
   JNR HOME PAGE
   Entire stylesheet is scoped to .jnr-home.
   ========================================================= */

.jnr-home {
  --jnr-red: #ed1c24;
  --jnr-red-dark: #c91219;
  --jnr-ink: #151719;
  --jnr-navy: #11182b;
  --jnr-copy: #4a4f54;
  --jnr-gray: #f3f4f5;
  --jnr-line: #dfe2e5;
  --jnr-white: #ffffff;

  width: 100%;
  color: var(--jnr-ink);
  background: var(--jnr-white);
  font-family: "Almarai", Arial, sans-serif;
  overflow-x: clip;
}

.jnr-home,
.jnr-home *,
.jnr-home *::before,
.jnr-home *::after {
  box-sizing: border-box;
}

.jnr-home img,
.jnr-home video,
.jnr-home svg {
  display: block;
}

.jnr-home img {
  max-width: 100%;
  height: auto;
}

.jnr-home a {
  color: inherit;
}

.jnr-home h1,
.jnr-home h2,
.jnr-home h3,
.jnr-home p {
  margin-top: 0;
}

.jnr-home h1,
.jnr-home h2,
.jnr-home h3 {
  font-family: "Oswald", Arial, sans-serif;
}

.jnr-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.jnr-section {
  padding: 96px 0;
}

/* =========================================================
   SHARED LABELS AND HEADINGS
   ========================================================= */

.jnr-kicker {
  margin: 0 0 14px;
  color: var(--jnr-red);
  font-family: "Oswald", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.jnr-kicker::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  margin: 0 11px 4px 0;
  background: currentColor;
}

.jnr-kicker--light {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 22px;
  color: var(--jnr-white);
}

.jnr-kicker--light::before {
  width: 34px;
  margin: 0;
}

.jnr-section-heading {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}

.jnr-section-heading h2 {
  margin: 0 0 22px;
  color: var(--jnr-navy);
  font-size: clamp(38px, 4.5vw, 60px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.jnr-section-heading > p:last-child {
  margin-bottom: 0;
  color: var(--jnr-copy);
  font-size: 16px;
  line-height: 1.7;
}

/* =========================================================
   HERO
   ========================================================= */

.jnr-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  min-height: clamp(570px, 76vh, 760px);
  overflow: hidden;
  background: #181b1e;
}

.jnr-hero__video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.jnr-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse at center,
      rgba(18, 22, 28, 0.34) 0%,
      rgba(18, 22, 28, 0.62) 55%,
      rgba(18, 22, 28, 0.84) 100%
    );
}

.jnr-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  height: 6px;
  background: var(--jnr-red);
}

.jnr-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 82px;
}

.jnr-hero__content {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.jnr-hero h1 {
  margin: 0 auto 28px;
  color: var(--jnr-white);
  font-size: clamp(56px, 7vw, 94px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.025em;
  text-align: center;
  text-transform: uppercase;
}

.jnr-hero h1 span {
  color: var(--jnr-red);
}

.jnr-hero__intro {
  max-width: 760px;
  margin: 0 auto;
}

.jnr-hero__statement {
  margin: 0 0 22px;
  padding: 0;
  color: var(--jnr-white);
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0.01em;
  text-align: center;
  text-transform: uppercase;
}

.jnr-hero__statement::before {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin: 0 auto 18px;
  background: var(--jnr-red);
}

.jnr-hero__statement span {
  color: var(--jnr-red);
}

.jnr-hero__copy {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.78;
  text-align: center;
}

.jnr-hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 38px;
}

.jnr-home .jnr-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 25px;
  border: 1px solid transparent;
  font-family: "Almarai", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.035em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition:
    transform 0.2s ease,
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.jnr-home .jnr-button:hover {
  transform: translateY(-2px);
}

.jnr-home .jnr-button--primary,
.jnr-home .jnr-button--primary:visited {
  color: var(--jnr-white) !important;
  background: var(--jnr-red);
}

.jnr-home .jnr-button--primary:hover,
.jnr-home .jnr-button--primary:focus {
  color: var(--jnr-white) !important;
  background: var(--jnr-red-dark);
}

.jnr-home .jnr-button--ghost,
.jnr-home .jnr-button--ghost:visited {
  color: var(--jnr-white) !important;
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.1);
}

.jnr-home .jnr-button--ghost:hover,
.jnr-home .jnr-button--ghost:focus {
  color: var(--jnr-ink) !important;
  border-color: var(--jnr-white);
  background: var(--jnr-white);
}

/* =========================================================
   RECOVERY PROCESS
   Existing .jnr-about class names are retained for compatibility.
   ========================================================= */

.jnr-about {
  position: relative;
  overflow: hidden;
  background: var(--jnr-white);
}

/*
 * This section uses a wider shell so the graphic can be displayed
 * at a useful size without disrupting the other page sections.
 */
.jnr-about .jnr-shell {
  width: min(1360px, calc(100% - 48px));
}

.jnr-about__grid {
  display: grid;
  grid-template-columns: minmax(390px, 0.82fr) minmax(560px, 1.18fr);
  align-items: center;
  gap: clamp(42px, 5vw, 76px);
}

.jnr-about__content {
  position: relative;
  z-index: 2;
  max-width: 590px;
}

.jnr-about h2 {
  margin: 0 0 24px;
  color: var(--jnr-navy);
  font-size: clamp(42px, 4.5vw, 62px);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -0.02em;
}

.jnr-about h2 span {
  color: var(--jnr-red);
}

.jnr-about p {
  color: var(--jnr-copy);
  font-size: 15px;
  line-height: 1.85;
}

.jnr-about .jnr-lead {
  margin-bottom: 30px;
  color: var(--jnr-ink);
  font-size: 18px;
  line-height: 1.65;
}

.jnr-process-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jnr-process-list li {
  position: relative;
  min-height: 30px;
  padding-left: 42px;
  color: var(--jnr-copy);
  font-size: 14px;
  line-height: 1.55;
}

.jnr-process-list li::before {
  content: "✓";
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  color: var(--jnr-white);
  background: var(--jnr-red);
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.jnr-process-list strong {
  display: inline;
  color: var(--jnr-ink);
  font-family: "Oswald", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.jnr-about__visual {
  position: relative;
  z-index: 1;
  min-width: 0;
  width: 100%;
  overflow: hidden;
  background: var(--jnr-white);
}

/*
 * The source image has built-in white canvas around the graphic.
 * A modest zoom makes the artwork readable while keeping every
 * red edge inside a predictable rectangular container.
 */
.jnr-about__visual img {
  width: 116%;
  max-width: none;
  height: auto;
  margin: -4% -8% -5%;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  clip-path: none !important;
  object-fit: contain;
}

/*
 * Removes inline-image baseline artifacts and theme-added decoration.
 */
.jnr-about__visual,
.jnr-about__visual img {
  line-height: 0;
}

.jnr-about__visual::before {
  content: "";
  position: absolute;
  top: 15%;
  right: 4%;
  z-index: -1;
  width: 68%;
  height: 68%;
  pointer-events: none;
  background:
    radial-gradient(
      circle at center,
      rgba(237, 28, 36, 0.055) 0%,
      rgba(237, 28, 36, 0) 72%
    );
}

/* =========================================================
   WHY JNR
   ========================================================= */

.jnr-why {
  background: var(--jnr-gray);
}

.jnr-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.jnr-benefit-card {
  position: relative;
  min-height: 275px;
  padding: 32px 26px;
  overflow: hidden;
  background: var(--jnr-white);
  border: 1px solid var(--jnr-line);
  box-shadow: 0 10px 22px rgba(19, 25, 31, 0.08);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.jnr-benefit-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--jnr-red);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.22s ease;
}

.jnr-benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(19, 25, 31, 0.14);
}

.jnr-benefit-card:hover::before {
  transform: scaleY(1);
}

.jnr-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 24px;
  color: var(--jnr-red);
  background: var(--jnr-white);
  border: 1px solid rgba(237, 28, 36, 0.4);
}

.jnr-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.jnr-benefit-card h3 {
  margin: 0 0 14px;
  color: var(--jnr-ink);
  font-size: 21px;
  line-height: 1.25;
}

.jnr-benefit-card p {
  margin-bottom: 0;
  color: var(--jnr-copy);
  font-size: 14px;
  line-height: 1.7;
}

/* =========================================================
   STATS
   ========================================================= */

.jnr-stats {
  position: relative;
  isolation: isolate;
  padding: 92px 0 100px;
  overflow: hidden;
  color: var(--jnr-white);
  background: linear-gradient(135deg, #151719 0%, #25282b 100%);
}

/* Subtle oversized background accent */
.jnr-stats::before {
  content: "JNR";
  position: absolute;
  top: -48px;
  right: 1vw;
  z-index: -1;
  color: rgba(255, 255, 255, 0.028);
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(190px, 23vw, 360px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.06em;
  pointer-events: none;
}

.jnr-stats__pattern {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image:
    linear-gradient(to right, transparent, #000 20%, #000 80%, transparent);
  -webkit-mask-image:
    linear-gradient(to right, transparent, #000 20%, #000 80%, transparent);
}

.jnr-section-heading--dark h2 {
  color: var(--jnr-white);
}

.jnr-section-heading--dark > p:last-child {
  color: rgba(255, 255, 255, 0.72);
}

.jnr-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.jnr-stat-card {
  min-width: 0;
  min-height: 280px;
  padding: 30px 26px;
  color: var(--jnr-ink);
  background: var(--jnr-white);
  border-top: 4px solid var(--jnr-red);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.24);
}

.jnr-stat-card strong {
  display: block;
  margin-bottom: 15px;
  color: var(--jnr-red);
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(48px, 4vw, 66px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
}

.jnr-stat-card strong span {
  font-size: 0.52em;
  vertical-align: top;
}

.jnr-stat-card strong.jnr-stat-card__word {
  padding-top: 8px;
  font-size: clamp(30px, 2.4vw, 42px);
  line-height: 1;
}

.jnr-stat-card h3 {
  margin: 0 0 11px;
  color: var(--jnr-ink);
  font-size: 18px;
  line-height: 1.25;
}

.jnr-stat-card p {
  margin-bottom: 0;
  color: var(--jnr-copy);
  font-size: 13.5px;
  line-height: 1.6;
}

@media (max-width: 1050px) {
  .jnr-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jnr-stat-card {
    min-height: 250px;
  }

  .jnr-stats::before {
    top: -15px;
    font-size: clamp(150px, 30vw, 260px);
  }
}

@media (max-width: 640px) {
  .jnr-stats {
    padding: 72px 0 78px;
  }

  .jnr-stat-grid {
    grid-template-columns: 1fr;
  }

  .jnr-stat-card {
    min-height: 0;
    padding: 27px 24px;
  }

  .jnr-stats::before {
    content: "";
  }
}

/* =========================================================
   QUICK LINKS
   ========================================================= */

.jnr-actions {
  padding: 72px 0 88px;
  background: var(--jnr-white);
}

.jnr-action-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.jnr-action-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 126px;
  padding: 26px 28px;
  color: var(--jnr-white) !important;
  text-decoration: none !important;
  background: linear-gradient(135deg, #1d2023, #34383c);
  border-bottom: 4px solid var(--jnr-red);
  box-shadow: 0 12px 24px rgba(15, 20, 25, 0.18);
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.jnr-action-card:hover {
  transform: translateY(-5px);
  background: linear-gradient(135deg, #24282c, #3c4146);
}

.jnr-action-card__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--jnr-red);
  font-family: "Oswald", Arial, sans-serif;
  font-size: 24px;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.jnr-action-card__icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.jnr-action-card small,
.jnr-action-card strong {
  display: block;
}

.jnr-action-card small {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.jnr-action-card strong {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
}

.jnr-action-card__arrow {
  color: var(--jnr-red);
  font-size: 28px;
  transition: transform 0.2s ease;
}

.jnr-action-card:hover .jnr-action-card__arrow {
  transform: translateX(4px);
}

/* =========================================================
   ELEMENTOR STICKY OVERRIDE
   ========================================================= */

.elementor-10 .elementor-sticky,
.elementor-10 .elementor-sticky--active,
.elementor-10 [data-settings*='"sticky":"top"'] {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: auto !important;
  transform: none !important;
}

/* =========================================================
   LAPTOP / TABLET LANDSCAPE
   ========================================================= */

@media (max-width: 1100px) {
  .jnr-section {
    padding: 78px 0;
  }

  .jnr-about .jnr-shell {
    width: min(100% - 44px, 1220px);
  }

  .jnr-about__grid {
    grid-template-columns: minmax(340px, 0.9fr) minmax(440px, 1.1fr);
    gap: 34px;
  }

  .jnr-about__visual img {
    width: 118%;
    margin: -4% -9% -5%;
  }

  .jnr-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jnr-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jnr-stat-card,
  .jnr-stat-card:nth-child(4),
  .jnr-stat-card:nth-child(5) {
    grid-column: auto;
  }
}

/* =========================================================
   TABLET / MOBILE
   ========================================================= */

@media (max-width: 767px) {
  .jnr-shell {
    width: min(100% - 36px, 680px);
  }

  .jnr-section {
    padding: 64px 0;
  }

  .jnr-hero {
    min-height: 610px;
    background: linear-gradient(135deg, #151719, #303438);
  }


  .jnr-hero__inner {
    padding-top: 126px;
    padding-bottom: 76px;
  }

  .jnr-hero h1 {
    font-size: clamp(44px, 13vw, 66px);
  }

  .jnr-hero__statement {
    margin-bottom: 18px;
    font-size: 21px;
  }

  .jnr-hero__statement::before {
    width: 60px;
    margin-bottom: 16px;
  }

  .jnr-hero__copy {
    font-size: 15px;
    line-height: 1.72;
  }

  .jnr-hero__actions {
    margin-top: 30px;
  }

  .jnr-about .jnr-shell {
    width: min(100% - 36px, 720px);
  }

  .jnr-about__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .jnr-about__content {
    order: 1;
    max-width: 680px;
  }

  .jnr-about__visual {
    order: 2;
    width: 100%;
    overflow: hidden;
  }

  .jnr-about__visual img {
    width: 112%;
    margin: -3% -6% -4%;
  }

  .jnr-benefit-grid {
    grid-template-columns: 1fr;
  }

  .jnr-benefit-card {
    min-height: 0;
  }

  .jnr-stats {
    padding: 66px 0 72px;
  }

  .jnr-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jnr-stat-card,
  .jnr-stat-card:nth-child(4),
  .jnr-stat-card:nth-child(5),
  .jnr-stat-card:last-child {
    grid-column: auto;
    min-height: 225px;
  }

  .jnr-action-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {
  .jnr-shell {
    width: min(100% - 28px, 430px);
  }

  .jnr-kicker {
    font-size: 13px;
  }

  .jnr-kicker::before {
    width: 23px;
  }

  .jnr-hero {
    min-height: 600px;
  }

  .jnr-hero__actions {
    display: grid;
  }

  .jnr-home .jnr-button {
    width: 100%;
  }

  .jnr-about h2,
  .jnr-section-heading h2 {
    font-size: 36px;
  }

  .jnr-about .jnr-lead {
    font-size: 16px;
  }

  .jnr-process-list li {
    padding-left: 38px;
    font-size: 13.5px;
  }

  .jnr-process-list strong {
    font-size: 15px;
  }

  .jnr-about__visual img {
    width: 116%;
    margin: -2% -8% -4%;
  }

  .jnr-stat-grid {
    grid-template-columns: 1fr;
  }

  .jnr-stat-card,
  .jnr-stat-card:last-child {
    grid-column: auto;
    min-height: 0;
  }

  .jnr-action-card {
    grid-template-columns: auto 1fr;
    min-height: 116px;
    padding: 22px;
  }

  .jnr-action-card__arrow {
    display: none;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .jnr-home *,
  .jnr-home *::before,
  .jnr-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
/* =========================================================
   FINAL COLOR OVERRIDES
   Keep this block at the very bottom of the stylesheet.
   ========================================================= */

/* Main page colors */

.jnr-home {
  color: #151719 !important;
  background: #ffffff !important;
}

/* Hero background and overlay */

.jnr-home .jnr-hero {
  background-color: #15191d !important;
}

.jnr-home .jnr-hero__shade {
  background:
    radial-gradient(
      ellipse at center,
      rgba(10, 14, 19, 0.38) 0%,
      rgba(10, 14, 19, 0.68) 56%,
      rgba(10, 14, 19, 0.9) 100%
    ) !important;
}

/* Force all hero text to the correct colors */

.jnr-home .jnr-hero__content,
.jnr-home .jnr-hero__content p,
.jnr-home .jnr-hero__content h1,
.jnr-home .jnr-hero__content h2,
.jnr-home .jnr-hero__content h3 {
  color: #ffffff !important;
}

.jnr-home .jnr-hero h1 {
  color: #ffffff !important;
}

.jnr-home .jnr-hero h1 span {
  color: #ed1c24 !important;
}

.jnr-home .jnr-kicker--light {
  color: #ffffff !important;
}

.jnr-home .jnr-kicker--light::before {
  background-color: #ffffff !important;
}

.jnr-home .jnr-hero__statement {
  color: #ffffff !important;
}

.jnr-home .jnr-hero__statement span {
  color: #ed1c24 !important;
}

.jnr-home .jnr-hero__statement::before {
  background-color: #ed1c24 !important;
}

.jnr-home .jnr-hero__copy {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* Hero buttons */

.jnr-home .jnr-button--primary,
.jnr-home .jnr-button--primary:link,
.jnr-home .jnr-button--primary:visited {
  color: #ffffff !important;
  background-color: #ed1c24 !important;
  border-color: #ed1c24 !important;
}

.jnr-home .jnr-button--primary:hover,
.jnr-home .jnr-button--primary:focus {
  color: #ffffff !important;
  background-color: #c91219 !important;
  border-color: #c91219 !important;
}

.jnr-home .jnr-button--ghost,
.jnr-home .jnr-button--ghost:link,
.jnr-home .jnr-button--ghost:visited {
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.78) !important;
}

.jnr-home .jnr-button--ghost:hover,
.jnr-home .jnr-button--ghost:focus {
  color: #151719 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

/* About section */

.jnr-home .jnr-about,
.jnr-home .jnr-about .jnr-shell,
.jnr-home .jnr-about__grid,
.jnr-home .jnr-about__content,
.jnr-home .jnr-about__visual {
  background-color: #ffffff !important;
}

.jnr-home .jnr-about .jnr-kicker {
  color: #ed1c24 !important;
}

.jnr-home .jnr-about .jnr-kicker::before {
  background-color: #ed1c24 !important;
}

.jnr-home .jnr-about h2 {
  color: #11182b !important;
}

.jnr-home .jnr-about h2 span {
  color: #ed1c24 !important;
}

.jnr-home .jnr-about .jnr-lead {
  color: #151719 !important;
}

.jnr-home .jnr-about p {
  color: #4a4f54 !important;
}

/* Why JNR */

.jnr-home .jnr-why {
  background-color: #f3f4f5 !important;
}

.jnr-home .jnr-why h2,
.jnr-home .jnr-benefit-card h3 {
  color: #151719 !important;
}

.jnr-home .jnr-why p,
.jnr-home .jnr-benefit-card p {
  color: #4a4f54 !important;
}

/* Stats */

.jnr-home .jnr-stats {
  color: #ffffff !important;
  background:
    linear-gradient(
      135deg,
      #151719 0%,
      #25282b 100%
    ) !important;
}

.jnr-home .jnr-stats .jnr-section-heading h2 {
  color: #ffffff !important;
}

.jnr-home .jnr-stats .jnr-section-heading > p:last-child {
  color: rgba(255, 255, 255, 0.76) !important;
}

.jnr-home .jnr-stat-card {
  color: #151719 !important;
  background-color: #ffffff !important;
}

.jnr-home .jnr-stat-card strong {
  color: #ed1c24 !important;
}

.jnr-home .jnr-stat-card h3 {
  color: #151719 !important;
}

.jnr-home .jnr-stat-card p {
  color: #4a4f54 !important;
}

/* Bottom action cards */

.jnr-home .jnr-actions {
  background-color: #ffffff !important;
}

.jnr-home .jnr-action-card,
.jnr-home .jnr-action-card:link,
.jnr-home .jnr-action-card:visited {
  color: #ffffff !important;
}

.jnr-home .jnr-action-card small {
  color: rgba(255, 255, 255, 0.68) !important;
}

.jnr-home .jnr-action-card strong {
  color: #ffffff !important;
}

.jnr-home .jnr-action-card__icon,
.jnr-home .jnr-action-card__arrow {
  color: #ed1c24 !important;
}
/* Preserve the complete recovery-process graphic */
.jnr-about__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  overflow: visible;
}

.jnr-about__visual img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center;
  border-radius: 0;
  clip-path: none;
}/* End custom CSS */