:is(.fttc-course, .fttc-legal) {
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
}

:where(.fttc-course, .fttc-legal) .skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  color: #fff;
  background: var(--navy-950);
  transform: translateY(-160%);
}

:where(.fttc-course, .fttc-legal) .skip-link:focus {
  transform: translateY(0);
}

:where(.fttc-course, .fttc-legal) .review-bar {
  min-height: 44px;
  padding: 8px max(20px, calc((100vw - 1160px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #312600;
  background: #ffe48b;
  border-bottom: 1px solid #ddb935;
  font-size: 12px;
}

:where(.fttc-course, .fttc-legal) .review-bar div {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

:where(.fttc-course, .fttc-legal) .review-count {
  white-space: nowrap;
  font-weight: 850;
}

:where(.fttc-course, .fttc-legal) .compliance-header {
  width: min(1160px, calc(100% - 40px));
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.fttc-course .compliance-header {
  width: 100%;
  min-height: 84px;
  padding-inline: max(20px, calc((100vw - 1160px) / 2));
  color: #fff;
  background: var(--navy-950);
}

:where(.fttc-course, .fttc-legal) .compliance-brand img {
  width: auto;
  height: 48px;
  display: block;
  object-fit: contain;
}

.fttc-course .compliance-brand img,
.fttc-course .merchant-lockup img {
  filter: brightness(0) invert(1);
}

:where(.fttc-course, .fttc-legal) .merchant-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
}

:where(.fttc-course, .fttc-legal) .merchant-lockup span {
  color: var(--muted);
  font-size: 12px;
}

.fttc-course .merchant-lockup span {
  color: #9cafd1;
}

:where(.fttc-course, .fttc-legal) .merchant-lockup img {
  width: auto;
  height: 42px;
  display: block;
  object-fit: contain;
}

:where(.fttc-course, .fttc-legal) .compliance-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  border-block: 1px solid var(--line);
}

:where(.fttc-course, .fttc-legal) .compliance-nav__desktop {
  width: min(1160px, calc(100% - 40px));
  min-height: 48px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 2px;
  overflow-x: auto;
  scrollbar-width: thin;
}

:where(.fttc-course, .fttc-legal) .compliance-nav__desktop a {
  padding: 14px 13px 11px;
  flex: 0 0 auto;
  color: #59647a;
  border-bottom: 3px solid transparent;
  font-size: 12px;
  font-weight: 780;
  text-decoration: none;
}

:where(.fttc-course, .fttc-legal) .compliance-nav__desktop a:hover,
:where(.fttc-course, .fttc-legal) .compliance-nav__desktop a[aria-current="page"] {
  color: var(--cobalt);
  border-bottom-color: var(--cobalt);
}

:where(.fttc-course, .fttc-legal) .mobile-compliance-menu {
  display: none;
}

:where(.fttc-course, .fttc-legal) .compliance-context {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.98);
  border-block: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

:where(.fttc-course, .fttc-legal) .context-trail,
:where(.fttc-course, .fttc-legal) .course-local-navigation {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

:where(.fttc-course, .fttc-legal) .context-trail {
  overflow-x: auto;
  scrollbar-width: thin;
}

:where(.fttc-course, .fttc-legal) .context-trail ol {
  min-height: 38px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  list-style: none;
  white-space: nowrap;
}

:where(.fttc-course, .fttc-legal) .context-trail li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 720;
}

:where(.fttc-course, .fttc-legal) .context-trail li + li::before {
  content: "/";
  color: #a8b1c1;
}

:where(.fttc-course, .fttc-legal) .context-trail a {
  color: var(--cobalt);
  text-decoration: none;
}

:where(.fttc-course, .fttc-legal) .context-trail a:hover,
:where(.fttc-course, .fttc-legal) .context-trail a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

:where(.fttc-course, .fttc-legal) .context-trail [aria-current="page"] {
  color: var(--ink);
}

:where(.fttc-course, .fttc-legal) .course-local-navigation {
  border-top: 1px solid #edf0f5;
}

:where(.fttc-course, .fttc-legal) .course-local-navigation__desktop {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

:where(.fttc-course, .fttc-legal) .course-local-navigation__desktop a {
  padding: 9px 5px;
  color: var(--navy-900);
  font-size: 11px;
  font-weight: 780;
  text-decoration: none;
}

:where(.fttc-course, .fttc-legal) .course-local-navigation__desktop a:hover,
:where(.fttc-course, .fttc-legal) .course-local-navigation__desktop a:focus-visible {
  color: var(--cobalt);
}

:where(.fttc-course, .fttc-legal) .course-local-menu {
  display: none;
}

:where(.fttc-course, .fttc-legal) .document-back-link {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 780;
  text-decoration: none;
}

:where(.fttc-course, .fttc-legal) .document-back-link:hover,
:where(.fttc-course, .fttc-legal) .document-back-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

:where(.fttc-course, .fttc-legal) .content-section[id],
:where(.fttc-course, .fttc-legal) .course-faq[id] {
  scroll-margin-top: 116px;
}

:where(.fttc-course, .fttc-legal) .course-hero {
  position: relative;
  min-height: 650px;
  height: calc(100svh - 150px);
  max-height: 790px;
  overflow: hidden;
  color: #fff;
  background: var(--navy-950);
}

:where(.fttc-course, .fttc-legal) .course-hero__media,
:where(.fttc-course, .fttc-legal) .course-hero__veil {
  position: absolute;
  inset: 0;
}

:where(.fttc-course, .fttc-legal) .course-hero__media {
  display: block;
}

:where(.fttc-course, .fttc-legal) .course-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

:where(.fttc-course, .fttc-legal) .course-hero__veil {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 15, 48, 0.92) 0%, rgba(3, 19, 53, 0.72) 48%, rgba(3, 19, 53, 0.22) 100%),
    linear-gradient(180deg, rgba(3, 19, 53, 0.08) 48%, rgba(3, 19, 53, 0.72) 100%);
}

:where(.fttc-course, .fttc-legal) .course-hero__copy {
  position: relative;
  z-index: 2;
  width: min(1160px, calc(100% - 40px));
  height: 100%;
  margin: 0 auto;
  padding: 70px 0 74px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

:where(.fttc-course, .fttc-legal) .course-hero .eyebrow {
  margin-bottom: 16px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

:where(.fttc-course, .fttc-legal) .course-hero h1,
:where(.fttc-course, .fttc-legal) .document-hero h1 {
  margin: 0;
  font-family: var(--font-display);
  letter-spacing: 0;
}

:where(.fttc-course, .fttc-legal) .course-hero h1 {
  max-width: 670px;
  font-size: 76px;
  font-weight: 520;
  line-height: 0.98;
}

:where(.fttc-course, .fttc-legal) .course-lead {
  max-width: 610px;
  margin: 24px 0 0;
  color: #dce8ff;
  font-size: 19px;
  line-height: 1.6;
}

:where(.fttc-course, .fttc-legal) .course-hero__actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
}

:where(.fttc-course, .fttc-legal) .course-hero__actions a {
  min-height: 48px;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

:where(.fttc-course, .fttc-legal) .course-hero__actions a:first-child {
  color: #fff;
  background: var(--cobalt);
  border-color: var(--cobalt);
}

:where(.fttc-course, .fttc-legal) .course-hero__actions a:hover {
  transform: translateY(-1px);
}

:where(.fttc-course, .fttc-legal) .course-hero__commercial {
  margin-top: 30px;
  padding-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  color: #c7d6f3;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 12px;
  font-weight: 720;
}

:where(.fttc-course, .fttc-legal) .course-hero__commercial b {
  color: #fff;
  font-size: 16px;
}

:where(.fttc-course, .fttc-legal) .course-link-note {
  max-width: 580px;
  margin: 12px 0 0;
  color: #9fb2d5;
  font-size: 11px;
}

:where(.fttc-course, .fttc-legal) .course-hero__marker {
  position: absolute;
  right: max(20px, calc((100vw - 1160px) / 2));
  bottom: 32px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 850;
}

:where(.fttc-course, .fttc-legal) .course-hero__marker i {
  width: 74px;
  height: 1px;
  background: var(--cyan);
}

:where(.fttc-course, .fttc-legal) .course-snapshot {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #fff;
  border-inline: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

:where(.fttc-course, .fttc-legal) .course-snapshot div {
  min-height: 96px;
  padding: 22px 24px;
  border-top: 5px solid var(--cobalt);
}

:where(.fttc-course, .fttc-legal) .course-snapshot div:nth-child(2) { border-top-color: var(--cyan); }
:where(.fttc-course, .fttc-legal) .course-snapshot div:nth-child(3) { border-top-color: #86adff; }
:where(.fttc-course, .fttc-legal) .course-snapshot div:nth-child(4) { border-top-color: #315fbb; }
:where(.fttc-course, .fttc-legal) .course-snapshot div + div { border-left: 1px solid var(--line); }

:where(.fttc-course, .fttc-legal) .course-snapshot dt {
  color: #59647a;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

:where(.fttc-course, .fttc-legal) .course-snapshot dd {
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.3;
}

:where(.fttc-course, .fttc-legal) .document-hero {
  padding: 72px max(20px, calc((100vw - 1160px) / 2));
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.6fr);
  gap: 72px;
  align-items: end;
  color: #fff;
  background: var(--navy-900);
}

:where(.fttc-course, .fttc-legal) .document-hero h1 {
  max-width: 760px;
  font-size: 58px;
  font-weight: 500;
  line-height: 1.02;
}

:where(.fttc-course, .fttc-legal) .document-hero > div > p:last-child {
  max-width: 720px;
  margin: 20px 0 0;
  color: #c8d5ed;
  font-size: 16px;
}

:where(.fttc-course, .fttc-legal) .document-hero .eyebrow {
  color: var(--cyan);
}

:where(.fttc-course, .fttc-legal) .document-meta {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

:where(.fttc-course, .fttc-legal) .document-meta div {
  padding: 12px 0;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

:where(.fttc-course, .fttc-legal) .document-meta dt {
  color: #9fb2d5;
  font-size: 10px;
  text-transform: uppercase;
}

:where(.fttc-course, .fttc-legal) .document-meta dd {
  margin: 0;
  font-size: 12px;
  font-weight: 750;
}

:where(.fttc-course, .fttc-legal) .compliance-main {
  min-width: 0;
}

:where(.fttc-course, .fttc-legal) .review-panel {
  width: min(1160px, calc(100% - 40px));
  margin: 22px auto 0;
  background: #fff8df;
  border: 1px solid #e3cb71;
  border-radius: 6px;
}

:where(.fttc-course, .fttc-legal) .review-panel summary {
  min-height: 50px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  list-style: none;
}

:where(.fttc-course, .fttc-legal) .review-panel summary::-webkit-details-marker { display: none; }
:where(.fttc-course, .fttc-legal) .review-panel summary span { display: flex; align-items: center; gap: 10px; font-size: 12px; }
:where(.fttc-course, .fttc-legal) .review-panel summary b { color: #795c00; }
:where(.fttc-course, .fttc-legal) .review-panel summary em { font-size: 11px; font-style: normal; font-weight: 800; }
:where(.fttc-course, .fttc-legal) .review-panel__body { padding: 0 16px 16px; color: #625927; font-size: 12px; }
:where(.fttc-course, .fttc-legal) .review-panel__body ul { margin: 0; padding-left: 18px; }

:where(.fttc-course, .fttc-legal) .course-fit {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 104px 0 90px;
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 84px;
}

:where(.fttc-course, .fttc-legal) .course-fit__heading h2,
:where(.fttc-course, .fttc-legal) .content-section h2,
:where(.fttc-course, .fttc-legal) .course-faq h2,
:where(.fttc-course, .fttc-legal) .support-band h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 520;
  letter-spacing: 0;
}

.fttc-course .course-hero h1,
.fttc-course .course-fit__heading h2,
.fttc-course .content-section h2,
.fttc-course .course-faq h2,
.fttc-course .support-band h2 {
  font-family: var(--font-body);
  font-weight: 820;
}

:where(.fttc-course, .fttc-legal) .course-fit__heading h2 {
  max-width: 470px;
  font-size: 46px;
  line-height: 1.08;
}

:where(.fttc-course, .fttc-legal) .course-fit .eyebrow,
:where(.fttc-course, .fttc-legal) .content-section .eyebrow,
:where(.fttc-course, .fttc-legal) .course-faq .eyebrow,
:where(.fttc-course, .fttc-legal) .support-band .eyebrow {
  color: var(--cobalt);
}

:where(.fttc-course, .fttc-legal) .course-fit__grid {
  display: grid;
  border-top: 1px solid #aeb9cb;
}

:where(.fttc-course, .fttc-legal) .course-fit__grid article {
  min-height: 118px;
  padding: 24px 0;
  display: grid;
  grid-template-columns: minmax(190px, 0.7fr) minmax(0, 1.3fr);
  gap: 28px;
  border-bottom: 1px solid #cbd3df;
}

:where(.fttc-course, .fttc-legal) .course-fit__grid h3 {
  margin: 0;
  color: var(--navy-900);
  font-size: 16px;
  line-height: 1.35;
}

:where(.fttc-course, .fttc-legal) .course-fit__grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

:where(.fttc-course, .fttc-legal) .compliance-content {
  margin: 0;
}

:where(.fttc-course, .fttc-legal) .content-section {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 92px 0;
}

:where(.fttc-course, .fttc-legal) .content-section h2 {
  max-width: 750px;
  font-size: 48px;
  line-height: 1.08;
}

:where(.fttc-course, .fttc-legal) .content-section > p {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

:where(.fttc-course, .fttc-legal) .content-list {
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
}

:where(.fttc-course, .fttc-legal) .content-list li {
  min-width: 0;
}

:where(.fttc-course, .fttc-legal) .content-list strong,
:where(.fttc-course, .fttc-legal) .content-list span {
  display: block;
}

:where(.fttc-course, .fttc-legal) .content-list strong {
  font-size: 17px;
}

:where(.fttc-course, .fttc-legal) .withdrawal-model {
  max-width: 820px;
  margin-top: 34px;
  padding: 28px;
  border: 1px solid #cbd5e5;
  border-radius: 8px;
  background: #f7f9fd;
  color: var(--navy-900);
}

@media (max-width: 720px) {
  :where(.fttc-course, .fttc-legal) .withdrawal-model {
    padding: 18px;
    overflow-wrap: anywhere;
  }
}

:where(.fttc-course, .fttc-legal) .withdrawal-model p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

:where(.fttc-course, .fttc-legal) .withdrawal-model p + p {
  margin-top: 14px;
}

:where(.fttc-course, .fttc-legal) .content-list span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

:where(.fttc-course, .fttc-legal) .content-section--outcomes {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  gap: 22px 84px;
  border-top: 1px solid #b9c3d2;
}

:where(.fttc-course, .fttc-legal) .content-section--outcomes > p {
  margin-top: 3px;
}

:where(.fttc-course, .fttc-legal) .content-section--outcomes .content-list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  counter-reset: outcome;
  border-block: 1px solid #aeb9cb;
}

:where(.fttc-course, .fttc-legal) .content-section--outcomes .content-list li {
  min-height: 230px;
  padding: 28px 24px;
  counter-increment: outcome;
}

:where(.fttc-course, .fttc-legal) .content-section--outcomes .content-list li + li {
  border-left: 1px solid #c7d0dc;
}

:where(.fttc-course, .fttc-legal) .content-section--outcomes .content-list li::before {
  content: "0" counter(outcome);
  margin-bottom: 46px;
  display: block;
  color: var(--cobalt);
  font-family: var(--font-display);
  font-size: 30px;
}

:where(.fttc-course, .fttc-legal) .content-section--modules {
  width: 100%;
  padding: 98px max(20px, calc((100vw - 1160px) / 2));
  color: #fff;
  background: var(--navy-900);
}

:where(.fttc-course, .fttc-legal) .content-section--modules h2 {
  max-width: 820px;
}

:where(.fttc-course, .fttc-legal) .content-section--modules .content-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

:where(.fttc-course, .fttc-legal) .content-section--modules .content-list li {
  min-height: 240px;
  padding: 30px 26px 32px;
  border-top: 6px solid var(--cyan);
}

:where(.fttc-course, .fttc-legal) .content-section--modules .content-list li:nth-child(2) { border-top-color: #86adff; }
:where(.fttc-course, .fttc-legal) .content-section--modules .content-list li:nth-child(3) { border-top-color: var(--cobalt); }
:where(.fttc-course, .fttc-legal) .content-section--modules .content-list li:nth-child(4) { border-top-color: #fff; }
:where(.fttc-course, .fttc-legal) .content-section--modules .content-list li + li { border-left: 1px solid rgba(255, 255, 255, 0.18); }
:where(.fttc-course, .fttc-legal) .content-section--modules .content-list strong { color: #fff; font-size: 19px; }
:where(.fttc-course, .fttc-legal) .content-section--modules .content-list span { color: #b8c9e8; }

:where(.fttc-course, .fttc-legal) .content-section--included {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 30px 84px;
}

:where(.fttc-course, .fttc-legal) .content-section--included > p {
  grid-column: 1;
}

:where(.fttc-course, .fttc-legal) .content-section--included .content-list {
  grid-column: 2;
  grid-row: 1 / span 4;
  margin: 0;
  border-top: 1px solid #aeb9cb;
}

:where(.fttc-course, .fttc-legal) .content-section--included .content-list li {
  min-height: 72px;
  padding: 21px 0 21px 34px;
  position: relative;
  border-bottom: 1px solid #cbd3df;
  color: var(--navy-900);
  font-weight: 780;
}

:where(.fttc-course, .fttc-legal) .content-section--included .content-list li::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 25px;
  left: 0;
  background: var(--cobalt);
  border-radius: 50%;
}

:where(.fttc-course, .fttc-legal) .content-section--payment {
  width: 100%;
  padding: 86px max(20px, calc((100vw - 1160px) / 2));
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 76px;
  color: var(--navy-950);
  background: #eaf3ff;
  border-block: 1px solid #c8dcfb;
}

:where(.fttc-course, .fttc-legal) .content-section--payment h2 {
  font-size: 44px;
}

:where(.fttc-course, .fttc-legal) .content-section--payment > p {
  margin: 0;
  color: #38516f;
}

:where(.fttc-course, .fttc-legal) .content-section--payment > p + p {
  grid-column: 2;
}

:where(.fttc-course, .fttc-legal) .content-section--process {
  padding-top: 102px;
}

:where(.fttc-course, .fttc-legal) .course-steps {
  margin: 50px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  border-top: 1px solid #9eabc0;
}

:where(.fttc-course, .fttc-legal) .course-steps li {
  min-height: 220px;
  padding: 26px 24px 28px 0;
}

:where(.fttc-course, .fttc-legal) .course-steps li + li {
  padding-left: 24px;
  border-left: 1px solid #c2cad8;
}

:where(.fttc-course, .fttc-legal) .course-steps > li > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--cobalt);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 850;
}

:where(.fttc-course, .fttc-legal) .course-steps h3 {
  margin: 30px 0 10px;
  font-size: 17px;
}

:where(.fttc-course, .fttc-legal) .course-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.62;
}

:where(.fttc-course, .fttc-legal) .merchant-facts {
  margin: 36px 0 0;
  border-top: 1px solid #aeb9cb;
}

:where(.fttc-course, .fttc-legal) .merchant-facts div {
  padding: 15px 0;
  display: grid;
  grid-template-columns: minmax(180px, 0.38fr) minmax(0, 1.62fr);
  gap: 30px;
  border-bottom: 1px solid #cbd3df;
}

:where(.fttc-course, .fttc-legal) .merchant-facts dt {
  color: #6d7890;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

:where(.fttc-course, .fttc-legal) .merchant-facts dd {
  margin: 0;
  overflow-wrap: anywhere;
  font-weight: 700;
}

:where(.fttc-course, .fttc-legal) .fact-missing {
  color: #9a5b0b;
}

:where(.fttc-course, .fttc-legal) .course-faq {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 76px 0 98px;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 80px;
  border-top: 1px solid #b9c3d2;
}

:where(.fttc-course, .fttc-legal) .course-faq h2 {
  font-size: 42px;
  line-height: 1.1;
}

:where(.fttc-course, .fttc-legal) .course-faq__items {
  border-top: 1px solid #aeb9cb;
}

:where(.fttc-course, .fttc-legal) .course-faq details {
  border-bottom: 1px solid #cbd3df;
}

:where(.fttc-course, .fttc-legal) .course-faq summary {
  min-height: 64px;
  padding: 18px 34px 18px 0;
  position: relative;
  cursor: pointer;
  list-style: none;
  font-size: 14px;
  font-weight: 800;
}

:where(.fttc-course, .fttc-legal) .course-faq summary::-webkit-details-marker { display: none; }

:where(.fttc-course, .fttc-legal) .course-faq summary::after {
  content: "+";
  position: absolute;
  top: 16px;
  right: 0;
  color: var(--cobalt);
  font-size: 24px;
  font-weight: 400;
}

:where(.fttc-course, .fttc-legal) .course-faq details[open] summary::after { content: "−"; }

:where(.fttc-course, .fttc-legal) .course-faq details p {
  max-width: 720px;
  margin: 0;
  padding: 0 34px 20px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

:where(.fttc-course, .fttc-legal) .support-band {
  padding: 70px max(20px, calc((100vw - 1160px) / 2));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 60px;
  color: #fff;
  background: var(--cobalt);
}

:where(.fttc-course, .fttc-legal) .support-band .eyebrow { color: #bceef5; }
:where(.fttc-course, .fttc-legal) .support-band h2 { font-size: 42px; line-height: 1.08; }
:where(.fttc-course, .fttc-legal) .support-band p:last-child { margin: 12px 0 0; color: #dbe9ff; }

:where(.fttc-course, .fttc-legal) .support-band > a {
  min-height: 48px;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--navy-950);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

:where(.fttc-course, .fttc-legal) .compliance-footer {
  padding: 54px max(20px, calc((100vw - 1160px) / 2));
  color: #c8d5ed;
  background: var(--navy-950);
}

:where(.fttc-course, .fttc-legal) .footer-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

:where(.fttc-course, .fttc-legal) .footer-main > div {
  display: grid;
  gap: 4px;
}

:where(.fttc-course, .fttc-legal) .footer-main strong { color: #fff; }
:where(.fttc-course, .fttc-legal) .footer-main span { font-size: 12px; }

:where(.fttc-course, .fttc-legal) .footer-main nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 22px;
}

:where(.fttc-course, .fttc-legal) .footer-main a {
  color: #fff;
  font-size: 12px;
  font-weight: 750;
}

:where(.fttc-course, .fttc-legal) .footer-certifications {
  margin-top: 30px;
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

:where(.fttc-course, .fttc-legal) .footer-trust {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}

:where(.fttc-course, .fttc-legal) .footer-trust > img {
  width: min(292px, 42vw);
  height: auto;
  display: block;
}

:where(.fttc-course, .fttc-legal) .footer-trust p {
  max-width: 520px;
  margin: 0;
  color: #96a9cc;
  font-size: 11px;
  line-height: 1.55;
}

:where(.fttc-course, .fttc-legal) .anpc-sal-badge,
:where(.fttc-course, .fttc-legal) .anpc-sal-frame,
:where(.fttc-course, .fttc-legal) .anpc-sal-badge img {
  width: 250px;
  height: 50px;
  display: block;
}

:where(.fttc-course, .fttc-legal) .anpc-sal-badge {
  flex: none;
  overflow: hidden;
  background: #fff;
  border-radius: 3px;
}

:where(.fttc-course, .fttc-legal) .anpc-sal-badge img { object-fit: fill; }

@media (max-width: 980px) {
  :where(.fttc-course, .fttc-legal) .course-hero h1 { max-width: 600px; font-size: 64px; }
  :where(.fttc-course, .fttc-legal) .course-lead { max-width: 560px; }
  :where(.fttc-course, .fttc-legal) .course-fit,
  :where(.fttc-course, .fttc-legal) .content-section--outcomes,
  :where(.fttc-course, .fttc-legal) .content-section--included,
  :where(.fttc-course, .fttc-legal) .content-section--payment,
  :where(.fttc-course, .fttc-legal) .course-faq { gap: 50px; }
  :where(.fttc-course, .fttc-legal) .content-section--outcomes .content-list,
  :where(.fttc-course, .fttc-legal) .content-section--modules .content-list,
  :where(.fttc-course, .fttc-legal) .course-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  :where(.fttc-course, .fttc-legal) .content-section--outcomes .content-list li:nth-child(3),
  :where(.fttc-course, .fttc-legal) .content-section--modules .content-list li:nth-child(3),
  :where(.fttc-course, .fttc-legal) .course-steps li:nth-child(3) { border-left: 0; }
  :where(.fttc-course, .fttc-legal) .content-section--outcomes .content-list li:nth-child(n+3),
  :where(.fttc-course, .fttc-legal) .content-section--modules .content-list li:nth-child(n+3),
  :where(.fttc-course, .fttc-legal) .course-steps li:nth-child(n+3) { border-top: 1px solid #c7d0dc; }
}

@media (max-width: 720px) {
  :where(.fttc-course, .fttc-legal) .review-bar { align-items: flex-start; }
  :where(.fttc-course, .fttc-legal) .review-bar > div { display: grid; gap: 2px; }
  :where(.fttc-course, .fttc-legal) .compliance-header,
  .fttc-course .compliance-header { min-height: 72px; padding-inline: 16px; }
  :where(.fttc-course, .fttc-legal) .compliance-brand img { height: 38px; }
  :where(.fttc-course, .fttc-legal) .merchant-lockup span { display: none; }
  :where(.fttc-course, .fttc-legal) .merchant-lockup img { height: 34px; }
  :where(.fttc-course, .fttc-legal) .context-trail li:last-child,
  :where(.fttc-course, .fttc-legal) .context-trail [aria-current="page"] {
    min-width: 0;
    max-width: min(55vw, 240px);
  }
  :where(.fttc-course, .fttc-legal) .context-trail [aria-current="page"] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  :where(.fttc-course, .fttc-legal) .compliance-nav__desktop { display: none; }
  :where(.fttc-course, .fttc-legal) .mobile-compliance-menu {
    width: calc(100% - 24px);
    margin: 0 auto;
    display: block;
  }
  :where(.fttc-course, .fttc-legal) .mobile-compliance-menu summary {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: var(--navy-900);
    cursor: pointer;
    list-style: none;
    font-size: 11px;
    font-weight: 820;
  }
  :where(.fttc-course, .fttc-legal) .mobile-compliance-menu summary::-webkit-details-marker { display: none; }
  :where(.fttc-course, .fttc-legal) .mobile-compliance-menu summary b { color: var(--cobalt); font-size: 21px; font-weight: 500; }
  :where(.fttc-course, .fttc-legal) .mobile-compliance-menu[open] summary b { transform: rotate(45deg); }
  :where(.fttc-course, .fttc-legal) .mobile-compliance-menu > div {
    padding: 0 0 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px;
  }
  :where(.fttc-course, .fttc-legal) .mobile-compliance-menu a {
    min-height: 38px;
    padding: 9px 8px;
    display: flex;
    align-items: center;
    color: var(--muted);
    border-left: 3px solid transparent;
    font-size: 10px;
    font-weight: 760;
    text-decoration: none;
  }
  :where(.fttc-course, .fttc-legal) .mobile-compliance-menu a[aria-current="page"] {
    color: var(--cobalt);
    background: #eef4ff;
    border-left-color: var(--cobalt);
  }

  :where(.fttc-course, .fttc-legal) .context-trail,
  :where(.fttc-course, .fttc-legal) .course-local-navigation {
    width: calc(100% - 24px);
  }

  :where(.fttc-course, .fttc-legal) .context-trail ol {
    min-height: 36px;
  }

  :where(.fttc-course, .fttc-legal) .context-trail li {
    font-size: 9px;
  }

  :where(.fttc-course, .fttc-legal) .course-local-navigation__desktop {
    display: none;
  }

  :where(.fttc-course, .fttc-legal) .course-local-menu {
    display: block;
  }

  :where(.fttc-course, .fttc-legal) .course-local-menu summary {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: var(--navy-900);
    cursor: pointer;
    list-style: none;
    font-size: 11px;
    font-weight: 820;
  }

  :where(.fttc-course, .fttc-legal) .course-local-menu summary::-webkit-details-marker {
    display: none;
  }

  :where(.fttc-course, .fttc-legal) .course-local-menu summary b {
    color: var(--cobalt);
    font-size: 21px;
    font-weight: 500;
    transition: transform 150ms ease;
  }

  :where(.fttc-course, .fttc-legal) .course-local-menu[open] summary b {
    transform: rotate(45deg);
  }

  :where(.fttc-course, .fttc-legal) .course-local-menu > div {
    padding-bottom: 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }

  :where(.fttc-course, .fttc-legal) .course-local-menu a {
    min-height: 42px;
    padding: 9px;
    display: flex;
    align-items: center;
    color: var(--muted);
    background: #f5f7fb;
    border-left: 3px solid #d7deea;
    font-size: 10px;
    font-weight: 760;
    text-decoration: none;
  }

  :where(.fttc-course, .fttc-legal) .content-section[id],
  :where(.fttc-course, .fttc-legal) .course-faq[id] {
    scroll-margin-top: 106px;
  }

  :where(.fttc-course, .fttc-legal) .course-hero {
    min-height: 650px;
    height: calc(100svh - 118px);
    max-height: 760px;
  }
  :where(.fttc-course, .fttc-legal) .course-hero__media img { object-position: center top; }
  :where(.fttc-course, .fttc-legal) .course-hero__veil {
    background: linear-gradient(180deg, rgba(2, 14, 43, 0.08) 18%, rgba(2, 14, 43, 0.48) 48%, rgba(2, 14, 43, 0.96) 100%);
  }
  :where(.fttc-course, .fttc-legal) .course-hero__copy {
    width: calc(100% - 32px);
    padding: 300px 0 34px;
    justify-content: flex-end;
  }
  :where(.fttc-course, .fttc-legal) .course-hero .eyebrow { margin-bottom: 10px; font-size: 10px; }
  :where(.fttc-course, .fttc-legal) .course-hero h1 { max-width: 360px; font-size: 46px; line-height: 0.98; }
  :where(.fttc-course, .fttc-legal) .course-lead { max-width: 410px; margin-top: 14px; font-size: 14px; line-height: 1.52; }
  :where(.fttc-course, .fttc-legal) .course-hero__actions { width: 100%; margin-top: 18px; align-items: stretch; flex-direction: column; gap: 8px; }
  :where(.fttc-course, .fttc-legal) .course-hero__actions a { width: 100%; min-height: 44px; }
  :where(.fttc-course, .fttc-legal) .course-hero__actions a:nth-child(2) { display: none; }
  :where(.fttc-course, .fttc-legal) .course-hero__commercial { margin-top: 15px; padding-top: 12px; gap: 4px 14px; font-size: 10px; }
  :where(.fttc-course, .fttc-legal) .course-hero__commercial b { font-size: 13px; }
  :where(.fttc-course, .fttc-legal) .course-link-note { margin-top: 8px; font-size: 9px; line-height: 1.45; }
  :where(.fttc-course, .fttc-legal) .course-hero__marker { display: none; }

  :where(.fttc-course, .fttc-legal) .course-snapshot {
    width: calc(100% - 24px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  :where(.fttc-course, .fttc-legal) .course-snapshot div { min-height: 78px; padding: 16px; border-top-width: 4px; }
  :where(.fttc-course, .fttc-legal) .course-snapshot div:nth-child(3) { border-left: 0; }
  :where(.fttc-course, .fttc-legal) .course-snapshot div:nth-child(n+3) { border-top-width: 1px; border-top-color: var(--line); }
  :where(.fttc-course, .fttc-legal) .course-snapshot dd { font-size: 14px; }

  :where(.fttc-course, .fttc-legal) .document-hero {
    padding: 54px 18px;
    grid-template-columns: 1fr;
    gap: 34px;
  }
  :where(.fttc-course, .fttc-legal) .document-hero h1 { font-size: 42px; }

  :where(.fttc-course, .fttc-legal) .review-panel,
  :where(.fttc-course, .fttc-legal) .course-fit,
  :where(.fttc-course, .fttc-legal) .content-section,
  :where(.fttc-course, .fttc-legal) .course-faq { width: calc(100% - 32px); }
  :where(.fttc-course, .fttc-legal) .course-fit,
  :where(.fttc-course, .fttc-legal) .content-section--outcomes,
  :where(.fttc-course, .fttc-legal) .content-section--included,
  :where(.fttc-course, .fttc-legal) .content-section--payment,
  :where(.fttc-course, .fttc-legal) .course-faq { grid-template-columns: 1fr; gap: 30px; }
  :where(.fttc-course, .fttc-legal) .course-fit { padding: 72px 0 60px; }
  :where(.fttc-course, .fttc-legal) .course-fit__heading h2,
  :where(.fttc-course, .fttc-legal) .content-section h2 { font-size: 36px; }
  :where(.fttc-course, .fttc-legal) .course-fit__grid article { min-height: 0; grid-template-columns: 1fr; gap: 8px; }

  :where(.fttc-course, .fttc-legal) .content-section { padding: 66px 0; }
  :where(.fttc-course, .fttc-legal) .content-section--outcomes { border-top: 0; }
  :where(.fttc-course, .fttc-legal) .content-section--outcomes .content-list,
  :where(.fttc-course, .fttc-legal) .content-section--modules .content-list,
  :where(.fttc-course, .fttc-legal) .course-steps { grid-template-columns: 1fr; }
  :where(.fttc-course, .fttc-legal) .content-section--outcomes .content-list li,
  :where(.fttc-course, .fttc-legal) .content-section--modules .content-list li,
  :where(.fttc-course, .fttc-legal) .course-steps li { min-height: 0; padding: 24px 0; border-left: 0; }
  :where(.fttc-course, .fttc-legal) .content-section--outcomes .content-list li + li,
  :where(.fttc-course, .fttc-legal) .content-section--modules .content-list li + li,
  :where(.fttc-course, .fttc-legal) .course-steps li + li { border-top: 1px solid #c7d0dc; }
  :where(.fttc-course, .fttc-legal) .content-section--outcomes .content-list li::before { margin-bottom: 20px; }
  :where(.fttc-course, .fttc-legal) .content-section--modules {
    width: 100%;
    padding: 70px 18px;
  }
  :where(.fttc-course, .fttc-legal) .content-section--modules .content-list li { padding-inline: 18px; border-top: 5px solid var(--cyan); }
  :where(.fttc-course, .fttc-legal) .content-section--modules .content-list li:nth-child(2) { border-top-color: #86adff; }
  :where(.fttc-course, .fttc-legal) .content-section--modules .content-list li:nth-child(3) { border-top-color: var(--cobalt); }
  :where(.fttc-course, .fttc-legal) .content-section--modules .content-list li:nth-child(4) { border-top-color: #fff; }

  :where(.fttc-course, .fttc-legal) .content-section--included > p,
  :where(.fttc-course, .fttc-legal) .content-section--included .content-list { grid-column: 1; grid-row: auto; }
  :where(.fttc-course, .fttc-legal) .content-section--included .content-list { margin-top: 10px; }
  :where(.fttc-course, .fttc-legal) .content-section--payment { width: 100%; padding: 64px 18px; }
  :where(.fttc-course, .fttc-legal) .content-section--payment > p,
  :where(.fttc-course, .fttc-legal) .content-section--payment > p + p { grid-column: 1; }
  :where(.fttc-course, .fttc-legal) .content-section--payment h2 { font-size: 36px; }
  :where(.fttc-course, .fttc-legal) .course-steps { margin-top: 34px; }
  :where(.fttc-course, .fttc-legal) .course-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; }
  :where(.fttc-course, .fttc-legal) .course-steps h3 { margin: 0 0 7px; }

  :where(.fttc-course, .fttc-legal) .merchant-facts div { grid-template-columns: 1fr; gap: 5px; }
  :where(.fttc-course, .fttc-legal) .course-faq { padding: 58px 0 72px; }
  :where(.fttc-course, .fttc-legal) .course-faq h2 { font-size: 34px; }
  :where(.fttc-course, .fttc-legal) .support-band { padding: 58px 18px; grid-template-columns: 1fr; gap: 28px; }
  :where(.fttc-course, .fttc-legal) .support-band h2 { font-size: 34px; }
  :where(.fttc-course, .fttc-legal) .support-band > a { width: 100%; }

  :where(.fttc-course, .fttc-legal) .compliance-footer { padding: 46px 18px; }
  :where(.fttc-course, .fttc-legal) .footer-main,
  :where(.fttc-course, .fttc-legal) .footer-certifications,
  :where(.fttc-course, .fttc-legal) .footer-trust { align-items: flex-start; flex-direction: column; }
  :where(.fttc-course, .fttc-legal) .footer-main nav { justify-content: flex-start; }
  :where(.fttc-course, .fttc-legal) .footer-trust > img { width: min(292px, 80vw); }
}

@media (max-width: 430px) {
  :where(.fttc-course, .fttc-legal) .review-count { display: none; }
  :where(.fttc-course, .fttc-legal) .merchant-lockup img { height: 30px; }
  :where(.fttc-course, .fttc-legal) .course-hero { min-height: 620px; }
  :where(.fttc-course, .fttc-legal) .course-hero__copy { padding-top: 280px; }
  :where(.fttc-course, .fttc-legal) .course-hero h1 { font-size: 40px; }
  :where(.fttc-course, .fttc-legal) .course-lead { font-size: 13px; }
  :where(.fttc-course, .fttc-legal) .course-snapshot { grid-template-columns: 1fr; }
  :where(.fttc-course, .fttc-legal) .course-snapshot div + div { border-left: 0; }
  :where(.fttc-course, .fttc-legal) .course-snapshot div:nth-child(n+2) { border-top-width: 1px; border-top-color: var(--line); }
}

@media (prefers-reduced-motion: reduce) {
  :is(.fttc-course, .fttc-legal) *,
  :is(.fttc-course, .fttc-legal) *::before,
  :is(.fttc-course, .fttc-legal) *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

@media print {
  :where(.fttc-course, .fttc-legal) .review-bar,
  :where(.fttc-course, .fttc-legal) .compliance-nav,
  :where(.fttc-course, .fttc-legal) .course-hero__actions,
  :where(.fttc-course, .fttc-legal) .support-band { display: none !important; }
  :where(.fttc-course, .fttc-legal) .course-hero,
  :where(.fttc-course, .fttc-legal) .document-hero,
  :where(.fttc-course, .fttc-legal) .content-section--modules,
  :where(.fttc-course, .fttc-legal) .content-section--payment,
  :where(.fttc-course, .fttc-legal) .compliance-footer { color: #000; background: #fff; }
  :where(.fttc-course, .fttc-legal) .course-hero { min-height: 0; height: auto; }
  :where(.fttc-course, .fttc-legal) .course-hero__media,
  :where(.fttc-course, .fttc-legal) .course-hero__veil { display: none; }
}
