@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat:wght@300;400;500;700&display=swap");

@font-face {
  font-family: "Joyful Webfont";
  src: url("https://cdn.prod.website-files.com/65b2e92aedef35d0ade46f52/65b8d92e9654c69acb4cc7ef_joyful-webfont.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --brand-541: #003b71;
  --brand-5185: #4c3041;
  --brand-7475: #44797b;
  --brand-7499: #f1e4b2;
  --brand-7499-50: #f8f2d9;
  --brand-1375: #ff9e18;
  --brand-warm-red: #ff4438;
  --signature-deep-blue: #0b3b60;
  --font-headline: "Montserrat", ui-sans-serif, system-ui, sans-serif;
  --font-callout: "Joyful Webfont", "Montserrat", ui-sans-serif, sans-serif;
  --font-body: "Lora", Georgia, serif;
  --font-ui: "Montserrat", ui-sans-serif, system-ui, sans-serif;
  --type-home-hero: clamp(3rem, 5.25vw, 5.75rem);
  --type-program-hero: clamp(2.9rem, 4.4vw, 4.9rem);
  --type-section: clamp(2.35rem, 3.6vw, 4.25rem);

  /* Concept B aliases remapped to the approved Signature system. */
  --navy: var(--brand-541);
  --teal: var(--brand-7475);
  --blue: var(--signature-deep-blue);
  --coral: var(--brand-1375);
  --lime: var(--brand-7499);
  --cream: var(--brand-7499-50);
  --white: #fff;
  --ink: var(--brand-541);
  --line: rgb(0 59 113 / 24%);
  --sans: var(--font-body);
  --display: var(--font-headline);
}

body {
  background: var(--brand-7499-50);
  color: var(--brand-541);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
}

:focus-visible {
  outline: 3px solid var(--brand-1375);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--brand-541);
}

.skip,
nav,
.call,
.button,
.menu,
.kicker,
.play,
.hero-rail,
.decision-bar,
.audience-pathways,
.community-link,
.principles-ribbon,
.path-grid .number,
.path-grid a,
.ticker,
.difference li,
.stat-card strong,
.stat-card small,
.phone,
footer,
.contact-cards span,
.secure-head span,
label,
.privacy-note,
.form-status,
input,
select,
textarea {
  font-family: var(--font-ui);
}

h1,
h2,
h3 {
  font-family: var(--font-headline);
}

h1,
h2 {
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.035em;
  text-transform: none;
  text-wrap: balance;
}

h1 {
  font-size: var(--type-home-hero);
  line-height: .96;
}

h2 {
  font-size: var(--type-section);
}

h3 {
  font-weight: 500;
  letter-spacing: -.025em;
}

.skip {
  background: var(--brand-1375);
  color: var(--brand-541);
  font-weight: 700;
}

header {
  background: rgb(0 59 113 / 96%);
}

.brand {
  display: block;
  width: 205px;
  height: auto;
  flex: 0 0 auto;
}

.brand img {
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}

nav a,
.call,
.button,
.menu {
  font-weight: 700;
}

nav {
  gap: clamp(.9rem, 1.25vw, 1.4rem);
}

nav a,
.call,
.menu {
  font-size: 1rem;
  line-height: 1.4;
}

.signature-link {
  color: var(--brand-1375);
}

.button {
  min-height: 48px;
  font-weight: 700;
  line-height: 1.35;
}

.button.coral {
  background: var(--brand-1375);
  color: var(--brand-541);
}

.button.ghost {
  border-color: #fff;
  color: #fff;
}

.button.dark {
  background: var(--brand-541);
  color: #fff;
}

.button.cream {
  background: var(--brand-7499);
  color: var(--brand-541);
}

.hero {
  background: var(--brand-541);
}

.hero-copy {
  width: min(46vw, 760px);
  margin-right: auto;
  margin-left: 0;
}

.hero-bg::after {
  background: linear-gradient(90deg, var(--brand-541) 0 30%, rgb(0 59 113 / 96%) 45%, rgb(0 59 113 / 34%) 70%, rgb(0 59 113 / 6%) 100%);
}

.hero-bg img {
  width: 66%;
  margin-left: auto;
  object-position: center;
}

.hero h1 {
  max-width: 12ch;
}

.motion-lines {
  background: repeating-linear-gradient(115deg, transparent 0 90px, rgb(255 158 24 / 14%) 92px 94px);
}

.hero-copy > p:not(.kicker) {
  font-family: var(--font-body);
}

.kicker {
  color: var(--brand-7499);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.5;
  text-transform: none;
}

.kicker.dark {
  color: var(--brand-541);
}

.play {
  font-weight: 700;
}

.play small {
  color: var(--brand-7499);
  font-size: .9375rem;
  line-height: 1.4;
}

.community-link {
  display: inline-block;
  min-height: 48px;
  padding: .75rem 0;
  color: #fff;
  font-weight: 700;
  text-decoration-thickness: .08em;
  text-underline-offset: .25em;
}

.hero-rail {
  font-size: .9375rem;
  letter-spacing: .08em;
  line-height: 1.4;
  text-transform: none;
}

.decision-bar {
  background: var(--brand-7499);
  color: var(--brand-541);
}

.decision-bar p,
.decision-bar a {
  border-color: rgb(0 59 113 / 30%);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.audience-pathways {
  display: grid;
  grid-template-columns: minmax(230px, .8fr) repeat(3, minmax(0, 1fr));
  color: var(--brand-541);
  background: var(--brand-7499);
  border-bottom: 2px solid var(--brand-541);
}

.audience-pathways-intro,
.audience-pathways > a {
  min-height: 238px;
  padding: clamp(1.75rem, 3vw, 3rem);
}

.audience-pathways-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.audience-pathways-intro p,
.audience-pathways-intro h2 {
  margin: 0;
}

.audience-pathways-intro h2 {
  max-width: 12ch;
  margin-top: .65rem;
  font-size: clamp(1.8rem, 2.4vw, 2.7rem);
  line-height: 1.05;
}

.audience-pathways > a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-left: 1px solid rgb(0 59 113 / 32%);
  text-decoration: none;
  transition: background-color .2s ease;
}

.audience-pathways > a:hover,
.audience-pathways > a:focus-visible {
  background: var(--brand-7499-50);
}

.audience-pathways > a > span,
.audience-pathways > a > small {
  font-family: var(--font-ui);
  font-size: .9375rem;
  font-weight: 700;
}

.audience-pathways > a > span {
  color: var(--brand-7475);
}

.audience-pathways > a > strong {
  max-width: 26ch;
  margin: 1rem 0 1.5rem;
  font-family: var(--font-body);
  font-size: 1.08rem;
  line-height: 1.55;
}

.audience-pathways > a > small {
  margin-top: auto;
  color: var(--brand-541);
  line-height: 1.45;
  text-decoration: underline;
  text-decoration-thickness: .08em;
  text-underline-offset: .22em;
}

.pathways {
  background: #fff;
}

.section-head p:last-child {
  font-weight: 700;
}

.path-grid article {
  border-color: var(--line);
}

.path-grid .feature {
  background: var(--brand-7475);
  color: #fff;
}

.path-grid h3 {
  font-weight: 500;
  text-transform: none;
}

.path-grid .number {
  font-size: .9375rem;
  line-height: 1.4;
}

.path-grid a {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration-thickness: .08em;
  text-underline-offset: .2em;
}

.ticker {
  background: var(--brand-1375);
  color: var(--brand-541);
  font-weight: 700;
}

.principles-ribbon {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  position: relative;
  color: var(--brand-541);
  background: var(--brand-1375);
  border-top: 2px solid var(--brand-541);
  border-bottom: 2px solid var(--brand-541);
}

.principles-ribbon-viewport {
  min-width: 0;
  overflow: hidden;
}

.principles-ribbon-track {
  display: flex;
  width: max-content;
  animation: principles-ribbon-scroll 34s linear infinite;
  will-change: transform;
}

.principles-ribbon-track:hover,
.principles-ribbon-track.is-paused,
.principles-ribbon:focus-within .principles-ribbon-track {
  animation-play-state: paused;
}

.principles-ribbon ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.principles-ribbon li {
  display: flex;
  min-width: clamp(190px, 18vw, 290px);
  min-height: 104px;
  gap: 1rem;
  align-items: center;
  padding: 1.5rem 2rem;
  border-right: 1px solid rgb(0 59 113 / 38%);
  font-size: clamp(.95rem, 1.2vw, 1.1rem);
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
}

.principles-ribbon li::before {
  color: var(--brand-541);
  content: "✦";
  font-size: .8em;
}

.principles-ribbon-toggle {
  min-width: 92px;
  min-height: 104px;
  padding: 1rem;
  border: 0;
  border-left: 2px solid var(--brand-541);
  color: #fff;
  background: var(--brand-541);
  font-family: var(--font-ui);
  font-size: .9375rem;
  font-weight: 700;
  cursor: pointer;
}

@keyframes principles-ribbon-scroll {
  to {
    transform: translateX(-50%);
  }
}

.difference {
  min-height: auto;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  gap: clamp(4rem, 7vw, 7rem);
  align-items: start;
  background: var(--signature-deep-blue);
}

.difference-copy {
  position: relative;
  top: auto;
  align-self: start;
}

.difference-copy > p:not(.kicker) {
  font-family: var(--font-body);
  max-width: 67ch;
  margin-bottom: 1.4rem;
  font-size: 1.05rem;
  line-height: 1.72;
}

.difference li {
  border-color: rgb(255 255 255 / 26%);
  font-weight: 700;
}

.difference li span {
  color: var(--brand-1375);
}

.stat-card {
  margin-block: 18vh 9vh;
  padding: 3rem;
  background: var(--brand-7475);
  border-top: 7px solid var(--brand-warm-red);
  color: #fff;
}

.stat-card span {
  color: var(--brand-7499);
  font-family: var(--font-callout);
  font-weight: 400;
  letter-spacing: 0;
}

.stat-card strong {
  font-weight: 700;
  text-transform: none;
}

.stat-card small {
  color: #fff;
  display: block;
  font-size: .9375rem;
  line-height: 1.5;
}

.recognition-board {
  align-self: center;
  margin-block: 4rem;
  padding: clamp(2rem, 4vw, 3.5rem);
  color: var(--brand-541);
  background: #fff;
  border-top: 7px solid var(--brand-1375);
}

.recognition-board h3 {
  max-width: 16ch;
  margin: .5rem 0 2.5rem;
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  line-height: 1.08;
}

.recognition-board figure {
  display: grid;
  grid-template-columns: 1.2fr .75fr .75fr;
  gap: clamp(1rem, 2vw, 2rem);
  align-items: end;
  margin: 0;
  padding: 2rem 0;
  border-top: 1px solid rgb(0 59 113 / 24%);
  border-bottom: 1px solid rgb(0 59 113 / 24%);
}

.recognition-board img {
  width: 100%;
  max-height: 230px;
  object-fit: contain;
}

.recognition-board > a {
  display: inline-block;
  min-height: 48px;
  margin-top: 1.5rem;
  padding-block: .65rem;
  font-family: var(--font-ui);
  font-size: .9375rem;
  font-weight: 700;
  text-underline-offset: .22em;
}

.story {
  background: var(--brand-7499-50);
}

.story-copy {
  font-family: var(--font-body);
}

.story-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: center;
}

.story-actions > a:not(.button) {
  min-height: 48px;
  padding-block: .75rem;
  font-family: var(--font-ui);
  font-size: 1rem;
  font-weight: 700;
  text-underline-offset: .22em;
}

.section-anchor {
  display: block;
  height: 0;
  scroll-margin-top: 104px;
}

#pathways,
#community-life {
  scroll-margin-top: 104px;
}

.conversion {
  background: var(--brand-7475);
  color: #fff;
}

.conversion .kicker {
  color: #fff;
}

.conversion > div:last-child > p {
  max-width: 32ch;
  font-size: 1.125rem;
  line-height: 1.65;
}

.phone {
  font-size: 1.0625rem;
  line-height: 1.5;
  text-decoration-thickness: .08em;
  text-underline-offset: .2em;
}

footer {
  background: var(--signature-deep-blue);
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
}

.footer-brand {
  width: 250px;
}

footer > div:last-of-type {
  font-weight: 700;
}

footer > small {
  color: rgb(255 255 255 / 66%);
  font-size: .9375rem;
  line-height: 1.5;
}

footer a {
  text-decoration-thickness: .08em;
  text-underline-offset: .2em;
}

.video-toast {
  background: var(--brand-1375);
  color: var(--brand-541);
  font-family: var(--font-ui);
  font-weight: 700;
}

.contact {
  background: var(--signature-deep-blue);
}

.contact-hero > p:last-child,
.contact-grid,
.contact-cards p,
.secure-head p {
  font-family: var(--font-body);
}

.contact-grid {
  background: var(--brand-7499-50);
  color: var(--brand-541);
}

.contact-cards article {
  padding: 2rem 0;
  border: 0;
  border-top: 2px solid var(--brand-541);
}

.contact-cards article:last-child {
  border-bottom: 1px solid var(--line);
}

.contact-cards span,
.secure-head span {
  color: var(--brand-541);
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.45;
  text-transform: none;
}

.secure-form {
  border-top-color: var(--brand-1375);
  scroll-margin-top: 110px;
  box-shadow: 0 22px 60px rgb(0 59 113 / 13%);
}

.secure-head strong {
  color: var(--brand-541);
  font-family: var(--font-callout);
  font-size: clamp(3.35rem, 5vw, 4.5rem);
  font-weight: 400;
  line-height: .9;
  text-transform: none;
}

label,
.form-status {
  font-weight: 700;
}

label {
  font-size: 1rem;
  letter-spacing: .01em;
  line-height: 1.45;
  text-transform: none;
}

input,
select,
textarea {
  min-height: 48px;
  border-color: rgb(0 59 113 / 52%);
  color: var(--brand-541);
  font-size: 1rem;
  line-height: 1.5;
}

textarea {
  min-height: 138px;
}

.privacy-note,
.form-status,
.secure-head p {
  color: var(--brand-7475);
  font-size: 1rem;
  line-height: 1.55;
}

.care-chat-preview {
  position: fixed;
  z-index: 90;
  bottom: max(1rem, env(safe-area-inset-bottom));
  left: max(1rem, env(safe-area-inset-left));
  display: flex;
  max-width: calc(100vw - 2rem);
  flex-direction: column;
  gap: .75rem;
  align-items: flex-start;
  font-family: var(--font-ui);
  pointer-events: none;
}

.care-chat-preview__panel,
.care-chat-preview__launcher {
  pointer-events: auto;
}

.care-chat-preview__panel {
  width: min(366px, calc(100vw - 2rem));
  max-height: min(550px, calc(100dvh - 6.5rem));
  overflow: auto;
  border: 1px solid rgb(0 59 113 / 20%);
  color: var(--brand-541);
  background: #fff;
  box-shadow: 0 24px 70px rgb(11 59 96 / 26%);
  animation: care-chat-preview-enter .22s ease-out both;
}

.care-chat-preview__panel[hidden] {
  display: none;
}

.care-chat-preview__masthead {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  gap: .75rem;
  align-items: center;
  min-height: 72px;
  padding: .75rem 1rem;
  color: #fff;
  background: var(--brand-541);
  border-bottom: 4px solid var(--brand-1375);
}

.care-chat-preview__avatar,
.care-chat-preview__message-mark {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
}

.care-chat-preview__avatar {
  width: 44px;
  height: 44px;
  color: var(--brand-541);
  background: var(--brand-7499);
}

.care-chat-preview__avatar svg,
.care-chat-preview__launcher svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.care-chat-preview__identity {
  display: grid;
  min-width: 0;
  gap: .1rem;
}

.care-chat-preview__identity strong {
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.care-chat-preview__identity small {
  display: flex;
  gap: .45rem;
  align-items: center;
  color: rgb(255 255 255 / 78%);
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.4;
}

.care-chat-preview__identity i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #80d7c7;
  box-shadow: 0 0 0 3px rgb(128 215 199 / 18%);
}

.care-chat-preview__close {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  font: 400 1.75rem/1 var(--font-ui);
  cursor: pointer;
}

.care-chat-preview__conversation {
  padding: 1.1rem 1.15rem .75rem;
}

.care-chat-preview__eyebrow {
  margin: 0 0 .75rem;
  color: var(--brand-7475);
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.care-chat-preview__message {
  display: flex;
  gap: .75rem;
  align-items: flex-start;
}

.care-chat-preview__message-mark {
  width: 34px;
  height: 34px;
  margin-top: .1rem;
  color: #fff;
  background: var(--brand-7475);
  font-size: .875rem;
  font-weight: 700;
}

.care-chat-preview__message > div {
  min-width: 0;
}

.care-chat-preview__message strong {
  display: block;
  margin-bottom: .35rem;
  font-size: .9375rem;
  line-height: 1.4;
}

.care-chat-preview__message p {
  margin: 0;
  padding: .7rem .85rem;
  border-radius: 0 14px 14px 14px;
  background: var(--brand-7499-50);
  font-family: var(--font-body);
  font-size: .9375rem;
  line-height: 1.55;
}

.care-chat-preview__paths {
  display: grid;
  margin: .75rem 0 0 46px;
  border-top: 1px solid rgb(0 59 113 / 20%);
}

.care-chat-preview__paths span {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(0 59 113 / 20%);
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.4;
}

.care-chat-preview__paths b {
  color: var(--brand-1375);
  font-size: 1rem;
}

.care-chat-preview__composer {
  display: flex;
  min-height: 48px;
  margin: 0 1.15rem;
  padding: .55rem .55rem .55rem 1rem;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgb(0 59 113 / 28%);
  color: rgb(0 59 113 / 58%);
  background: #fff;
  font-size: .9375rem;
}

.care-chat-preview__composer i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--brand-541);
  font-style: normal;
  font-weight: 700;
}

.care-chat-preview__notice {
  margin: .55rem 1.15rem .8rem;
  color: var(--brand-7475);
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.45;
}

.care-chat-preview__launcher {
  display: inline-flex;
  min-width: 58px;
  min-height: 58px;
  gap: .7rem;
  align-items: center;
  justify-content: center;
  padding: .85rem 1.1rem;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: var(--brand-541);
  box-shadow: 0 12px 30px rgb(11 59 96 / 28%);
  font-family: var(--font-ui);
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.care-chat-preview__launcher:hover {
  background: var(--signature-deep-blue);
}

@keyframes care-chat-preview-enter {
  from {
    opacity: 0;
    transform: translateY(12px) scale(.985);
  }
}

@media (max-width: 700px) {
  .care-chat-preview {
    bottom: max(.75rem, env(safe-area-inset-bottom));
    left: max(.75rem, env(safe-area-inset-left));
    max-width: calc(100vw - 1.5rem);
  }

  .care-chat-preview__panel {
    width: min(350px, calc(100vw - 1.5rem));
    max-height: min(510px, calc(100dvh - 9.75rem));
  }

  .care-chat-preview__launcher {
    width: 58px;
    min-width: 58px;
    padding-inline: 0;
  }

  .care-chat-preview__launcher span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    clip-path: inset(50%);
  }
}

@media (max-width: 1320px) and (min-width: 901px) {
  header {
    padding-inline: 1.5rem;
  }

  header .brand {
    width: 175px;
  }

  nav {
    gap: .8rem;
  }

  .header-actions > .button {
    display: none;
  }
}

@media (max-width: 1120px) and (min-width: 901px) {
  .header-actions > .call {
    display: none;
  }

  header {
    background: var(--brand-541);
  }

  .menu {
    display: block;
  }

  nav {
    display: none;
    position: absolute;
    top: 84px;
    right: 0;
    left: 0;
    padding: 1.25rem 1.5rem;
    background: var(--brand-541);
    flex-direction: column;
  }

  nav.open {
    display: flex;
  }

  .difference {
    grid-template-columns: 1fr;
  }

  .recognition-board {
    width: min(100%, 760px);
    margin: 0;
  }
}

@media (max-width: 900px) {
  header {
    background: var(--brand-541);
  }

  header .brand {
    width: 165px;
  }

  .header-actions > .button {
    display: none;
  }

  .signature-link {
    padding-top: .7rem;
    border-top: 1px solid rgb(255 255 255 / 28%);
  }

  .hero-bg::after {
    background: linear-gradient(0deg, rgb(0 59 113 / 98%), rgb(0 59 113 / 7%) 75%);
  }

  .hero-bg img {
    width: 100%;
    margin-left: 0;
    object-position: 61% center;
  }

  .hero-copy {
    width: 100%;
    margin: 0;
  }

  .hero h1,
  .contact-hero h1 {
    max-width: 11ch;
    font-size: clamp(2.75rem, 12vw, 4.25rem);
    line-height: .98;
  }

  .decision-bar p,
  .decision-bar a {
    border-color: rgb(0 59 113 / 30%);
  }

  .audience-pathways {
    grid-template-columns: 1fr;
  }

  .audience-pathways-intro,
  .audience-pathways > a {
    min-height: auto;
  }

  .audience-pathways > a {
    border-top: 1px solid rgb(0 59 113 / 32%);
    border-left: 0;
  }

  .principles-ribbon li {
    min-width: 210px;
    min-height: 84px;
    padding: 1.25rem 1.5rem;
  }

  .principles-ribbon-toggle {
    min-width: 78px;
    min-height: 84px;
  }

  .difference {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .difference-copy {
    position: relative;
    top: auto;
  }

  .stat-card {
    margin: 0;
  }

  .recognition-board {
    margin: 0;
  }

  .footer-brand {
    width: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .motion-lines,
  .ticker div,
  .principles-ribbon-track {
    animation: none;
  }

  .principles-ribbon-toggle {
    display: none;
  }

  .care-chat-preview__panel {
    animation: none;
  }
}
