/* kinnect-partner-v2 */

/* kinnect-partner-v2 — differentiated bands; hide thrash duplicates */
.section_partnershipv2-header,
.section_partnership-why,
.section_partnership-who,
.section_benefits-partner,
.section_wrapper.is-partnership-1 .heading-style-h1.is-partnership-header,
.section_wrapper.is-partnership-1 .text-size-medium.is-partnership,
/* hide old equal card grids that restate the same story */
.main-wrapper.is-partnership .section_partnershipv2-header,
.kn-partner-fix { display: none !important; }

/* keep form + allow v2 to show */
.kn-partner-v2 { display: block !important; }

/* ===== HARD RULE: each band own surface ===== */
.kn-pv2 {
  font-family: ui-sans-serif, system-ui, -apple-system, sans-serif;
  color: #1c1917;
}
.kn-pv2 a { text-decoration: none; }

/* 1 HERO — ink on cream, editorial not cards */
.kn-pv2-hero {
  background: #f6f1e8;
  padding: 56px 24px 40px;
  border-bottom: 1px solid rgba(28,25,23,.08);
}
.kn-pv2-hero__inner { max-width: 1100px; margin: 0 auto; }
.kn-pv2-hero__kicker {
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: #78716c; font-weight: 600; margin: 0 0 12px;
}
.kn-pv2-hero__h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  line-height: 1.08; letter-spacing: -.02em;
  margin: 0 0 16px; max-width: 16ch; color: #1c1917;
}
.kn-pv2-hero__dek {
  font-size: 1.1rem; line-height: 1.5; color: #44403c;
  max-width: 38rem; margin: 0 0 12px;
}
.kn-pv2-hero__offer {
  display: inline-block; font-size: 14px; color: #1c1917;
  background: #fff; border: 1px solid rgba(28,25,23,.12);
  border-radius: 999px; padding: 8px 14px; margin: 0 0 22px;
}
.kn-pv2-hero__offer strong { font-weight: 700; }
.kn-pv2-hero__ctas { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.kn-pv2-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 18px; border-radius: 999px; font-weight: 600; font-size: 14px;
}
.kn-pv2-btn--ink { background: #1c1917; color: #fafaf9 !important; }
.kn-pv2-btn--ghost { background: transparent; color: #1c1917 !important; border: 1.5px solid #1c1917; }
.kn-pv2-btn--cream { background: #f6f1e8; color: #1c1917 !important; }
.kn-pv2-btn--olive { background: #5e7034; color: #fafaf9 !important; }
.kn-pv2-hero__stat {
  margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(28,25,23,.1);
  display: flex; gap: 28px; flex-wrap: wrap; max-width: 40rem;
}
.kn-pv2-hero__stat b {
  font-family: Georgia, serif; font-size: 2rem; display: block; line-height: 1;
}
.kn-pv2-hero__stat span { font-size: 13px; color: #57534e; display: block; margin-top: 6px; max-width: 16rem; }

/* 2 PRODUCT RAIL — device proof, NOT equal text chips */
.kn-pv2-products {
  background: #1c1917; color: #fafaf9; padding: 48px 24px 56px;
}
.kn-pv2-products__inner { max-width: 1100px; margin: 0 auto; }
.kn-pv2-products__head {
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 16px; flex-wrap: wrap; margin-bottom: 28px;
}
.kn-pv2-products__head h2 {
  font-family: Georgia, serif; font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0; color: #fafaf9; max-width: 18ch; line-height: 1.15;
}
.kn-pv2-products__head p { margin: 0; color: #a8a29e; font-size: 14px; max-width: 22rem; }
.kn-pv2-rail {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
@media (max-width: 800px) { .kn-pv2-rail { grid-template-columns: 1fr; } }
/* each product unit DIFFERENT surface */
.kn-pv2-prod {
  border-radius: 20px; overflow: hidden; display: flex; flex-direction: column;
  min-height: 100%;
}
.kn-pv2-prod--sb { background: #2a2420; }
.kn-pv2-prod--tr { background: #1f2a22; }
.kn-pv2-prod--vt { background: #22242a; }
.kn-pv2-prod__media {
  padding: 20px 20px 0; display: flex; justify-content: center;
  min-height: 220px; align-items: flex-end;
}
.kn-pv2-prod__media img {
  width: min(160px, 70%); height: auto; display: block;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,.35));
}
.kn-pv2-prod__body { padding: 16px 18px 20px; }
.kn-pv2-prod__label {
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  color: #a8a29e; margin: 0 0 6px; font-weight: 600;
}
.kn-pv2-prod__title {
  font-family: Georgia, serif; font-size: 1.25rem; margin: 0 0 6px; color: #fafaf9;
}
.kn-pv2-prod__job { margin: 0; font-size: 14px; line-height: 1.45; color: #d6d3d1; }
.kn-pv2-prod__job em { color: #fafaf9; font-style: normal; font-weight: 600; }

/* 3 ASYMMETRIC WHY — not 3 equal cards */
.kn-pv2-why {
  display: grid; grid-template-columns: 1.1fr .9fr; min-height: 420px;
}
@media (max-width: 900px) { .kn-pv2-why { grid-template-columns: 1fr; } }
.kn-pv2-why__dark {
  background: #1c1917; color: #fafaf9; padding: 48px 40px;
  display: flex; flex-direction: column; justify-content: center;
}
.kn-pv2-why__dark h2 {
  font-family: Georgia, serif; font-size: clamp(1.75rem, 3vw, 2.35rem);
  margin: 0 0 14px; line-height: 1.15; color: #fafaf9;
}
.kn-pv2-why__dark p { margin: 0; color: #d6d3d1; line-height: 1.5; font-size: 1.05rem; max-width: 32rem; }
.kn-pv2-why__stack { background: #f6f1e8; padding: 28px; display: flex; flex-direction: column; gap: 14px; justify-content: center; }
.kn-pv2-why__block {
  background: #fff; border-radius: 16px; padding: 20px 20px 18px;
  border: 1px solid rgba(28,25,23,.08);
}
.kn-pv2-why__block h3 { margin: 0 0 6px; font-size: 1.05rem; font-family: Georgia, serif; }
.kn-pv2-why__block p { margin: 0; font-size: 14px; color: #57534e; line-height: 1.45; }
.kn-pv2-why__price {
  background: #5e7034; color: #fafaf9; border: none;
}
.kn-pv2-why__price h3, .kn-pv2-why__price p { color: #fafaf9; }
.kn-pv2-why__price strong { font-size: 1.35rem; font-family: Georgia, serif; }

/* 4 TIMELINE — how it works */
.kn-pv2-how {
  background: #fff; padding: 56px 24px; border-top: 1px solid rgba(28,25,23,.06);
}
.kn-pv2-how__inner { max-width: 1100px; margin: 0 auto; }
.kn-pv2-how__inner > h2 {
  font-family: Georgia, serif; font-size: clamp(1.6rem, 3vw, 2.1rem);
  margin: 0 0 8px;
}
.kn-pv2-how__inner > p { margin: 0 0 32px; color: #57534e; max-width: 36rem; }
.kn-pv2-steps {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  position: relative;
}
@media (max-width: 900px) { .kn-pv2-steps { grid-template-columns: 1fr; gap: 20px; } }
.kn-pv2-step { padding: 0 16px 0 0; position: relative; }
.kn-pv2-step__n {
  width: 36px; height: 36px; border-radius: 50%;
  background: #1c1917; color: #fafaf9; display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 14px; margin-bottom: 12px;
}
.kn-pv2-step h3 { margin: 0 0 6px; font-size: 1.05rem; font-family: Georgia, serif; }
.kn-pv2-step p { margin: 0; font-size: 14px; color: #57534e; line-height: 1.45; }
@media (min-width: 901px) {
  .kn-pv2-steps::before {
    content: ''; position: absolute; top: 17px; left: 18px; right: 18px; height: 2px;
    background: linear-gradient(90deg, #1c1917 0%, rgba(28,25,23,.15) 100%);
    z-index: 0;
  }
  .kn-pv2-step { z-index: 1; }
}

/* 5 AUDIENCE ALT — full-width alternating persona bands */
.kn-pv2-who { background: #f6f1e8; }
.kn-pv2-who__intro {
  max-width: 1100px; margin: 0 auto; padding: 48px 24px 8px;
}
.kn-pv2-who__intro h2 {
  font-family: Georgia, serif; font-size: clamp(1.6rem, 3vw, 2.1rem); margin: 0 0 8px;
}
.kn-pv2-who__intro p { margin: 0; color: #57534e; max-width: 36rem; }
.kn-pv2-aud {
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 0;
  border-top: 1px solid rgba(28,25,23,.08);
}
@media (max-width: 800px) { .kn-pv2-aud { grid-template-columns: 1fr; } }
.kn-pv2-aud__meta { padding: 36px 28px; display: flex; flex-direction: column; justify-content: center; }
.kn-pv2-aud__body { padding: 36px 28px; display: flex; flex-direction: column; justify-content: center; }
.kn-pv2-aud--senior .kn-pv2-aud__meta { background: #e8e4dc; }
.kn-pv2-aud--senior .kn-pv2-aud__body { background: #f6f1e8; }
.kn-pv2-aud--corp .kn-pv2-aud__meta { background: #1c1917; color: #fafaf9; order: 2; }
.kn-pv2-aud--corp .kn-pv2-aud__body { background: #292524; color: #fafaf9; order: 1; }
@media (max-width: 800px) {
  .kn-pv2-aud--corp .kn-pv2-aud__meta { order: 0; }
  .kn-pv2-aud--corp .kn-pv2-aud__body { order: 0; }
}
.kn-pv2-aud--health .kn-pv2-aud__meta { background: #dfe6ef; }
.kn-pv2-aud--health .kn-pv2-aud__body { background: #eef2f7; }
.kn-pv2-aud--creator .kn-pv2-aud__meta { background: #5e7034; color: #fafaf9; }
.kn-pv2-aud--creator .kn-pv2-aud__body { background: #4a5a2a; color: #fafaf9; }
.kn-pv2-aud__role {
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  font-weight: 600; opacity: .75; margin: 0 0 8px;
}
.kn-pv2-aud h3 {
  font-family: Georgia, serif; font-size: 1.5rem; margin: 0 0 8px; line-height: 1.15;
}
.kn-pv2-aud p { margin: 0; line-height: 1.5; font-size: 15px; opacity: .92; }
.kn-pv2-aud__metric {
  font-family: Georgia, serif; font-size: 2.5rem; line-height: 1; margin: 0 0 8px;
}
.kn-pv2-aud__metric-l { font-size: 13px; opacity: .8; margin: 0; max-width: 16rem; }

/* 6 STATS MAGAZINE — one giant + two small captions */
.kn-pv2-stats {
  background: #1c1917; color: #fafaf9; padding: 56px 24px;
}
.kn-pv2-stats__inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: end;
}
@media (max-width: 800px) { .kn-pv2-stats__inner { grid-template-columns: 1fr; gap: 28px; } }
.kn-pv2-stats__giant b {
  font-family: Georgia, serif; font-size: clamp(4rem, 12vw, 7rem);
  line-height: .9; display: block; letter-spacing: -.03em;
}
.kn-pv2-stats__giant p {
  margin: 12px 0 0; font-size: 1.15rem; color: #d6d3d1; max-width: 22rem; line-height: 1.4;
}
.kn-pv2-stats__side { display: flex; flex-direction: column; gap: 20px; }
.kn-pv2-stats__side div {
  border-left: 2px solid rgba(250,250,249,.25); padding-left: 16px;
}
.kn-pv2-stats__side strong {
  font-family: Georgia, serif; font-size: 1.75rem; display: block; margin-bottom: 4px;
}
.kn-pv2-stats__side span { font-size: 14px; color: #a8a29e; line-height: 1.4; }

/* 7 CTA strip before form */
.kn-pv2-cta {
  background: #f6f1e8; padding: 40px 24px; text-align: center;
  border-bottom: 1px solid rgba(28,25,23,.06);
}
.kn-pv2-cta h2 {
  font-family: Georgia, serif; font-size: clamp(1.5rem, 3vw, 2rem); margin: 0 0 10px;
}
.kn-pv2-cta p { margin: 0 0 18px; color: #57534e; }
.kn-pv2-cta__row { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.kn-pv2-note { font-size: 12px; color: #78716c; margin-top: 12px; }

/* Form band polish — native form stays olive */
.section_reach-out-form {
  background-color: #5e6b4a !important;
}
.section_reach-out-form .heading-h2,
.section_reach-out-form .text-style-eyebrow,
.section_reach-out-form .text-size-medium,
.section_reach-out-form label {
  color: #fcfcfc !important; -webkit-text-fill-color: #fcfcfc !important;
}


/* === v2_1 contrast overrides vs global is-partnership dark-text hammer === */
html body .main-wrapper.is-partnership .kn-pv2-products,
html body .main-wrapper.is-partnership .kn-pv2-products h2,
html body .main-wrapper.is-partnership .kn-pv2-products h3,
html body .main-wrapper.is-partnership .kn-pv2-products p,
html body .main-wrapper.is-partnership .kn-pv2-products .kn-pv2-prod__title,
html body .main-wrapper.is-partnership .kn-pv2-products .kn-pv2-prod__job,
html body .main-wrapper.is-partnership .kn-pv2-products .kn-pv2-prod__label {
  color: #fafaf9 !important;
  -webkit-text-fill-color: #fafaf9 !important;
}
html body .main-wrapper.is-partnership .kn-pv2-products .kn-pv2-prod__label,
html body .main-wrapper.is-partnership .kn-pv2-products .kn-pv2-products__head p {
  color: #a8a29e !important;
  -webkit-text-fill-color: #a8a29e !important;
}
html body .main-wrapper.is-partnership .kn-pv2-products .kn-pv2-prod__job {
  color: #d6d3d1 !important;
  -webkit-text-fill-color: #d6d3d1 !important;
}
html body .main-wrapper.is-partnership .kn-pv2-why__dark,
html body .main-wrapper.is-partnership .kn-pv2-why__dark h2,
html body .main-wrapper.is-partnership .kn-pv2-why__dark p {
  color: #fafaf9 !important;
  -webkit-text-fill-color: #fafaf9 !important;
}
html body .main-wrapper.is-partnership .kn-pv2-why__dark p {
  color: #d6d3d1 !important;
  -webkit-text-fill-color: #d6d3d1 !important;
}
html body .main-wrapper.is-partnership .kn-pv2-aud--corp,
html body .main-wrapper.is-partnership .kn-pv2-aud--corp h3,
html body .main-wrapper.is-partnership .kn-pv2-aud--corp p,
html body .main-wrapper.is-partnership .kn-pv2-aud--creator,
html body .main-wrapper.is-partnership .kn-pv2-aud--creator h3,
html body .main-wrapper.is-partnership .kn-pv2-aud--creator p {
  color: #fafaf9 !important;
  -webkit-text-fill-color: #fafaf9 !important;
}
html body .main-wrapper.is-partnership .kn-pv2-stats,
html body .main-wrapper.is-partnership .kn-pv2-stats b,
html body .main-wrapper.is-partnership .kn-pv2-stats p,
html body .main-wrapper.is-partnership .kn-pv2-stats strong,
html body .main-wrapper.is-partnership .kn-pv2-stats span {
  color: #fafaf9 !important;
  -webkit-text-fill-color: #fafaf9 !important;
}
html body .main-wrapper.is-partnership .kn-pv2-stats span {
  color: #a8a29e !important;
  -webkit-text-fill-color: #a8a29e !important;
}
html body .main-wrapper.is-partnership .kn-pv2-stats p {
  color: #d6d3d1 !important;
  -webkit-text-fill-color: #d6d3d1 !important;
}
/* cream hero stays dark ink */
html body .main-wrapper.is-partnership .kn-pv2-hero h1,
html body .main-wrapper.is-partnership .kn-pv2-hero p,
html body .main-wrapper.is-partnership .kn-pv2-how h2,
html body .main-wrapper.is-partnership .kn-pv2-how h3,
html body .main-wrapper.is-partnership .kn-pv2-how p,
html body .main-wrapper.is-partnership .kn-pv2-who__intro h2,
html body .main-wrapper.is-partnership .kn-pv2-who__intro p,
html body .main-wrapper.is-partnership .kn-pv2-cta h2,
html body .main-wrapper.is-partnership .kn-pv2-cta p {
  color: #1c1917 !important;
  -webkit-text-fill-color: #1c1917 !important;
}
html body .main-wrapper.is-partnership .kn-pv2-hero__dek,
html body .main-wrapper.is-partnership .kn-pv2-how p,
html body .main-wrapper.is-partnership .kn-pv2-who__intro p,
html body .main-wrapper.is-partnership .kn-pv2-cta p {
  color: #44403c !important;
  -webkit-text-fill-color: #44403c !important;
}

/* === v2_2: nuclear thrash hide — HARD RULE no duplicate bands === */
/* Native Webflow + kn-rebuild parallel page must not sit next to kn-pv2 */
html body .main-wrapper.is-partnership .kn-rebuild,
html body .main-wrapper.is-partnership .section_wrapper.is-partnership-1,
html body .main-wrapper.is-partnership .section_partnershipv2-header,
html body .main-wrapper.is-partnership .section_partnership-why,
html body .main-wrapper.is-partnership .section_partnership-who,
html body .main-wrapper.is-partnership .section_benefits-partner,
html body .main-wrapper.is-partnership .kn-partner-fix {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* Keep only v2 + form + footer */
html body .main-wrapper.is-partnership .kn-partner-v2,
html body .main-wrapper.is-partnership .kn-pv2 {
  display: block !important;
  visibility: visible !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}
html body .main-wrapper.is-partnership .section_reach-out-form {
  display: block !important;
  visibility: visible !important;
}

/* Ghost membership CTA must stay dark-ink on cream (phase1 forces white on membership links) */
html body .main-wrapper.is-partnership .kn-pv2-btn--ghost {
  color: #1c1917 !important;
  -webkit-text-fill-color: #1c1917 !important;
  background: transparent !important;
  border: 1.5px solid #1c1917 !important;
}
html body .main-wrapper.is-partnership .kn-pv2-btn--ink {
  color: #fafaf9 !important;
  -webkit-text-fill-color: #fafaf9 !important;
  background: #1c1917 !important;
}
html body .main-wrapper.is-partnership .kn-pv2-btn--olive {
  color: #fafaf9 !important;
  -webkit-text-fill-color: #fafaf9 !important;
  background: #5e7034 !important;
}
html body .main-wrapper.is-partnership .kn-pv2-btn--cream {
  color: #1c1917 !important;
  -webkit-text-fill-color: #1c1917 !important;
}

/* Extra light-on-dark for any span/div text inside dark bands (phase1 h* only missed some) */
html body .main-wrapper.is-partnership .kn-pv2-products *,
html body .main-wrapper.is-partnership .kn-pv2-why__dark *,
html body .main-wrapper.is-partnership .kn-pv2-stats *,
html body .main-wrapper.is-partnership .kn-pv2-aud--corp *,
html body .main-wrapper.is-partnership .kn-pv2-aud--creator * {
  color: inherit;
}
html body .main-wrapper.is-partnership .kn-pv2-products,
html body .main-wrapper.is-partnership .kn-pv2-why__dark,
html body .main-wrapper.is-partnership .kn-pv2-stats,
html body .main-wrapper.is-partnership .kn-pv2-aud--corp,
html body .main-wrapper.is-partnership .kn-pv2-aud--corp .kn-pv2-aud__meta,
html body .main-wrapper.is-partnership .kn-pv2-aud--corp .kn-pv2-aud__body,
html body .main-wrapper.is-partnership .kn-pv2-aud--creator,
html body .main-wrapper.is-partnership .kn-pv2-aud--creator .kn-pv2-aud__meta,
html body .main-wrapper.is-partnership .kn-pv2-aud--creator .kn-pv2-aud__body {
  color: #fafaf9 !important;
  -webkit-text-fill-color: #fafaf9 !important;
}
html body .main-wrapper.is-partnership .kn-pv2-products h1,
html body .main-wrapper.is-partnership .kn-pv2-products h2,
html body .main-wrapper.is-partnership .kn-pv2-products h3,
html body .main-wrapper.is-partnership .kn-pv2-products p,
html body .main-wrapper.is-partnership .kn-pv2-why__dark h1,
html body .main-wrapper.is-partnership .kn-pv2-why__dark h2,
html body .main-wrapper.is-partnership .kn-pv2-why__dark h3,
html body .main-wrapper.is-partnership .kn-pv2-why__dark p,
html body .main-wrapper.is-partnership .kn-pv2-stats h1,
html body .main-wrapper.is-partnership .kn-pv2-stats h2,
html body .main-wrapper.is-partnership .kn-pv2-stats h3,
html body .main-wrapper.is-partnership .kn-pv2-stats p,
html body .main-wrapper.is-partnership .kn-pv2-stats b,
html body .main-wrapper.is-partnership .kn-pv2-stats strong,
html body .main-wrapper.is-partnership .kn-pv2-aud--corp h1,
html body .main-wrapper.is-partnership .kn-pv2-aud--corp h2,
html body .main-wrapper.is-partnership .kn-pv2-aud--corp h3,
html body .main-wrapper.is-partnership .kn-pv2-aud--corp p,
html body .main-wrapper.is-partnership .kn-pv2-aud--creator h1,
html body .main-wrapper.is-partnership .kn-pv2-aud--creator h2,
html body .main-wrapper.is-partnership .kn-pv2-aud--creator h3,
html body .main-wrapper.is-partnership .kn-pv2-aud--creator p {
  color: #fafaf9 !important;
  -webkit-text-fill-color: #fafaf9 !important;
}
/* muted sublines on dark */
html body .main-wrapper.is-partnership .kn-pv2-products .kn-pv2-prod__label,
html body .main-wrapper.is-partnership .kn-pv2-products .kn-pv2-products__head p,
html body .main-wrapper.is-partnership .kn-pv2-stats span,
html body .main-wrapper.is-partnership .kn-pv2-aud--corp .kn-pv2-aud__role,
html body .main-wrapper.is-partnership .kn-pv2-aud--corp .kn-pv2-aud__metric-l,
html body .main-wrapper.is-partnership .kn-pv2-aud--creator .kn-pv2-aud__role,
html body .main-wrapper.is-partnership .kn-pv2-aud--creator .kn-pv2-aud__metric-l {
  color: #a8a29e !important;
  -webkit-text-fill-color: #a8a29e !important;
}
html body .main-wrapper.is-partnership .kn-pv2-products .kn-pv2-prod__job,
html body .main-wrapper.is-partnership .kn-pv2-why__dark p,
html body .main-wrapper.is-partnership .kn-pv2-stats p {
  color: #d6d3d1 !important;
  -webkit-text-fill-color: #d6d3d1 !important;
}
/* olive price card stays light */
html body .main-wrapper.is-partnership .kn-pv2-why__price,
html body .main-wrapper.is-partnership .kn-pv2-why__price h3,
html body .main-wrapper.is-partnership .kn-pv2-why__price p,
html body .main-wrapper.is-partnership .kn-pv2-why__price strong {
  color: #fafaf9 !important;
  -webkit-text-fill-color: #fafaf9 !important;
}
/* cream/light bands keep ink */
html body .main-wrapper.is-partnership .kn-pv2-hero,
html body .main-wrapper.is-partnership .kn-pv2-hero h1,
html body .main-wrapper.is-partnership .kn-pv2-hero h2,
html body .main-wrapper.is-partnership .kn-pv2-hero h3,
html body .main-wrapper.is-partnership .kn-pv2-how,
html body .main-wrapper.is-partnership .kn-pv2-how h2,
html body .main-wrapper.is-partnership .kn-pv2-how h3,
html body .main-wrapper.is-partnership .kn-pv2-who__intro,
html body .main-wrapper.is-partnership .kn-pv2-who__intro h2,
html body .main-wrapper.is-partnership .kn-pv2-cta,
html body .main-wrapper.is-partnership .kn-pv2-cta h2,
html body .main-wrapper.is-partnership .kn-pv2-aud--senior,
html body .main-wrapper.is-partnership .kn-pv2-aud--senior h3,
html body .main-wrapper.is-partnership .kn-pv2-aud--senior p,
html body .main-wrapper.is-partnership .kn-pv2-aud--health,
html body .main-wrapper.is-partnership .kn-pv2-aud--health h3,
html body .main-wrapper.is-partnership .kn-pv2-aud--health p,
html body .main-wrapper.is-partnership .kn-pv2-why__stack .kn-pv2-why__block:not(.kn-pv2-why__price),
html body .main-wrapper.is-partnership .kn-pv2-why__stack .kn-pv2-why__block:not(.kn-pv2-why__price) h3,
html body .main-wrapper.is-partnership .kn-pv2-why__stack .kn-pv2-why__block:not(.kn-pv2-why__price) p {
  color: #1c1917 !important;
  -webkit-text-fill-color: #1c1917 !important;
}
html body .main-wrapper.is-partnership .kn-pv2-hero__dek,
html body .main-wrapper.is-partnership .kn-pv2-how p,
html body .main-wrapper.is-partnership .kn-pv2-who__intro p,
html body .main-wrapper.is-partnership .kn-pv2-cta p,
html body .main-wrapper.is-partnership .kn-pv2-why__stack .kn-pv2-why__block:not(.kn-pv2-why__price) p {
  color: #44403c !important;
  -webkit-text-fill-color: #44403c !important;
}
html body .main-wrapper.is-partnership .kn-pv2-hero__kicker,
html body .main-wrapper.is-partnership .kn-pv2-note {
  color: #78716c !important;
  -webkit-text-fill-color: #78716c !important;
}
