.elementor-36112 .elementor-element.elementor-element-9ce5d80{--display:flex;}body.elementor-page-36112:not(.elementor-motion-effects-element-type-background), body.elementor-page-36112 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#030303;}/* Start custom CSS for html, class: .elementor-element-50412f0 *//* =========================================================
   RFC EXPLAINS — MATRIX MATCHES
   DARK EXPLAINER PAGE
   ========================================================= */

.rfc-matrix-explainer {
  --rfc-bg: #07111d;
  --rfc-panel: #0d1d2d;
  --rfc-panel-2: #11263a;
  --rfc-panel-soft: #142b40;
  --rfc-green: #79c143;
  --rfc-green-light: #a8df72;
  --rfc-white: #ffffff;
  --rfc-text: #edf3f7;
  --rfc-muted: #b5c2cc;
  --rfc-border: rgba(255, 255, 255, 0.12);

  width: 100%;
  max-width: 980px;
  margin: 0 auto;

  color: var(--rfc-text);

  font-family: inherit;
  font-size: 17px;
  line-height: 1.7;
}

.rfc-matrix-explainer *,
.rfc-matrix-explainer *::before,
.rfc-matrix-explainer *::after {
  box-sizing: border-box;
}

.rfc-matrix-explainer p {
  margin: 0 0 20px;
  color: var(--rfc-text) !important;
}

.rfc-matrix-explainer h2,
.rfc-matrix-explainer h3 {
  color: var(--rfc-white) !important;
}


/* =========================================================
   LABELS
   ========================================================= */

.rfc-matrix-eyebrow,
.rfc-matrix-kicker,
.rfc-matrix-answer__label,
.rfc-matrix-editorial-note > span,
.rfc-matrix-coverage__eyebrow {
  display: block;

  margin: 0 0 8px;

  color: var(--rfc-green-light) !important;

  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;

  letter-spacing: 0.11em;
  text-transform: uppercase;
}


/* =========================================================
   INTRO
   ========================================================= */

.rfc-matrix-intro {
  margin: 0 0 24px;
  padding: 32px 34px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(121, 193, 67, 0.17),
      transparent 35%
    ),
    var(--rfc-panel);

  border: 1px solid var(--rfc-border);
  border-top: 5px solid var(--rfc-green);
  border-radius: 16px;

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.22);
}

.rfc-matrix-intro h2 {
  margin: 0 0 17px !important;

  color: var(--rfc-white) !important;

  font-size: clamp(1.75rem, 4vw, 2.4rem) !important;
  font-weight: 800 !important;
  line-height: 1.13 !important;

  letter-spacing: -0.035em;
}

.rfc-matrix-lead {
  color: #ffffff !important;

  font-size: 1.1rem;
  line-height: 1.6;
}


/* =========================================================
   QUICK ANSWER
   ========================================================= */

.rfc-matrix-answer {
  margin: 25px 0 0;
  padding: 19px 21px;

  background: #06101b;

  border: 1px solid var(--rfc-border);
  border-left: 5px solid var(--rfc-green);
  border-radius: 0 10px 10px 0;
}

.rfc-matrix-answer p {
  margin: 0 !important;

  color: #ffffff !important;

  font-size: 15px;
  line-height: 1.55;
}


/* =========================================================
   ON THIS PAGE
   ========================================================= */

.rfc-matrix-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;

  margin: 0 0 28px;
  padding: 15px 16px;

  background: var(--rfc-panel);

  border: 1px solid var(--rfc-border);
  border-radius: 12px;
}

.rfc-matrix-jump > span {
  display: block;
  width: 100%;

  color: var(--rfc-muted) !important;

  font-size: 10px;
  font-weight: 800;

  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rfc-matrix-jump a,
.rfc-matrix-jump a:visited {
  display: inline-flex;
  align-items: center;

  padding: 7px 11px;

  color: #ffffff !important;

  background: var(--rfc-panel-2);

  border: 1px solid var(--rfc-border);
  border-radius: 999px;

  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;

  text-decoration: none !important;

  transition: 150ms ease;
}

.rfc-matrix-jump a:hover,
.rfc-matrix-jump a:focus-visible {
  color: #071a2f !important;

  background: var(--rfc-green);

  border-color: var(--rfc-green);
}


/* =========================================================
   MAIN SECTIONS
   ========================================================= */

.rfc-matrix-section {
  display: grid;

  grid-template-columns: 52px minmax(0, 1fr);
  gap: 20px;

  padding: 35px 0;

  border-bottom: 1px solid var(--rfc-border);

  scroll-margin-top: 100px;
}

.rfc-matrix-section__number {
  padding-top: 3px;

  color: rgba(255, 255, 255, 0.28);

  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}

.rfc-matrix-section__content {
  min-width: 0;
}

.rfc-matrix-section h2 {
  margin: 0 0 16px !important;

  color: #ffffff !important;

  font-size: clamp(1.45rem, 3vw, 1.9rem) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;

  letter-spacing: -0.025em;
}


/* =========================================================
   TABLE
   ========================================================= */

.rfc-matrix-table-wrap {
  width: 100%;

  margin: 24px 0;

  overflow-x: auto;

  border: 1px solid var(--rfc-border);
  border-radius: 11px;

  -webkit-overflow-scrolling: touch;
}

.rfc-matrix-table {
  width: 100%;
  min-width: 680px;

  margin: 0 !important;

  border-collapse: collapse;

  background: var(--rfc-panel);
}

.rfc-matrix-table th,
.rfc-matrix-table td {
  padding: 13px 14px;

  color: var(--rfc-text) !important;

  background: var(--rfc-panel) !important;

  border: 0 !important;
  border-bottom: 1px solid var(--rfc-border) !important;

  font-size: 14px;

  text-align: left;
  vertical-align: top;
}

.rfc-matrix-table thead th {
  color: #ffffff !important;

  background: #06101b !important;

  font-size: 11px;
  font-weight: 800;

  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rfc-matrix-table tbody th {
  color: var(--rfc-green-light) !important;

  font-weight: 800;
}

.rfc-matrix-table tbody tr:last-child th,
.rfc-matrix-table tbody tr:last-child td {
  border-bottom: 0 !important;
}


/* =========================================================
   IMPORTANT NOTE
   ========================================================= */

.rfc-matrix-note {
  margin: 20px 0 0 !important;
  padding: 15px 17px;

  color: var(--rfc-text) !important;

  background: rgba(121, 193, 67, 0.09);

  border: 1px solid rgba(121, 193, 67, 0.3);
  border-left: 4px solid var(--rfc-green);
  border-radius: 8px;

  font-size: 14px;
  line-height: 1.55;
}


/* =========================================================
   FALL / SPRING
   ========================================================= */

.rfc-matrix-season-grid {
  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;

  margin: 23px 0;
}

.rfc-matrix-season-card {
  padding: 19px;

  background: var(--rfc-panel);

  border: 1px solid var(--rfc-border);
  border-radius: 10px;
}

.rfc-matrix-season-card > span {
  display: block;

  margin-bottom: 5px;

  color: var(--rfc-green-light) !important;

  font-size: 10px;
  font-weight: 800;

  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rfc-matrix-season-card h3 {
  margin: 0 0 7px !important;

  color: #ffffff !important;

  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

.rfc-matrix-season-card p {
  margin: 0 !important;

  color: var(--rfc-muted) !important;

  font-size: 14px;
  line-height: 1.5;
}


/* =========================================================
   LISTS
   ========================================================= */

.rfc-matrix-list {
  margin: 20px 0 23px !important;
  padding: 0 !important;

  list-style: none !important;
}

.rfc-matrix-list li {
  position: relative;

  margin: 0 0 7px !important;
  padding: 9px 12px 9px 36px !important;

  color: var(--rfc-text) !important;

  background: var(--rfc-panel);

  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 7px;

  font-size: 14px;
  line-height: 1.45;
}

.rfc-matrix-list li::before {
  content: "✓";

  position: absolute;
  top: 9px;
  left: 13px;

  color: var(--rfc-green-light);

  font-weight: 900;
}


/* =========================================================
   RELATED RFC EXPLAINER
   ========================================================= */

.rfc-matrix-related-link,
.rfc-matrix-related-link:visited {
  display: block;

  margin-top: 23px;
  padding: 16px 18px;

  color: #ffffff !important;

  background: var(--rfc-panel-2);

  border: 1px solid var(--rfc-border);
  border-left: 4px solid var(--rfc-green);
  border-radius: 8px;

  text-decoration: none !important;

  transition: 150ms ease;
}

.rfc-matrix-related-link span {
  display: block;

  margin-bottom: 3px;

  color: var(--rfc-green-light) !important;

  font-size: 10px;
  font-weight: 800;

  letter-spacing: 0.1em;
}

.rfc-matrix-related-link strong {
  color: #ffffff !important;

  font-size: 15px;
  font-weight: 800;
}

.rfc-matrix-related-link:hover,
.rfc-matrix-related-link:focus-visible {
  background: var(--rfc-panel-soft);

  transform: translateY(-1px);
}


/* =========================================================
   FAQ
   ========================================================= */

.rfc-matrix-faq {
  padding: 38px 0;

  scroll-margin-top: 100px;
}

.rfc-matrix-faq__header {
  margin-bottom: 16px;
}

.rfc-matrix-faq__header h2 {
  margin: 0 !important;

  color: #ffffff !important;

  font-size: 1.8rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.rfc-matrix-faq details {
  margin: 0 0 8px;

  overflow: hidden;

  background: var(--rfc-panel);

  border: 1px solid var(--rfc-border);
  border-radius: 9px;
}

.rfc-matrix-faq summary {
  position: relative;

  padding: 14px 45px 14px 16px;

  color: #ffffff !important;

  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;

  cursor: pointer;

  list-style: none;
}

.rfc-matrix-faq summary::-webkit-details-marker {
  display: none;
}

.rfc-matrix-faq summary::after {
  content: "+";

  position: absolute;

  top: 50%;
  right: 16px;

  color: var(--rfc-green-light);

  font-size: 20px;

  transform: translateY(-50%);
}

.rfc-matrix-faq details[open] summary {
  background: var(--rfc-panel-2);
}

.rfc-matrix-faq details[open] summary::after {
  content: "−";
}

.rfc-matrix-faq details p {
  margin: 0 !important;
  padding: 14px 16px 16px;

  color: var(--rfc-muted) !important;

  font-size: 14px;
  line-height: 1.55;
}


/* =========================================================
   ACCURACY NOTE
   ========================================================= */

.rfc-matrix-editorial-note {
  margin: 0 0 28px;
  padding: 18px 20px;

  background: rgba(121, 193, 67, 0.08);

  border: 1px solid rgba(121, 193, 67, 0.2);
  border-left: 4px solid var(--rfc-green);
  border-radius: 0 9px 9px 0;
}

.rfc-matrix-editorial-note p {
  margin: 0 !important;

  color: var(--rfc-muted) !important;

  font-size: 14px;
  line-height: 1.55;
}


/* =========================================================
   SOURCES
   ========================================================= */

.rfc-matrix-sources {
  margin: 0 0 30px;
  padding: 18px 20px;

  background: var(--rfc-panel);

  border: 1px solid var(--rfc-border);
  border-radius: 10px;
}

.rfc-matrix-sources h2 {
  margin: 0 0 10px !important;

  color: #ffffff !important;

  font-size: 18px !important;
  font-weight: 800 !important;
}

.rfc-matrix-sources ul {
  margin: 0 !important;
  padding-left: 20px !important;
}

.rfc-matrix-sources li {
  margin-bottom: 6px;

  color: var(--rfc-muted) !important;

  font-size: 13px;
  line-height: 1.45;
}

.rfc-matrix-sources a,
.rfc-matrix-sources a:visited {
  color: var(--rfc-green-light) !important;

  font-weight: 700;

  text-decoration: underline;
  text-underline-offset: 3px;
}


/* =========================================================
   FULL RFC COVERAGE
   ========================================================= */

.rfc-matrix-coverage {
  margin-top: 30px;
  padding: 22px;

  background: var(--rfc-panel);

  border: 1px solid var(--rfc-border);
  border-radius: 13px;
}

.rfc-matrix-coverage > h2 {
  margin: 0 0 5px !important;

  color: #ffffff !important;

  font-size: 22px !important;
  font-weight: 800 !important;
}

.rfc-matrix-coverage > p {
  margin: 0 0 15px !important;

  color: var(--rfc-muted) !important;

  font-size: 14px;
}


/* COVERAGE GRID */

.rfc-matrix-coverage__grid {
  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;

  overflow: hidden;

  background: var(--rfc-border);

  border: 1px solid var(--rfc-border);
  border-radius: 10px;
}

.rfc-matrix-coverage__grid a,
.rfc-matrix-coverage__grid a:visited {
  display: grid;

  grid-template-columns: 1fr auto;
  grid-template-areas:
    "label arrow"
    "title arrow";

  align-items: center;

  min-width: 0;

  padding: 14px 15px;

  color: #ffffff !important;

  background: var(--rfc-panel-2);

  text-decoration: none !important;

  transition: background-color 150ms ease;
}

.rfc-matrix-coverage__grid a:hover,
.rfc-matrix-coverage__grid a:focus-visible {
  background: var(--rfc-panel-soft);
}

.rfc-matrix-coverage__grid span {
  grid-area: label;

  display: block;

  margin-bottom: 3px;

  color: var(--rfc-green-light) !important;

  font-size: 9px;
  font-weight: 800;

  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rfc-matrix-coverage__grid strong {
  grid-area: title;

  color: #ffffff !important;

  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

.rfc-matrix-coverage__grid em {
  grid-area: arrow;

  margin-left: 12px;

  color: var(--rfc-green-light) !important;

  font-size: 0;
  font-style: normal;
}

.rfc-matrix-coverage__grid em::after {
  content: "→";

  font-size: 18px;
  font-weight: 800;
}


/* =========================================================
   TABLET / MOBILE
   ========================================================= */

@media (max-width: 760px) {

  .rfc-matrix-explainer {
    font-size: 16px;
  }

  .rfc-matrix-intro {
    padding: 25px 23px;
  }

  .rfc-matrix-section {
    grid-template-columns: 1fr;
    gap: 7px;

    padding: 30px 0;
  }

  .rfc-matrix-section__number {
    font-size: 18px;
  }

  .rfc-matrix-season-grid {
    grid-template-columns: 1fr;
  }

  .rfc-matrix-coverage__grid {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 480px) {

  .rfc-matrix-intro {
    padding: 22px 18px;

    border-radius: 12px;
  }

  .rfc-matrix-answer {
    padding: 17px;
  }

  .rfc-matrix-jump {
    padding: 13px;
  }

  .rfc-matrix-jump a {
    width: 100%;

    justify-content: center;

    text-align: center;
  }

  .rfc-matrix-section {
    padding: 27px 0;
  }

  .rfc-matrix-season-card {
    padding: 16px;
  }

  .rfc-matrix-faq {
    padding: 31px 0;
  }

  .rfc-matrix-coverage {
    padding: 17px 14px;
  }

  .rfc-matrix-coverage > h2 {
    font-size: 20px !important;
  }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rfc-matrix-jump a,
  .rfc-matrix-related-link,
  .rfc-matrix-coverage__grid a {
    transition: none;
  }

  .rfc-matrix-related-link:hover,
  .rfc-matrix-related-link:focus-visible {
    transform: none;
  }
}/* End custom CSS */